+ 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 18:05:27 2026] *** compiled with version: 13.3.0 on 20 May 2026 09:08:57 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-7b79dcb4bc-882xq 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 0x7ffa92cd8668 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: 8, cores: 1) spawned uWSGI worker 2 (pid: 9, 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 18:05:32.377 8 INFO neutron.common.config [-] Logging enabled! 2026-05-20 18:05:32.378 8 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-05-20 18:05:32.412 9 INFO neutron.common.config [-] Logging enabled! 2026-05-20 18:05:32.412 9 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-05-20 18:05:32.911 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-20 18:05:32.953 9 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-20 18:05:33.968 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 18:05:33.971 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-20 18:05:33.975 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-20 18:05:33.976 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 18:05:33.976 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-20 18:05:33.976 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-20 18:05:33.976 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 18:05:33.984 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 18:05:33.984 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 18:05:33.984 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 18:05:34.008 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-20 18:05:34.009 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 18:05:34.009 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-20 18:05:34.053 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-20 18:05:34.053 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-20 18:05:34.053 9 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 18:05:34.053 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-20 18:05:34.053 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-20 18:05:34.056 9 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-20 18:05:34.060 9 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-20 18:05:34.061 9 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-20 18:05:34.061 9 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-20 18:05:34.061 9 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-20 18:05:34.062 9 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 18:05:34.069 9 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 18:05:34.070 9 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-20 18:05:34.070 9 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 18:05:34.093 9 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-20 18:05:34.094 9 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-20 18:05:34.094 9 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-20 18:05:34.138 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-20 18:05:34.138 9 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-20 18:05:34.138 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-20 18:05:34.138 9 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-20 18:05:34.524 8 INFO neutron.plugins.ml2.managers [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] Initializing driver for type 'vlan' 2026-05-20 18:05:34.579 9 INFO neutron.plugins.ml2.managers [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] Initializing driver for type 'vlan' 2026-05-20 18:05:34.673 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] VlanTypeDriver initialization complete 2026-05-20 18:05:34.674 8 INFO neutron.plugins.ml2.managers [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] Initializing driver for type 'vxlan' 2026-05-20 18:05:34.674 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-20 18:05:34.693 8 INFO neutron.plugins.ml2.managers [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-20 18:05:34.693 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-20 18:05:34.693 8 INFO neutron.plugins.ml2.managers [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] Initializing extension driver 'port_security' 2026-05-20 18:05:34.693 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-20 18:05:34.693 8 INFO neutron.plugins.ml2.managers [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] Initializing extension driver 'qos' 2026-05-20 18:05:34.693 8 INFO neutron.plugins.ml2.managers [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-20 18:05:34.694 8 INFO neutron.plugins.ml2.managers [None req-e6e48f32-e1e1-47a0-a439-84dc5a6dbe62 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-20 18:05:34.707 8 INFO neutron.quota [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded quota_driver: . 2026-05-20 18:05:34.708 8 INFO neutron.plugins.ml2.plugin [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Modular L2 Plugin initialization complete 2026-05-20 18:05:34.708 8 INFO neutron.plugins.ml2.managers [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-20 18:05:34.708 8 INFO neutron.plugins.ml2.managers [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-20 18:05:34.708 8 INFO neutron.plugins.ml2.managers [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Got port-security extension from driver 'port_security' 2026-05-20 18:05:34.709 8 INFO neutron.extensions.vlantransparent [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Disabled vlantransparent extension. 2026-05-20 18:05:34.709 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: qos 2026-05-20 18:05:34.722 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: router 2026-05-20 18:05:34.729 9 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] VlanTypeDriver initialization complete 2026-05-20 18:05:34.729 9 INFO neutron.plugins.ml2.managers [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] Initializing driver for type 'vxlan' 2026-05-20 18:05:34.730 9 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-20 18:05:34.752 9 INFO neutron.plugins.ml2.managers [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-20 18:05:34.752 9 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-20 18:05:34.752 9 INFO neutron.plugins.ml2.managers [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] Initializing extension driver 'port_security' 2026-05-20 18:05:34.752 9 INFO neutron.plugins.ml2.extensions.port_security [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-20 18:05:34.753 9 INFO neutron.plugins.ml2.managers [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] Initializing extension driver 'qos' 2026-05-20 18:05:34.753 9 INFO neutron.plugins.ml2.managers [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-20 18:05:34.753 9 INFO neutron.plugins.ml2.managers [None req-1c236162-50e8-4ce6-bdca-6b5e418b409a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-20 18:05:34.767 8 INFO neutron.services.service_base [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-20 18:05:34.767 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: segments 2026-05-20 18:05:34.769 9 INFO neutron.quota [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded quota_driver: . 2026-05-20 18:05:34.770 9 INFO neutron.plugins.ml2.plugin [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Modular L2 Plugin initialization complete 2026-05-20 18:05:34.770 9 INFO neutron.plugins.ml2.managers [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-20 18:05:34.770 9 INFO neutron.plugins.ml2.managers [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-20 18:05:34.770 9 INFO neutron.plugins.ml2.managers [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-20 18:05:34.770 9 INFO neutron.extensions.vlantransparent [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Disabled vlantransparent extension. 2026-05-20 18:05:34.771 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: qos 2026-05-20 18:05:34.789 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: router 2026-05-20 18:05:34.835 9 INFO neutron.services.service_base [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-20 18:05:34.836 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: segments 2026-05-20 18:05:34.879 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: trunk 2026-05-20 18:05:34.895 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: vpnaas 2026-05-20 18:05:34.932 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: trunk 2026-05-20 18:05:34.938 8 WARNING stevedore.named [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-20 18:05:34.947 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: vpnaas 2026-05-20 18:05:34.985 9 WARNING stevedore.named [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-20 18:05:35.016 8 INFO neutron_vpnaas.services.vpn.plugin [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-20 18:05:35.017 8 INFO neutron.common.utils [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-20 18:05:35.017 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: auto_allocate 2026-05-20 18:05:35.022 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: tag 2026-05-20 18:05:35.029 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: timestamp 2026-05-20 18:05:35.032 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: network_ip_availability 2026-05-20 18:05:35.036 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: flavors 2026-05-20 18:05:35.040 8 INFO neutron.manager [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loading Plugin: revisions 2026-05-20 18:05:35.043 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Initializing extension manager. 2026-05-20 18:05:35.044 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: address-group 2026-05-20 18:05:35.045 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: address-scope 2026-05-20 18:05:35.046 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-20 18:05:35.047 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: agent 2026-05-20 18:05:35.047 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: agent-resources-synced 2026-05-20 18:05:35.049 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: allowed-address-pairs 2026-05-20 18:05:35.050 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: auto-allocated-topology 2026-05-20 18:05:35.051 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: availability_zone 2026-05-20 18:05:35.051 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: availability_zone_filter 2026-05-20 18:05:35.052 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-20 18:05:35.053 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: default-subnetpools 2026-05-20 18:05:35.055 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-20 18:05:35.055 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: dns-integration 2026-05-20 18:05:35.056 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: dns-domain-ports 2026-05-20 18:05:35.057 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-20 18:05:35.058 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: dvr 2026-05-20 18:05:35.058 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-20 18:05:35.059 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: empty-string-filtering 2026-05-20 18:05:35.060 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 18:05:35.060 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-20 18:05:35.061 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: external-net 2026-05-20 18:05:35.062 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-20 18:05:35.063 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: extraroute 2026-05-20 18:05:35.063 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: extraroute-atomic 2026-05-20 18:05:35.064 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-20 18:05:35.065 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-20 18:05:35.066 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-20 18:05:35.066 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-20 18:05:35.067 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: fip-port-details 2026-05-20 18:05:35.068 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: flavors 2026-05-20 18:05:35.069 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-20 18:05:35.070 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: floatingip-pools 2026-05-20 18:05:35.071 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: ip_allocation 2026-05-20 18:05:35.072 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: ip-substring-filtering 2026-05-20 18:05:35.073 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: l2_adjacency 2026-05-20 18:05:35.074 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: router 2026-05-20 18:05:35.076 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 18:05:35.077 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-20 18:05:35.078 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-20 18:05:35.079 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: ext-gw-mode 2026-05-20 18:05:35.079 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: l3-ha 2026-05-20 18:05:35.080 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-20 18:05:35.081 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-20 18:05:35.081 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: l3-flavors 2026-05-20 18:05:35.083 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-20 18:05:35.083 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-20 18:05:35.089 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-20 18:05:35.091 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-20 18:05:35.093 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-20 18:05:35.094 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-20 18:05:35.095 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-20 18:05:35.096 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: multi-provider 2026-05-20 18:05:35.096 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: net-mtu 2026-05-20 18:05:35.097 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: net-mtu-writable 2026-05-20 18:05:35.098 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: network_availability_zone 2026-05-20 18:05:35.099 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: network_ha 2026-05-20 18:05:35.099 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: network-ip-availability 2026-05-20 18:05:35.101 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-20 18:05:35.102 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: pagination 2026-05-20 18:05:35.102 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-device-profile 2026-05-20 18:05:35.103 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-20 18:05:35.104 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-20 18:05:35.104 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-20 18:05:35.105 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-mac-override 2026-05-20 18:05:35.106 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-20 18:05:35.106 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-20 18:05:35.107 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-20 18:05:35.108 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-resource-request 2026-05-20 18:05:35.109 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-resource-request-groups 2026-05-20 18:05:35.110 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-20 18:05:35.111 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: binding 2026-05-20 18:05:35.112 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: binding-extended 2026-05-20 18:05:35.113 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-security 2026-05-20 18:05:35.113 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: project-id 2026-05-20 18:05:35.114 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: provider 2026-05-20 18:05:35.117 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos 2026-05-20 18:05:35.119 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-20 18:05:35.119 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-20 18:05:35.120 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-default 2026-05-20 18:05:35.121 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-fip 2026-05-20 18:05:35.121 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-20 18:05:35.122 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-gateway-ip 2026-05-20 18:05:35.122 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-port-network-policy 2026-05-20 18:05:35.123 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-pps-minimum 2026-05-20 18:05:35.124 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-20 18:05:35.124 9 INFO neutron_vpnaas.services.vpn.plugin [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-20 18:05:35.124 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-pps 2026-05-20 18:05:35.124 9 INFO neutron.common.utils [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-20 18:05:35.125 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: auto_allocate 2026-05-20 18:05:35.125 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-rule-type-details 2026-05-20 18:05:35.125 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-20 18:05:35.126 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: qos-rules-alias 2026-05-20 18:05:35.127 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: quota-check-limit 2026-05-20 18:05:35.129 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: quotas 2026-05-20 18:05:35.129 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: tag 2026-05-20 18:05:35.130 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: quota_details 2026-05-20 18:05:35.131 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: rbac-policies 2026-05-20 18:05:35.132 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: rbac-address-group 2026-05-20 18:05:35.132 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: rbac-address-scope 2026-05-20 18:05:35.133 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: rbac-security-groups 2026-05-20 18:05:35.133 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: rbac-subnetpool 2026-05-20 18:05:35.134 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: revision-if-match 2026-05-20 18:05:35.135 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: standard-attr-revisions 2026-05-20 18:05:35.135 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: router_availability_zone 2026-05-20 18:05:35.136 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-20 18:05:35.136 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: timestamp 2026-05-20 18:05:35.137 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: security-groups-default-rules 2026-05-20 18:05:35.138 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-20 18:05:35.138 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: network_ip_availability 2026-05-20 18:05:35.139 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-20 18:05:35.139 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-20 18:05:35.140 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-20 18:05:35.140 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-20 18:05:35.142 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: flavors 2026-05-20 18:05:35.145 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: security-group 2026-05-20 18:05:35.145 9 INFO neutron.manager [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loading Plugin: revisions 2026-05-20 18:05:35.146 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: segment 2026-05-20 18:05:35.146 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-20 18:05:35.147 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: service-type 2026-05-20 18:05:35.147 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: sorting 2026-05-20 18:05:35.148 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: standard-attr-segment 2026-05-20 18:05:35.148 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Initializing extension manager. 2026-05-20 18:05:35.149 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: standard-attr-description 2026-05-20 18:05:35.149 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: stateful-security-group 2026-05-20 18:05:35.150 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: address-group 2026-05-20 18:05:35.150 8 WARNING neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-20 18:05:35.150 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-20 18:05:35.150 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: address-scope 2026-05-20 18:05:35.151 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: subnet-external-network 2026-05-20 18:05:35.151 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-20 18:05:35.151 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: subnet_onboard 2026-05-20 18:05:35.152 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-20 18:05:35.152 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: agent 2026-05-20 18:05:35.152 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: subnet-service-types 2026-05-20 18:05:35.152 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: agent-resources-synced 2026-05-20 18:05:35.153 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: subnet_allocation 2026-05-20 18:05:35.154 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-20 18:05:35.154 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-20 18:05:35.154 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: tag-creation 2026-05-20 18:05:35.154 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-20 18:05:35.155 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-20 18:05:35.155 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: availability_zone 2026-05-20 18:05:35.156 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: availability_zone_filter 2026-05-20 18:05:35.156 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-20 18:05:35.157 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: default-subnetpools 2026-05-20 18:05:35.158 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-20 18:05:35.159 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: dns-integration 2026-05-20 18:05:35.159 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: standard-attr-tag 2026-05-20 18:05:35.159 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: dns-domain-ports 2026-05-20 18:05:35.159 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-20 18:05:35.160 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-20 18:05:35.160 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: trunk 2026-05-20 18:05:35.160 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: dvr 2026-05-20 18:05:35.161 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: trunk-details 2026-05-20 18:05:35.161 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-20 18:05:35.161 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-20 18:05:35.161 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: empty-string-filtering 2026-05-20 18:05:35.162 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 18:05:35.162 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-20 18:05:35.162 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-20 18:05:35.163 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: external-net 2026-05-20 18:05:35.163 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-20 18:05:35.164 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-20 18:05:35.164 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: extraroute 2026-05-20 18:05:35.164 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: extraroute-atomic 2026-05-20 18:05:35.164 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-20 18:05:35.165 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-20 18:05:35.165 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: vpn-flavors 2026-05-20 18:05:35.165 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-20 18:05:35.166 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-20 18:05:35.166 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-20 18:05:35.167 8 INFO neutron.api.extensions [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Loaded extension: vpnaas 2026-05-20 18:05:35.167 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: fip-port-details 2026-05-20 18:05:35.168 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: flavors 2026-05-20 18:05:35.169 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-20 18:05:35.169 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-20 18:05:35.169 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-20 18:05:35.169 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.170 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-20 18:05:35.171 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: floatingip-pools 2026-05-20 18:05:35.171 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: ip_allocation 2026-05-20 18:05:35.172 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-20 18:05:35.172 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: l2_adjacency 2026-05-20 18:05:35.173 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 18:05:35.173 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 18:05:35.174 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: router 2026-05-20 18:05:35.175 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-20 18:05:35.176 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-20 18:05:35.177 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-20 18:05:35.177 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: ext-gw-mode 2026-05-20 18:05:35.178 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 18:05:35.178 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: l3-ha 2026-05-20 18:05:35.178 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-20 18:05:35.178 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 18:05:35.179 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-20 18:05:35.179 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 18:05:35.179 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: l3-flavors 2026-05-20 18:05:35.180 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.180 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.180 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-20 18:05:35.180 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.181 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.181 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-20 18:05:35.181 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 18:05:35.181 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 18:05:35.182 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 18:05:35.182 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 18:05:35.183 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 18:05:35.183 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-20 18:05:35.183 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 18:05:35.184 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-20 18:05:35.185 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-20 18:05:35.186 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-20 18:05:35.187 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-20 18:05:35.187 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 18:05:35.187 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] router is already registered 2026-05-20 18:05:35.187 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: multi-provider 2026-05-20 18:05:35.188 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 18:05:35.188 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] floatingip is already registered 2026-05-20 18:05:35.188 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: net-mtu 2026-05-20 18:05:35.188 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: net-mtu-writable 2026-05-20 18:05:35.189 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: network_availability_zone 2026-05-20 18:05:35.189 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: network_ha 2026-05-20 18:05:35.190 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: network-ip-availability 2026-05-20 18:05:35.191 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-20 18:05:35.192 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 18:05:35.192 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] rbac_policy is already registered 2026-05-20 18:05:35.192 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: pagination 2026-05-20 18:05:35.192 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 18:05:35.193 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] security_group is already registered 2026-05-20 18:05:35.193 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-device-profile 2026-05-20 18:05:35.193 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 18:05:35.193 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] security_group_rule is already registered 2026-05-20 18:05:35.193 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-20 18:05:35.194 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-20 18:05:35.194 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.194 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.194 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-20 18:05:35.195 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.195 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.195 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-mac-override 2026-05-20 18:05:35.195 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 18:05:35.195 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] trunk is already registered 2026-05-20 18:05:35.195 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-20 18:05:35.196 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 18:05:35.196 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] endpoint_group is already registered 2026-05-20 18:05:35.196 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-20 18:05:35.196 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 18:05:35.197 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-20 18:05:35.197 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] vpnservice is already registered 2026-05-20 18:05:35.197 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-resource-request 2026-05-20 18:05:35.197 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 18:05:35.197 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] ipsec_site_connection is already registered 2026-05-20 18:05:35.198 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-20 18:05:35.198 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 18:05:35.198 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] ipsecpolicy is already registered 2026-05-20 18:05:35.198 8 INFO neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 18:05:35.198 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-20 18:05:35.198 8 WARNING neutron.quota.resource_registry [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] ikepolicy is already registered 2026-05-20 18:05:35.199 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: binding 2026-05-20 18:05:35.200 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: binding-extended 2026-05-20 18:05:35.200 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-security 2026-05-20 18:05:35.201 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: project-id 2026-05-20 18:05:35.201 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: provider 2026-05-20 18:05:35.203 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos 2026-05-20 18:05:35.204 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-20 18:05:35.204 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-20 18:05:35.205 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-default 2026-05-20 18:05:35.205 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-fip 2026-05-20 18:05:35.206 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-20 18:05:35.206 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-20 18:05:35.207 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-20 18:05:35.208 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-20 18:05:35.208 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-20 18:05:35.209 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-pps 2026-05-20 18:05:35.210 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-20 18:05:35.210 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-20 18:05:35.211 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: qos-rules-alias 2026-05-20 18:05:35.211 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: quota-check-limit 2026-05-20 18:05:35.213 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: quotas 2026-05-20 18:05:35.215 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: quota_details 2026-05-20 18:05:35.216 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: rbac-policies 2026-05-20 18:05:35.217 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: rbac-address-group 2026-05-20 18:05:35.217 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: rbac-address-scope 2026-05-20 18:05:35.218 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: rbac-security-groups 2026-05-20 18:05:35.218 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-20 18:05:35.219 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: revision-if-match 2026-05-20 18:05:35.220 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-20 18:05:35.220 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: router_availability_zone 2026-05-20 18:05:35.221 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-20 18:05:35.222 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-20 18:05:35.223 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-20 18:05:35.223 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-20 18:05:35.224 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-20 18:05:35.224 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-20 18:05:35.225 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-20 18:05:35.230 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: security-group 2026-05-20 18:05:35.231 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: segment 2026-05-20 18:05:35.231 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-20 18:05:35.232 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: service-type 2026-05-20 18:05:35.232 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: sorting 2026-05-20 18:05:35.233 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: standard-attr-segment 2026-05-20 18:05:35.234 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: standard-attr-description 2026-05-20 18:05:35.234 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: stateful-security-group 2026-05-20 18:05:35.235 9 WARNING neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-20 18:05:35.235 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-20 18:05:35.236 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: subnet-external-network 2026-05-20 18:05:35.236 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: subnet_onboard 2026-05-20 18:05:35.237 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-20 18:05:35.237 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: subnet-service-types 2026-05-20 18:05:35.238 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: subnet_allocation 2026-05-20 18:05:35.239 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-20 18:05:35.239 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: tag-creation 2026-05-20 18:05:35.240 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-20 18:05:35.243 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: standard-attr-tag 2026-05-20 18:05:35.244 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-20 18:05:35.244 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: trunk 2026-05-20 18:05:35.245 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: trunk-details 2026-05-20 18:05:35.246 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-20 18:05:35.246 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-20 18:05:35.248 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-20 18:05:35.249 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-20 18:05:35.250 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: vpn-flavors 2026-05-20 18:05:35.251 9 INFO neutron.api.extensions [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Loaded extension: vpnaas 2026-05-20 18:05:35.253 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-20 18:05:35.254 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-20 18:05:35.254 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.254 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-20 18:05:35.257 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 18:05:35.258 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 18:05:35.262 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 18:05:35.263 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 18:05:35.263 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 18:05:35.264 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.265 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.265 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.265 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.266 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 18:05:35.266 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 18:05:35.266 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 18:05:35.267 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 18:05:35.267 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 18:05:35.268 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 18:05:35.271 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-20 18:05:35.272 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] router is already registered 2026-05-20 18:05:35.272 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-20 18:05:35.272 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] floatingip is already registered 2026-05-20 18:05:35.276 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-20 18:05:35.276 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] rbac_policy is already registered 2026-05-20 18:05:35.277 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-20 18:05:35.277 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] security_group is already registered 2026-05-20 18:05:35.277 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-20 18:05:35.277 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] security_group_rule is already registered 2026-05-20 18:05:35.278 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.278 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.279 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-20 18:05:35.279 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] subnetpool is already registered 2026-05-20 18:05:35.279 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-20 18:05:35.280 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] trunk is already registered 2026-05-20 18:05:35.280 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-20 18:05:35.280 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] endpoint_group is already registered 2026-05-20 18:05:35.281 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-20 18:05:35.281 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] vpnservice is already registered 2026-05-20 18:05:35.281 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-20 18:05:35.281 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] ipsec_site_connection is already registered 2026-05-20 18:05:35.282 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-20 18:05:35.282 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] ipsecpolicy is already registered 2026-05-20 18:05:35.282 9 INFO neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-20 18:05:35.283 9 WARNING neutron.quota.resource_registry [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] ikepolicy is already registered 2026-05-20 18:05:35.361 8 WARNING keystonemiddleware._common.config [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-20 18:05:35.368 8 WARNING oslo_config.cfg [None req-27eb85c5-b11f-4620-9d5c-4e21e06e1cda - - - - - -] 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 0x7ffa92cd8668 pid: 8 (default app) 2026-05-20 18:05:35.451 9 WARNING keystonemiddleware._common.config [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-20 18:05:35.457 9 WARNING oslo_config.cfg [None req-7bd47b3c-8dc0-4a20-a1d7-f337873159a5 - - - - - -] 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 0x7ffa92cd8668 pid: 9 (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 18:05:40.420 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b119e713-a359-43e1-95f8-adc4f98c28aa f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:05:39 2026] GET /v2.0/networks/public => generated 108 bytes in 661 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: 9|app: 0|req: 1/5] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:05:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:05:41.027 8 WARNING neutron.services.revisions.revision_plugin [None req-5ca64db7-e43b-4e02-9b80-86725a9b762f f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Could not find related network for resource to bump revision. 2026-05-20 18:05:41.051 8 INFO neutron.db.segments_db [None req-5ca64db7-e43b-4e02-9b80-86725a9b762f f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment c8d60392-bec9-4741-88d5-8b61e2395b90 of type flat for network dcb076ec-b480-41dc-990f-cc272650be0b 2026-05-20 18:05:41.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ca64db7-e43b-4e02-9b80-86725a9b762f f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.70 () {48 vars in 963 bytes} [Wed May 20 18:05:40 2026] POST /v2.0/networks => generated 124 bytes in 437 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:05:47.290 9 INFO neutron.pecan_wsgi.hooks.translation [None req-f2b2db4e-f0a3-417f-91e4-c156101913f2 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 2/7] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:05:46 2026] GET /v2.0/networks/public => generated 108 bytes in 361 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:05:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:05:47.567 9 WARNING neutron.services.revisions.revision_plugin [None req-a4727041-7070-475f-a751-32bf16b6516b f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Could not find related network for resource to bump revision. 2026-05-20 18:05:47.589 9 INFO neutron.db.segments_db [None req-a4727041-7070-475f-a751-32bf16b6516b f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 7077183b-f83e-471a-8ecd-6995faf500d1 of type flat for network 8c5bd464-82b4-437a-8ebc-f477aee352cd 2026-05-20 18:05:47.635 9 INFO neutron.pecan_wsgi.hooks.translation [None req-a4727041-7070-475f-a751-32bf16b6516b f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 3/9] 199.204.45.70 () {48 vars in 963 bytes} [Wed May 20 18:05:47 2026] POST /v2.0/networks => generated 124 bytes in 326 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:05:53.475 9 INFO neutron.pecan_wsgi.hooks.translation [None req-59e168ac-4d42-449b-a206-947a96912b14 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 4/11] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:05:53 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:05:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:05:53.547 9 WARNING neutron.services.revisions.revision_plugin [None req-1f98b2e1-e487-4772-a418-623348cbfa99 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Could not find related network for resource to bump revision. 2026-05-20 18:05:53.564 9 INFO neutron.db.segments_db [None req-1f98b2e1-e487-4772-a418-623348cbfa99 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 79e145cb-b27f-4be1-a8d1-fd3963afb528 of type flat for network 379b93d6-9eb6-4c5a-a180-52bd127e2a69 2026-05-20 18:05:53.591 9 INFO neutron.pecan_wsgi.hooks.translation [None req-1f98b2e1-e487-4772-a418-623348cbfa99 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 5/13] 199.204.45.70 () {48 vars in 963 bytes} [Wed May 20 18:05:53 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:05:59.436 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4036f19-6afb-4d65-9f3d-af1ccf336bd4 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:05:59 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 6/15] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:05:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:05:59.512 8 WARNING neutron.services.revisions.revision_plugin [None req-0ae90ec0-8540-4e5e-82a2-4553af9c0ca3 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Could not find related network for resource to bump revision. 2026-05-20 18:05:59.529 8 INFO neutron.db.segments_db [None req-0ae90ec0-8540-4e5e-82a2-4553af9c0ca3 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 8ccc32cd-a55c-4124-a060-ffe03fc1f777 of type flat for network c7c64fa4-e565-4c5f-a5ec-0896e2dea7ad 2026-05-20 18:05:59.553 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ae90ec0-8540-4e5e-82a2-4553af9c0ca3 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.204.45.70 () {48 vars in 963 bytes} [Wed May 20 18:05:59 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:06:05.465 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed1a7997-0710-49f9-9dab-4a9a8b0770e9 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:06:05 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 8/19] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:06:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:06:05.536 8 WARNING neutron.services.revisions.revision_plugin [None req-7f6e8ce3-26ee-4231-90aa-5c24f5b66d59 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Could not find related network for resource to bump revision. 2026-05-20 18:06:05.555 8 INFO neutron.db.segments_db [None req-7f6e8ce3-26ee-4231-90aa-5c24f5b66d59 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 0e37bfee-308e-483f-a1a8-2b9ce41d7f5a of type flat for network 6069b812-6377-4de3-b026-5799f9fc22aa 2026-05-20 18:06:05.584 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f6e8ce3-26ee-4231-90aa-5c24f5b66d59 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.204.45.70 () {48 vars in 963 bytes} [Wed May 20 18:06:05 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:06:11.428 9 INFO neutron.pecan_wsgi.hooks.translation [None req-96e8dacf-f56d-47b3-83b4-56ca796b6526 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 9/21] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:06:11 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:06:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:06:11.502 9 WARNING neutron.services.revisions.revision_plugin [None req-37ca1bcd-a0e7-42a7-8799-d4209e63c4a8 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Could not find related network for resource to bump revision. 2026-05-20 18:06:11.524 9 INFO neutron.db.segments_db [None req-37ca1bcd-a0e7-42a7-8799-d4209e63c4a8 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 8a02b76a-4d59-4b85-895b-90f1d3b7b773 of type flat for network 3bed9746-3d9e-4659-8322-b9165af40d04 [pid: 9|app: 0|req: 10/23] 199.204.45.70 () {48 vars in 963 bytes} [Wed May 20 18:06:11 2026] POST /v2.0/networks => generated 706 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:06:12.859 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9ecfd32-62a2-4f20-b496-9d62dee7ef68 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:06:12 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: 9|app: 0|req: 11/25] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:06:12 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:06:12.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a53596e-afed-4fce-8419-3f3021f8ecc0 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.204.45.70 () {44 vars in 1030 bytes} [Wed May 20 18:06:12 2026] GET /v2.0/subnets/public-subnet?network_id=3bed9746-3d9e-4659-8322-b9165af40d04 => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 12/27] 199.204.45.70 () {44 vars in 1053 bytes} [Wed May 20 18:06:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=3bed9746-3d9e-4659-8322-b9165af40d04 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.70 () {48 vars in 961 bytes} [Wed May 20 18:06:12 2026] POST /v2.0/subnets => generated 664 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:10:54.689 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:10:54.692 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed May 20 18:10:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/lb-mgmt-net (ip 199.204.45.70) !!! 2026-05-20 18:10:54.813 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f8e7a51-4817-4c30-aabe-270412e3825a f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.204.45.70 () {44 vars in 933 bytes} [Wed May 20 18:10:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:10:54.824 9 ERROR oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:10:54.827 9 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed May 20 18:10:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=lb-mgmt-net (ip 199.204.45.70) !!! [pid: 9|app: 0|req: 32/67] 199.204.45.70 () {44 vars in 955 bytes} [Wed May 20 18:10:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:10:54.907 8 INFO neutron.db.segments_db [None req-c2a50d2e-bf9c-4c8e-8054-10f1af37a7c5 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 4f448d39-e26a-497e-8806-6938efdc6bbb of type vxlan for network 7ecf9101-8beb-4dd6-bb84-48393477c2f1 [pid: 8|app: 0|req: 36/68] 199.204.45.70 () {48 vars in 962 bytes} [Wed May 20 18:10:54 2026] POST /v2.0/networks => generated 707 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:10:55.924 9 INFO oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 56928. 2026-05-20 18:10:55.959 9 INFO neutron.pecan_wsgi.hooks.translation [None req-23a7cc43-e87a-461e-8723-238114458e4c f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 33/69] 199.204.45.70 () {44 vars in 933 bytes} [Wed May 20 18:10:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:10:55.992 8 INFO oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 56934. [pid: 8|app: 0|req: 37/70] 199.204.45.70 () {44 vars in 955 bytes} [Wed May 20 18:10:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:10:56.033 9 INFO neutron.pecan_wsgi.hooks.translation [None req-2362c9dd-6ad7-4f22-9123-d77bee60a74c f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 34/71] 199.204.45.70 () {44 vars in 1032 bytes} [Wed May 20 18:10:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.70 () {44 vars in 1055 bytes} [Wed May 20 18:10:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 35/73] 199.204.45.70 () {48 vars in 961 bytes} [Wed May 20 18:10:56 2026] POST /v2.0/subnets => generated 651 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:10:57.357 8 INFO neutron.api.v2.resource [None req-4ee6b551-93ff-4bbc-8208-5b37a25f36d6 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.204.45.70 () {44 vars in 967 bytes} [Wed May 20 18:10:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 36/75] 199.204.45.70 () {44 vars in 989 bytes} [Wed May 20 18:10:57 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.70 () {48 vars in 976 bytes} [Wed May 20 18:10:57 2026] POST /v2.0/security-groups => generated 1616 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 37/77] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:10:58 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 1616 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:10:58 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 38/79] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:10:58 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:10:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 39/81] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:10:59 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 2230 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:10:59 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 40/83] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:10:59 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:11:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 41/85] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:00 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:01 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 42/87] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:01 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:11:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 43/89] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:02 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:02 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 44/91] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:02 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:11:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 45/93] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:03 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:03 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 46/95] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:03 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:11:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 47/97] 199.204.45.70 () {44 vars in 983 bytes} [Wed May 20 18:11:04 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 732 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:11:04.582 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b8e1918-2cde-498d-9947-87b8288f8f41 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/98] 199.204.45.70 () {44 vars in 1072 bytes} [Wed May 20 18:11:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 48/99] 199.204.45.70 () {44 vars in 1095 bytes} [Wed May 20 18:11:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:04 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 49/101] 199.204.45.70 () {48 vars in 957 bytes} [Wed May 20 18:11:04 2026] POST /v2.0/ports => generated 1096 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:11:10.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12855e4d-ab79-4479-8eca-3ba7dc023c79 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.204.45.70 () {44 vars in 974 bytes} [Wed May 20 18:11:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 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: 9|app: 0|req: 51/105] 199.204.45.70 () {44 vars in 996 bytes} [Wed May 20 18:11:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.70 () {48 vars in 1026 bytes} [Wed May 20 18:11:11 2026] PUT /v2.0/ports/f328efe9-e951-4a1f-9526-062afbd3d1db => generated 1245 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 52/107] 199.204.45.70 () {44 vars in 916 bytes} [Wed May 20 18:11:13 2026] GET /v2.0/ports => generated 3726 bytes in 81 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 18:11:14.076 8 INFO neutron.api.v2.resource [None req-56aa7013-e35b-4e5a-a0f2-58c9ffd23f73 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 199.204.45.70 () {44 vars in 955 bytes} [Wed May 20 18:11:14 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 53/109] 199.204.45.70 () {44 vars in 977 bytes} [Wed May 20 18:11:14 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.70 () {48 vars in 976 bytes} [Wed May 20 18:11:14 2026] POST /v2.0/security-groups => generated 1610 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 54/111] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:15 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:15 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 55/113] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:15 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:11:15 2026] POST /v2.0/security-group-rules => generated 621 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 56/115] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:16 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 2244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:16 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 57/117] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:11:16 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:11:16 2026] POST /v2.0/security-group-rules => generated 625 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 64/131] 199.204.45.70 () {44 vars in 971 bytes} [Wed May 20 18:12:36 2026] GET /v2.0/quotas/d1698e70c0394e5ca75a842a2d082be2 => 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: 8|app: 0|req: 68/132] 199.204.45.70 () {48 vars in 1023 bytes} [Wed May 20 18:12:36 2026] PUT /v2.0/quotas/d1698e70c0394e5ca75a842a2d082be2 => generated 291 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:14:46.548 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:14:46.550 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 18:14:46 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.204.45.70) !!! /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 18:14:46.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5e7c1cf-73f8-49fa-8907-0c69bed828cd f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/149] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:14:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:14:46.730 9 ERROR oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] 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: 9|app: 0|req: 73/150] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:14:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:14:48.413 8 INFO oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 39506. 2026-05-20 18:14:48.446 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7818665c-308c-4e3d-9314-21bdb27deac7 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/151] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:14:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 74/152] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:14:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:23:31.386 9 ERROR oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:23:31.389 9 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Wed May 20 18:23:31 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=b1fb5224dfa649619f963e718c87fe03 (ip 199.204.45.70) !!! 2026-05-20 18:23:31.557 9 INFO neutron.api.v2.resource [None req-b70e761d-efe5-4453-a6ab-c763965d904d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 110/223] 199.204.45.70 () {44 vars in 1070 bytes} [Wed May 20 18:23:31 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 139 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:23:31.566 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:23:31.567 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed May 20 18:23:31 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=b1fb5224dfa649619f963e718c87fe03 (ip 199.204.45.70) !!! [pid: 8|app: 0|req: 114/224] 199.204.45.70 () {44 vars in 1093 bytes} [Wed May 20 18:23:31 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b1fb5224dfa649619f963e718c87fe03 => generated 23 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 111/225] 199.204.45.70 () {48 vars in 977 bytes} [Wed May 20 18:23:31 2026] POST /v2.0/security-groups => generated 1624 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:23:32.879 8 INFO oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35554. [pid: 8|app: 0|req: 115/226] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:32 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 1624 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:23:32.970 9 INFO oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35564. [pid: 9|app: 0|req: 112/227] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:23:32 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => 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: 116/228] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:33 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 113/229] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:23:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/230] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:34 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 114/231] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:23:34 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/232] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:34 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 2234 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 115/233] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:23:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 117/236] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:35 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/237] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:23:35 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 118/238] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:35 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/239] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:23:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 119/240] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:36 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:23:36 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 120/242] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:23:36 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 199.204.45.70 () {48 vars in 987 bytes} [Wed May 20 18:23:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 130/262] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:25:52 2026] GET /v2.0/networks?tenant_id=b1fb5224dfa649619f963e718c87fe03&shared=False => generated 15 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:25:52.307 8 INFO neutron.db.segments_db [None req-102e6611-134c-4316-a928-192780dca565 4c1a8b5c1a96409e9110857895075647 b1fb5224dfa649619f963e718c87fe03 - - d35583c07d68407ca8111c3869d19a68 d35583c07d68407ca8111c3869d19a68] Added segment 6088e84b-f31b-4bb5-8f0b-a0fa279ae35c of type vxlan for network 0f9bb1e9-454d-4bb8-a248-f6b57af3a5d2 [pid: 8|app: 0|req: 133/263] 199.204.45.70 () {34 vars in 681 bytes} [Wed May 20 18:25:52 2026] POST /v2.0/networks => generated 718 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 131/264] 199.204.45.70 () {30 vars in 721 bytes} [Wed May 20 18:25:52 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/265] 199.204.45.70 () {30 vars in 632 bytes} [Wed May 20 18:25:52 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: 9|app: 0|req: 132/266] 199.204.45.70 () {34 vars in 676 bytes} [Wed May 20 18:25:52 2026] POST /v2.0/ports => generated 999 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/267] 199.204.45.70 () {30 vars in 702 bytes} [Wed May 20 18:25:52 2026] GET /v2.0/networks/0f9bb1e9-454d-4bb8-a248-f6b57af3a5d2 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 133/268] 199.204.45.70 () {30 vars in 721 bytes} [Wed May 20 18:25:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/269] 199.204.45.70 () {30 vars in 702 bytes} [Wed May 20 18:25:55 2026] GET /v2.0/networks/0f9bb1e9-454d-4bb8-a248-f6b57af3a5d2 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 135/272] 199.204.45.70 () {44 vars in 971 bytes} [Wed May 20 18:26:11 2026] GET /v2.0/quotas/b1fb5224dfa649619f963e718c87fe03 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/273] 199.204.45.70 () {48 vars in 1023 bytes} [Wed May 20 18:26:12 2026] PUT /v2.0/quotas/b1fb5224dfa649619f963e718c87fe03 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:37:34.039 9 ERROR oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:37:34.042 9 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Wed May 20 18:37:34 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.70) !!! 2026-05-20 18:37:34.208 9 INFO neutron.pecan_wsgi.hooks.translation [None req-002054bc-ccb1-4fd6-89f0-93934297e3ce f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 181/364] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:37:34 2026] GET /v2.0/networks/public => generated 108 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:37:34.239 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:37:34.239 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 18:37:34 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.70) !!! [pid: 8|app: 0|req: 184/365] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:37:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:37:35.382 8 INFO oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42210. 2026-05-20 18:37:35.419 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d079aa4f-4dac-4b4e-ae7b-8a14f3de41ba f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/368] 199.204.45.70 () {44 vars in 923 bytes} [Wed May 20 18:37:35 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:37:35.452 9 INFO oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 42220. [pid: 9|app: 0|req: 183/369] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:37:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:37:35.490 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08dbda5c-9201-409e-a390-eed64070bdd8 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/370] 199.204.45.70 () {44 vars in 1030 bytes} [Wed May 20 18:37:35 2026] GET /v2.0/subnets/public-subnet?network_id=3bed9746-3d9e-4659-8322-b9165af40d04 => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 184/371] 199.204.45.70 () {44 vars in 1053 bytes} [Wed May 20 18:37:35 2026] GET /v2.0/subnets?name=public-subnet&network_id=3bed9746-3d9e-4659-8322-b9165af40d04 => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:38:02.778 9 INFO neutron.pecan_wsgi.hooks.translation [None req-fbd1f835-eb2f-4c7a-9beb-4e361dc79470 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 186/374] 199.204.45.70 () {44 vars in 933 bytes} [Wed May 20 18:38:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 199.204.45.70 () {44 vars in 955 bytes} [Wed May 20 18:38:02 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 18:38:03.765 9 INFO neutron.pecan_wsgi.hooks.translation [None req-26920c45-4f0b-4c37-b459-ad272cc10d43 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 187/376] 199.204.45.70 () {44 vars in 933 bytes} [Wed May 20 18:38:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.204.45.70 () {44 vars in 955 bytes} [Wed May 20 18:38:03 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 18:38:03.846 9 INFO neutron.pecan_wsgi.hooks.translation [None req-9f0a74be-ed90-4d53-9fb8-7056d45325b3 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 188/378] 199.204.45.70 () {44 vars in 1032 bytes} [Wed May 20 18:38:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 199.204.45.70 () {44 vars in 1055 bytes} [Wed May 20 18:38:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:38:05.003 9 INFO neutron.api.v2.resource [None req-b4fb4dc0-5cad-4cc4-9de1-de62863d5743 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 189/380] 199.204.45.70 () {44 vars in 967 bytes} [Wed May 20 18:38:04 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 199.204.45.70 () {44 vars in 989 bytes} [Wed May 20 18:38:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/384] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:06 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 191/385] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:06 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/386] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:38:06 2026] GET /v2.0/security-group-rules/d640edf4-58d2-4f08-90b9-2c44eadfc41f => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 192/387] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:07 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/388] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:07 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 193/389] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:38:07 2026] GET /v2.0/security-group-rules/6d6d3eee-63f6-41ef-b9b9-78b9b19adf2a => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/390] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:08 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 194/391] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:08 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/392] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:38:08 2026] GET /v2.0/security-group-rules/3b08c628-3280-4498-a4e6-7bfa9c416a8f => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 195/393] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:09 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/394] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:09 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 196/395] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:38:09 2026] GET /v2.0/security-group-rules/0f7c58e0-e2f1-437e-b299-cb54f8559b8b => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/396] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:10 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 197/397] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:10 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/398] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:38:10 2026] GET /v2.0/security-group-rules/eb315dec-95e7-434f-86d8-1a092b33e646 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 198/399] 199.204.45.70 () {44 vars in 983 bytes} [Wed May 20 18:38:11 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:38:11.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24afcc85-fbf3-46f7-8907-1a0d048c28c3 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/400] 199.204.45.70 () {44 vars in 1072 bytes} [Wed May 20 18:38:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 199/401] 199.204.45.70 () {44 vars in 1095 bytes} [Wed May 20 18:38:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 1250 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/402] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:11 2026] GET /v2.0/security-groups/fad35f14-a8a9-4a6c-b90d-b34bb0d8f03b => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:38:18.453 9 INFO neutron.pecan_wsgi.hooks.translation [None req-bfd3b920-8565-41b1-ad4f-1844e347fb62 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 200/403] 199.204.45.70 () {44 vars in 974 bytes} [Wed May 20 18:38:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 199.204.45.70 () {44 vars in 996 bytes} [Wed May 20 18:38:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 201/405] 199.204.45.70 () {44 vars in 916 bytes} [Wed May 20 18:38:19 2026] GET /v2.0/ports => generated 4721 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:38:20.984 9 INFO neutron.api.v2.resource [None req-6d514380-7176-4d87-9077-e0c570bbabb7 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 203/408] 199.204.45.70 () {44 vars in 955 bytes} [Wed May 20 18:38:20 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/409] 199.204.45.70 () {44 vars in 977 bytes} [Wed May 20 18:38:20 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 204/410] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:21 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 2882 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:21 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 2882 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 205/412] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:38:22 2026] GET /v2.0/security-group-rules/7eb41d90-4488-4954-9d4a-30cacd1714e9 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/413] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:22 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 2882 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 206/414] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:38:22 2026] GET /v2.0/security-groups/cb46275b-c98c-40d3-a4e8-bd187115d3e5 => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:38:22 2026] GET /v2.0/security-group-rules/280bcfb1-79af-413c-910f-98a97c6d1047 => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 207/416] 199.204.45.70 () {44 vars in 971 bytes} [Wed May 20 18:38:34 2026] GET /v2.0/quotas/d1698e70c0394e5ca75a842a2d082be2 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:39:24.744 8 INFO neutron.api.v2.resource [None req-52d36b81-6dd0-48b3-8b06-6084f8a0f4a4 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 214/425] 199.204.45.70 () {44 vars in 1070 bytes} [Wed May 20 18:39:24 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 139 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 212/426] 199.204.45.70 () {44 vars in 1093 bytes} [Wed May 20 18:39:24 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b1fb5224dfa649619f963e718c87fe03 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:39:25 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 213/428] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:39:25 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:39:25 2026] GET /v2.0/security-group-rules/8e91daa7-b97a-4e62-82be-d44d5619aff8 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 214/430] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:39:26 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/431] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:39:26 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 215/432] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:39:26 2026] GET /v2.0/security-group-rules/cef00aec-a2bb-44c6-a30c-7ddc6773e829 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/433] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:39:27 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 216/434] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:39:27 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => 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: 219/435] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:39:28 2026] GET /v2.0/security-group-rules/2a3ee345-fe81-4d54-9e00-dde65c041f56 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 217/436] 199.204.45.70 () {44 vars in 1084 bytes} [Wed May 20 18:39:29 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e?project_id=b1fb5224dfa649619f963e718c87fe03 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/437] 199.204.45.70 () {44 vars in 997 bytes} [Wed May 20 18:39:29 2026] GET /v2.0/security-groups/934b3b97-9d8d-4bbf-845f-7c2f3df6572e => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 218/438] 199.204.45.70 () {44 vars in 1007 bytes} [Wed May 20 18:39:29 2026] GET /v2.0/security-group-rules/5369d1a7-d036-4223-a20d-8e0499281d98 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 199.204.45.70 () {44 vars in 971 bytes} [Wed May 20 18:39:36 2026] GET /v2.0/quotas/b1fb5224dfa649619f963e718c87fe03 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/448] 199.204.45.70 () {44 vars in 945 bytes} [Wed May 20 18:40:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:42:32.836 9 ERROR oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-20 18:42:32.836 9 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Wed May 20 18:42:32 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks (ip 10.0.0.87) !!! [pid: 9|app: 0|req: 231/465] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:42:32 2026] GET /v2.0/networks => generated 2168 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:34.115 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] 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: 235/466] 10.0.0.87 () {32 vars in 654 bytes} [Wed May 20 18:42:34 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: 9|app: 0|req: 232/467] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:42:34 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/468] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:42:34 2026] GET /v2.0/ports => generated 4721 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:34.307 9 INFO oslo.messaging._drivers.impl_rabbit [-] [9740b2f6-2530-491c-8d22-6017c9fea7b4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 38826. [pid: 9|app: 0|req: 233/469] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:42:34 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:42:34 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 234/471] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:42:34 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 10.0.0.87 () {32 vars in 654 bytes} [Wed May 20 18:42:34 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) 2026-05-20 18:42:46.176 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Wed May 20 18:42:46 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks (ip 10.0.0.87) !!! 2026-05-20 18:42:46.209 8 INFO oslo.messaging._drivers.impl_rabbit [-] [a5c397a1-1cae-4c89-b4df-13374576a30d] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 49548. 2026-05-20 18:42:46.386 9 INFO neutron.db.segments_db [None req-44a5f8e7-289b-4653-b349-13261c31b890 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment f9445cc6-c7c1-47dc-bfeb-ce6f7525ad1f of type vxlan for network 14b3723c-8a6c-4f99-b835-2cd4de4a4b08 2026-05-20 18:42:46.406 8 INFO neutron.db.segments_db [None req-e53d0c76-a110-4484-bde3-b26ace6d8638 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment ca052bc0-b2d7-4b88-b45b-a75a5dd9548a of type vxlan for network b0280ade-2232-41a2-9c7c-85c686ecadac [pid: 9|app: 0|req: 236/475] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:42:46 2026] POST /v2.0/networks => generated 749 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/476] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:42:46 2026] POST /v2.0/networks => generated 744 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:46 2026] POST /v2.0/subnets => generated 696 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:42:46.758 9 INFO neutron.db.segments_db [None req-0f41df63-804d-4f3a-9f49-67bf13439a11 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 88e82fa3-6583-4d8e-ab79-2412866471a5 of type vxlan for network 28f7bdf4-4380-4744-a65b-65c9bacf269e [pid: 9|app: 0|req: 237/478] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:42:46 2026] POST /v2.0/networks => generated 751 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/479] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:46 2026] POST /v2.0/subnets => generated 691 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:42:46.888 9 INFO neutron.db.segments_db [None req-3c9a2a49-c3bb-46f1-a3bf-6f234fde3c4d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 89dd69d1-0586-440d-8817-9165f40fc2ee of type vxlan for network bf9aff7e-5070-4d01-bcf3-234853afdd8e [pid: 8|app: 0|req: 243/480] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:42:46 2026] GET /v2.0/security-groups?tenant_id=c90900db0bcb4290b31855119d399437&name=default => generated 2921 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:47.133 9 INFO neutron.db.l3_hamode_db [None req-3c9a2a49-c3bb-46f1-a3bf-6f234fde3c4d f978fe935172478ba0ba994cffc5a74a e572212e50f641b08bee2d60826c7531 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 244/481] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:47 2026] POST /v2.0/subnets => generated 698 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:42:47.260 8 INFO neutron.db.segments_db [None req-518209e6-9fe2-4d83-9833-0e13dd967689 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment ece0f9a1-5a56-45a4-88f2-934b7f6e32e8 of type vxlan for network 54061a74-88bf-4f6c-a2c9-dad70df58a21 2026-05-20 18:42:47.528 8 INFO neutron.db.l3_hamode_db [None req-518209e6-9fe2-4d83-9833-0e13dd967689 f978fe935172478ba0ba994cffc5a74a 4e279a96e5914075a2ef95499a60a2de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:42:48.328 9 INFO neutron.db.l3_hamode_db [None req-3c9a2a49-c3bb-46f1-a3bf-6f234fde3c4d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:42:48.703 8 INFO neutron.db.l3_hamode_db [None req-518209e6-9fe2-4d83-9833-0e13dd967689 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 238/482] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:46 2026] POST /v2.0/routers => generated 736 bytes in 2575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 239/483] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:42:49 2026] DELETE /v2.0/security-groups/9370b116-8b4b-45fc-b341-813d5e2842bb => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:42:49.558 9 INFO neutron.db.segments_db [None req-92c5b675-a783-44ea-afb5-c0465999617d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment e06937e8-460a-4215-bf9e-e28762fa2a26 of type vxlan for network cfd415a1-1900-4564-9a32-5ae9fb7fa9e4 2026-05-20 18:42:49.815 9 INFO neutron.db.l3_hamode_db [None req-92c5b675-a783-44ea-afb5-c0465999617d f978fe935172478ba0ba994cffc5a74a 8698275a3234441eac825f6e3005f024 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 245/484] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:47 2026] POST /v2.0/routers => generated 731 bytes in 2631 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:42:50.699 9 INFO neutron.db.l3_hamode_db [None req-92c5b675-a783-44ea-afb5-c0465999617d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 246/485] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:42:49 2026] PUT /v2.0/routers/16d96d73-1cc1-4224-9398-1c0856bbd54b/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 240/486] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:49 2026] POST /v2.0/routers => generated 738 bytes in 2225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:42:52.023 9 INFO neutron.db.segments_db [None req-9a25cc7b-64ab-4976-b64e-30672b4b6fa9 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment c866a1ff-29e1-4355-bb5b-11b16ea22a86 of type vxlan for network 6fcd3683-c012-411c-a786-c63640d07fec [pid: 9|app: 0|req: 243/489] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:42:51 2026] POST /v2.0/networks => generated 746 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/490] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:42:51 2026] PUT /v2.0/routers/b1ed08fd-f6e5-4cc9-a7a6-121d05f61cde/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/491] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:52 2026] POST /v2.0/subnets => generated 693 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:42:52.539 8 WARNING neutron_lib.context [req-ab053c23-00ae-4439-b174-cd9a674e3075 req-9220412f-e7b1-4026-b503-f45030812c1b 6d5ed7679c7f4a8eb56762feaeeb0078 e572212e50f641b08bee2d60826c7531 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 249/492] 10.0.0.139 () {38 vars in 971 bytes} [Wed May 20 18:42:52 2026] POST /v2.0/security-groups => generated 1686 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:42:52.768 8 INFO neutron.db.segments_db [None req-386fecf9-bde0-4cbb-933a-9c7bd59d961e f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 7bedd3f4-3184-40a0-a740-09af35d1e276 of type vxlan for network a3175d01-2d6c-4fb0-bde5-3d24b41b9fa4 2026-05-20 18:42:53.039 8 INFO neutron.db.l3_hamode_db [None req-386fecf9-bde0-4cbb-933a-9c7bd59d961e f978fe935172478ba0ba994cffc5a74a 20640953eadf41a2ba3d286a08c2836c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 244/493] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:42:52 2026] PUT /v2.0/routers/10ae6df9-561f-4329-bb73-9e0ab73beb6f/add_router_interface => generated 309 bytes in 1665 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:42:53.781 9 WARNING neutron_lib.context [req-901e93d2-8d83-4c27-9757-7e2b348ffcc9 req-189dce71-b8b0-4df3-86b1-b86125027f62 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 245/494] 10.0.0.139 () {38 vars in 971 bytes} [Wed May 20 18:42:53 2026] POST /v2.0/security-groups => generated 1678 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 246/495] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:53 2026] GET /v2.0/security-groups/def4f885-f382-4e50-afd9-d7787004b463 => generated 1686 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:54.074 9 WARNING neutron_lib.context [req-6c134ba1-a244-4af7-92c9-21118aca75a1 req-d9dbe436-6a40-48a4-8bcd-1d159209a3c3 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:42:54.135 8 INFO neutron.db.l3_hamode_db [None req-386fecf9-bde0-4cbb-933a-9c7bd59d961e f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 247/496] 10.0.0.139 () {38 vars in 971 bytes} [Wed May 20 18:42:54 2026] POST /v2.0/security-groups => generated 1682 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:42:54.198 9 WARNING neutron_lib.context [req-22e5e179-0a58-408d-a729-49e702ae6b99 req-1ec3d3da-fe57-4164-8b9c-0da27e243b53 6d5ed7679c7f4a8eb56762feaeeb0078 e572212e50f641b08bee2d60826c7531 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 248/497] 10.0.0.139 () {38 vars in 981 bytes} [Wed May 20 18:42:54 2026] POST /v2.0/security-group-rules => generated 614 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:42:54.363 9 WARNING neutron_lib.context [None req-b03c66e2-39c3-471a-a558-921164540cf1 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 249/498] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:42:54 2026] POST /v2.0/security-groups => generated 1659 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:42:54.517 9 WARNING neutron_lib.context [req-69d2f138-c860-4aec-b566-6a645d9aae0b req-db403419-47fa-4835-a64d-fe974453c861 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 250/499] 10.0.0.139 () {38 vars in 971 bytes} [Wed May 20 18:42:54 2026] POST /v2.0/security-groups => generated 1679 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:42:54.618 9 WARNING neutron_lib.context [req-076ccf8a-19cb-4eee-802e-31b945e5cd04 req-cad1f33a-a26f-44f2-8db9-91adbc922534 6d5ed7679c7f4a8eb56762feaeeb0078 e572212e50f641b08bee2d60826c7531 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 251/500] 10.0.0.139 () {38 vars in 971 bytes} [Wed May 20 18:42:54 2026] POST /v2.0/security-groups => generated 1685 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:42:54.773 9 WARNING neutron_lib.context [None req-ff7bc041-11ae-4d43-8a6d-581fc1624d43 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 252/501] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:42:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 253/502] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:42:54 2026] GET /v2.0/security-groups?tenant_id=4e279a96e5914075a2ef95499a60a2de => generated 7900 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 254/503] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:54 2026] GET /v2.0/security-groups/0b91b6da-fd55-4006-9b1d-d7deb3b5dd3f => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:55.011 9 WARNING neutron_lib.context [None req-a3b00c94-8af4-4f66-92d5-5ebe0f10c6de 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 255/504] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:42:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/505] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:42:52 2026] POST /v2.0/routers => generated 733 bytes in 2442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 256/506] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:55 2026] GET /v2.0/security-groups/e59d6d0c-fc9f-4b0e-86a7-84d16ee50571 => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:55.156 8 WARNING neutron_lib.context [req-531ad12f-c16f-447e-b806-c30897ccde96 req-6f6505ad-b5e5-417e-9975-2a71e40752cf 6d5ed7679c7f4a8eb56762feaeeb0078 e572212e50f641b08bee2d60826c7531 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:42:55.161 9 WARNING neutron_lib.context [None req-f91a3d5b-ab9b-4f0c-877a-0832a862c6f6 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 251/507] 10.0.0.139 () {38 vars in 981 bytes} [Wed May 20 18:42:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 257/508] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:42:55 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 258/509] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:55 2026] GET /v2.0/security-groups/e59d6d0c-fc9f-4b0e-86a7-84d16ee50571 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 259/510] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:55 2026] GET /v2.0/security-groups/0b91b6da-fd55-4006-9b1d-d7deb3b5dd3f => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 260/511] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:55 2026] GET /v2.0/security-groups/aed2b04f-7e1b-4034-8a42-d62058d79ea7 => generated 1678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:55.762 9 WARNING neutron_lib.context [req-5f6b95bf-6a9d-49af-950e-d65a6f31a5ea req-3fff1181-ceaa-4484-9277-2a799550a0a7 6d5ed7679c7f4a8eb56762feaeeb0078 e572212e50f641b08bee2d60826c7531 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 261/512] 10.0.0.139 () {38 vars in 981 bytes} [Wed May 20 18:42:55 2026] POST /v2.0/security-group-rules => generated 619 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 262/513] 10.0.0.139 () {36 vars in 1013 bytes} [Wed May 20 18:42:55 2026] DELETE /v2.0/security-groups/aed2b04f-7e1b-4034-8a42-d62058d79ea7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 263/514] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/0b91b6da-fd55-4006-9b1d-d7deb3b5dd3f => generated 2940 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:56.059 9 INFO neutron.api.v2.resource [req-3ea09e7e-717f-4229-b6e3-85e2d08858a6 req-b28f0f23-37df-4691-aac3-6e9c00778a03 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 264/515] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/aed2b04f-7e1b-4034-8a42-d62058d79ea7 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 265/516] 10.0.0.139 () {34 vars in 1001 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-group-rules/c3c49374-9c0c-423a-a869-8ce44790f0db => generated 616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 266/517] 10.0.0.139 () {34 vars in 1098 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--592928528&fields=id&tenant_id=8698275a3234441eac825f6e3005f024 => generated 69 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 267/518] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/0b91b6da-fd55-4006-9b1d-d7deb3b5dd3f => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 268/519] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 683 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 269/520] 10.0.0.139 () {36 vars in 1023 bytes} [Wed May 20 18:42:56 2026] DELETE /v2.0/security-group-rules/c3c49374-9c0c-423a-a869-8ce44790f0db => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 270/521] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/quotas/8698275a3234441eac825f6e3005f024 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 271/522] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/33c1e60c-e6bc-488f-b2fa-52b5b65f03a5 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 272/523] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 273/524] 10.0.0.139 () {36 vars in 1013 bytes} [Wed May 20 18:42:56 2026] DELETE /v2.0/security-groups/33c1e60c-e6bc-488f-b2fa-52b5b65f03a5 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 274/525] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/0b91b6da-fd55-4006-9b1d-d7deb3b5dd3f => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/526] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:42:55 2026] PUT /v2.0/routers/6215012d-b257-4727-9e62-ea4e627a07ec/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 275/527] 10.0.0.139 () {36 vars in 1013 bytes} [Wed May 20 18:42:56 2026] DELETE /v2.0/security-groups/0b91b6da-fd55-4006-9b1d-d7deb3b5dd3f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:42:56.733 8 INFO neutron.api.v2.resource [req-6a7541de-dbd4-4a4e-9c69-f5e3b3ac7eaf req-caa707ca-5516-46fd-b56d-2f5edb9085e7 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/528] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/33c1e60c-e6bc-488f-b2fa-52b5b65f03a5 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 276/529] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/def4f885-f382-4e50-afd9-d7787004b463 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 277/530] 10.0.0.139 () {34 vars in 907 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/extensions => generated 20516 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/531] 10.0.0.139 () {36 vars in 1013 bytes} [Wed May 20 18:42:56 2026] DELETE /v2.0/security-groups/def4f885-f382-4e50-afd9-d7787004b463 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 278/532] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 279/533] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/security-groups/9b33c5c5-a7c2-4c23-b231-5c5b197da98f => generated 1679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 280/534] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:42:56 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?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: 9|app: 0|req: 281/535] 10.0.0.139 () {36 vars in 1013 bytes} [Wed May 20 18:42:57 2026] DELETE /v2.0/security-groups/9b33c5c5-a7c2-4c23-b231-5c5b197da98f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:42:57.159 9 INFO neutron.api.v2.resource [req-d712b52c-0c61-4264-bd6e-be600fc692da req-03099f98-bdbb-42ad-b017-1f365e0b90f9 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 282/536] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/security-groups/9b33c5c5-a7c2-4c23-b231-5c5b197da98f => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 283/537] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/security-groups?tenant_id=4e279a96e5914075a2ef95499a60a2de => generated 2921 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 284/538] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 285/539] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/security-groups/e59d6d0c-fc9f-4b0e-86a7-84d16ee50571 => generated 2918 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 286/540] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/security-groups/e59d6d0c-fc9f-4b0e-86a7-84d16ee50571 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:42:57.416 9 INFO neutron.api.v2.resource [req-e097c0a2-a7c2-4fce-a08c-e9cb3fe5a6e7 req-8cc68c8d-8ae2-4388-9c27-13d4426a8a2c 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 287/541] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/security-groups/9b33c5c5-a7c2-4c23-b231-5c5b197da98f => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:42:57.453 9 INFO neutron.api.v2.resource [req-7772aa9a-4d9b-4157-9f20-2873f18c368b req-6d80fc85-2f18-4d51-a524-b935c1416a1c 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 288/542] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/security-groups/33c1e60c-e6bc-488f-b2fa-52b5b65f03a5 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:42:57.491 9 INFO neutron.api.v2.resource [req-8500c4ee-f5de-42e2-9c50-738d2da1ce9a req-8f379872-8d00-42bb-b2ce-a794e4748386 24c4cef9ecbb4f659c34ea76add9fc09 4e279a96e5914075a2ef95499a60a2de - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 289/543] 10.0.0.139 () {34 vars in 991 bytes} [Wed May 20 18:42:57 2026] GET /v2.0/security-groups/aed2b04f-7e1b-4034-8a42-d62058d79ea7 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/544] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:42:56 2026] PUT /v2.0/routers/16d96d73-1cc1-4224-9398-1c0856bbd54b/remove_router_interface => generated 309 bytes in 1253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/545] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:42:58 2026] GET /v2.0/networks?id=6fcd3683-c012-411c-a786-c63640d07fec => generated 678 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 290/546] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:42:57 2026] PUT /v2.0/routers/b1ed08fd-f6e5-4cc9-a7a6-121d05f61cde/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 291/547] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:42:58 2026] GET /v2.0/quotas/20640953eadf41a2ba3d286a08c2836c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 292/548] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:42:58 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:42:58.904 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-737e67d6-cfa5-4811-9fe3-701983d64f49 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - 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 18:42:59.156 9 WARNING neutron.plugins.ml2.ovo_rpc [None req-49fb3126-6475-4176-8943-f9428c81b5e2 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - 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 18:42:59.284 8 INFO neutron.db.l3_hamode_db [None req-737e67d6-cfa5-4811-9fe3-701983d64f49 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network bf9aff7e-5070-4d01-bcf3-234853afdd8e was deleted as no HA routers are present in tenant e572212e50f641b08bee2d60826c7531. [pid: 8|app: 0|req: 257/549] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:42:58 2026] DELETE /v2.0/routers/16d96d73-1cc1-4224-9398-1c0856bbd54b => generated 0 bytes in 1050 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/550] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:42:59 2026] GET /v2.0/ports?tenant_id=20640953eadf41a2ba3d286a08c2836c&fields=id => generated 103 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:42:59.573 9 INFO neutron.db.l3_hamode_db [None req-49fb3126-6475-4176-8943-f9428c81b5e2 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network 54061a74-88bf-4f6c-a2c9-dad70df58a21 was deleted as no HA routers are present in tenant 4e279a96e5914075a2ef95499a60a2de. [pid: 9|app: 0|req: 293/551] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:42:58 2026] DELETE /v2.0/routers/b1ed08fd-f6e5-4cc9-a7a6-121d05f61cde => generated 0 bytes in 992 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 294/552] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:42:59 2026] GET /v2.0/networks/6fcd3683-c012-411c-a786-c63640d07fec?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/553] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:42:59 2026] DELETE /v2.0/subnets/3bf1d78e-2be3-4d7c-bc0b-e155740df38b => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:42:59.662 8 INFO neutron.services.segments.plugin [-] Segment 89dd69d1-0586-440d-8817-9165f40fc2ee resource provider aggregate not found 2026-05-20 18:42:59.673 8 INFO neutron.services.segments.plugin [-] Segment 89dd69d1-0586-440d-8817-9165f40fc2ee resource provider aggregate not found 2026-05-20 18:42:59.684 8 INFO neutron.services.segments.plugin [-] Segment 89dd69d1-0586-440d-8817-9165f40fc2ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89dd69d1-0586-440d-8817-9165f40fc2ee found for delete ", "request_id": "req-cfd4f3fe-5dfa-4764-877f-c59a2410d633"}]} 2026-05-20 18:42:59.689 8 INFO neutron.services.segments.plugin [-] Segment 89dd69d1-0586-440d-8817-9165f40fc2ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89dd69d1-0586-440d-8817-9165f40fc2ee found for delete ", "request_id": "req-fe7b4b0f-a462-4f81-8d35-3c621ab2e364"}]} [pid: 8|app: 0|req: 260/554] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:42:59 2026] GET /v2.0/networks/6fcd3683-c012-411c-a786-c63640d07fec?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 295/555] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:42:59 2026] DELETE /v2.0/subnets/5f219f3f-2cb7-46ab-ae7f-63d8861d1650 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 296/556] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:42:59 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 297/557] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:42:59 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:00.030 9 INFO neutron.services.segments.plugin [-] Segment ece0f9a1-5a56-45a4-88f2-934b7f6e32e8 resource provider aggregate not found 2026-05-20 18:43:00.044 9 INFO neutron.services.segments.plugin [-] Segment ece0f9a1-5a56-45a4-88f2-934b7f6e32e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ece0f9a1-5a56-45a4-88f2-934b7f6e32e8 found for delete ", "request_id": "req-91a54f74-dce8-43ad-8d53-656beed84e78"}]} 2026-05-20 18:43:00.045 9 INFO neutron.services.segments.plugin [-] Segment ece0f9a1-5a56-45a4-88f2-934b7f6e32e8 resource provider aggregate not found 2026-05-20 18:43:00.063 9 INFO neutron.services.segments.plugin [-] Segment ece0f9a1-5a56-45a4-88f2-934b7f6e32e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ece0f9a1-5a56-45a4-88f2-934b7f6e32e8 found for delete ", "request_id": "req-f867a733-57cc-4949-a682-0ba7397d3526"}]} [pid: 8|app: 0|req: 261/558] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:42:59 2026] DELETE /v2.0/networks/14b3723c-8a6c-4f99-b835-2cd4de4a4b08 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/559] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:00 2026] GET /v2.0/security-groups?tenant_id=e572212e50f641b08bee2d60826c7531&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 298/560] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:42:59 2026] DELETE /v2.0/networks/b0280ade-2232-41a2-9c7c-85c686ecadac => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/561] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:00 2026] DELETE /v2.0/security-groups/a876eb82-7534-4983-9ce5-cc2b9075ccb4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 299/562] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:00 2026] GET /v2.0/security-groups?tenant_id=4e279a96e5914075a2ef95499a60a2de&name=default => generated 2921 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/563] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:00 2026] DELETE /v2.0/security-groups/e59d6d0c-fc9f-4b0e-86a7-84d16ee50571 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 300/564] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:01 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => 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: 265/565] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:01 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:02.135 9 INFO neutron.services.segments.plugin [-] Segment ca052bc0-b2d7-4b88-b45b-a75a5dd9548a resource provider aggregate not found 2026-05-20 18:43:02.139 9 INFO neutron.services.segments.plugin [-] Segment ca052bc0-b2d7-4b88-b45b-a75a5dd9548a resource provider aggregate not found 2026-05-20 18:43:02.155 9 INFO neutron.services.segments.plugin [-] Segment ca052bc0-b2d7-4b88-b45b-a75a5dd9548a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca052bc0-b2d7-4b88-b45b-a75a5dd9548a found for delete ", "request_id": "req-d5e3a1cd-fb09-4003-b426-39e322ecb045"}]} 2026-05-20 18:43:02.156 9 INFO neutron.services.segments.plugin [-] Segment ca052bc0-b2d7-4b88-b45b-a75a5dd9548a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca052bc0-b2d7-4b88-b45b-a75a5dd9548a found for delete ", "request_id": "req-6f8be4f5-ca63-4fad-9412-77377a63d0ac"}]} 2026-05-20 18:43:02.202 8 INFO neutron.services.segments.plugin [-] Segment f9445cc6-c7c1-47dc-bfeb-ce6f7525ad1f resource provider aggregate not found 2026-05-20 18:43:02.206 8 INFO neutron.services.segments.plugin [-] Segment f9445cc6-c7c1-47dc-bfeb-ce6f7525ad1f resource provider aggregate not found 2026-05-20 18:43:02.236 8 INFO neutron.services.segments.plugin [-] Segment f9445cc6-c7c1-47dc-bfeb-ce6f7525ad1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9445cc6-c7c1-47dc-bfeb-ce6f7525ad1f found for delete ", "request_id": "req-78b5c2b2-d81e-4aa1-9065-1423ffe2e0e3"}]} [pid: 8|app: 0|req: 266/566] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:02 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:02.241 8 INFO neutron.services.segments.plugin [-] Segment f9445cc6-c7c1-47dc-bfeb-ce6f7525ad1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9445cc6-c7c1-47dc-bfeb-ce6f7525ad1f found for delete ", "request_id": "req-9f94ac5b-0aa3-4b49-8778-36ff1e27f365"}]} [pid: 9|app: 0|req: 301/567] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:02 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 683 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 302/568] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:02 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 303/569] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:43:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8698275a3234441eac825f6e3005f024 => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:02.481 9 WARNING neutron_lib.context [req-144dfb09-bcd4-433f-84b1-f88863edc8e2 req-0a703d4d-93b3-4145-9722-b975a2abe8bd 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:43:02.581 8 INFO neutron.db.segments_db [None req-e2651876-0138-485e-99ab-eebfecbbd1c6 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment ef3d830d-58cf-4d1b-960e-98e2f5b3d01b of type vxlan for network d28f03a1-9feb-4945-b72e-409a24083bfe [pid: 8|app: 0|req: 267/570] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:43:02 2026] POST /v2.0/networks => generated 747 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 304/571] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:43:02 2026] POST /v2.0/ports => generated 954 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/572] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:43:02 2026] POST /v2.0/subnets => generated 695 bytes in 312 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: 9|app: 0|req: 305/573] 199.204.45.70 () {34 vars in 910 bytes} [Wed May 20 18:43:02 2026] GET /v2.0/extensions => generated 20516 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-20 18:43:03.098 8 INFO neutron.db.segments_db [None req-795a6f62-f887-4679-b11d-275921082149 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 16470d2f-2f6a-4a1e-9e21-aa7a593a324f of type vxlan for network cf51dbf4-3646-43c1-a55d-cf5ac783f624 [pid: 9|app: 0|req: 306/574] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:03 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 957 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:03.499 8 INFO neutron.db.l3_hamode_db [None req-795a6f62-f887-4679-b11d-275921082149 f978fe935172478ba0ba994cffc5a74a 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 307/575] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:43:03 2026] PUT /v2.0/ports/e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 1235 bytes in 675 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: 9|app: 0|req: 308/576] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:04 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 309/577] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:04 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:04.503 8 INFO neutron.db.l3_hamode_db [None req-795a6f62-f887-4679-b11d-275921082149 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 310/578] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1238 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 313/581] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 314/582] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/583] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:43:02 2026] POST /v2.0/routers => generated 735 bytes in 2606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/584] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:05.649 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddcc6642-6db2-4098-892d-f342350fd2b2'] response: {'name': 'network-changed', 'server_uuid': '14b1e65a-31c3-4e45-9ca4-ba38014f9bf3', 'tag': 'e6d31d1b-cbd0-4492-8484-4b29c3b5f70d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 271/585] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 315/586] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/subnets?id=63d70f94-1e5b-49f6-a767-211f8dcab8ef => generated 701 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 316/587] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/ports?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 317/588] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 318/589] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:05 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?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: 9|app: 0|req: 319/590] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:06 2026] GET /v2.0/networks?id=6fcd3683-c012-411c-a786-c63640d07fec => generated 678 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:06.567 9 WARNING neutron_lib.context [req-17f9d3ef-6812-437e-a082-d9fab65bfd36 req-0e1f29a7-82fa-4525-a5d1-65cf2888cace 09b37030fc60496387d3dc55a6a88adf 20640953eadf41a2ba3d286a08c2836c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 320/591] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:43:06 2026] POST /v2.0/ports => generated 954 bytes in 358 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: 9|app: 0|req: 321/592] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:06 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 957 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 322/593] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:07 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 323/594] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:07 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/595] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:43:05 2026] PUT /v2.0/routers/8138bf27-41f3-4efe-8c52-c63640c291a9/add_router_interface => generated 309 bytes in 1449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/596] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:07 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&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: 274/597] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:07 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/598] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:07 2026] GET /v2.0/security-groups?tenant_id=4a5b50b2678247eab77a6a80edd22639&name=default => generated 2925 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/599] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:07 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 324/600] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:43:07 2026] PUT /v2.0/ports/7826ec3d-e522-4ffb-a5cb-2f57226e61e3 => generated 1235 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/601] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:07 2026] DELETE /v2.0/security-groups/a16dcfb4-dbe3-4c3e-98b8-8c4fa81c06d5 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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 18:43:08.043 8 WARNING neutron_lib.context [None req-eddd8ca7-01be-4d67-ac1c-d3282173b03a 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 325/602] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 326/603] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/subnets?id=63d70f94-1e5b-49f6-a767-211f8dcab8ef => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:08.136 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-42334359-052f-4558-a66e-897164703e4a'] response: {'name': 'network-changed', 'server_uuid': 'f8631c7b-b874-4442-916a-6fcfdea0a485', 'tag': '7826ec3d-e522-4ffb-a5cb-2f57226e61e3', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 327/604] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/ports?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 328/605] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/606] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:43:08 2026] POST /v2.0/security-groups => generated 1660 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/607] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:08.268 8 WARNING neutron_lib.context [None req-24263613-83e0-460a-921d-03e196cb80ef 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 329/608] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/security-groups?tenant_id=6ed7199001c24c57aefbf02cba09a0ad&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 330/609] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 331/610] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/611] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:43:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/612] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 332/613] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:08 2026] DELETE /v2.0/security-groups/f16bc310-2b6c-4d3f-92ad-bf7c5c72bcaa => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:43:08.488 9 WARNING neutron_lib.context [None req-b496b74d-6a72-446c-ac01-9aac67a1b6e9 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 282/614] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&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: 9|app: 0|req: 333/615] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:43:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:43:08.599 8 WARNING neutron_lib.context [None req-52a18232-f5d1-45b0-bc52-e2ceb4af1ab6 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 334/616] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/ports?tenant_id=20640953eadf41a2ba3d286a08c2836c&device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 335/617] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/networks?tenant_id=20640953eadf41a2ba3d286a08c2836c&shared=False => generated 774 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 336/618] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:43:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/619] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:43:08 2026] POST /v2.0/floatingips => generated 552 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 337/620] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:09 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 338/621] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:09 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/622] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:09 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 339/623] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:09 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/624] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:09 2026] GET /v2.0/ports?tenant_id=20640953eadf41a2ba3d286a08c2836c&device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 1238 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 340/625] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7826ec3d-e522-4ffb-a5cb-2f57226e61e3 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/626] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:09 2026] GET /v2.0/subnets?id=231e4ada-7445-44a0-8927-6ae407dc3d7c => generated 696 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 341/627] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:10 2026] GET /v2.0/ports?network_id=6fcd3683-c012-411c-a786-c63640d07fec&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/628] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:10 2026] GET /v2.0/networks/6fcd3683-c012-411c-a786-c63640d07fec?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 342/629] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:10 2026] GET /v2.0/networks/6fcd3683-c012-411c-a786-c63640d07fec?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: 288/630] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:10 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 343/631] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:10 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/632] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:10 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 344/633] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:10 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&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: 290/634] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:11 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 345/635] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:12 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 346/636] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:12 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/637] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:12 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/638] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:13 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 347/639] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:13 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 348/640] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:13 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/641] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:13 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/642] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:14 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 349/643] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:14 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/644] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:14 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 350/645] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:14 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/646] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:14 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:15.630 9 INFO neutron.db.l3_db [None req-c7295a7c-a63a-44ac-9992-637198bc200d 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] Floating IP c2a98a4b-4f75-4f50-b480-61ab52b08c7b associated. External IP: 10.96.250.202, port: e6d31d1b-cbd0-4492-8484-4b29c3b5f70d. [pid: 8|app: 0|req: 297/647] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:15 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/648] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:15 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 351/649] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:43:14 2026] PUT /v2.0/floatingips/c2a98a4b-4f75-4f50-b480-61ab52b08c7b => generated 855 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/650] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:16.196 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d8b1d69-a4c8-4bf6-ba20-e56e278a8c9c'] response: {'name': 'network-changed', 'server_uuid': '14b1e65a-31c3-4e45-9ca4-ba38014f9bf3', 'tag': 'e6d31d1b-cbd0-4492-8484-4b29c3b5f70d', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 352/651] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&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: 300/652] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 353/653] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 354/654] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/655] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 858 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 355/656] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/657] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/subnets?id=63d70f94-1e5b-49f6-a767-211f8dcab8ef => generated 701 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 356/658] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:16 2026] GET /v2.0/ports?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e&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: 303/659] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:17 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 357/660] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:17 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?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: 8|app: 0|req: 304/661] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:18 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 358/662] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:18 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 359/663] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:19 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 360/664] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:19 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/665] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:18 2026] GET /v2.0/security-groups?tenant_id=fe219d86ecd14b2e9a8d5082d4e74ad9&name=default => generated 2925 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 361/668] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:19 2026] DELETE /v2.0/security-groups/e80df3b9-e36b-451f-985f-b20195fca879 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/669] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:20 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 362/670] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:20 2026] GET /v2.0/security-groups?id=f1813be6-57b1-4d23-9894-c8f417b6a427&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/671] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:43:20 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 363/672] 10.0.0.139 () {34 vars in 1098 bytes} [Wed May 20 18:43:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--413433822&fields=id&tenant_id=34efd5edf3a14aa9a2bb4c134f1ea712 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 364/673] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/networks?id=d28f03a1-9feb-4945-b72e-409a24083bfe => generated 680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 365/674] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/quotas/34efd5edf3a14aa9a2bb4c134f1ea712 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 366/675] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/ports?tenant_id=34efd5edf3a14aa9a2bb4c134f1ea712&fields=id => generated 103 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 367/676] 10.0.0.139 () {34 vars in 907 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/extensions => generated 20516 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 368/677] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 369/678] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?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: 310/679] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:43:20 2026] DELETE /v2.0/ports/7826ec3d-e522-4ffb-a5cb-2f57226e61e3 => generated 0 bytes in 833 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/680] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?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: 9|app: 0|req: 370/681] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:21 2026] GET /v2.0/security-groups?tenant_id=c374a1bb78a241b18155010843f6ec11&name=default => generated 2925 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:43:22.754 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-deae264d-5aeb-4d28-929e-3b70d79dcf12'] response: {'server_uuid': 'f8631c7b-b874-4442-916a-6fcfdea0a485', 'name': 'network-vif-deleted', 'tag': '7826ec3d-e522-4ffb-a5cb-2f57226e61e3', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 371/682] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:22 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => 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: 312/683] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:22 2026] DELETE /v2.0/security-groups/362ab9f7-f1f2-4877-ac7c-50d71c6895aa => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 372/684] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:23 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 313/685] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:23 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 373/686] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:24 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 314/687] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:25 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 374/688] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:25 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/689] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:26 2026] GET /v2.0/ports?device_id=f8631c7b-b874-4442-916a-6fcfdea0a485 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 375/690] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:27 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 376/691] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:28 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/692] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:43:27 2026] PUT /v2.0/routers/6215012d-b257-4727-9e62-ea4e627a07ec/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: 317/693] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:29 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 318/694] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:30 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 319/695] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:31 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:32.415 9 INFO neutron.services.segments.plugin [-] Segment 7bedd3f4-3184-40a0-a740-09af35d1e276 resource provider aggregate not found 2026-05-20 18:43:32.420 9 INFO neutron.services.segments.plugin [-] Segment 7bedd3f4-3184-40a0-a740-09af35d1e276 resource provider aggregate not found 2026-05-20 18:43:32.431 9 INFO neutron.services.segments.plugin [-] Segment 7bedd3f4-3184-40a0-a740-09af35d1e276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bedd3f4-3184-40a0-a740-09af35d1e276 found for delete ", "request_id": "req-c7d9e93b-8490-44b6-9882-165f9dff3b1e"}]} 2026-05-20 18:43:32.432 9 INFO neutron.services.segments.plugin [-] Segment 7bedd3f4-3184-40a0-a740-09af35d1e276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bedd3f4-3184-40a0-a740-09af35d1e276 found for delete ", "request_id": "req-a6de651a-7e08-4be4-8937-b2c146e1b4a3"}]} [pid: 8|app: 0|req: 320/696] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:32 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:32.782 9 INFO neutron.db.l3_hamode_db [None req-d97b6458-eb95-4f44-9828-4aa71397f6ae f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network a3175d01-2d6c-4fb0-bde5-3d24b41b9fa4 was deleted as no HA routers are present in tenant 20640953eadf41a2ba3d286a08c2836c. [pid: 9|app: 0|req: 377/697] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:43:28 2026] DELETE /v2.0/routers/6215012d-b257-4727-9e62-ea4e627a07ec => generated 0 bytes in 4455 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/698] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:43:32 2026] DELETE /v2.0/subnets/231e4ada-7445-44a0-8927-6ae407dc3d7c => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 378/699] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:43:33 2026] DELETE /v2.0/networks/6fcd3683-c012-411c-a786-c63640d07fec => generated 0 bytes in 528 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/700] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:43:33 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1240 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/701] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:33 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 324/702] 10.0.0.108 () {34 vars in 1040 bytes} [Wed May 20 18:43:33 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&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: 9|app: 0|req: 379/703] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:33 2026] GET /v2.0/security-groups?tenant_id=fa986b34524e4c499d3f388b77952c4b&name=default => generated 2925 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 380/704] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:34 2026] GET /v2.0/security-groups?tenant_id=20640953eadf41a2ba3d286a08c2836c&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/705] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:34 2026] DELETE /v2.0/security-groups/ffed32a3-42de-48fc-83e0-cc09e9c74795 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 381/706] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:34 2026] DELETE /v2.0/security-groups/f1813be6-57b1-4d23-9894-c8f417b6a427 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/707] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:34 2026] GET /v2.0/networks?id=d28f03a1-9feb-4945-b72e-409a24083bfe => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:34.696 9 INFO neutron.services.segments.plugin [-] Segment c866a1ff-29e1-4355-bb5b-11b16ea22a86 resource provider aggregate not found 2026-05-20 18:43:34.703 9 INFO neutron.services.segments.plugin [-] Segment c866a1ff-29e1-4355-bb5b-11b16ea22a86 resource provider aggregate not found 2026-05-20 18:43:34.774 9 INFO neutron.services.segments.plugin [-] Segment c866a1ff-29e1-4355-bb5b-11b16ea22a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c866a1ff-29e1-4355-bb5b-11b16ea22a86 found for delete ", "request_id": "req-2272fc45-bf83-4a1f-a3b6-341ec057a272"}]} 2026-05-20 18:43:34.776 9 INFO neutron.services.segments.plugin [-] Segment c866a1ff-29e1-4355-bb5b-11b16ea22a86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c866a1ff-29e1-4355-bb5b-11b16ea22a86 found for delete ", "request_id": "req-27bb3eb7-99d2-490b-a53f-30dd048924d6"}]} [pid: 9|app: 0|req: 382/708] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:43:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=34efd5edf3a14aa9a2bb4c134f1ea712 => generated 180 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:34.853 8 WARNING neutron_lib.context [req-b906bf17-5bd7-49da-bd4c-f22a2030169b req-25001614-96ec-488b-b4e1-dc6faa03bb67 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 383/709] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:34 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 384/710] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:35 2026] GET /v2.0/security-groups?tenant_id=1543ac29aacc42ccbffe0944eafa77cf&name=default => generated 2925 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 387/713] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:35 2026] DELETE /v2.0/security-groups/644cbcee-88ed-450b-a60b-526b19705880 => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 388/714] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:36 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 961 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 389/715] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:36 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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: 327/716] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:43:34 2026] POST /v2.0/ports => generated 958 bytes in 1476 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: 328/717] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:37 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/718] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:37 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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: 9|app: 0|req: 390/719] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:43:36 2026] PUT /v2.0/ports/3198ec79-efa3-4ea4-b618-9649f82f0a35 => generated 1239 bytes in 1640 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/720] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:38 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 973 bytes in 41 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: 9|app: 0|req: 391/721] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:38 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:39.002 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f539a76a-b05a-4534-8bd7-7c92560cb8ef'] response: {'name': 'network-changed', 'server_uuid': '764d5535-146b-4691-985a-9553f1fa44e9', 'tag': '3198ec79-efa3-4ea4-b618-9649f82f0a35', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 392/722] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/ports?tenant_id=34efd5edf3a14aa9a2bb4c134f1ea712&device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 393/723] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3198ec79-efa3-4ea4-b618-9649f82f0a35 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 394/724] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/subnets?id=78b480a4-e4d7-4347-af59-44b092feb473 => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:39.181 8 WARNING neutron_lib.context [None req-a373a116-475c-44ce-9c15-ee00cb2feba7 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 395/725] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/ports?network_id=d28f03a1-9feb-4945-b72e-409a24083bfe&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 396/726] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 397/727] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:39.451 8 INFO neutron.db.segments_db [None req-a373a116-475c-44ce-9c15-ee00cb2feba7 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] Added segment fbaa569d-f6cd-4fb7-940d-dcb08fd839f3 of type vxlan for network 7203c439-60eb-4721-9ab5-1e6917f097ed [pid: 8|app: 0|req: 331/728] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:43:38 2026] POST /v2.0/networks => generated 648 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 398/729] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/security-groups?tenant_id=16877f06e8394fefbd3ff71b1612a932&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 399/730] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 400/731] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:39 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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: 332/732] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:39 2026] DELETE /v2.0/security-groups/861e8c19-a997-4226-9032-afef44ad9f79 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:43:40.212 9 WARNING neutron_lib.context [None req-d5935621-e6e8-46e5-8a17-a695ac2f4b93 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 333/733] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/ports?tenant_id=34efd5edf3a14aa9a2bb4c134f1ea712&device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/734] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/networks?id=d28f03a1-9feb-4945-b72e-409a24083bfe => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/735] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3198ec79-efa3-4ea4-b618-9649f82f0a35 => 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: 336/736] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/subnets?id=78b480a4-e4d7-4347-af59-44b092feb473 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/737] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/ports?network_id=d28f03a1-9feb-4945-b72e-409a24083bfe&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 401/738] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:43:40 2026] POST /v2.0/subnets => generated 673 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:43:40.635 9 WARNING neutron_lib.context [None req-5ae17fff-37db-41f0-8517-258a50b8ad2c 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 338/739] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/740] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?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) 2026-05-20 18:43:40.741 9 INFO neutron.db.segments_db [None req-5ae17fff-37db-41f0-8517-258a50b8ad2c 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] Added segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 of type vxlan for network d2dbdba2-fc00-4a9d-8fb9-34dd981a01fb [pid: 9|app: 0|req: 402/741] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:43:40 2026] POST /v2.0/networks => generated 647 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 403/742] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:40 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/743] 10.0.0.87 () {34 vars in 742 bytes} [Wed May 20 18:43:40 2026] PUT /v2.0/networks/d2dbdba2-fc00-4a9d-8fb9-34dd981a01fb => generated 592 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:41.017 8 WARNING neutron_lib.context [None req-0ea88d0c-9b9e-4252-87aa-c783c1575d2c 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 404/744] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:41 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/745] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:43:41 2026] POST /v2.0/subnets => generated 646 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/746] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:42 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 405/747] 10.0.0.87 () {34 vars in 740 bytes} [Wed May 20 18:43:41 2026] PUT /v2.0/subnets/d71cc0a1-9384-4363-b2d6-60ae84c195ac => generated 656 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/748] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:42 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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 18:43:42.479 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider aggregate not found 2026-05-20 18:43:42.483 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider aggregate not found 2026-05-20 18:43:42.495 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b029e8-274a-4b4e-8ccb-b195a6ea8075 found for delete ", "request_id": "req-b2e4ba73-11e8-478a-8235-c7cf59dceabb"}]} 2026-05-20 18:43:42.522 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b029e8-274a-4b4e-8ccb-b195a6ea8075 found for delete ", "request_id": "req-cb268a9a-c8f3-48f1-b623-f7fb72a24186"}]} [pid: 8|app: 0|req: 344/749] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/750] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&fields=id&fields=name => generated 113 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 406/751] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:43:42 2026] DELETE /v2.0/networks/d2dbdba2-fc00-4a9d-8fb9-34dd981a01fb => generated 0 bytes in 1312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:43:43.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f6af7ae-322d-4170-838f-534ec8a48ed3 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 346/752] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:43:43 2026] DELETE /v2.0/networks/d2dbdba2-fc00-4a9d-8fb9-34dd981a01fb => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 407/753] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/754] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/subnets?network_id=3bed9746-3d9e-4659-8322-b9165af40d04 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 408/755] 10.0.0.87 () {32 vars in 652 bytes} [Wed May 20 18:43:43 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) [pid: 8|app: 0|req: 348/756] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/networks => generated 1313 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 409/757] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/subnets => generated 1312 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/758] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/networks/7203c439-60eb-4721-9ab5-1e6917f097ed => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 410/759] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:43:43 2026] GET /v2.0/subnets/53ba9533-709b-4518-9fb9-0b922344add9 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:43.914 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b347ce81-8cad-4915-9206-d3d77e80fb57 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 350/760] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:43:43 2026] DELETE /v2.0/subnets/d71cc0a1-9384-4363-b2d6-60ae84c195ac => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:43:43.934 9 INFO neutron.pecan_wsgi.hooks.translation [None req-21129117-b8ef-438b-bbac-98dec5513425 1028be90064e4ca0a9e2c19d5d1723b2 dd5fcb63f6584975b3fd6817df628cd9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 411/761] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:43:43 2026] DELETE /v2.0/networks/d2dbdba2-fc00-4a9d-8fb9-34dd981a01fb => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/762] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:43:43 2026] DELETE /v2.0/subnets/53ba9533-709b-4518-9fb9-0b922344add9 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:43:44.523 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider aggregate not found 2026-05-20 18:43:44.545 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b029e8-274a-4b4e-8ccb-b195a6ea8075 found for delete ", "request_id": "req-4d3add18-af49-43cf-a3d6-1db55d01d570"}]} 2026-05-20 18:43:44.547 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider aggregate not found 2026-05-20 18:43:44.567 9 INFO neutron.services.segments.plugin [-] Segment c0b029e8-274a-4b4e-8ccb-b195a6ea8075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b029e8-274a-4b4e-8ccb-b195a6ea8075 found for delete ", "request_id": "req-2a1de32c-0ea4-48a1-9d2d-db6bc481decd"}]} [pid: 8|app: 0|req: 352/763] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:44 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 412/764] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:43:44 2026] DELETE /v2.0/networks/7203c439-60eb-4721-9ab5-1e6917f097ed => generated 0 bytes in 462 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/765] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:44 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 413/766] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:44 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/767] 10.0.0.139 () {34 vars in 971 bytes} [Wed May 20 18:43:44 2026] GET /v2.0/ports/e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 968 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 414/768] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:45 2026] GET /v2.0/security-groups?tenant_id=dd5fcb63f6584975b3fd6817df628cd9&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 415/769] 199.204.45.70 () {34 vars in 999 bytes} [Wed May 20 18:43:45 2026] GET /v2.0/subnets?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 416/770] 199.204.45.70 () {34 vars in 1145 bytes} [Wed May 20 18:43:45 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3&device_owner=compute%3Anova&network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/771] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:45 2026] DELETE /v2.0/security-groups/fafb912a-9753-44b3-8dbe-0b4e74fafc45 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/772] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:45 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/773] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:45 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 417/774] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:43:45 2026] PUT /v2.0/ports/e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 1149 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/775] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:46 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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 18:43:46.944 9 INFO neutron.services.segments.plugin [-] Segment fbaa569d-f6cd-4fb7-940d-dcb08fd839f3 resource provider aggregate not found 2026-05-20 18:43:46.957 9 INFO neutron.services.segments.plugin [-] Segment fbaa569d-f6cd-4fb7-940d-dcb08fd839f3 resource provider aggregate not found 2026-05-20 18:43:46.962 9 INFO neutron.services.segments.plugin [-] Segment fbaa569d-f6cd-4fb7-940d-dcb08fd839f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbaa569d-f6cd-4fb7-940d-dcb08fd839f3 found for delete ", "request_id": "req-2f98d019-14a0-4a61-bb3a-4dd9436c6d7c"}]} 2026-05-20 18:43:46.965 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-25ba95c0-4517-42cf-b1eb-c78fd99a4622'] response: {'name': 'network-changed', 'server_uuid': '14b1e65a-31c3-4e45-9ca4-ba38014f9bf3', 'tag': 'e6d31d1b-cbd0-4492-8484-4b29c3b5f70d', 'status': 'completed', 'code': 200} 2026-05-20 18:43:46.976 9 INFO neutron.services.segments.plugin [-] Segment fbaa569d-f6cd-4fb7-940d-dcb08fd839f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbaa569d-f6cd-4fb7-940d-dcb08fd839f3 found for delete ", "request_id": "req-877a4182-e1ab-46a6-afc8-da10294abaae"}]} [pid: 8|app: 0|req: 359/776] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:46 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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: 9|app: 0|req: 418/777] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:46 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1421 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/778] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:46 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 779 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/779] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:43:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 419/780] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:47 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/781] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/782] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:47 2026] GET /v2.0/subnets?id=63d70f94-1e5b-49f6-a767-211f8dcab8ef => 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: 364/783] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:47 2026] GET /v2.0/ports?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e&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: 365/784] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:47 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?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: 366/785] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:47 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:47.683 9 INFO neutron.db.l3_db [None req-83efbb27-0370-40b4-8c74-c05125ce378c 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Floating IP ab09d94b-8c4c-4454-aee4-b8a6ca86399c associated. External IP: 10.96.250.207, port: 3198ec79-efa3-4ea4-b618-9649f82f0a35. [pid: 9|app: 0|req: 420/786] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:43:47 2026] PUT /v2.0/floatingips/ab09d94b-8c4c-4454-aee4-b8a6ca86399c => generated 856 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/787] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 421/788] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1152 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/789] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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: 9|app: 0|req: 422/790] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/791] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 423/792] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/793] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 424/794] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 425/795] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/subnets?id=63d70f94-1e5b-49f6-a767-211f8dcab8ef => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 426/796] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/ports?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e&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: 9|app: 0|req: 427/797] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:48.762 8 WARNING neutron_lib.context [None req-d6aa872e-9dd6-4462-b8a0-772c53616dab fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 428/798] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:48 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?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: 9|app: 0|req: 429/799] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:49 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:49.223 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ca4cc74-29ba-4200-b12e-682c8eba9a8d'] response: {'name': 'network-changed', 'server_uuid': '764d5535-146b-4691-985a-9553f1fa44e9', 'tag': '3198ec79-efa3-4ea4-b618-9649f82f0a35', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 430/800] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:49 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&fields=id&fields=name => generated 113 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 431/801] 199.204.45.70 () {34 vars in 1119 bytes} [Wed May 20 18:43:49 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:43:49.819 8 INFO neutron.db.segments_db [None req-d6aa872e-9dd6-4462-b8a0-772c53616dab fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Added segment 87508757-6165-4762-a2c8-a1e11912a16c of type vxlan for network 7051ccae-ff77-474f-b40c-f5e4a1e97343 [pid: 9|app: 0|req: 432/802] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:43:49 2026] PUT /v2.0/ports/e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 968 bytes in 731 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: 9|app: 0|req: 433/803] 199.204.45.70 () {34 vars in 1095 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 434/804] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/ports?tenant_id=34efd5edf3a14aa9a2bb4c134f1ea712&device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 437/807] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/networks?id=d28f03a1-9feb-4945-b72e-409a24083bfe => generated 775 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 438/808] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=3198ec79-efa3-4ea4-b618-9649f82f0a35 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 439/809] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/subnets?id=78b480a4-e4d7-4347-af59-44b092feb473 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 440/810] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/ports?network_id=d28f03a1-9feb-4945-b72e-409a24083bfe&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: 371/811] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:43:48 2026] POST /v2.0/networks => generated 648 bytes in 1944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/812] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:50.520 8 WARNING neutron_lib.context [None req-65db3c09-53f7-4d7f-a38c-d40e2213b18b fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 441/813] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 442/814] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe?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: 9|app: 0|req: 443/815] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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: 9|app: 0|req: 444/816] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 445/817] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 446/818] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 447/819] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/subnets?id=63d70f94-1e5b-49f6-a767-211f8dcab8ef => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 448/820] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/ports?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 449/821] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:50 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 450/822] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:51 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?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) 2026-05-20 18:43:51.706 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-49715bdb-dbf4-4b66-8df8-b8856d4497a2'] response: {'name': 'network-changed', 'server_uuid': '14b1e65a-31c3-4e45-9ca4-ba38014f9bf3', 'tag': 'e6d31d1b-cbd0-4492-8484-4b29c3b5f70d', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 451/823] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:51 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 452/824] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:51 2026] GET /v2.0/security-groups?id=d1ddff04-283a-4c72-9b27-a6b99f60382b&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: 9|app: 0|req: 453/825] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:43:51 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 373/826] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:43:50 2026] POST /v2.0/ports => generated 778 bytes in 1651 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 18:43:52.181 8 WARNING neutron_lib.context [None req-da06c36c-2ddd-474c-8f53-0795eb59e7c8 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:43:52.327 9 INFO neutron.db.l3_db [req-7c90a7ee-feb2-4c61-95ee-5bf02342c301 req-4a6bc82e-7819-43b9-9756-abca3ddae34d 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] Floating IP ab09d94b-8c4c-4454-aee4-b8a6ca86399c disassociated. External IP: 10.96.250.207, port: 3198ec79-efa3-4ea4-b618-9649f82f0a35. 2026-05-20 18:43:52.427 8 INFO neutron.db.segments_db [None req-da06c36c-2ddd-474c-8f53-0795eb59e7c8 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Added segment 71659d33-52c3-44a8-aef8-fc8f4bbf9686 of type vxlan for network ecac1609-9fba-4360-82b9-246b8cb9ee1d [pid: 8|app: 0|req: 374/827] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:43:52 2026] POST /v2.0/networks => generated 635 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/828] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:52 2026] GET /v2.0/security-groups?tenant_id=1ddc8a20787b48a3b6ac22cc7962d9b3&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:43:53.164 8 WARNING neutron_lib.context [None req-c79039bb-4fc8-4ae2-97e0-05cd84dacb07 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 454/829] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:43:52 2026] DELETE /v2.0/ports/3198ec79-efa3-4ea4-b618-9649f82f0a35 => generated 0 bytes in 1162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 455/830] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:53 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 456/831] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:53 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 457/832] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:53 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 458/833] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:53 2026] DELETE /v2.0/security-groups/b9b6e015-ce0e-45bf-b243-a7ad62c26f83 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 459/834] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:53 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:53.757 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-154f9fcb-c30e-4a7c-93cb-3a9c8d073896'] response: {'server_uuid': '764d5535-146b-4691-985a-9553f1fa44e9', 'name': 'network-vif-deleted', 'tag': '3198ec79-efa3-4ea4-b618-9649f82f0a35', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 460/835] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:43:53 2026] GET /v2.0/security-groups?tenant_id=23e54629c3104bafbbe04e7be684ac9a&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 461/836] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:43:53 2026] GET /v2.0/networks?id=28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/837] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:43:53 2026] POST /v2.0/subnets => generated 646 bytes in 1133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/838] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/839] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:54.364 8 WARNING neutron_lib.context [None req-a206f6a1-c0af-4912-b6f8-1891e2f21508 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 462/840] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:43:54 2026] DELETE /v2.0/security-groups/12c97dab-83b0-4d0c-837a-c6ff3172e72c => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 463/841] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/subnets?id=63d70f94-1e5b-49f6-a767-211f8dcab8ef => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 464/842] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/ports?network_id=28f7bdf4-4380-4744-a65b-65c9bacf269e&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: 9|app: 0|req: 465/843] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 466/844] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e?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: 9|app: 0|req: 467/845] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 468/846] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/security-groups?id=e99b701d-6aff-4ae8-8a8e-98efa5a43f99&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 469/847] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:43:54 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:55.139 9 INFO neutron.db.l3_db [req-70979f0e-fe1a-42f5-a930-2fa989e54703 req-2dc44026-f56f-4b12-8e40-3ac52dadae81 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] Floating IP c2a98a4b-4f75-4f50-b480-61ab52b08c7b disassociated. External IP: 10.96.250.202, port: e6d31d1b-cbd0-4492-8484-4b29c3b5f70d. [pid: 8|app: 0|req: 379/848] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:43:54 2026] POST /v2.0/ports => generated 957 bytes in 1074 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: 380/849] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:55 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 470/850] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:43:54 2026] DELETE /v2.0/ports/e6d31d1b-cbd0-4492-8484-4b29c3b5f70d => generated 0 bytes in 1892 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 471/851] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:43:56 2026] GET /v2.0/ports?tenant_id=8698275a3234441eac825f6e3005f024&device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 472/852] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:56 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 473/853] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:56 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 381/854] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:43:55 2026] DELETE /v2.0/ports/b286a94f-6238-49e6-8ba8-db8cc54ba4ec => generated 0 bytes in 1561 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:43:57.021 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fcf5e02-943a-4b46-9c5b-9d42ebf91ce2'] response: {'server_uuid': '14b1e65a-31c3-4e45-9ca4-ba38014f9bf3', 'name': 'network-vif-deleted', 'tag': 'e6d31d1b-cbd0-4492-8484-4b29c3b5f70d', 'status': 'completed', 'code': 200} 2026-05-20 18:43:57.037 9 INFO neutron.pecan_wsgi.hooks.translation [None req-86957717-f923-4a5c-ad2d-6e75e09475fa fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 474/855] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:43:57 2026] DELETE /v2.0/ports/b286a94f-6238-49e6-8ba8-db8cc54ba4ec => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:43:57.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1b44013-0875-4a37-a0d9-5b37fcecf538 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 382/856] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:43:57 2026] GET /v2.0/ports/b286a94f-6238-49e6-8ba8-db8cc54ba4ec => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/857] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:57 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => 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: 384/858] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:57 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 475/859] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:43:57 2026] DELETE /v2.0/subnets/c3221913-4307-4dd1-b2c2-74aae2fa0cf4 => generated 0 bytes in 1297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 476/860] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 477/861] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:43:59.118 8 INFO neutron.services.segments.plugin [-] Segment 71659d33-52c3-44a8-aef8-fc8f4bbf9686 resource provider aggregate not found 2026-05-20 18:43:59.125 8 INFO neutron.services.segments.plugin [-] Segment 71659d33-52c3-44a8-aef8-fc8f4bbf9686 resource provider aggregate not found 2026-05-20 18:43:59.140 8 INFO neutron.services.segments.plugin [-] Segment 71659d33-52c3-44a8-aef8-fc8f4bbf9686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71659d33-52c3-44a8-aef8-fc8f4bbf9686 found for delete ", "request_id": "req-3d7e247b-c1e8-4965-ad8e-d832bf56c90a"}]} 2026-05-20 18:43:59.147 8 INFO neutron.services.segments.plugin [-] Segment 71659d33-52c3-44a8-aef8-fc8f4bbf9686 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71659d33-52c3-44a8-aef8-fc8f4bbf9686 found for delete ", "request_id": "req-f7bddd0b-6b74-45d2-a452-c964b2d4f13b"}]} [pid: 9|app: 0|req: 478/862] 10.0.0.87 () {32 vars in 652 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions => generated 20516 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 479/863] 10.0.0.87 () {32 vars in 680 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 480/864] 10.0.0.87 () {32 vars in 680 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 481/865] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 482/866] 10.0.0.87 () {32 vars in 664 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 483/867] 10.0.0.87 () {32 vars in 698 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 484/868] 10.0.0.87 () {32 vars in 696 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 485/869] 10.0.0.87 () {32 vars in 700 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 486/870] 10.0.0.87 () {32 vars in 688 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 487/871] 10.0.0.87 () {32 vars in 702 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 488/872] 10.0.0.87 () {32 vars in 692 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 489/873] 10.0.0.87 () {32 vars in 694 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 490/874] 10.0.0.87 () {32 vars in 684 bytes} [Wed May 20 18:43: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: 9|app: 0|req: 491/875] 10.0.0.87 () {32 vars in 686 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 492/876] 10.0.0.87 () {32 vars in 660 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 493/877] 10.0.0.87 () {32 vars in 698 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 494/878] 10.0.0.87 () {32 vars in 678 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 495/879] 10.0.0.87 () {32 vars in 682 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 496/880] 10.0.0.87 () {32 vars in 674 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 497/881] 10.0.0.87 () {32 vars in 688 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 498/882] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 499/883] 10.0.0.87 () {32 vars in 686 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 500/884] 10.0.0.87 () {32 vars in 668 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 501/885] 10.0.0.87 () {32 vars in 686 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 502/886] 10.0.0.87 () {32 vars in 680 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 503/887] 10.0.0.87 () {32 vars in 698 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 504/888] 10.0.0.87 () {32 vars in 678 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 505/889] 10.0.0.87 () {32 vars in 666 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 506/890] 10.0.0.87 () {32 vars in 676 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 507/891] 10.0.0.87 () {32 vars in 664 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 508/892] 10.0.0.87 () {32 vars in 674 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 509/893] 10.0.0.87 () {32 vars in 712 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 510/894] 10.0.0.87 () {32 vars in 690 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 511/895] 10.0.0.87 () {32 vars in 682 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 512/896] 10.0.0.87 () {32 vars in 668 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 513/897] 10.0.0.87 () {32 vars in 686 bytes} [Wed May 20 18:43:59 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) [pid: 9|app: 0|req: 514/898] 10.0.0.87 () {32 vars in 704 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 515/899] 10.0.0.87 () {32 vars in 674 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 516/900] 10.0.0.87 () {32 vars in 700 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 517/901] 10.0.0.87 () {32 vars in 674 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 518/902] 10.0.0.87 () {32 vars in 692 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/903] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:43:58 2026] DELETE /v2.0/networks/ecac1609-9fba-4360-82b9-246b8cb9ee1d => generated 0 bytes in 1192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 519/904] 10.0.0.87 () {32 vars in 688 bytes} [Wed May 20 18:43:59 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) 2026-05-20 18:43:59.574 8 WARNING neutron_lib.context [None req-99f4a9f6-d451-4b77-8bfd-49896aed5871 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 520/905] 10.0.0.87 () {32 vars in 708 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 521/906] 10.0.0.87 () {32 vars in 704 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 522/907] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 523/908] 10.0.0.87 () {32 vars in 696 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 524/909] 10.0.0.87 () {32 vars in 710 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 525/910] 10.0.0.87 () {32 vars in 668 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 526/911] 10.0.0.87 () {32 vars in 686 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 527/912] 10.0.0.87 () {32 vars in 680 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 528/913] 10.0.0.87 () {32 vars in 674 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 529/914] 10.0.0.87 () {32 vars in 670 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 530/915] 10.0.0.87 () {32 vars in 660 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 531/916] 10.0.0.87 () {32 vars in 698 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 532/917] 10.0.0.87 () {32 vars in 698 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 533/918] 10.0.0.87 () {32 vars in 676 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 534/919] 10.0.0.87 () {32 vars in 668 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 535/920] 10.0.0.87 () {32 vars in 682 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 536/921] 10.0.0.87 () {32 vars in 700 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 537/922] 10.0.0.87 () {32 vars in 684 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 538/923] 10.0.0.87 () {32 vars in 706 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 539/924] 10.0.0.87 () {32 vars in 668 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 540/925] 10.0.0.87 () {32 vars in 696 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 541/926] 10.0.0.87 () {32 vars in 694 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 542/927] 10.0.0.87 () {32 vars in 684 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 543/928] 10.0.0.87 () {32 vars in 688 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 544/929] 10.0.0.87 () {32 vars in 666 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 545/930] 10.0.0.87 () {32 vars in 680 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 546/931] 10.0.0.87 () {32 vars in 680 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 547/932] 10.0.0.87 () {32 vars in 690 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 548/933] 10.0.0.87 () {32 vars in 690 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 549/934] 10.0.0.87 () {32 vars in 694 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 550/935] 10.0.0.87 () {32 vars in 684 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 551/936] 10.0.0.87 () {32 vars in 688 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 552/937] 10.0.0.87 () {32 vars in 700 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 553/938] 10.0.0.87 () {32 vars in 702 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:43:59.864 8 INFO neutron.db.segments_db [None req-99f4a9f6-d451-4b77-8bfd-49896aed5871 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Added segment 5ec4dc3f-db3c-4c63-9d71-da403afd695a of type vxlan for network c68154a4-1df4-4126-b91d-c12f41f50f24 [pid: 9|app: 0|req: 554/939] 10.0.0.87 () {32 vars in 712 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 555/940] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 556/941] 10.0.0.87 () {32 vars in 714 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 557/942] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 558/943] 10.0.0.87 () {32 vars in 740 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 559/944] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 560/945] 10.0.0.87 () {32 vars in 682 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 561/946] 10.0.0.87 () {32 vars in 668 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 562/947] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 563/948] 10.0.0.87 () {32 vars in 678 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 564/949] 10.0.0.87 () {32 vars in 668 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 565/950] 10.0.0.87 () {32 vars in 696 bytes} [Wed May 20 18:43:59 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: 9|app: 0|req: 566/951] 10.0.0.87 () {32 vars in 704 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 567/952] 10.0.0.87 () {32 vars in 700 bytes} [Wed May 20 18:43:59 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 568/953] 10.0.0.87 () {32 vars in 700 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 569/954] 10.0.0.87 () {32 vars in 682 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 570/955] 10.0.0.87 () {32 vars in 704 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 571/956] 10.0.0.87 () {32 vars in 694 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 572/957] 10.0.0.87 () {32 vars in 688 bytes} [Wed May 20 18:44:00 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: 9|app: 0|req: 573/958] 10.0.0.87 () {32 vars in 696 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 574/960] 10.0.0.87 () {32 vars in 678 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/960] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:43:59 2026] POST /v2.0/networks => generated 636 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 575/961] 10.0.0.87 () {32 vars in 688 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:00.070 8 WARNING neutron_lib.context [None req-ff443be2-be81-40f3-8f35-ff2c9d098940 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 576/962] 10.0.0.87 () {32 vars in 700 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 577/963] 10.0.0.87 () {32 vars in 664 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 578/964] 10.0.0.87 () {32 vars in 680 bytes} [Wed May 20 18:44:00 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: 9|app: 0|req: 579/965] 10.0.0.87 () {32 vars in 692 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 580/966] 10.0.0.87 () {32 vars in 676 bytes} [Wed May 20 18:44:00 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: 9|app: 0|req: 581/967] 10.0.0.87 () {32 vars in 666 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 582/968] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/ports?device_id=14b1e65a-31c3-4e45-9ca4-ba38014f9bf3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 583/969] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/ports?device_id=764d5535-146b-4691-985a-9553f1fa44e9 => 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: 387/970] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:00 2026] POST /v2.0/subnets => generated 646 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:00.854 9 WARNING neutron_lib.context [None req-cbe2cde6-f273-4879-899a-f9ffa5975263 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 388/971] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:00 2026] GET /v2.0/security-groups?tenant_id=f15f86ff429d4da1aba403efebfb4e58&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 584/972] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:00 2026] POST /v2.0/ports => generated 928 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/973] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:01 2026] DELETE /v2.0/security-groups/931752a1-7841-43d9-8842-2551e8ef4702 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 585/974] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:01 2026] DELETE /v2.0/security-groups/d1ddff04-283a-4c72-9b27-a6b99f60382b => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/975] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:01 2026] DELETE /v2.0/security-groups/e99b701d-6aff-4ae8-8a8e-98efa5a43f99 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:01.885 8 INFO neutron.api.v2.resource [None req-b75a3d68-64e1-4d68-add0-b3032b048e24 9e974577a8824179bae0d0a57c266499 34efd5edf3a14aa9a2bb4c134f1ea712 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/976] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:44:01 2026] GET /v2.0/security-groups/d1ddff04-283a-4c72-9b27-a6b99f60382b => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:01.896 8 INFO neutron.api.v2.resource [None req-c1c05b58-1399-47b9-afd0-c7e617c92c2c 0fed9c62ef264d5da6ec1a9909b63cbd 8698275a3234441eac825f6e3005f024 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 392/977] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:44:01 2026] GET /v2.0/security-groups/e99b701d-6aff-4ae8-8a8e-98efa5a43f99 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 586/978] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:01 2026] DELETE /v2.0/ports/77195f90-fdb3-457d-8f6a-13ea65eb54a9 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/979] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:44:01 2026] DELETE /v2.0/floatingips/ab09d94b-8c4c-4454-aee4-b8a6ca86399c => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:02.437 8 INFO neutron.pecan_wsgi.hooks.translation [None req-739b58bd-bf6c-4262-b311-1fafe21dee4d fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/980] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:44:02 2026] GET /v2.0/ports/77195f90-fdb3-457d-8f6a-13ea65eb54a9 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 587/981] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:44:02 2026] DELETE /v2.0/floatingips/c2a98a4b-4f75-4f50-b480-61ab52b08c7b => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 588/982] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:02 2026] DELETE /v2.0/subnets/f2032b74-f5f1-43c0-8f20-498370f856d4 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/983] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:44:02 2026] PUT /v2.0/routers/8138bf27-41f3-4efe-8c52-c63640c291a9/remove_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 589/984] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:44:02 2026] PUT /v2.0/routers/10ae6df9-561f-4329-bb73-9e0ab73beb6f/remove_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:04.255 8 INFO neutron.services.segments.plugin [-] Segment 5ec4dc3f-db3c-4c63-9d71-da403afd695a resource provider aggregate not found 2026-05-20 18:44:04.273 8 INFO neutron.services.segments.plugin [-] Segment 5ec4dc3f-db3c-4c63-9d71-da403afd695a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ec4dc3f-db3c-4c63-9d71-da403afd695a found for delete ", "request_id": "req-dff69206-949e-48a6-9bb2-000e91376179"}]} 2026-05-20 18:44:04.274 8 INFO neutron.services.segments.plugin [-] Segment 5ec4dc3f-db3c-4c63-9d71-da403afd695a resource provider aggregate not found 2026-05-20 18:44:04.286 8 INFO neutron.services.segments.plugin [-] Segment 5ec4dc3f-db3c-4c63-9d71-da403afd695a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ec4dc3f-db3c-4c63-9d71-da403afd695a found for delete ", "request_id": "req-1c0e001e-8bc5-4af8-b44a-b8ac8c85269a"}]} [pid: 8|app: 0|req: 396/985] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:03 2026] DELETE /v2.0/networks/c68154a4-1df4-4126-b91d-c12f41f50f24 => generated 0 bytes in 740 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:05.429 9 INFO neutron.services.segments.plugin [-] Segment 16470d2f-2f6a-4a1e-9e21-aa7a593a324f resource provider aggregate not found 2026-05-20 18:44:05.434 9 INFO neutron.services.segments.plugin [-] Segment 16470d2f-2f6a-4a1e-9e21-aa7a593a324f resource provider aggregate not found 2026-05-20 18:44:05.449 9 INFO neutron.services.segments.plugin [-] Segment 16470d2f-2f6a-4a1e-9e21-aa7a593a324f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16470d2f-2f6a-4a1e-9e21-aa7a593a324f found for delete ", "request_id": "req-abe84186-410e-43a9-910e-4b7f27e5f9f5"}]} 2026-05-20 18:44:05.453 9 INFO neutron.services.segments.plugin [-] Segment 16470d2f-2f6a-4a1e-9e21-aa7a593a324f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16470d2f-2f6a-4a1e-9e21-aa7a593a324f found for delete ", "request_id": "req-c95e6904-a66b-461b-b0c6-1f82a5b5860a"}]} 2026-05-20 18:44:05.490 9 INFO neutron.db.l3_hamode_db [None req-f73dd44e-6f0b-41f8-b2b4-c323589b3c2b f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network cf51dbf4-3646-43c1-a55d-cf5ac783f624 was deleted as no HA routers are present in tenant 34efd5edf3a14aa9a2bb4c134f1ea712. [pid: 9|app: 0|req: 590/986] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:03 2026] DELETE /v2.0/routers/8138bf27-41f3-4efe-8c52-c63640c291a9 => generated 0 bytes in 1566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:05.659 9 WARNING neutron_lib.context [None req-d4aeb66c-1e13-412c-bf38-521bf3b1563a 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:05.659 9 WARNING neutron_lib.context [None req-d4aeb66c-1e13-412c-bf38-521bf3b1563a 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:06.238 9 INFO neutron.db.segments_db [None req-d4aeb66c-1e13-412c-bf38-521bf3b1563a 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Added segment 1b381b4b-11b0-435f-8ae6-01b56fd50f83 of type vxlan for network b0f971c3-f733-4d29-a8d1-2b982e769a75 2026-05-20 18:44:06.294 8 INFO neutron.services.segments.plugin [-] Segment e06937e8-460a-4215-bf9e-e28762fa2a26 resource provider aggregate not found 2026-05-20 18:44:06.300 9 INFO neutron.db.segments_db [None req-d4aeb66c-1e13-412c-bf38-521bf3b1563a 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Added segment fd032abf-d314-4e1d-bf1b-493940c33c5e of type vxlan for network 86ede495-c4af-4265-aa3d-930886b35418 2026-05-20 18:44:06.302 8 INFO neutron.services.segments.plugin [-] Segment e06937e8-460a-4215-bf9e-e28762fa2a26 resource provider aggregate not found 2026-05-20 18:44:06.310 8 INFO neutron.services.segments.plugin [-] Segment e06937e8-460a-4215-bf9e-e28762fa2a26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06937e8-460a-4215-bf9e-e28762fa2a26 found for delete ", "request_id": "req-cb33f7c7-949f-4dcb-93ab-09dca2f00276"}]} 2026-05-20 18:44:06.313 8 INFO neutron.services.segments.plugin [-] Segment e06937e8-460a-4215-bf9e-e28762fa2a26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06937e8-460a-4215-bf9e-e28762fa2a26 found for delete ", "request_id": "req-82f83a15-9030-4132-905c-c05361122558"}]} 2026-05-20 18:44:06.360 8 INFO neutron.db.l3_hamode_db [None req-4ee468e3-1278-4afc-841d-9c1fd46d8e14 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network cfd415a1-1900-4564-9a32-5ae9fb7fa9e4 was deleted as no HA routers are present in tenant 8698275a3234441eac825f6e3005f024. [pid: 8|app: 0|req: 397/987] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:04 2026] DELETE /v2.0/routers/10ae6df9-561f-4329-bb73-9e0ab73beb6f => generated 0 bytes in 1977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:06.376 8 WARNING neutron_lib.context [None req-37b6eedb-69ae-42a8-b19a-b523086b413e fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 591/988] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:05 2026] POST /v2.0/networks => generated 1245 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 594/991] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:06 2026] DELETE /v2.0/subnets/78b480a4-e4d7-4347-af59-44b092feb473 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/992] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:06 2026] POST /v2.0/ports => generated 779 bytes in 746 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: 399/993] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:44:07 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 595/994] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:07 2026] DELETE /v2.0/subnets/63d70f94-1e5b-49f6-a767-211f8dcab8ef => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/995] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:07 2026] DELETE /v2.0/networks/d28f03a1-9feb-4945-b72e-409a24083bfe => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 596/996] 10.0.0.87 () {34 vars in 736 bytes} [Wed May 20 18:44:07 2026] PUT /v2.0/ports/3bdfbf1e-c404-4871-a742-12ecdf22a409 => generated 752 bytes in 241 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: 401/997] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:07 2026] DELETE /v2.0/networks/b0f971c3-f733-4d29-a8d1-2b982e769a75 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/998] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:07 2026] DELETE /v2.0/ports/3bdfbf1e-c404-4871-a742-12ecdf22a409 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:07.960 9 INFO neutron.services.segments.plugin [-] Segment 88e82fa3-6583-4d8e-ab79-2412866471a5 resource provider aggregate not found 2026-05-20 18:44:07.967 9 INFO neutron.services.segments.plugin [-] Segment 88e82fa3-6583-4d8e-ab79-2412866471a5 resource provider aggregate not found 2026-05-20 18:44:07.976 9 INFO neutron.services.segments.plugin [-] Segment 88e82fa3-6583-4d8e-ab79-2412866471a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88e82fa3-6583-4d8e-ab79-2412866471a5 found for delete ", "request_id": "req-56e7d6bb-6ff9-4646-b1e4-0d4e19e1a6bc"}]} 2026-05-20 18:44:07.983 9 INFO neutron.services.segments.plugin [-] Segment 88e82fa3-6583-4d8e-ab79-2412866471a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88e82fa3-6583-4d8e-ab79-2412866471a5 found for delete ", "request_id": "req-2a17134a-7f38-4d39-8910-1e42adb6319c"}]} [pid: 9|app: 0|req: 597/999] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:07 2026] DELETE /v2.0/networks/28f7bdf4-4380-4744-a65b-65c9bacf269e => generated 0 bytes in 489 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 598/1000] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:08 2026] GET /v2.0/security-groups?tenant_id=34efd5edf3a14aa9a2bb4c134f1ea712&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 599/1001] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:08 2026] GET /v2.0/ports => generated 781 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:08.327 8 INFO neutron.services.segments.plugin [-] Segment ef3d830d-58cf-4d1b-960e-98e2f5b3d01b resource provider aggregate not found 2026-05-20 18:44:08.337 8 INFO neutron.services.segments.plugin [-] Segment ef3d830d-58cf-4d1b-960e-98e2f5b3d01b resource provider aggregate not found 2026-05-20 18:44:08.343 8 INFO neutron.services.segments.plugin [-] Segment ef3d830d-58cf-4d1b-960e-98e2f5b3d01b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3d830d-58cf-4d1b-960e-98e2f5b3d01b found for delete ", "request_id": "req-59237e95-6688-4d6c-b93a-4e371c9b5605"}]} 2026-05-20 18:44:08.351 8 INFO neutron.services.segments.plugin [-] Segment ef3d830d-58cf-4d1b-960e-98e2f5b3d01b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3d830d-58cf-4d1b-960e-98e2f5b3d01b found for delete ", "request_id": "req-ca357431-6e84-4d6a-8992-fc117cc9585c"}]} 2026-05-20 18:44:08.359 8 INFO neutron.services.segments.plugin [-] Segment 1b381b4b-11b0-435f-8ae6-01b56fd50f83 resource provider aggregate not found 2026-05-20 18:44:08.368 8 INFO neutron.services.segments.plugin [-] Segment 1b381b4b-11b0-435f-8ae6-01b56fd50f83 resource provider aggregate not found 2026-05-20 18:44:08.375 8 INFO neutron.services.segments.plugin [-] Segment 1b381b4b-11b0-435f-8ae6-01b56fd50f83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b381b4b-11b0-435f-8ae6-01b56fd50f83 found for delete ", "request_id": "req-49a02ca4-35e5-4ab5-a364-ad30f5206489"}]} 2026-05-20 18:44:08.389 8 INFO neutron.services.segments.plugin [-] Segment fd032abf-d314-4e1d-bf1b-493940c33c5e resource provider aggregate not found 2026-05-20 18:44:08.397 8 INFO neutron.services.segments.plugin [-] Segment 1b381b4b-11b0-435f-8ae6-01b56fd50f83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b381b4b-11b0-435f-8ae6-01b56fd50f83 found for delete ", "request_id": "req-fdaaebb7-f1ad-4475-a8a1-834ccd7a583e"}]} [pid: 8|app: 0|req: 403/1002] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:07 2026] DELETE /v2.0/networks/86ede495-c4af-4265-aa3d-930886b35418 => generated 0 bytes in 492 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:08.405 8 INFO neutron.services.segments.plugin [-] Segment fd032abf-d314-4e1d-bf1b-493940c33c5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd032abf-d314-4e1d-bf1b-493940c33c5e found for delete ", "request_id": "req-f78f7977-14db-4315-a0e6-a6bcd4213777"}]} 2026-05-20 18:44:08.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86f8322d-f6b5-4513-94d5-7a6c2e39740e fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 404/1003] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:44:08 2026] GET /v2.0/ports/3bdfbf1e-c404-4871-a742-12ecdf22a409 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:08.432 8 INFO neutron.services.segments.plugin [-] Segment fd032abf-d314-4e1d-bf1b-493940c33c5e resource provider aggregate not found 2026-05-20 18:44:08.451 8 INFO neutron.services.segments.plugin [-] Segment fd032abf-d314-4e1d-bf1b-493940c33c5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd032abf-d314-4e1d-bf1b-493940c33c5e found for delete ", "request_id": "req-7d23ff14-ca6d-4866-adf7-cf4c8ced773a"}]} [pid: 8|app: 0|req: 405/1004] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:44:08 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) [pid: 9|app: 0|req: 600/1005] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:08 2026] DELETE /v2.0/security-groups/bc0e11cc-7313-4979-9968-e7d0f36c76fd => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:08.540 9 WARNING neutron_lib.context [None req-6173f3e2-5153-472f-868a-01135b1cc77e 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 406/1006] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:08 2026] GET /v2.0/ports => generated 781 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:08.858 9 INFO neutron.db.segments_db [None req-6173f3e2-5153-472f-868a-01135b1cc77e 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Added segment 2d7eb49d-61cc-4313-a296-640341c69768 of type vxlan for network 396fa859-cae1-46bc-9820-c5bdafd73192 [pid: 8|app: 0|req: 407/1007] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:44:08 2026] GET /v2.0/ports/83590a18-5522-492b-8907-12b679638f98 => generated 778 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:08.953 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6eae873-20ff-4da9-9ffd-d350ed73b874 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 408/1008] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:08 2026] DELETE /v2.0/ports/77195f90-fdb3-457d-8f6a-13ea65eb54a9 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:08.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5664a8aa-25a5-4175-b7d8-b64e2f2a96ea fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 409/1009] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:08 2026] DELETE /v2.0/subnets/f2032b74-f5f1-43c0-8f20-498370f856d4 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:08.988 8 INFO neutron.pecan_wsgi.hooks.translation [None req-462d810f-bd43-4485-9c24-612a027e3221 fbc96e7692ea4c0381491b798e9dfe1b 82ee54b74de84de894be9a61f4f1713c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 410/1010] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:08 2026] DELETE /v2.0/subnets/c3221913-4307-4dd1-b2c2-74aae2fa0cf4 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 601/1011] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:08 2026] POST /v2.0/networks => generated 654 bytes in 1235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/1012] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:08 2026] DELETE /v2.0/ports/83590a18-5522-492b-8907-12b679638f98 => generated 0 bytes in 808 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:09.810 8 WARNING neutron_lib.context [None req-2810cf64-c54f-4d91-b19c-121a2e67e0ca 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 602/1013] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:09 2026] GET /v2.0/security-groups?tenant_id=8698275a3234441eac825f6e3005f024&name=default => generated 2921 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:09.939 8 INFO neutron.db.segments_db [None req-2810cf64-c54f-4d91-b19c-121a2e67e0ca 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Added segment 9b43a77f-6fc5-4c04-9b19-e9c36391ec43 of type vxlan for network 3c54586a-a3a2-4627-beca-c345116601f9 2026-05-20 18:44:09.990 9 INFO neutron.services.segments.plugin [-] Segment 87508757-6165-4762-a2c8-a1e11912a16c resource provider aggregate not found 2026-05-20 18:44:09.999 9 INFO neutron.services.segments.plugin [-] Segment 87508757-6165-4762-a2c8-a1e11912a16c resource provider aggregate not found 2026-05-20 18:44:10.005 9 INFO neutron.services.segments.plugin [-] Segment 87508757-6165-4762-a2c8-a1e11912a16c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87508757-6165-4762-a2c8-a1e11912a16c found for delete ", "request_id": "req-dc5ea3fc-6fa8-4a61-9ca4-0d9c4b99b5ee"}]} 2026-05-20 18:44:10.012 9 INFO neutron.services.segments.plugin [-] Segment 87508757-6165-4762-a2c8-a1e11912a16c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87508757-6165-4762-a2c8-a1e11912a16c found for delete ", "request_id": "req-a6eabcf1-dd45-413a-a940-c799c11b270f"}]} [pid: 9|app: 0|req: 603/1014] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:09 2026] DELETE /v2.0/networks/7051ccae-ff77-474f-b40c-f5e4a1e97343 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 604/1015] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:10 2026] DELETE /v2.0/security-groups/d782c019-cdae-4aee-8c58-871d3e8e6482 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/1016] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:09 2026] POST /v2.0/networks => generated 654 bytes in 791 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:10.607 9 WARNING neutron_lib.context [None req-98d8b306-19d1-47d3-a4c9-192c64654553 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:10.635 9 WARNING neutron_lib.context [None req-98d8b306-19d1-47d3-a4c9-192c64654553 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 413/1017] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:11 2026] GET /v2.0/security-groups?tenant_id=82ee54b74de84de894be9a61f4f1713c&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/1018] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:11 2026] DELETE /v2.0/security-groups/a0de147b-3a30-4a96-ad08-a0591711be37 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 605/1019] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:10 2026] POST /v2.0/ports => generated 1505 bytes in 1367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/1020] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:11 2026] GET /v2.0/ports => generated 1505 bytes in 127 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: 9|app: 0|req: 606/1021] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:12 2026] DELETE /v2.0/ports/fd767b06-6d12-4a6b-b9e0-05208d666906 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:12.391 8 INFO neutron.db.segments_db [None req-3f744383-c4d5-4bc6-9921-85e4ab1cd798 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment ec10ed48-8a3e-4605-9420-f6226aa4b0c2 of type vxlan for network 73d6376a-a087-455d-a858-6b13831a2786 [pid: 8|app: 0|req: 416/1022] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:44:12 2026] POST /v2.0/networks => generated 743 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 607/1023] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:12 2026] DELETE /v2.0/ports/858f5142-1007-4b77-803f-c3e4de065a1d => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 608/1024] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:12 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 18:44:12.637 9 WARNING neutron_lib.context [None req-2bd2a05d-b66f-40a9-aa57-bf2d320ca279 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:12.706 9 INFO neutron.db.segments_db [None req-2bd2a05d-b66f-40a9-aa57-bf2d320ca279 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Added segment 9f9ac0d5-d30a-49a5-a1bd-6335195b926e of type vxlan for network 85262275-cf8a-47db-81ca-e9ef52c4822b [pid: 9|app: 0|req: 609/1025] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:12 2026] POST /v2.0/networks => generated 654 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:12.838 9 WARNING neutron_lib.context [None req-c4cf1592-e894-4e5c-a417-e2678361f23d 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 417/1026] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:12 2026] POST /v2.0/subnets => generated 690 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:12.919 9 INFO neutron.db.segments_db [None req-c4cf1592-e894-4e5c-a417-e2678361f23d 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Added segment 2c1c86ae-aeed-46ec-bf60-1488f82c1156 of type vxlan for network 7c29dbf2-1a84-433a-bc90-c58f97ba503f [pid: 9|app: 0|req: 610/1027] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:12 2026] POST /v2.0/networks => generated 653 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:13.169 9 INFO neutron.db.segments_db [None req-b1e8d4aa-ea23-4a4a-a952-47c9c0b9786c f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 2026e881-180f-4ec1-9f01-6f98bef78f70 of type vxlan for network 6a57be9e-9370-427f-bf73-fa0d5abb9318 2026-05-20 18:44:13.214 8 INFO neutron.db.segments_db [None req-f47b4568-3081-45f4-aa15-008457169412 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 78e0ce35-299f-4658-8dc6-bc6aa238d763 of type vxlan for network c6db5449-90fb-444c-9557-aa50fabbfc27 [pid: 8|app: 0|req: 418/1028] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:44:12 2026] POST /v2.0/networks => generated 738 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:13.790 9 INFO neutron.db.l3_hamode_db [None req-b1e8d4aa-ea23-4a4a-a952-47c9c0b9786c f978fe935172478ba0ba994cffc5a74a 7639488f6a14410291429e45c5e87ef8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 419/1029] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:13 2026] POST /v2.0/subnets => generated 685 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:14.013 8 WARNING neutron_lib.context [None req-eb03c616-1daa-4d9b-beb9-db51fcd88794 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:14.037 8 WARNING neutron_lib.context [None req-eb03c616-1daa-4d9b-beb9-db51fcd88794 359e4c016fa241c1b8abf218ee5c1713 7160cd26903b4b59844a8153755562f0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:14.871 9 INFO neutron.db.l3_hamode_db [None req-b1e8d4aa-ea23-4a4a-a952-47c9c0b9786c f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 420/1030] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:14 2026] POST /v2.0/subnets => generated 1321 bytes in 932 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:44:15.024 8 WARNING neutron_lib.context [None req-7e3200ab-98cc-48ea-8d88-a7e51eea970e 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:15.373 8 INFO neutron.db.segments_db [None req-7e3200ab-98cc-48ea-8d88-a7e51eea970e 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Added segment a9620403-af39-48e3-ac1c-ac18c157d88e of type vxlan for network 90b79c5c-f4ca-4c4d-b29c-a2dd3208a480 [pid: 8|app: 0|req: 421/1031] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:14 2026] POST /v2.0/networks => generated 644 bytes in 679 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:15.772 8 INFO neutron.db.segments_db [None req-8cd1f9eb-aa0f-4092-a383-0c948110b241 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 41cc186a-57fb-4708-b96f-d8b484263ace of type vxlan for network 7c80e9c9-0919-4aa1-9a66-eb96741b737b 2026-05-20 18:44:16.361 8 INFO neutron.db.l3_hamode_db [None req-8cd1f9eb-aa0f-4092-a383-0c948110b241 f978fe935172478ba0ba994cffc5a74a c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 611/1032] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:13 2026] POST /v2.0/routers => generated 730 bytes in 3542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 612/1033] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:44:16 2026] GET /v2.0/subnets => generated 1957 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:16.678 9 WARNING neutron_lib.context [None req-2c5165d3-c87e-48a2-8cdb-73d6a937755e 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 613/1034] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:16 2026] POST /v2.0/ports => generated 774 bytes in 647 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 18:44:17.425 8 INFO neutron.db.l3_hamode_db [None req-8cd1f9eb-aa0f-4092-a383-0c948110b241 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 614/1035] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:44:17 2026] PUT /v2.0/routers/aad6c970-abf4-4e18-afd8-9a55f7f1f570/add_router_interface => generated 309 bytes in 1425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/1036] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:15 2026] POST /v2.0/routers => generated 725 bytes in 3307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:18.931 8 WARNING neutron_lib.context [None req-3ed90601-8e75-4159-8f00-58c2dad7cdb2 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 615/1037] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:18 2026] DELETE /v2.0/subnets/aa2a3525-e279-4be0-9e09-a686807e11be => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:19.031 8 INFO neutron.db.segments_db [None req-3ed90601-8e75-4159-8f00-58c2dad7cdb2 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Added segment 486f505f-a7d5-4a06-8d3c-420eaf761a83 of type vxlan for network d50232e9-d37c-4c97-aa2c-5beb23c1091e [pid: 8|app: 0|req: 423/1038] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:18 2026] POST /v2.0/networks => generated 632 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/1039] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:19 2026] DELETE /v2.0/subnets/3cbfc25a-25a6-45c8-8c7c-0b8ecfdb6439 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:19.455 8 WARNING neutron_lib.context [None req-2375233b-6f68-4fc1-bdb4-014f0ee865fb 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 425/1040] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:19 2026] POST /v2.0/subnets => generated 626 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:19.891 8 WARNING neutron_lib.context [None req-44a1de81-e8e8-483e-8cd4-45829cf929fe 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 426/1041] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:44:19 2026] POST /v2.0/security-groups => generated 1661 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/1042] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:44:20 2026] GET /v2.0/subnets => generated 649 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:20.161 8 WARNING neutron_lib.context [None req-b975c007-dc7a-436e-9fb4-0f6f4a678686 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 616/1043] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:44:18 2026] PUT /v2.0/routers/2e51c880-9f34-4564-8e5f-713d28d9acc8/add_router_interface => generated 309 bytes in 1599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:20.551 9 WARNING neutron_lib.context [None req-b3a4f68b-3d24-4e2b-bcfc-c02bbf11b685 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 428/1044] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:20 2026] POST /v2.0/ports => generated 950 bytes in 536 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: 9|app: 0|req: 617/1045] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-05-20 18:44:21.057 8 INFO neutron.services.segments.plugin [-] Segment 2c1c86ae-aeed-46ec-bf60-1488f82c1156 resource provider aggregate not found 2026-05-20 18:44:21.066 8 INFO neutron.services.segments.plugin [-] Segment 2c1c86ae-aeed-46ec-bf60-1488f82c1156 resource provider aggregate not found 2026-05-20 18:44:21.081 8 INFO neutron.services.segments.plugin [-] Segment 2c1c86ae-aeed-46ec-bf60-1488f82c1156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c1c86ae-aeed-46ec-bf60-1488f82c1156 found for delete ", "request_id": "req-4a146c4e-59f1-4ea5-a903-9223045e2289"}]} 2026-05-20 18:44:21.082 8 INFO neutron.services.segments.plugin [-] Segment 2c1c86ae-aeed-46ec-bf60-1488f82c1156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c1c86ae-aeed-46ec-bf60-1488f82c1156 found for delete ", "request_id": "req-b0913851-d96a-4f6f-9f39-4f7bdfdaa15c"}]} [pid: 8|app: 0|req: 429/1048] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:20 2026] DELETE /v2.0/networks/7c29dbf2-1a84-433a-bc90-c58f97ba503f => generated 0 bytes in 435 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:21.132 8 WARNING neutron_lib.context [None req-215e68ee-feb9-437a-9056-6f3687def373 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 620/1049] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:20 2026] DELETE /v2.0/ports/df062f84-e2d1-433b-98d7-bad82bcfc53a => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:21.308 9 INFO neutron.services.segments.plugin [-] Segment 9f9ac0d5-d30a-49a5-a1bd-6335195b926e resource provider aggregate not found 2026-05-20 18:44:21.322 9 INFO neutron.services.segments.plugin [-] Segment 9f9ac0d5-d30a-49a5-a1bd-6335195b926e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f9ac0d5-d30a-49a5-a1bd-6335195b926e found for delete ", "request_id": "req-6ebd1aac-6707-49a8-8a21-3d63b5204f5b"}]} 2026-05-20 18:44:21.324 9 INFO neutron.services.segments.plugin [-] Segment 9f9ac0d5-d30a-49a5-a1bd-6335195b926e resource provider aggregate not found [pid: 9|app: 0|req: 621/1050] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:21 2026] DELETE /v2.0/networks/85262275-cf8a-47db-81ca-e9ef52c4822b => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:21.345 9 INFO neutron.services.segments.plugin [-] Segment 9f9ac0d5-d30a-49a5-a1bd-6335195b926e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f9ac0d5-d30a-49a5-a1bd-6335195b926e found for delete ", "request_id": "req-0befe6f7-2ac7-42a4-b47c-f11bcab08566"}]} 2026-05-20 18:44:21.349 9 WARNING neutron_lib.context [None req-17a812e7-6259-4212-ad46-3a8cb8dc009e ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 430/1051] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:21.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dcc9108b-b770-40ea-b3fc-97593711b8b0 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 431/1052] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:21 2026] DELETE /v2.0/ports/df062f84-e2d1-433b-98d7-bad82bcfc53a => 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: 432/1053] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:21 2026] DELETE /v2.0/networks/3c54586a-a3a2-4627-beca-c345116601f9 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:21.589 8 WARNING neutron_lib.context [None req-bfd4ba21-aa4f-49e1-a21d-bf6063c0c50d 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 622/1054] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:44:21 2026] POST /v2.0/security-groups => generated 1660 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:44:21.647 9 INFO neutron.pecan_wsgi.hooks.translation [None req-7c6dc3be-f391-4a3b-87d9-d981242dde31 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 623/1055] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:44:21 2026] GET /v2.0/ports/df062f84-e2d1-433b-98d7-bad82bcfc53a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 624/1056] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:21 2026] DELETE /v2.0/networks/396fa859-cae1-46bc-9820-c5bdafd73192 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:21.812 9 WARNING neutron_lib.context [None req-e10f2a99-5459-44e4-9282-f7f482aaf45a ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 625/1057] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 626/1058] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:22 2026] DELETE /v2.0/subnets/de38a1ac-d6b2-4506-9a90-f43d9fa57851 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:22.243 9 WARNING neutron_lib.context [None req-7d91b885-baec-458c-8671-fe62c99308fc ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 433/1059] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:44:21 2026] POST /v2.0/floatingips => generated 552 bytes in 753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 627/1060] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:22.416 9 WARNING neutron_lib.context [None req-57b38247-91ee-4dda-aac0-307d9084f428 ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 434/1061] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:22 2026] DELETE /v2.0/networks/d50232e9-d37c-4c97-aa2c-5beb23c1091e => 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: 435/1062] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:22 2026] GET /v2.0/security-groups?tenant_id=7160cd26903b4b59844a8153755562f0&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:22.848 8 WARNING neutron_lib.context [None req-9522cdf1-2432-45cb-9ca8-573ac2f1e860 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:22.953 8 INFO neutron.db.segments_db [None req-9522cdf1-2432-45cb-9ca8-573ac2f1e860 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Added segment 9e33b99d-9f75-43c8-a9b7-7737f5fb9e4f of type vxlan for network 4387ca0d-e936-4a07-8867-301bc67b5d79 [pid: 8|app: 0|req: 436/1063] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:22 2026] POST /v2.0/networks => generated 632 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 628/1064] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:44:22 2026] POST /v2.0/floatingips => generated 552 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:23.105 8 INFO neutron.services.segments.plugin [-] Segment 9b43a77f-6fc5-4c04-9b19-e9c36391ec43 resource provider aggregate not found 2026-05-20 18:44:23.112 8 INFO neutron.services.segments.plugin [-] Segment 9b43a77f-6fc5-4c04-9b19-e9c36391ec43 resource provider aggregate not found 2026-05-20 18:44:23.122 8 INFO neutron.services.segments.plugin [-] Segment 9b43a77f-6fc5-4c04-9b19-e9c36391ec43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b43a77f-6fc5-4c04-9b19-e9c36391ec43 found for delete ", "request_id": "req-8faa9f97-64e4-4c22-ba37-0c866ddc33c6"}]} 2026-05-20 18:44:23.127 8 INFO neutron.services.segments.plugin [-] Segment 9b43a77f-6fc5-4c04-9b19-e9c36391ec43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b43a77f-6fc5-4c04-9b19-e9c36391ec43 found for delete ", "request_id": "req-13d06c35-113a-48a7-b0c9-94e80e61befe"}]} 2026-05-20 18:44:23.146 8 INFO neutron.services.segments.plugin [-] Segment 486f505f-a7d5-4a06-8d3c-420eaf761a83 resource provider aggregate not found 2026-05-20 18:44:23.152 8 INFO neutron.services.segments.plugin [-] Segment 486f505f-a7d5-4a06-8d3c-420eaf761a83 resource provider aggregate not found 2026-05-20 18:44:23.162 8 INFO neutron.services.segments.plugin [-] Segment 486f505f-a7d5-4a06-8d3c-420eaf761a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 486f505f-a7d5-4a06-8d3c-420eaf761a83 found for delete ", "request_id": "req-2f33d1e9-10c1-463e-8b70-3de22f0fbabe"}]} 2026-05-20 18:44:23.178 8 INFO neutron.services.segments.plugin [-] Segment 486f505f-a7d5-4a06-8d3c-420eaf761a83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 486f505f-a7d5-4a06-8d3c-420eaf761a83 found for delete ", "request_id": "req-09c4683c-020c-41bc-b8b2-85efc741130d"}]} [pid: 8|app: 0|req: 437/1065] 10.0.0.139 () {34 vars in 1100 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1846970287&fields=id&tenant_id=7639488f6a14410291429e45c5e87ef8 => generated 69 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:23.198 8 WARNING neutron_lib.context [None req-d6f73baf-110a-4d41-a77c-3f7580e35268 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 629/1066] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:23 2026] DELETE /v2.0/security-groups/189d618e-61da-49a6-b518-beb5b9ee6d2f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 630/1067] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/networks?id=73d6376a-a087-455d-a858-6b13831a2786 => generated 675 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:23.351 9 INFO neutron.services.segments.plugin [-] Segment 2d7eb49d-61cc-4313-a296-640341c69768 resource provider aggregate not found [pid: 9|app: 0|req: 631/1068] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/quotas/7639488f6a14410291429e45c5e87ef8 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:23.375 9 INFO neutron.services.segments.plugin [-] Segment 2d7eb49d-61cc-4313-a296-640341c69768 resource provider aggregate not found 2026-05-20 18:44:23.379 9 INFO neutron.services.segments.plugin [-] Segment 2d7eb49d-61cc-4313-a296-640341c69768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d7eb49d-61cc-4313-a296-640341c69768 found for delete ", "request_id": "req-2adc6429-073b-4562-b9bf-581b9a2eeee6"}]} 2026-05-20 18:44:23.389 9 INFO neutron.services.segments.plugin [-] Segment 2d7eb49d-61cc-4313-a296-640341c69768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d7eb49d-61cc-4313-a296-640341c69768 found for delete ", "request_id": "req-7d188151-2f3d-4441-8972-0d4de5472b49"}]} [pid: 9|app: 0|req: 632/1069] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/ports?tenant_id=7639488f6a14410291429e45c5e87ef8&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 633/1070] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/networks/73d6376a-a087-455d-a858-6b13831a2786?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 634/1071] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/networks/73d6376a-a087-455d-a858-6b13831a2786?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: 9|app: 0|req: 635/1072] 10.0.0.139 () {34 vars in 1098 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--989183356&fields=id&tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 636/1073] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/networks?id=c6db5449-90fb-444c-9557-aa50fabbfc27 => generated 670 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 637/1074] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/quotas/c6ee0cd7d4b24a8c834c478cbade83f9 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 638/1075] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/ports?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 639/1076] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/networks/c6db5449-90fb-444c-9557-aa50fabbfc27?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 640/1077] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/networks/c6db5449-90fb-444c-9557-aa50fabbfc27?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: 9|app: 0|req: 641/1078] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:23 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => 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: 438/1079] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:23 2026] POST /v2.0/subnets => generated 626 bytes in 885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:24.089 9 WARNING neutron_lib.context [None req-b5361dfb-7eeb-4d6a-8ea4-5b2ba3c6996c 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 439/1080] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:24 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 642/1081] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:24 2026] POST /v2.0/ports => generated 910 bytes in 928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 643/1082] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:25 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => 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: 440/1083] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:25 2026] DELETE /v2.0/ports/361bb626-9e5a-4fb1-8c82-126f6f0f1850 => generated 0 bytes in 461 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:25.510 9 INFO neutron.pecan_wsgi.hooks.translation [None req-7683fc45-a8fa-4f3b-adc8-b34966df6bd8 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 644/1084] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:44:25 2026] GET /v2.0/ports/361bb626-9e5a-4fb1-8c82-126f6f0f1850 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 645/1085] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:25 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/1086] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:25 2026] DELETE /v2.0/subnets/221050d9-3ee4-47b1-b9e9-4e55ce93aa88 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:26.000 8 WARNING neutron_lib.context [None req-34672ccb-9a8d-4481-8c13-113807377e34 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:26.000 8 WARNING neutron_lib.context [None req-34672ccb-9a8d-4481-8c13-113807377e34 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:26.145 9 INFO neutron.services.segments.plugin [-] Segment 9e33b99d-9f75-43c8-a9b7-7737f5fb9e4f resource provider aggregate not found 2026-05-20 18:44:26.153 9 INFO neutron.services.segments.plugin [-] Segment 9e33b99d-9f75-43c8-a9b7-7737f5fb9e4f resource provider aggregate not found 2026-05-20 18:44:26.159 9 INFO neutron.services.segments.plugin [-] Segment 9e33b99d-9f75-43c8-a9b7-7737f5fb9e4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e33b99d-9f75-43c8-a9b7-7737f5fb9e4f found for delete ", "request_id": "req-21f18787-fc23-4050-8664-17429f58173d"}]} 2026-05-20 18:44:26.167 9 INFO neutron.services.segments.plugin [-] Segment 9e33b99d-9f75-43c8-a9b7-7737f5fb9e4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e33b99d-9f75-43c8-a9b7-7737f5fb9e4f found for delete ", "request_id": "req-90a22a04-00bc-478b-abae-f9b8be39691d"}]} [pid: 9|app: 0|req: 646/1087] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:25 2026] DELETE /v2.0/networks/4387ca0d-e936-4a07-8867-301bc67b5d79 => generated 0 bytes in 504 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 647/1088] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:26 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:26.303 9 WARNING neutron_lib.context [None req-4745a2a2-ff4d-46ca-97b6-bee403a94283 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:26.337 8 INFO neutron.db.segments_db [None req-34672ccb-9a8d-4481-8c13-113807377e34 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Added segment 32901a98-d5c1-4998-a055-aaa56cc43ede of type vxlan for network e07d65a2-f560-4046-9a78-3a4c575335d0 2026-05-20 18:44:26.429 8 INFO neutron.db.segments_db [None req-34672ccb-9a8d-4481-8c13-113807377e34 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Added segment 8064799e-9661-4fda-80de-4e8b65fe6f66 of type vxlan for network 7ff5fdea-d223-4617-951a-3835893d6550 [pid: 9|app: 0|req: 648/1089] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:26 2026] POST /v2.0/ports => generated 775 bytes in 333 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: 442/1090] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:25 2026] POST /v2.0/networks => generated 1246 bytes in 855 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/1091] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:26 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => 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: 444/1092] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:44:26 2026] GET /v2.0/networks => generated 1845 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 649/1093] 10.0.0.87 () {34 vars in 736 bytes} [Wed May 20 18:44:26 2026] PUT /v2.0/ports/4de2c1b1-0526-40a3-bf2d-facd525b8fcf => 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, ' 2026-05-20 18:44:26.931 8 INFO neutron.services.segments.plugin [-] Segment 32901a98-d5c1-4998-a055-aaa56cc43ede resource provider aggregate not found 2026-05-20 18:44:26.944 8 INFO neutron.services.segments.plugin [-] Segment 32901a98-d5c1-4998-a055-aaa56cc43ede resource provider aggregate not found 2026-05-20 18:44:26.958 8 INFO neutron.services.segments.plugin [-] Segment 32901a98-d5c1-4998-a055-aaa56cc43ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32901a98-d5c1-4998-a055-aaa56cc43ede found for delete ", "request_id": "req-c8a35113-bdbb-4eaa-94db-9fef139f2d7a"}]} 2026-05-20 18:44:26.961 8 INFO neutron.services.segments.plugin [-] Segment 32901a98-d5c1-4998-a055-aaa56cc43ede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32901a98-d5c1-4998-a055-aaa56cc43ede found for delete ", "request_id": "req-f39df515-c7eb-4dcf-9932-d7434d25dec7"}]} [pid: 8|app: 0|req: 445/1094] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:26 2026] DELETE /v2.0/networks/e07d65a2-f560-4046-9a78-3a4c575335d0 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 650/1095] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:26 2026] DELETE /v2.0/ports/4de2c1b1-0526-40a3-bf2d-facd525b8fcf => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 651/1096] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:27 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:27.142 9 INFO neutron.pecan_wsgi.hooks.translation [None req-28f87e1b-65a7-4b1b-842c-26ed630b8fde 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 652/1097] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:44:27 2026] GET /v2.0/ports/4de2c1b1-0526-40a3-bf2d-facd525b8fcf => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/1098] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:26 2026] DELETE /v2.0/networks/7ff5fdea-d223-4617-951a-3835893d6550 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 653/1099] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:27 2026] GET /v2.0/ports => generated 777 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/1100] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:44:27 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:27.218 8 WARNING neutron_lib.context [None req-20db44f3-6015-4986-832e-74c61fbdea89 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 654/1101] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:44:27 2026] GET /v2.0/ports/e75198ed-e2a0-485e-97b7-18e28574d0b6 => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:27.254 9 INFO neutron.pecan_wsgi.hooks.translation [None req-6deade96-9e7d-4a4a-8485-1bbabbe157cf 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 655/1102] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:27 2026] DELETE /v2.0/ports/361bb626-9e5a-4fb1-8c82-126f6f0f1850 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:27.283 9 INFO neutron.pecan_wsgi.hooks.translation [None req-05f52821-4a74-45bb-aea5-7a7a57912571 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 656/1103] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:27 2026] DELETE /v2.0/subnets/221050d9-3ee4-47b1-b9e9-4e55ce93aa88 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:27.300 9 INFO neutron.pecan_wsgi.hooks.translation [None req-10ed7917-37eb-4848-a900-eb4b21318af0 4cee59c17ce14516b9be30084aeaeeef 692f2435fa2649589f4adfe80b11a733 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 657/1104] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:27 2026] DELETE /v2.0/subnets/de38a1ac-d6b2-4506-9a90-f43d9fa57851 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:27.342 8 INFO neutron.db.segments_db [None req-20db44f3-6015-4986-832e-74c61fbdea89 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Added segment cb84d2b6-24c8-48a3-9172-ed95dbcb1b41 of type vxlan for network 1b6cb0b7-fe3f-47bd-8388-a24577b36c6f [pid: 8|app: 0|req: 448/1105] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:27 2026] POST /v2.0/networks => generated 649 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/1106] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:27 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:27.468 8 WARNING neutron_lib.context [None req-8d2f43e2-8a5b-43a8-84c6-445c65f3ff89 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 658/1107] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:27 2026] DELETE /v2.0/ports/e75198ed-e2a0-485e-97b7-18e28574d0b6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:27.532 8 INFO neutron.db.segments_db [None req-8d2f43e2-8a5b-43a8-84c6-445c65f3ff89 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Added segment 49487cfb-cd9e-4340-a673-c57fd79c0b26 of type vxlan for network 199ae271-266a-42c7-a678-a54f79b20052 [pid: 9|app: 0|req: 659/1108] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:27 2026] DELETE /v2.0/networks/90b79c5c-f4ca-4c4d-b29c-a2dd3208a480 => 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: 450/1109] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:27 2026] POST /v2.0/networks => generated 650 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:27.710 9 WARNING neutron_lib.context [None req-9f604501-9676-4ec0-af35-5d827cbd2ec9 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:27.760 9 WARNING neutron_lib.context [None req-9f604501-9676-4ec0-af35-5d827cbd2ec9 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 451/1110] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:27 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:28.177 9 INFO neutron.services.segments.plugin [-] Segment a9620403-af39-48e3-ac1c-ac18c157d88e resource provider aggregate not found 2026-05-20 18:44:28.187 9 INFO neutron.services.segments.plugin [-] Segment a9620403-af39-48e3-ac1c-ac18c157d88e resource provider aggregate not found 2026-05-20 18:44:28.191 9 INFO neutron.services.segments.plugin [-] Segment a9620403-af39-48e3-ac1c-ac18c157d88e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9620403-af39-48e3-ac1c-ac18c157d88e found for delete ", "request_id": "req-90dbccea-a419-49a6-a958-0318e8ca6a7a"}]} 2026-05-20 18:44:28.201 9 INFO neutron.services.segments.plugin [-] Segment a9620403-af39-48e3-ac1c-ac18c157d88e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9620403-af39-48e3-ac1c-ac18c157d88e found for delete ", "request_id": "req-10514f77-2c08-4889-acd3-63a0e0ea5507"}]} [pid: 8|app: 0|req: 452/1111] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:28 2026] GET /v2.0/security-groups?tenant_id=692f2435fa2649589f4adfe80b11a733&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/1112] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:28 2026] DELETE /v2.0/security-groups/a62d797a-ccc5-475f-9b43-6fb7e36d1e48 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 660/1113] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:44:27 2026] POST /v2.0/ports => generated 1506 bytes in 827 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: 454/1114] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:28 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 661/1115] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:28 2026] GET /v2.0/ports => generated 1506 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/1116] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:28 2026] DELETE /v2.0/ports/c3b43c90-3903-43fc-a7d9-bacbac663bae => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 662/1117] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:28 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:28.974 8 INFO neutron.services.segments.plugin [-] Segment 8064799e-9661-4fda-80de-4e8b65fe6f66 resource provider aggregate not found 2026-05-20 18:44:28.979 8 INFO neutron.services.segments.plugin [-] Segment 8064799e-9661-4fda-80de-4e8b65fe6f66 resource provider aggregate not found 2026-05-20 18:44:28.984 8 INFO neutron.services.segments.plugin [-] Segment 8064799e-9661-4fda-80de-4e8b65fe6f66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8064799e-9661-4fda-80de-4e8b65fe6f66 found for delete ", "request_id": "req-9e5b41bf-336f-4ab6-a484-a789c3e66f8a"}]} 2026-05-20 18:44:28.988 8 INFO neutron.services.segments.plugin [-] Segment 8064799e-9661-4fda-80de-4e8b65fe6f66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8064799e-9661-4fda-80de-4e8b65fe6f66 found for delete ", "request_id": "req-7800bde9-c0fb-48b1-9aa1-87cc8af49618"}]} [pid: 8|app: 0|req: 456/1118] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:44:28 2026] DELETE /v2.0/ports/b80a4e49-7fdb-476e-af72-1e0e444e7c68 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 663/1119] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:44:29 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:29.161 8 WARNING neutron_lib.context [None req-9f268696-0122-48c8-83cb-93d5c902dc8f 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:29.249 8 INFO neutron.db.segments_db [None req-9f268696-0122-48c8-83cb-93d5c902dc8f 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Added segment a5420147-cc71-4b82-931f-c4229358ac1d of type vxlan for network cec6ac75-acd5-46dd-8cf4-dbcd28c6887a [pid: 9|app: 0|req: 664/1120] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:44:29 2026] GET /v2.0/networks?id=73d6376a-a087-455d-a858-6b13831a2786 => generated 675 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 665/1121] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:44:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7639488f6a14410291429e45c5e87ef8 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:29.352 9 WARNING neutron_lib.context [req-1b4ffa33-39b1-4d85-b811-5146880a6340 req-1e536540-b883-4773-a1bd-06a19d580452 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 457/1122] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:29 2026] POST /v2.0/networks => generated 650 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:29.413 8 WARNING neutron_lib.context [None req-b82fc055-ff22-4f01-83f2-d4e8c8eb7407 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:29.462 8 INFO neutron.db.segments_db [None req-b82fc055-ff22-4f01-83f2-d4e8c8eb7407 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Added segment 319ebddd-4003-40fd-9e7c-e1e4186fe21e of type vxlan for network c1f0485f-44dc-4d26-8725-69a27a200751 [pid: 8|app: 0|req: 458/1123] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:29 2026] POST /v2.0/networks => generated 649 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:29.590 8 WARNING neutron_lib.context [None req-aab825d3-ba4f-4a38-8e98-a1e6ee446013 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:29.617 8 WARNING neutron_lib.context [None req-aab825d3-ba4f-4a38-8e98-a1e6ee446013 28964a1c5ab44ea9bd17285941056016 b293a85bf6404fa6a06db354fcfc93f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 666/1124] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:44:29 2026] POST /v2.0/ports => generated 958 bytes in 461 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: 9|app: 0|req: 667/1125] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:29 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 961 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 668/1126] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:44:29 2026] PUT /v2.0/ports/d6a69d0e-edbb-4988-af4b-2b4e96293750 => generated 1239 bytes in 895 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: 9|app: 0|req: 669/1127] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:30 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&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: 9|app: 0|req: 670/1128] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:30 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:30.895 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae502f18-f64c-45b6-bc49-3d68ec3d73ee'] response: {'name': 'network-changed', 'server_uuid': '3dd1ed2d-e75c-4d85-9925-5e83ce57f404', 'tag': 'd6a69d0e-edbb-4988-af4b-2b4e96293750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 459/1129] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:29 2026] POST /v2.0/subnets => generated 1274 bytes in 1337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/1130] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:44:30 2026] GET /v2.0/subnets => generated 1910 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:31.042 9 WARNING neutron_lib.context [None req-c1cc2e6d-15a3-45fb-8dd0-864d1f72c4f4 d10ccbc253334832acb971999d4d916f 3fd23b6cc32b4645a028288454cdd454 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 461/1131] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:30 2026] DELETE /v2.0/subnets/233a99f6-bbcb-47e2-8322-681eb99d18f9 => generated 0 bytes in 749 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/1132] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:44:31 2026] GET /v2.0/networks?id=c6db5449-90fb-444c-9557-aa50fabbfc27 => generated 670 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1133] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:44:31 2026] GET /v2.0/ports?tenant_id=7639488f6a14410291429e45c5e87ef8&device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 671/1134] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:44:30 2026] POST /v2.0/security-groups => generated 1624 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 672/1135] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:44:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 673/1136] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/networks?tenant_id=7639488f6a14410291429e45c5e87ef8&shared=False => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 674/1137] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 675/1138] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 676/1139] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:32.151 9 WARNING neutron_lib.context [req-d2d25c2c-ac76-49e3-9d56-06711b82bfb9 req-cd403701-49fb-45d2-b266-10ac5c095c29 ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 464/1140] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:31 2026] DELETE /v2.0/subnets/23952262-267a-4390-98cd-44c2bb0ee87a => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1141] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/1142] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1143] 10.0.0.87 () {34 vars in 757 bytes} [Wed May 20 18:44:32 2026] PUT /v2.0/security-groups/30aa3046-448a-4889-bc71-58450b64aab9 => generated 1664 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1144] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1145] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:44:32 2026] GET /v2.0/security-groups/30aa3046-448a-4889-bc71-58450b64aab9 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:32.929 8 INFO neutron.services.segments.plugin [-] Segment 319ebddd-4003-40fd-9e7c-e1e4186fe21e resource provider aggregate not found 2026-05-20 18:44:32.932 8 INFO neutron.services.segments.plugin [-] Segment 319ebddd-4003-40fd-9e7c-e1e4186fe21e resource provider aggregate not found 2026-05-20 18:44:32.942 8 INFO neutron.services.segments.plugin [-] Segment 319ebddd-4003-40fd-9e7c-e1e4186fe21e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 319ebddd-4003-40fd-9e7c-e1e4186fe21e found for delete ", "request_id": "req-2d7fd44d-3640-442e-a1a9-c54fbd9bb1da"}]} 2026-05-20 18:44:32.944 8 INFO neutron.services.segments.plugin [-] Segment 319ebddd-4003-40fd-9e7c-e1e4186fe21e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 319ebddd-4003-40fd-9e7c-e1e4186fe21e found for delete ", "request_id": "req-ed2cb258-a20b-4fbf-ac53-f419986f3b01"}]} [pid: 9|app: 0|req: 677/1146] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:44:32 2026] POST /v2.0/ports => generated 958 bytes in 948 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: 470/1147] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:32 2026] DELETE /v2.0/networks/c1f0485f-44dc-4d26-8725-69a27a200751 => generated 0 bytes in 750 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 678/1148] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:33 2026] DELETE /v2.0/security-groups/30aa3046-448a-4889-bc71-58450b64aab9 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 679/1149] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:33 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 961 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 680/1150] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:44:33 2026] GET /v2.0/ports?tenant_id=7639488f6a14410291429e45c5e87ef8&device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:33.938 9 INFO neutron.services.segments.plugin [-] Segment a5420147-cc71-4b82-931f-c4229358ac1d resource provider aggregate not found 2026-05-20 18:44:33.942 9 INFO neutron.services.segments.plugin [-] Segment a5420147-cc71-4b82-931f-c4229358ac1d resource provider aggregate not found 2026-05-20 18:44:33.957 9 INFO neutron.services.segments.plugin [-] Segment a5420147-cc71-4b82-931f-c4229358ac1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5420147-cc71-4b82-931f-c4229358ac1d found for delete ", "request_id": "req-7c3c0d66-8a6c-42aa-a78f-942ebaf558cf"}]} 2026-05-20 18:44:33.960 9 INFO neutron.services.segments.plugin [-] Segment a5420147-cc71-4b82-931f-c4229358ac1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5420147-cc71-4b82-931f-c4229358ac1d found for delete ", "request_id": "req-ec25d3e4-97f0-4204-8eff-81e4ac8a0af7"}]} [pid: 8|app: 0|req: 471/1151] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:44:33 2026] PUT /v2.0/ports/c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063 => generated 1239 bytes in 718 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: 9|app: 0|req: 681/1152] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:33 2026] DELETE /v2.0/networks/cec6ac75-acd5-46dd-8cf4-dbcd28c6887a => generated 0 bytes in 464 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 682/1153] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1154] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 683/1155] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1156] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d6a69d0e-edbb-4988-af4b-2b4e96293750 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:34.121 8 INFO neutron.api.v2.resource [None req-d9622d3e-3325-46a3-aadf-5a0067abc542 d10ccbc253334832acb971999d4d916f 3fd23b6cc32b4645a028288454cdd454 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 474/1157] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:34 2026] DELETE /v2.0/security-groups/30aa3046-448a-4889-bc71-58450b64aab9 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:34.139 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-305c3274-c2ba-422e-94f1-1e983a7927fc'] response: {'name': 'network-changed', 'server_uuid': '8a89716a-f3dd-47a4-b9e9-d195f93582c6', 'tag': 'c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 475/1158] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1159] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/subnets?id=acf3ebbd-7915-4821-a8a6-d752971f6591 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:34.191 8 WARNING neutron_lib.context [None req-36c56898-b190-4bb9-a3e6-24d6db997b6d d10ccbc253334832acb971999d4d916f 3fd23b6cc32b4645a028288454cdd454 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 684/1160] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:34 2026] DELETE /v2.0/networks/199ae271-266a-42c7-a678-a54f79b20052 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 685/1161] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/ports?network_id=73d6376a-a087-455d-a858-6b13831a2786&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1162] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:44:34 2026] POST /v2.0/security-groups => generated 1625 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1163] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/networks/73d6376a-a087-455d-a858-6b13831a2786?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:34.702 8 WARNING neutron_lib.context [None req-e2b12db5-840d-427d-b824-0bb521e38290 d10ccbc253334832acb971999d4d916f 3fd23b6cc32b4645a028288454cdd454 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 686/1164] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:34 2026] DELETE /v2.0/networks/1b6cb0b7-fe3f-47bd-8388-a24577b36c6f => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 687/1165] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/ports?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 688/1166] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/networks/73d6376a-a087-455d-a858-6b13831a2786?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: 9|app: 0|req: 689/1167] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/networks?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&shared=False => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 690/1168] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:44:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 693/1171] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1172] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 694/1173] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 695/1174] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/security-group-rules/fecccae3-e71d-45b2-9ac1-02c77beca5a6 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1175] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&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: 9|app: 0|req: 696/1176] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&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: 481/1177] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 697/1178] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:44:35 2026] DELETE /v2.0/security-group-rules/fecccae3-e71d-45b2-9ac1-02c77beca5a6 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1179] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:35.716 9 WARNING neutron_lib.context [None req-d4c637cc-88bb-4f60-be0b-0c0ad8fdec93 d10ccbc253334832acb971999d4d916f 3fd23b6cc32b4645a028288454cdd454 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 483/1180] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/security-groups?tenant_id=b293a85bf6404fa6a06db354fcfc93f2&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:35.989 9 INFO neutron.services.segments.plugin [-] Segment 49487cfb-cd9e-4340-a673-c57fd79c0b26 resource provider aggregate not found 2026-05-20 18:44:35.994 9 INFO neutron.services.segments.plugin [-] Segment 49487cfb-cd9e-4340-a673-c57fd79c0b26 resource provider aggregate not found [pid: 8|app: 0|req: 484/1181] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:44:35 2026] GET /v2.0/ports?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:36.007 9 INFO neutron.services.segments.plugin [-] Segment 49487cfb-cd9e-4340-a673-c57fd79c0b26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49487cfb-cd9e-4340-a673-c57fd79c0b26 found for delete ", "request_id": "req-4304af29-e2ca-4433-b51e-e241adf5b860"}]} [pid: 9|app: 0|req: 698/1182] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:36.018 9 INFO neutron.services.segments.plugin [-] Segment 49487cfb-cd9e-4340-a673-c57fd79c0b26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49487cfb-cd9e-4340-a673-c57fd79c0b26 found for delete ", "request_id": "req-498fb1e5-1b96-4a21-8623-401458a39dd2"}]} 2026-05-20 18:44:36.024 9 INFO neutron.services.segments.plugin [-] Segment cb84d2b6-24c8-48a3-9172-ed95dbcb1b41 resource provider aggregate not found 2026-05-20 18:44:36.039 9 INFO neutron.services.segments.plugin [-] Segment cb84d2b6-24c8-48a3-9172-ed95dbcb1b41 resource provider aggregate not found 2026-05-20 18:44:36.043 9 INFO neutron.services.segments.plugin [-] Segment cb84d2b6-24c8-48a3-9172-ed95dbcb1b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb84d2b6-24c8-48a3-9172-ed95dbcb1b41 found for delete ", "request_id": "req-4bf3dfc7-9942-4d48-8743-68426a100b66"}]} [pid: 9|app: 0|req: 699/1183] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:36.054 9 INFO neutron.services.segments.plugin [-] Segment cb84d2b6-24c8-48a3-9172-ed95dbcb1b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb84d2b6-24c8-48a3-9172-ed95dbcb1b41 found for delete ", "request_id": "req-2569fb62-accc-45a6-add0-59a4a906c84d"}]} [pid: 9|app: 0|req: 700/1184] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-group-rules/402d525b-7dda-42e8-bfd9-02fed8fe40d9 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 701/1185] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/subnets?id=89b84b28-7260-4793-8a40-ecbbfe9cabea => generated 688 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 702/1186] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 703/1187] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/ports?network_id=c6db5449-90fb-444c-9557-aa50fabbfc27&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1188] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:35 2026] DELETE /v2.0/security-groups/d1231ee1-2162-44c5-8bac-4d1d8637a7ea => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1189] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/networks/c6db5449-90fb-444c-9557-aa50fabbfc27?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1190] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/networks/c6db5449-90fb-444c-9557-aa50fabbfc27?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 704/1191] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:44:36 2026] DELETE /v2.0/security-group-rules/402d525b-7dda-42e8-bfd9-02fed8fe40d9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1192] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:36.401 9 WARNING neutron_lib.context [None req-7639b38d-3ba8-4718-af0e-1bbb677fb618 d10ccbc253334832acb971999d4d916f 3fd23b6cc32b4645a028288454cdd454 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:36.437 9 INFO neutron.db.securitygroups_db [None req-7639b38d-3ba8-4718-af0e-1bbb677fb618 d10ccbc253334832acb971999d4d916f 3fd23b6cc32b4645a028288454cdd454 - - default default] Project 3fd23b6cc32b4645a028288454cdd454 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: 489/1193] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 705/1194] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1195] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1196] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-group-rules/54b665a7-5128-438b-b543-fb4639383d18 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 706/1197] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1198] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&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: 9|app: 0|req: 707/1199] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1200] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:44:36 2026] DELETE /v2.0/security-group-rules/54b665a7-5128-438b-b543-fb4639383d18 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 708/1201] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:36 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: 8|app: 0|req: 494/1202] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:36 2026] DELETE /v2.0/security-groups/a258e5ea-140f-4e49-a41a-25e796056d57 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 709/1203] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1204] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1205] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:37 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1206] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:37 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 710/1207] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:37 2026] GET /v2.0/security-groups?tenant_id=3fd23b6cc32b4645a028288454cdd454&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 711/1208] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:37 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1209] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:37 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 712/1210] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:37 2026] DELETE /v2.0/security-groups/3e4c50d1-309d-484f-a273-c8648dcbc4b0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:38.244 8 WARNING neutron_lib.context [None req-28aa1894-a235-45fb-95c3-1dd46e409c70 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:38.395 8 INFO neutron.db.segments_db [None req-28aa1894-a235-45fb-95c3-1dd46e409c70 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] Added segment e045b6bc-b9d1-467b-8fa1-cfbd1ce73297 of type vxlan for network 37aa9058-3c36-4b9e-b75a-897dcc96fa1e [pid: 8|app: 0|req: 499/1211] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:38 2026] POST /v2.0/networks => generated 643 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:38.577 9 WARNING neutron_lib.context [None req-f0734a20-ff60-4692-8b6d-99f5351d45f5 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 500/1212] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:38 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 713/1213] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:38 2026] POST /v2.0/subnets => generated 641 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1214] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:38 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:38.905 8 WARNING neutron_lib.context [None req-6b669366-666f-4120-a68e-cd334251da55 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 714/1215] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:38 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:38.954 8 INFO neutron.db.segments_db [None req-6b669366-666f-4120-a68e-cd334251da55 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] Added segment 2a4fbf5f-c54c-4f0f-aa44-6536b1ca3505 of type vxlan for network 06c8f703-9a05-449e-90a8-8a36c176eecc [pid: 9|app: 0|req: 715/1216] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:38 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1217] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:44:38 2026] POST /v2.0/networks => generated 644 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 716/1218] 10.0.0.87 () {34 vars in 742 bytes} [Wed May 20 18:44:39 2026] PUT /v2.0/networks/06c8f703-9a05-449e-90a8-8a36c176eecc => generated 592 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:39.165 8 WARNING neutron_lib.context [None req-c24093e0-1568-4153-bdc2-9718c722619d 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 503/1219] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:39 2026] POST /v2.0/subnets => generated 626 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 717/1220] 10.0.0.87 () {34 vars in 740 bytes} [Wed May 20 18:44:39 2026] PUT /v2.0/subnets/51ac94ef-aada-445d-8eb4-5b2b2f284c95 => generated 636 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:39.875 8 INFO neutron.services.segments.plugin [-] Segment 2a4fbf5f-c54c-4f0f-aa44-6536b1ca3505 resource provider aggregate not found 2026-05-20 18:44:39.888 8 INFO neutron.services.segments.plugin [-] Segment 2a4fbf5f-c54c-4f0f-aa44-6536b1ca3505 resource provider aggregate not found [pid: 8|app: 0|req: 504/1221] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:39 2026] DELETE /v2.0/networks/06c8f703-9a05-449e-90a8-8a36c176eecc => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:39.907 8 INFO neutron.services.segments.plugin [-] Segment 2a4fbf5f-c54c-4f0f-aa44-6536b1ca3505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4fbf5f-c54c-4f0f-aa44-6536b1ca3505 found for delete ", "request_id": "req-44acf285-5a98-41fd-a146-85800a3dde7b"}]} 2026-05-20 18:44:39.918 8 INFO neutron.services.segments.plugin [-] Segment 2a4fbf5f-c54c-4f0f-aa44-6536b1ca3505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4fbf5f-c54c-4f0f-aa44-6536b1ca3505 found for delete ", "request_id": "req-a487156f-d004-42a9-b8b6-5dc7cac3582a"}]} 2026-05-20 18:44:39.921 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91989176-b013-4b0c-b1d1-74febac4b686 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 505/1222] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:39 2026] DELETE /v2.0/networks/06c8f703-9a05-449e-90a8-8a36c176eecc => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:39.982 9 WARNING neutron_lib.context [None req-58c65922-a798-4ce2-af54-9deb64507dcd f076ff16d5eb4fcdb8f6192c6235cfd4 25b03d5325614555b8639eab09c41889 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 506/1223] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:44:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1224] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => 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: 508/1225] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/subnets?network_id=3bed9746-3d9e-4659-8322-b9165af40d04 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1226] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 718/1227] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:44:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 719/1228] 10.0.0.87 () {32 vars in 652 bytes} [Wed May 20 18:44:40 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: 8|app: 0|req: 510/1229] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&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: 9|app: 0|req: 720/1230] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1231] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/security-groups => generated 4530 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 721/1232] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/networks => generated 1308 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1233] 10.0.0.87 () {34 vars in 757 bytes} [Wed May 20 18:44:40 2026] PUT /v2.0/security-groups/f9b26b24-a021-4917-aede-f052496c47f8 => generated 1663 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1234] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 722/1235] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1236] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/security-groups/f9b26b24-a021-4917-aede-f052496c47f8 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 723/1237] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/networks/37aa9058-3c36-4b9e-b75a-897dcc96fa1e => generated 668 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 724/1238] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:40 2026] DELETE /v2.0/security-groups/f9b26b24-a021-4917-aede-f052496c47f8 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 725/1239] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/subnets/5e0604e4-4f5d-4e30-bc92-4a546645c024 => generated 641 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 726/1240] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:40.810 9 INFO neutron.pecan_wsgi.hooks.translation [None req-70d7f2ca-a12a-4ea0-8a91-0bc1d934412b 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 727/1241] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:40 2026] DELETE /v2.0/subnets/51ac94ef-aada-445d-8eb4-5b2b2f284c95 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:40.824 9 INFO neutron.api.v2.resource [None req-570f94cd-d8b0-450e-91c2-4215927f6188 f076ff16d5eb4fcdb8f6192c6235cfd4 25b03d5325614555b8639eab09c41889 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 728/1242] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:40 2026] DELETE /v2.0/security-groups/f9b26b24-a021-4917-aede-f052496c47f8 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:40.841 9 INFO neutron.pecan_wsgi.hooks.translation [None req-b3fe8237-9806-4fde-9cd4-08d08280ea8e 5b3a980dbb2b47638b1648b6911ab770 72b0c621be8f43a4a17a7b0d55725061 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 729/1243] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:40 2026] DELETE /v2.0/networks/06c8f703-9a05-449e-90a8-8a36c176eecc => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:40.847 9 WARNING neutron_lib.context [None req-b5e0cb4c-a213-43f0-bcfc-f65e50358c2c f076ff16d5eb4fcdb8f6192c6235cfd4 25b03d5325614555b8639eab09c41889 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 730/1244] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:44:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:44:41.130 8 INFO neutron.db.l3_db [None req-bb099df9-720c-42ae-873d-ab7c98bc3183 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] Floating IP 98d8e1d7-3f4f-4c8c-a9c3-5c4bfe74bff9 associated. External IP: 10.96.250.212, port: d6a69d0e-edbb-4988-af4b-2b4e96293750. [pid: 9|app: 0|req: 731/1245] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:40 2026] DELETE /v2.0/subnets/5e0604e4-4f5d-4e30-bc92-4a546645c024 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:41.143 9 WARNING neutron_lib.context [None req-1530fa89-4582-42df-a201-c2fe5d22adce f076ff16d5eb4fcdb8f6192c6235cfd4 25b03d5325614555b8639eab09c41889 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 732/1246] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1247] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:44:40 2026] PUT /v2.0/floatingips/98d8e1d7-3f4f-4c8c-a9c3-5c4bfe74bff9 => generated 856 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1248] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:44:41 2026] GET /v2.0/security-group-rules/330e6948-b5e1-415a-bd92-94a8ad47d3e4 => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1249] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:41 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:41.725 9 INFO neutron.services.segments.plugin [-] Segment e045b6bc-b9d1-467b-8fa1-cfbd1ce73297 resource provider aggregate not found 2026-05-20 18:44:41.729 9 INFO neutron.services.segments.plugin [-] Segment e045b6bc-b9d1-467b-8fa1-cfbd1ce73297 resource provider aggregate not found [pid: 8|app: 0|req: 518/1250] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:41.741 9 INFO neutron.services.segments.plugin [-] Segment e045b6bc-b9d1-467b-8fa1-cfbd1ce73297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e045b6bc-b9d1-467b-8fa1-cfbd1ce73297 found for delete ", "request_id": "req-3ca13342-e346-45fb-97f1-7eecc57d8c6e"}]} 2026-05-20 18:44:41.745 9 INFO neutron.services.segments.plugin [-] Segment e045b6bc-b9d1-467b-8fa1-cfbd1ce73297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e045b6bc-b9d1-467b-8fa1-cfbd1ce73297 found for delete ", "request_id": "req-d8927f1b-26ec-456a-a46f-77cbfad78336"}]} [pid: 8|app: 0|req: 519/1251] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:41 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1252] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:41 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 733/1253] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:41 2026] DELETE /v2.0/networks/37aa9058-3c36-4b9e-b75a-897dcc96fa1e => generated 0 bytes in 513 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:41.868 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd878de3-19e8-45bb-81f3-4d2b146af390'] response: {'name': 'network-changed', 'server_uuid': '3dd1ed2d-e75c-4d85-9925-5e83ce57f404', 'tag': 'd6a69d0e-edbb-4988-af4b-2b4e96293750', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 734/1254] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:41 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1255] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:44:41 2026] DELETE /v2.0/security-group-rules/330e6948-b5e1-415a-bd92-94a8ad47d3e4 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 735/1256] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:42.139 8 WARNING neutron_lib.context [None req-4f12559d-77dc-404b-8b71-81bf737b25e4 f076ff16d5eb4fcdb8f6192c6235cfd4 25b03d5325614555b8639eab09c41889 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 736/1257] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/ports?tenant_id=7639488f6a14410291429e45c5e87ef8&device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 1244 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 737/1258] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/networks?id=73d6376a-a087-455d-a858-6b13831a2786 => generated 771 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 738/1259] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=d6a69d0e-edbb-4988-af4b-2b4e96293750 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 739/1260] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/subnets?id=acf3ebbd-7915-4821-a8a6-d752971f6591 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 740/1261] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/ports?network_id=73d6376a-a087-455d-a858-6b13831a2786&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: 9|app: 0|req: 741/1262] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/networks/73d6376a-a087-455d-a858-6b13831a2786?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 742/1263] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/networks/73d6376a-a087-455d-a858-6b13831a2786?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: 9|app: 0|req: 743/1264] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1265] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 744/1266] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:42 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1267] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:44:43 2026] GET /v2.0/security-group-rules/13d5b29a-464f-4d81-aaf0-a138dcbc211e => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1268] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:43 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 745/1269] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1270] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:43 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 746/1271] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:43 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1272] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:44:43 2026] DELETE /v2.0/security-group-rules/13d5b29a-464f-4d81-aaf0-a138dcbc211e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1273] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:43 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: 8|app: 0|req: 528/1274] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:43 2026] GET /v2.0/security-groups?tenant_id=72b0c621be8f43a4a17a7b0d55725061&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:43.471 8 WARNING neutron_lib.context [None req-77d5d21f-b7b9-4c07-a859-d5da6f31b90a f076ff16d5eb4fcdb8f6192c6235cfd4 25b03d5325614555b8639eab09c41889 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:44:43.760 9 INFO neutron.db.l3_db [None req-a69a53e0-02a1-4f0f-beeb-3aae73cc0778 ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Floating IP d7f97456-01ff-4bcd-8542-7a87a4366cc4 associated. External IP: 10.96.250.209, port: c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063. [pid: 9|app: 0|req: 747/1275] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:44:43 2026] PUT /v2.0/floatingips/d7f97456-01ff-4bcd-8542-7a87a4366cc4 => generated 856 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:44.115 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d45302c-7371-4578-aa4b-aca66339cf94'] response: {'name': 'network-changed', 'server_uuid': '8a89716a-f3dd-47a4-b9e9-d195f93582c6', 'tag': 'c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 529/1276] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:44:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1277] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1278] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/security-group-rules/ae2b166a-01b6-473c-b263-5fa36d6e596b => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1279] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1280] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 748/1281] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:44 2026] DELETE /v2.0/security-groups/71d515b0-b2f9-4f40-aafc-6805d75d63fd => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1282] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 749/1283] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&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: 535/1284] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:44:44 2026] DELETE /v2.0/security-group-rules/ae2b166a-01b6-473c-b263-5fa36d6e596b => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 750/1285] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/ports?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => 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: 536/1286] 10.0.0.87 () {32 vars in 672 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 751/1287] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/networks?id=c6db5449-90fb-444c-9557-aa50fabbfc27 => generated 766 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 752/1288] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 753/1289] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/subnets?id=89b84b28-7260-4793-8a40-ecbbfe9cabea => generated 688 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 754/1290] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/ports?network_id=c6db5449-90fb-444c-9557-aa50fabbfc27&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 755/1291] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/networks/c6db5449-90fb-444c-9557-aa50fabbfc27?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: 537/1292] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:44 2026] DELETE /v2.0/security-groups/41727d56-7bea-48b3-b4d1-66eb84b97cb3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 756/1293] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:44:44 2026] GET /v2.0/networks/c6db5449-90fb-444c-9557-aa50fabbfc27?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: 538/1294] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:44 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: 539/1295] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:44:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 757/1296] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:45 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => 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: 540/1297] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:45 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 758/1298] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:45 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1299] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:45 2026] GET /v2.0/security-groups?id=ea60041a-63da-4807-bf66-6beb0fed5fa8&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1300] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:44:45 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 973 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 759/1301] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:45 2026] GET /v2.0/security-groups?tenant_id=25b03d5325614555b8639eab09c41889&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 760/1302] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:46 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 761/1303] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:46 2026] DELETE /v2.0/security-groups/c8641e5e-7920-46cc-93f4-3ddad3f9a280 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 762/1304] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:44:46 2026] GET /v2.0/security-groups?id=69c8a66d-e362-45d6-bd0a-ce5731defe16&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:46.556 8 INFO neutron.db.l3_db [req-2bb4e87c-f599-471b-a115-68cb8501e3e3 req-588fe3df-0ac4-411a-bd80-af04b199b91c 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] Floating IP 98d8e1d7-3f4f-4c8c-a9c3-5c4bfe74bff9 disassociated. External IP: 10.96.250.212, port: d6a69d0e-edbb-4988-af4b-2b4e96293750. [pid: 9|app: 0|req: 763/1305] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:46 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 764/1306] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:44:46 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => 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: 543/1307] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:44:46 2026] DELETE /v2.0/ports/d6a69d0e-edbb-4988-af4b-2b4e96293750 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:47.065 9 INFO neutron.db.l3_db [req-2d2406b0-13ad-48a7-bc37-a6779b659542 req-e92c0744-52a7-4aad-a1cb-43c5869b5ceb ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] Floating IP d7f97456-01ff-4bcd-8542-7a87a4366cc4 disassociated. External IP: 10.96.250.209, port: c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063. [pid: 8|app: 0|req: 544/1308] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:47 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:44:47.751 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-037dad9e-e64b-4062-837c-d21804a23aa0'] response: {'server_uuid': '3dd1ed2d-e75c-4d85-9925-5e83ce57f404', 'name': 'network-vif-deleted', 'tag': 'd6a69d0e-edbb-4988-af4b-2b4e96293750', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 545/1309] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:47 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 765/1310] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:44:46 2026] DELETE /v2.0/ports/c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063 => generated 0 bytes in 1005 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:48.270 8 WARNING neutron_lib.context [None req-9e31d455-f302-4749-87e8-1232ebf60e3a 5a9c5211e1dc4c5fb5b54243f1946e62 14d8df67b5ea43579afb2747a57c4a83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 546/1311] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:44:48 2026] POST /v2.0/subnetpools => generated 548 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 766/1312] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:44:48 2026] GET /v2.0/subnetpools/9eb6db54-7ac6-42de-bbf9-12bf5172bea3 => generated 548 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1313] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:44:48 2026] PUT /v2.0/subnetpools/9eb6db54-7ac6-42de-bbf9-12bf5172bea3 => generated 501 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:48.442 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7bc1fb0-1f91-45da-9213-41e597d66dd2'] response: {'server_uuid': '8a89716a-f3dd-47a4-b9e9-d195f93582c6', 'name': 'network-vif-deleted', 'tag': 'c503cd88-9ab0-4c7f-b8c9-8fc5bf88a063', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 767/1314] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:44:48 2026] DELETE /v2.0/subnetpools/9eb6db54-7ac6-42de-bbf9-12bf5172bea3 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:48.515 8 INFO neutron.api.v2.resource [None req-b4deca3f-c86a-49e4-ac6f-5b2e8b194dcf 5a9c5211e1dc4c5fb5b54243f1946e62 14d8df67b5ea43579afb2747a57c4a83 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1315] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:44:48 2026] GET /v2.0/subnetpools/9eb6db54-7ac6-42de-bbf9-12bf5172bea3 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:44:48.536 9 INFO neutron.api.v2.resource [None req-0a93b1b7-5b98-4c7c-ac5c-048e01e61585 5a9c5211e1dc4c5fb5b54243f1946e62 14d8df67b5ea43579afb2747a57c4a83 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 768/1316] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:44:48 2026] DELETE /v2.0/subnetpools/9eb6db54-7ac6-42de-bbf9-12bf5172bea3 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1317] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:48 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 769/1318] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:48 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => 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: 550/1319] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:49 2026] GET /v2.0/security-groups?tenant_id=14d8df67b5ea43579afb2747a57c4a83&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 770/1320] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:49 2026] DELETE /v2.0/security-groups/06acd73b-e469-4b5c-be92-5b2466246594 => 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: 551/1321] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:49 2026] GET /v2.0/security-groups?tenant_id=0a670437cc4340538ef401a3981a8de6&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1322] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:49 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 771/1323] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:49 2026] DELETE /v2.0/security-groups/5f1730da-f198-4368-8339-ea7fb78eb708 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 772/1324] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:49 2026] GET /v2.0/ports?device_id=3dd1ed2d-e75c-4d85-9925-5e83ce57f404 => 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: 553/1325] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:49 2026] GET /v2.0/security-groups?tenant_id=157acc0994494ff5b48de9ef7b526fb2&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 773/1326] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:50 2026] DELETE /v2.0/security-groups/31a2a843-c4aa-4834-892d-6ef9bfda31fb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 775/1329] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:44:50 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 776/1330] 199.204.45.70 () {34 vars in 1095 bytes} [Wed May 20 18:44:51 2026] GET /v2.0/ports?device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 777/1331] 10.0.0.87 () {32 vars in 622 bytes} [Wed May 20 18:44:51 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: 555/1332] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:51 2026] DELETE /v2.0/security-groups/ea60041a-63da-4807-bf66-6beb0fed5fa8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:51.229 8 INFO neutron.api.v2.resource [None req-99d8234a-7ae5-4923-92d8-b3d9be5c133e 2d0233e501e940efa83e3803a46a6e73 7639488f6a14410291429e45c5e87ef8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 556/1333] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:44:51 2026] GET /v2.0/security-groups/ea60041a-63da-4807-bf66-6beb0fed5fa8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 778/1334] 10.0.0.87 () {32 vars in 632 bytes} [Wed May 20 18:44:51 2026] GET /v2.0/ => generated 632 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1335] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:44:51 2026] DELETE /v2.0/floatingips/98d8e1d7-3f4f-4c8c-a9c3-5c4bfe74bff9 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1336] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:51 2026] DELETE /v2.0/security-groups/69c8a66d-e362-45d6-bd0a-ce5731defe16 => 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: 559/1337] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:51 2026] GET /v2.0/security-groups?tenant_id=a23f8d3a49134df4839f524a94ca13f5&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:52.307 8 INFO neutron.api.v2.resource [None req-92b56f04-6ceb-464b-b3ea-430c082fb609 ca67200918ad41e590621b6da64d3620 c6ee0cd7d4b24a8c834c478cbade83f9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1338] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:44:52 2026] GET /v2.0/security-groups/69c8a66d-e362-45d6-bd0a-ce5731defe16 => 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: 561/1339] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:44:52 2026] GET /v2.0/ports?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&device_id=8a89716a-f3dd-47a4-b9e9-d195f93582c6 => 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: 562/1340] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:52 2026] DELETE /v2.0/security-groups/80316b5f-f21e-4b05-8430-28dc62c3d2dc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 779/1341] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:44:51 2026] PUT /v2.0/routers/aad6c970-abf4-4e18-afd8-9a55f7f1f570/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1342] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:44:52 2026] DELETE /v2.0/floatingips/d7f97456-01ff-4bcd-8542-7a87a4366cc4 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:53.539 9 INFO neutron.services.segments.plugin [-] Segment 2026e881-180f-4ec1-9f01-6f98bef78f70 resource provider aggregate not found 2026-05-20 18:44:53.544 9 INFO neutron.services.segments.plugin [-] Segment 2026e881-180f-4ec1-9f01-6f98bef78f70 resource provider aggregate not found 2026-05-20 18:44:53.556 9 INFO neutron.services.segments.plugin [-] Segment 2026e881-180f-4ec1-9f01-6f98bef78f70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2026e881-180f-4ec1-9f01-6f98bef78f70 found for delete ", "request_id": "req-9eba62ae-156b-4e3c-867b-82c735fc12ab"}]} 2026-05-20 18:44:53.564 9 INFO neutron.services.segments.plugin [-] Segment 2026e881-180f-4ec1-9f01-6f98bef78f70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2026e881-180f-4ec1-9f01-6f98bef78f70 found for delete ", "request_id": "req-badd7a69-db48-48bc-8537-f8204e82d563"}]} 2026-05-20 18:44:53.580 9 INFO neutron.db.l3_hamode_db [None req-6006fb48-2cda-4a7e-8883-5651ea96ea3c f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network 6a57be9e-9370-427f-bf73-fa0d5abb9318 was deleted as no HA routers are present in tenant 7639488f6a14410291429e45c5e87ef8. [pid: 9|app: 0|req: 780/1343] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:52 2026] DELETE /v2.0/routers/aad6c970-abf4-4e18-afd8-9a55f7f1f570 => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 781/1344] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:44:53 2026] GET /v2.0/networks?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&shared=False => generated 766 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 782/1345] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:53 2026] DELETE /v2.0/subnets/acf3ebbd-7915-4821-a8a6-d752971f6591 => 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: 564/1346] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:44:52 2026] PUT /v2.0/routers/2e51c880-9f34-4564-8e5f-713d28d9acc8/remove_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 783/1347] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:44:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:44:54.218 8 INFO neutron.services.segments.plugin [-] Segment ec10ed48-8a3e-4605-9420-f6226aa4b0c2 resource provider aggregate not found 2026-05-20 18:44:54.224 8 INFO neutron.services.segments.plugin [-] Segment ec10ed48-8a3e-4605-9420-f6226aa4b0c2 resource provider aggregate not found 2026-05-20 18:44:54.232 8 INFO neutron.services.segments.plugin [-] Segment ec10ed48-8a3e-4605-9420-f6226aa4b0c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec10ed48-8a3e-4605-9420-f6226aa4b0c2 found for delete ", "request_id": "req-5b1f2258-f5e0-4c61-901c-c3b9c82c88e5"}]} [pid: 8|app: 0|req: 565/1348] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:53 2026] DELETE /v2.0/networks/73d6376a-a087-455d-a858-6b13831a2786 => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:44:54.398 8 INFO neutron.services.segments.plugin [-] Segment ec10ed48-8a3e-4605-9420-f6226aa4b0c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec10ed48-8a3e-4605-9420-f6226aa4b0c2 found for delete ", "request_id": "req-af4b8780-6209-48d5-9a2e-b57f28a37b0f"}]} [pid: 8|app: 0|req: 566/1349] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:54 2026] GET /v2.0/security-groups?tenant_id=7639488f6a14410291429e45c5e87ef8&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1350] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:54 2026] DELETE /v2.0/security-groups/71b5df7f-8bfa-4b0f-9366-1ffe97996d91 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:54.865 9 INFO neutron.db.l3_hamode_db [None req-c102a26e-37c0-4c98-8fb1-c4423cf1c9a7 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network 7c80e9c9-0919-4aa1-9a66-eb96741b737b was deleted as no HA routers are present in tenant c6ee0cd7d4b24a8c834c478cbade83f9. [pid: 9|app: 0|req: 784/1351] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:53 2026] DELETE /v2.0/routers/2e51c880-9f34-4564-8e5f-713d28d9acc8 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1352] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:44:54 2026] DELETE /v2.0/subnets/89b84b28-7260-4793-8a40-ecbbfe9cabea => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 785/1353] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:44:55 2026] DELETE /v2.0/networks/c6db5449-90fb-444c-9557-aa50fabbfc27 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1354] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:55 2026] GET /v2.0/security-groups?tenant_id=c6ee0cd7d4b24a8c834c478cbade83f9&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:44:55.709 9 INFO neutron.services.segments.plugin [-] Segment 41cc186a-57fb-4708-b96f-d8b484263ace resource provider aggregate not found 2026-05-20 18:44:55.717 9 INFO neutron.services.segments.plugin [-] Segment 41cc186a-57fb-4708-b96f-d8b484263ace resource provider aggregate not found 2026-05-20 18:44:55.728 9 INFO neutron.services.segments.plugin [-] Segment 41cc186a-57fb-4708-b96f-d8b484263ace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41cc186a-57fb-4708-b96f-d8b484263ace found for delete ", "request_id": "req-dc895c3b-d0af-40ca-bb34-8baea393c512"}]} 2026-05-20 18:44:55.743 9 INFO neutron.services.segments.plugin [-] Segment 41cc186a-57fb-4708-b96f-d8b484263ace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41cc186a-57fb-4708-b96f-d8b484263ace found for delete ", "request_id": "req-b43dd6c5-0483-411f-aa44-22039d0f4147"}]} 2026-05-20 18:44:55.748 9 INFO neutron.services.segments.plugin [-] Segment 78e0ce35-299f-4658-8dc6-bc6aa238d763 resource provider aggregate not found 2026-05-20 18:44:55.764 9 INFO neutron.services.segments.plugin [-] Segment 78e0ce35-299f-4658-8dc6-bc6aa238d763 resource provider aggregate not found 2026-05-20 18:44:55.770 9 INFO neutron.services.segments.plugin [-] Segment 78e0ce35-299f-4658-8dc6-bc6aa238d763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78e0ce35-299f-4658-8dc6-bc6aa238d763 found for delete ", "request_id": "req-461ed9f5-bd69-474a-983a-c2b1c80974dc"}]} 2026-05-20 18:44:55.778 9 INFO neutron.services.segments.plugin [-] Segment 78e0ce35-299f-4658-8dc6-bc6aa238d763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78e0ce35-299f-4658-8dc6-bc6aa238d763 found for delete ", "request_id": "req-13fed327-c2c2-4ed5-b720-7ca53457b471"}]} [pid: 9|app: 0|req: 786/1355] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:55 2026] DELETE /v2.0/security-groups/0758b6a8-a69b-42e0-8b96-646f58713142 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1356] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:44:56 2026] GET /v2.0/security-groups?tenant_id=94dd2ac7f6d84d7eb7101376d7b149dd&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1357] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:44:56 2026] DELETE /v2.0/security-groups/4e8ae5c0-15e3-430c-a260-ed8009a4d129 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:44:57.007 9 INFO neutron.db.segments_db [None req-f0dfc0ee-4dcb-4d8d-8a80-f554da1c92f8 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 08d6d44a-4f9e-48ec-a04f-3fb688ca7c93 of type vxlan for network 19d20295-00a2-445f-a560-ec37e9910cbd [pid: 9|app: 0|req: 787/1358] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:44:56 2026] POST /v2.0/networks => generated 744 bytes in 1162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1359] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:57 2026] POST /v2.0/subnets => generated 691 bytes in 877 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:44:58.782 9 INFO neutron.db.segments_db [None req-7e22f611-121a-48da-9130-9c98e3834615 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment df56e945-3abd-40b1-a5e5-b6e09cc47848 of type vxlan for network 99ff5903-bb2c-4922-ab56-ea177a49b3f4 2026-05-20 18:44:59.715 9 INFO neutron.db.l3_hamode_db [None req-7e22f611-121a-48da-9130-9c98e3834615 f978fe935172478ba0ba994cffc5a74a 2d8b93a6a0724aa89e4132b353f83298 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:45:00.940 9 INFO neutron.db.l3_hamode_db [None req-7e22f611-121a-48da-9130-9c98e3834615 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 788/1360] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:44:58 2026] POST /v2.0/routers => generated 731 bytes in 3579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 789/1361] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:02 2026] GET /v2.0/security-groups?tenant_id=d11baf4597b746c784428a57ed4343a4&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 790/1362] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:03 2026] DELETE /v2.0/security-groups/4c264b52-eed8-4bf0-8183-0254a5681fdc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 791/1363] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:03 2026] GET /v2.0/security-groups?tenant_id=7b19759669274497ac93628c211bb579&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 792/1364] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:03 2026] DELETE /v2.0/security-groups/83dc598c-55b0-4f1c-8c8c-aa54ace9aa80 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1365] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:45:02 2026] PUT /v2.0/routers/e9dcce66-61d6-4589-8a73-ebe365812ec4/add_router_interface => generated 309 bytes in 1646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:04.509 9 WARNING neutron_lib.context [None req-f0599c35-8846-4bc6-8e86-789779ea3e94 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 793/1366] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:45:04 2026] POST /v2.0/security-groups => generated 1661 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:45:04.697 8 WARNING neutron_lib.context [None req-816410ff-fead-4aa2-acaf-e352ed2e9a32 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 574/1367] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:04.842 9 WARNING neutron_lib.context [None req-4bd95813-c512-471e-b00d-7ca8edc0f79b 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 794/1368] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:05.009 9 WARNING neutron_lib.context [None req-c34a5783-996c-48d9-b97f-76fc614979a6 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/1369] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:04 2026] GET /v2.0/security-groups?tenant_id=7c34fa09adb942ddb745a31773f641e9&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1372] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:05 2026] DELETE /v2.0/security-groups/5c4efb0e-472b-43d7-8cd6-7d99780fd57b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 795/1373] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:45:05 2026] POST /v2.0/floatingips => generated 552 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:05.844 8 WARNING neutron_lib.context [None req-90842696-1c20-475d-8630-d9a3cd4d7155 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:06.020 8 INFO neutron.db.segments_db [None req-90842696-1c20-475d-8630-d9a3cd4d7155 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Added segment 17b2fe3c-fa5c-4edf-a74d-ee727eba0bd3 of type vxlan for network d52264fd-8a38-424b-8e6a-0d1df38630ba [pid: 8|app: 0|req: 579/1374] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:05 2026] POST /v2.0/networks => generated 650 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:06.124 9 WARNING neutron_lib.context [None req-2bb7b2b4-b26b-4fef-9198-e8bad822658e b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 580/1375] 10.0.0.139 () {34 vars in 1100 bytes} [Wed May 20 18:45:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1353201457&fields=id&tenant_id=2d8b93a6a0724aa89e4132b353f83298 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1376] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:45:06 2026] GET /v2.0/networks?id=19d20295-00a2-445f-a560-ec37e9910cbd => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1377] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:45:06 2026] GET /v2.0/quotas/2d8b93a6a0724aa89e4132b353f83298 => 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: 583/1378] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:45:06 2026] GET /v2.0/ports?tenant_id=2d8b93a6a0724aa89e4132b353f83298&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1379] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:45:06 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 796/1380] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:06 2026] POST /v2.0/subnets => generated 627 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:06.425 9 WARNING neutron_lib.context [None req-0c443d94-1f37-47e5-b573-92db992ac223 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 585/1381] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:45:06 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:06.489 9 INFO neutron.db.segments_db [None req-0c443d94-1f37-47e5-b573-92db992ac223 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Added segment 423c45fc-d873-4da8-b5d5-4d832cca1b33 of type vxlan for network f842c17e-779d-41cc-850c-adc4f67946d9 [pid: 8|app: 0|req: 586/1382] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:06 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:06.794 9 INFO neutron.db.l3_hamode_db [None req-0c443d94-1f37-47e5-b573-92db992ac223 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:45:07.610 9 INFO neutron.db.l3_hamode_db [None req-0c443d94-1f37-47e5-b573-92db992ac223 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 587/1383] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:07 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 797/1384] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:06 2026] POST /v2.0/routers => generated 695 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 798/1385] 10.0.0.194 () {30 vars in 650 bytes} [Wed May 20 18:45:08 2026] GET /v2.0/extensions => generated 20516 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 799/1386] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:08 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 800/1387] 10.0.0.194 () {30 vars in 724 bytes} [Wed May 20 18:45:08 2026] GET /v2.0/quotas/89961c0d1f6f436f974f678556d53b41/details => generated 847 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 801/1388] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:09 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => 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: 588/1389] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:45:08 2026] PUT /v2.0/routers/edc91bd0-6e58-4cc0-a9d4-18cfa3c77984/add_router_interface => generated 309 bytes in 1627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:10.345 9 WARNING neutron_lib.context [None req-2f3dad56-6fdc-46fa-9455-96562051a5e7 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 589/1390] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:11 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => 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: 590/1391] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:45:11 2026] GET /v2.0/networks?id=19d20295-00a2-445f-a560-ec37e9910cbd => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1392] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:45:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2d8b93a6a0724aa89e4132b353f83298 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:11.518 8 WARNING neutron_lib.context [req-c714838e-f40e-46dc-b933-b320b15c3e8e req-da923664-cc7a-40e0-8ab2-7b56ec802d19 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 802/1393] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:45:10 2026] POST /v2.0/ports => generated 958 bytes in 1741 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: 9|app: 0|req: 803/1394] 10.0.0.194 () {30 vars in 650 bytes} [Wed May 20 18:45:12 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) 2026-05-20 18:45:12.097 9 WARNING neutron_lib.context [None req-0997e910-6b56-46ab-9b68-b59c6979a4bf b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 592/1395] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:45:11 2026] POST /v2.0/ports => generated 958 bytes in 901 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: 593/1396] 10.0.0.194 () {30 vars in 724 bytes} [Wed May 20 18:45:12 2026] GET /v2.0/quotas/89961c0d1f6f436f974f678556d53b41/details => generated 847 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 804/1397] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:45:12 2026] POST /v2.0/ports => generated 959 bytes in 422 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: 594/1398] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:12 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 961 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:12.576 8 WARNING neutron_lib.context [None req-f93df0bc-9ae4-4402-ae58-1d2057c46bd6 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 805/1399] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:45:12 2026] PUT /v2.0/ports/f0f596b7-d63e-4aed-9840-250e7f387206 => generated 1239 bytes in 569 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 18:45:13.127 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c09f4f13-5608-4588-87d5-2e1bf2539f81'] response: {'name': 'network-changed', 'server_uuid': 'fee34159-50e8-4658-98e3-075731133565', 'tag': 'f0f596b7-d63e-4aed-9840-250e7f387206', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 806/1400] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:13 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:13.411 8 INFO neutron.db.l3_db [None req-f93df0bc-9ae4-4402-ae58-1d2057c46bd6 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Floating IP 1467ce3f-b0f7-40b0-96e3-f651bca49119 associated. External IP: 10.96.250.203, port: c604c52d-73e9-48a1-8dd0-30cd3941e497. [pid: 9|app: 0|req: 807/1401] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:13 2026] GET /v2.0/ports?tenant_id=2d8b93a6a0724aa89e4132b353f83298&device_id=fee34159-50e8-4658-98e3-075731133565 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1403] 10.0.0.87 () {34 vars in 676 bytes} [Wed May 20 18:45:12 2026] POST /v2.0/floatingips => generated 843 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 808/1403] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:45:13 2026] GET /v2.0/networks?tenant_id=2d8b93a6a0724aa89e4132b353f83298&shared=False => generated 772 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 809/1404] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:45:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:13.971 8 INFO neutron.db.l3_db [None req-796c7d0e-eb3b-49a5-9a60-c4191be1215d b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Floating IP 1467ce3f-b0f7-40b0-96e3-f651bca49119 disassociated. External IP: 10.96.250.203, port: c604c52d-73e9-48a1-8dd0-30cd3941e497. [pid: 8|app: 0|req: 596/1405] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:45:13 2026] PUT /v2.0/floatingips/1467ce3f-b0f7-40b0-96e3-f651bca49119 => generated 552 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 810/1406] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:14 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 811/1407] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:14 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 8|app: 0|req: 597/1408] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:14 2026] DELETE /v2.0/floatingips/1467ce3f-b0f7-40b0-96e3-f651bca49119 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:14.659 9 WARNING neutron_lib.context [None req-3763501c-fc25-42a1-ba97-c495393f1ead b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 598/1409] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:14 2026] GET /v2.0/security-groups?tenant_id=89961c0d1f6f436f974f678556d53b41&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1410] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/security-groups?tenant_id=76617d8a0478461d96bc65e70a79faca&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1411] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/ports?tenant_id=2d8b93a6a0724aa89e4132b353f83298&device_id=fee34159-50e8-4658-98e3-075731133565 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1412] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:15 2026] DELETE /v2.0/security-groups/617ff0ac-7f1b-4998-b4d1-c118319f3656 => 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: 602/1413] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:15 2026] DELETE /v2.0/security-groups/3d55d02c-6536-4a09-a25a-3e5f616c5636 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1414] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f0f596b7-d63e-4aed-9840-250e7f387206 => 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: 604/1415] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/subnets?id=cffae7de-537a-4240-9c9e-7cc056997b28 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1416] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1417] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/ports?network_id=19d20295-00a2-445f-a560-ec37e9910cbd&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1418] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 8|app: 0|req: 608/1419] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1420] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:45:15 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?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) 2026-05-20 18:45:15.934 9 INFO neutron.db.l3_db [None req-3763501c-fc25-42a1-ba97-c495393f1ead b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Floating IP e6278bf8-78f2-4a85-84ab-3a4e17ac962f associated. External IP: 10.96.250.219, port: 4dd1818d-b617-473c-b709-988559acc71e. [pid: 8|app: 0|req: 610/1421] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:16 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 812/1422] 10.0.0.87 () {34 vars in 676 bytes} [Wed May 20 18:45:14 2026] POST /v2.0/floatingips => generated 842 bytes in 2190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1423] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:16 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 813/1424] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:45:16 2026] GET /v2.0/floatingips/e6278bf8-78f2-4a85-84ab-3a4e17ac962f => generated 842 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1425] 10.0.0.87 () {32 vars in 654 bytes} [Wed May 20 18:45:16 2026] GET /v2.0/floatingips => generated 845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:17.450 9 INFO neutron.db.l3_db [None req-968bf247-b4c7-47cb-b88a-4e91c8f9253b b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Floating IP e6278bf8-78f2-4a85-84ab-3a4e17ac962f associated. External IP: 10.96.250.219, port: 4dd1818d-b617-473c-b709-988559acc71e. [pid: 8|app: 0|req: 613/1426] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:17 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 814/1427] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:45:16 2026] PUT /v2.0/floatingips/e6278bf8-78f2-4a85-84ab-3a4e17ac962f => generated 843 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1428] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:18 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:18.235 9 INFO neutron.db.l3_db [None req-ef5e3215-3628-4d53-995f-bbf9ceef456b b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] Floating IP e6278bf8-78f2-4a85-84ab-3a4e17ac962f disassociated. External IP: 10.96.250.219, port: c604c52d-73e9-48a1-8dd0-30cd3941e497. [pid: 9|app: 0|req: 815/1429] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:45:18 2026] PUT /v2.0/floatingips/e6278bf8-78f2-4a85-84ab-3a4e17ac962f => generated 552 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1430] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:18 2026] DELETE /v2.0/floatingips/e6278bf8-78f2-4a85-84ab-3a4e17ac962f => generated 0 bytes in 416 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:19.041 9 INFO neutron.api.v2.resource [None req-215ebcad-d808-421d-ad8b-ef8aa25e8f51 b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 816/1431] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:19 2026] DELETE /v2.0/floatingips/e6278bf8-78f2-4a85-84ab-3a4e17ac962f => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 817/1432] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:19 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 818/1433] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:19 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1434] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:45:19 2026] DELETE /v2.0/ports/c604c52d-73e9-48a1-8dd0-30cd3941e497 => generated 0 bytes in 813 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:20.510 8 WARNING neutron_lib.context [None req-7afa6c2e-1948-49e2-adfb-e0e22f66dc2c 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 819/1437] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:45:19 2026] DELETE /v2.0/ports/4dd1818d-b617-473c-b709-988559acc71e => generated 0 bytes in 742 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 820/1438] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:20 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 821/1439] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:20 2026] GET /v2.0/ports?device_id=edc91bd0-6e58-4cc0-a9d4-18cfa3c77984 => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 822/1440] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:20 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:21.076 8 INFO neutron.db.segments_db [None req-7afa6c2e-1948-49e2-adfb-e0e22f66dc2c 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Added segment 6225b9cb-d2c0-4425-b4db-88057a9cbff4 of type vxlan for network 8866fac2-4f77-4658-9919-25e29b257c6e [pid: 8|app: 0|req: 619/1441] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:45:20 2026] POST /v2.0/networks => generated 633 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:21.343 8 WARNING neutron_lib.context [None req-1e6482dc-87f4-4eb8-85c5-235d8dd45a6f 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:21.392 8 INFO neutron.db.segments_db [None req-1e6482dc-87f4-4eb8-85c5-235d8dd45a6f 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Added segment db5f2e5c-af16-47d8-9830-c66baef6c42f of type vxlan for network 4fbf647b-9616-43f3-9ce7-95eb90243a06 [pid: 9|app: 0|req: 823/1442] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:45:20 2026] PUT /v2.0/routers/edc91bd0-6e58-4cc0-a9d4-18cfa3c77984/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:22.081 8 INFO neutron.db.l3_hamode_db [None req-1e6482dc-87f4-4eb8-85c5-235d8dd45a6f 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:45:23.286 9 INFO neutron.services.segments.plugin [-] Segment 423c45fc-d873-4da8-b5d5-4d832cca1b33 resource provider aggregate not found 2026-05-20 18:45:23.294 9 INFO neutron.services.segments.plugin [-] Segment 423c45fc-d873-4da8-b5d5-4d832cca1b33 resource provider aggregate not found 2026-05-20 18:45:23.302 9 INFO neutron.db.l3_hamode_db [None req-d8466ef8-2f85-4ab7-add5-30c34b3d60ae b53a4224bc034eb2aa0a193185b69d7f ef13641eabc341aaaca9216ab5079f71 - - default default] HA network f842c17e-779d-41cc-850c-adc4f67946d9 was deleted as no HA routers are present in tenant ef13641eabc341aaaca9216ab5079f71. [pid: 9|app: 0|req: 824/1443] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:21 2026] DELETE /v2.0/routers/edc91bd0-6e58-4cc0-a9d4-18cfa3c77984 => generated 0 bytes in 1513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:23.307 9 INFO neutron.services.segments.plugin [-] Segment 423c45fc-d873-4da8-b5d5-4d832cca1b33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423c45fc-d873-4da8-b5d5-4d832cca1b33 found for delete ", "request_id": "req-b0e926a0-e56e-473c-ad63-ae31aeca1687"}]} 2026-05-20 18:45:23.315 9 INFO neutron.services.segments.plugin [-] Segment 423c45fc-d873-4da8-b5d5-4d832cca1b33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423c45fc-d873-4da8-b5d5-4d832cca1b33 found for delete ", "request_id": "req-112fcc3b-f2aa-42bc-b4db-24d7ed369b6a"}]} [pid: 9|app: 0|req: 825/1444] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:23 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:23.552 9 WARNING neutron_lib.context [None req-aec7bc30-b4b7-421e-936e-c96f09a8430d c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:23.634 8 INFO neutron.db.l3_hamode_db [None req-1e6482dc-87f4-4eb8-85c5-235d8dd45a6f 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:45:23.750 9 INFO neutron.db.segments_db [None req-aec7bc30-b4b7-421e-936e-c96f09a8430d c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Added segment e6addb98-efef-41c0-875a-22aff9a77648 of type vxlan for network ee969fe3-ae4b-43f5-a8a9-b1244d0c01c1 [pid: 9|app: 0|req: 826/1445] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:23 2026] POST /v2.0/networks => generated 632 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 827/1446] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:23 2026] DELETE /v2.0/subnets/b72ecb87-21ab-42ec-9ec7-7d442530bf60 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 828/1447] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:23 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:24.021 9 WARNING neutron_lib.context [None req-d3a6d3a4-e8f7-4413-ac51-14c41aefa796 c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 829/1448] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:24 2026] POST /v2.0/subnets => generated 626 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 830/1449] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:24 2026] DELETE /v2.0/networks/d52264fd-8a38-424b-8e6a-0d1df38630ba => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 831/1450] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:24 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:24.545 9 WARNING neutron_lib.context [None req-51bf1be0-abe7-454c-b6d6-224194db23f7 c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:24.631 9 INFO neutron.db.segments_db [None req-51bf1be0-abe7-454c-b6d6-224194db23f7 c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Added segment 1269904d-c0ae-4af7-8771-1a831024cb2c of type vxlan for network 164ff617-53b1-41e6-bdbe-5bc1caeccbe1 [pid: 9|app: 0|req: 832/1451] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:24 2026] POST /v2.0/networks => generated 632 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1452] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:21 2026] POST /v2.0/routers => generated 695 bytes in 3463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:24.807 8 WARNING neutron_lib.context [None req-4e69f01b-9a80-432e-98fa-85b7878e0bcc c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:25.325 9 INFO neutron.services.segments.plugin [-] Segment 17b2fe3c-fa5c-4edf-a74d-ee727eba0bd3 resource provider aggregate not found 2026-05-20 18:45:25.333 9 INFO neutron.services.segments.plugin [-] Segment 17b2fe3c-fa5c-4edf-a74d-ee727eba0bd3 resource provider aggregate not found 2026-05-20 18:45:25.338 9 INFO neutron.services.segments.plugin [-] Segment 17b2fe3c-fa5c-4edf-a74d-ee727eba0bd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b2fe3c-fa5c-4edf-a74d-ee727eba0bd3 found for delete ", "request_id": "req-04d0037f-e24d-49b0-ab3c-ba07e6ae5fb9"}]} 2026-05-20 18:45:25.344 9 INFO neutron.services.segments.plugin [-] Segment 17b2fe3c-fa5c-4edf-a74d-ee727eba0bd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b2fe3c-fa5c-4edf-a74d-ee727eba0bd3 found for delete ", "request_id": "req-a74a55f9-02e1-420d-8d24-25e3f0775217"}]} 2026-05-20 18:45:25.586 9 INFO neutron.db.l3_db [None req-1a81f9c6-f65d-404e-9a1f-880bb8e3761c 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] Floating IP 8e653646-f132-4be3-8c27-8368812c8c54 associated. External IP: 10.96.250.213, port: f0f596b7-d63e-4aed-9840-250e7f387206. [pid: 8|app: 0|req: 621/1453] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:24 2026] POST /v2.0/subnets => generated 629 bytes in 887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1454] 10.0.0.87 () {32 vars in 775 bytes} [Wed May 20 18:45:25 2026] GET /v2.0/subnets?project_id=f289f4b393534f3ea6f6b5bae7b69b83&cidr=10.100.0.0%2F28 => generated 14 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 833/1455] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:45:24 2026] PUT /v2.0/floatingips/8e653646-f132-4be3-8c27-8368812c8c54 => generated 856 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:25.960 9 WARNING neutron_lib.context [None req-2b9c5bef-6944-4159-b00d-f15a2529ec9b c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 623/1456] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:25 2026] GET /v2.0/security-groups?tenant_id=ef13641eabc341aaaca9216ab5079f71&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:26.000 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-66e0552c-f6b0-47f2-9e77-24ed1df33206'] response: {'name': 'network-changed', 'server_uuid': 'fee34159-50e8-4658-98e3-075731133565', 'tag': 'f0f596b7-d63e-4aed-9840-250e7f387206', 'status': 'completed', 'code': 200} 2026-05-20 18:45:26.019 9 INFO neutron.db.segments_db [None req-2b9c5bef-6944-4159-b00d-f15a2529ec9b c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Added segment 5a55868b-0113-4420-8842-dd11a0e4b039 of type vxlan for network d19dc7a7-3e8c-47f6-bae6-ca9fd4aaadee [pid: 8|app: 0|req: 624/1457] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:45:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 834/1458] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:25 2026] POST /v2.0/networks => generated 632 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1459] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:26 2026] DELETE /v2.0/security-groups/c3a756f0-e587-4cc3-8387-305d6ee70c14 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:26.125 8 WARNING neutron_lib.context [None req-b271ee40-bb76-4e66-bcdf-69c2e75c2951 c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 835/1460] 10.0.0.87 () {32 vars in 783 bytes} [Wed May 20 18:45:26 2026] GET /v2.0/subnets?network_id=3bed9746-3d9e-4659-8322-b9165af40d04&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:26.145 9 WARNING neutron_lib.context [None req-392e4f3e-27a4-42d8-b2fe-ddcc81f753f0 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 626/1461] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:26 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:26.394 8 WARNING neutron_lib.context [None req-a62b067c-6ccc-4fb1-8760-1699cc0418fd c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 836/1462] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:26 2026] POST /v2.0/subnets => generated 657 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:26.454 8 INFO neutron.db.segments_db [None req-a62b067c-6ccc-4fb1-8760-1699cc0418fd c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Added segment 37c08ddc-2a56-45ad-af3f-2d6ce9684219 of type vxlan for network 40693ba9-f8c5-45e6-8a7d-0025731b9758 [pid: 8|app: 0|req: 627/1463] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:26 2026] POST /v2.0/networks => generated 631 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1464] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:26 2026] GET /v2.0/ports?tenant_id=2d8b93a6a0724aa89e4132b353f83298&device_id=fee34159-50e8-4658-98e3-075731133565 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:26.647 8 WARNING neutron_lib.context [None req-de246e45-de9e-45fc-a915-aff90b61d2ca c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 629/1465] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:26 2026] POST /v2.0/subnets => generated 629 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1466] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:45:26 2026] GET /v2.0/networks?id=19d20295-00a2-445f-a560-ec37e9910cbd => generated 772 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:27.057 8 WARNING neutron_lib.context [None req-15ae7b0e-74bd-48d0-8cbd-e6d194127d0d c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:27.119 8 INFO neutron.db.segments_db [None req-15ae7b0e-74bd-48d0-8cbd-e6d194127d0d c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Added segment a0c2711f-fe46-4520-b8f1-d8d38900aba0 of type vxlan for network 84f7bf11-aa07-43f8-94eb-7068cc98009e [pid: 8|app: 0|req: 631/1467] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:27 2026] POST /v2.0/networks => generated 632 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1468] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:45:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f0f596b7-d63e-4aed-9840-250e7f387206 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:27.290 8 WARNING neutron_lib.context [None req-260d7ed1-a5ff-4d91-869a-ec97e9b5d50e c6ec4172d8e241ecbf81a03d5ba26485 661a7307abfb4fd6b6c0a1368dde3e41 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 633/1469] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:27 2026] POST /v2.0/subnets => generated 629 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1470] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:45:27 2026] GET /v2.0/subnets?id=cffae7de-537a-4240-9c9e-7cc056997b28 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1471] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:45:27 2026] PUT /v2.0/subnets/ed06d5f3-8946-4644-a2cd-7d0a52285c7e/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1472] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:45:27 2026] GET /v2.0/ports?network_id=19d20295-00a2-445f-a560-ec37e9910cbd&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1473] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:45:27 2026] PUT /v2.0/subnets/e4e308ba-585d-40cf-a085-f6d6c86cd376/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1474] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:45:27 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?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: 639/1475] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:45:27 2026] PUT /v2.0/subnets/007a5892-8a6d-4e24-96c8-254b7a9cd96a/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: 640/1476] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:45:27 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?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: 641/1477] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:45:28 2026] PUT /v2.0/subnets/ae835526-c587-4046-af46-d319e3300aa0/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:28.304 8 WARNING neutron_lib.context [None req-71a4aa90-36ad-451a-b1cc-254f8bbfac3b 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:28.518 8 INFO neutron.db.segments_db [None req-71a4aa90-36ad-451a-b1cc-254f8bbfac3b 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment 6a048c7f-40f5-4d18-8e8c-951f4d4b433b of type vxlan for network c07c9366-0c5b-4b81-aaf3-db3a8a98f629 [pid: 9|app: 0|req: 837/1478] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:45:26 2026] PUT /v2.0/routers/d3779337-ec3a-45b0-90af-b4b62fc32360/add_router_interface => generated 309 bytes in 2177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1479] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:28 2026] POST /v2.0/networks => generated 634 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 838/1480] 10.0.0.87 () {32 vars in 663 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:28.669 9 WARNING neutron_lib.context [None req-9286880c-e34b-47b9-8465-1829b90779e4 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/1481] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/networks => generated 9469 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:28.769 9 INFO neutron.db.segments_db [None req-9286880c-e34b-47b9-8465-1829b90779e4 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment 90bdbf42-02df-44e1-92bf-60564847b00f of type vxlan for network 182c872d-08f5-495a-92bc-9b2c6ee1aabb [pid: 8|app: 0|req: 644/1482] 10.0.0.87 () {32 vars in 677 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 839/1483] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:28 2026] POST /v2.0/networks => generated 634 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1484] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/subnets => generated 7124 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:28.864 8 WARNING neutron_lib.context [None req-9dd4b0a5-adfb-4daf-850a-0304e17e5e45 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 840/1485] 10.0.0.87 () {32 vars in 673 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 841/1486] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/routers => generated 1465 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 842/1487] 10.0.0.87 () {32 vars in 685 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 843/1488] 10.0.0.87 () {32 vars in 671 bytes} [Wed May 20 18:45:28 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:29.058 9 WARNING neutron_lib.context [None req-d51cadaa-67e0-4882-8d82-53200ae00d24 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 646/1489] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:28 2026] POST /v2.0/subnets => generated 646 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 844/1490] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:45:29 2026] POST /v2.0/security-groups => generated 1673 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:45:29.245 9 WARNING neutron_lib.context [None req-174f1bcc-b1a6-490d-aa59-ac050905039a 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 647/1491] 10.0.0.87 () {32 vars in 685 bytes} [Wed May 20 18:45:29 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:29.259 8 WARNING neutron_lib.context [None req-c73f25c5-19b9-41fb-abb0-dc481dd77f30 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 648/1492] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1493] 10.0.0.87 () {32 vars in 681 bytes} [Wed May 20 18:45:29 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:29.512 8 WARNING neutron_lib.context [None req-adf96723-0b8c-4d5a-9e49-de5b9bab04d3 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 845/1494] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:29 2026] POST /v2.0/subnets => generated 655 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 846/1495] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:45:29 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:29.598 9 WARNING neutron_lib.context [None req-dbb942c2-d654-4bfb-b4bc-b10a79392c98 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 650/1496] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:29.656 9 INFO neutron.db.segments_db [None req-dbb942c2-d654-4bfb-b4bc-b10a79392c98 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment fa3990e4-143b-4fa8-adde-2fb32468d208 of type vxlan for network 97edfdd5-8600-437f-8b28-e7753ad47a56 [pid: 8|app: 0|req: 651/1497] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:29 2026] DELETE /v2.0/subnets/ed06d5f3-8946-4644-a2cd-7d0a52285c7e => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:29.860 8 WARNING neutron_lib.context [None req-995063b6-0900-4b96-9fba-a0e8c150c07b 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 652/1498] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:30.027 9 INFO neutron.db.l3_hamode_db [None req-dbb942c2-d654-4bfb-b4bc-b10a79392c98 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:45:30.159 9 INFO neutron.db.l3_hamode_db [None req-dbb942c2-d654-4bfb-b4bc-b10a79392c98 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 653/1499] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:30 2026] DELETE /v2.0/subnets/e4e308ba-585d-40cf-a085-f6d6c86cd376 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:30.226 8 WARNING neutron_lib.context [None req-f6c098a0-b791-441f-b006-0c7a5b335bf9 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 654/1500] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1501] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:30 2026] DELETE /v2.0/subnets/007a5892-8a6d-4e24-96c8-254b7a9cd96a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:30.558 8 WARNING neutron_lib.context [None req-92a695b0-3a3a-4922-8d6a-3024e1a307c2 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:30.634 8 INFO neutron.db.securitygroups_db [None req-92a695b0-3a3a-4922-8d6a-3024e1a307c2 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Project f289f4b393534f3ea6f6b5bae7b69b83 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: 656/1502] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 847/1503] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:29 2026] POST /v2.0/routers => generated 511 bytes in 1279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:30.879 9 WARNING neutron_lib.context [None req-a0b1d42f-59c1-4a29-8acb-b75e748313dc 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:30.949 9 INFO neutron.db.securitygroups_db [None req-a0b1d42f-59c1-4a29-8acb-b75e748313dc 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Project f289f4b393534f3ea6f6b5bae7b69b83 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: 657/1504] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:30 2026] DELETE /v2.0/subnets/ae835526-c587-4046-af46-d319e3300aa0 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 848/1505] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:45:30 2026] POST /v2.0/security-group-rules => generated 606 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 849/1506] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:31 2026] DELETE /v2.0/subnets/e265441d-828a-4d40-85a3-b3e000e9801d => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:31.473 9 INFO neutron.services.segments.plugin [-] Segment e6addb98-efef-41c0-875a-22aff9a77648 resource provider aggregate not found 2026-05-20 18:45:31.481 9 INFO neutron.services.segments.plugin [-] Segment e6addb98-efef-41c0-875a-22aff9a77648 resource provider aggregate not found 2026-05-20 18:45:31.494 9 INFO neutron.services.segments.plugin [-] Segment e6addb98-efef-41c0-875a-22aff9a77648 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6addb98-efef-41c0-875a-22aff9a77648 found for delete ", "request_id": "req-8cd5cd81-4762-4818-ae3d-288000f52f5c"}]} 2026-05-20 18:45:31.494 9 INFO neutron.services.segments.plugin [-] Segment e6addb98-efef-41c0-875a-22aff9a77648 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6addb98-efef-41c0-875a-22aff9a77648 found for delete ", "request_id": "req-1b145585-cfcf-4e54-89f5-0b9be55daf36"}]} [pid: 9|app: 0|req: 850/1507] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:31 2026] DELETE /v2.0/networks/ee969fe3-ae4b-43f5-a8a9-b1244d0c01c1 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 851/1508] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:31 2026] DELETE /v2.0/networks/164ff617-53b1-41e6-bdbe-5bc1caeccbe1 => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 852/1509] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:45:31 2026] GET /v2.0/networks => generated 1298 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 853/1510] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:32 2026] DELETE /v2.0/networks/d19dc7a7-3e8c-47f6-bae6-ca9fd4aaadee => 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: 658/1511] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:45:30 2026] PUT /v2.0/routers/aaffbaaa-407f-4f00-80df-7c125130fcc3/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 854/1512] 10.0.0.139 () {34 vars in 1098 bytes} [Wed May 20 18:45:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-880893495&fields=id&tenant_id=f289f4b393534f3ea6f6b5bae7b69b83 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 855/1513] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:45:32 2026] GET /v2.0/ports/be3aca08-710f-4a93-97bf-e3665f4b1c4e => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:32.367 8 INFO neutron.services.segments.plugin [-] Segment 37c08ddc-2a56-45ad-af3f-2d6ce9684219 resource provider aggregate not found 2026-05-20 18:45:32.371 8 INFO neutron.services.segments.plugin [-] Segment 37c08ddc-2a56-45ad-af3f-2d6ce9684219 resource provider aggregate not found 2026-05-20 18:45:32.389 8 INFO neutron.services.segments.plugin [-] Segment 37c08ddc-2a56-45ad-af3f-2d6ce9684219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37c08ddc-2a56-45ad-af3f-2d6ce9684219 found for delete ", "request_id": "req-cd5b0258-af13-434b-b8e0-3eee8b2c7362"}]} [pid: 9|app: 0|req: 856/1514] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:45:32 2026] GET /v2.0/networks?id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1515] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:32 2026] DELETE /v2.0/networks/40693ba9-f8c5-45e6-8a7d-0025731b9758 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:32.399 8 INFO neutron.services.segments.plugin [-] Segment 37c08ddc-2a56-45ad-af3f-2d6ce9684219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37c08ddc-2a56-45ad-af3f-2d6ce9684219 found for delete ", "request_id": "req-7fe2f5f6-0c62-47b0-a8f1-37eba16f52cd"}]} [pid: 8|app: 0|req: 660/1516] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:45:32 2026] GET /v2.0/quotas/f289f4b393534f3ea6f6b5bae7b69b83 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1517] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:32 2026] DELETE /v2.0/networks/84f7bf11-aa07-43f8-94eb-7068cc98009e => generated 0 bytes in 473 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1518] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:45:32 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1519] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:45:32 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?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: 664/1520] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:45:33 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?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: 665/1521] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:33 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:33.510 9 INFO neutron.services.segments.plugin [-] Segment 1269904d-c0ae-4af7-8771-1a831024cb2c resource provider aggregate not found 2026-05-20 18:45:33.514 9 INFO neutron.services.segments.plugin [-] Segment 1269904d-c0ae-4af7-8771-1a831024cb2c resource provider aggregate not found 2026-05-20 18:45:33.526 9 INFO neutron.services.segments.plugin [-] Segment 1269904d-c0ae-4af7-8771-1a831024cb2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1269904d-c0ae-4af7-8771-1a831024cb2c found for delete ", "request_id": "req-be77cb55-3693-499b-8126-1d3c7545de4f"}]} 2026-05-20 18:45:33.530 9 INFO neutron.services.segments.plugin [-] Segment 1269904d-c0ae-4af7-8771-1a831024cb2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1269904d-c0ae-4af7-8771-1a831024cb2c found for delete ", "request_id": "req-43223bce-8fa8-4200-9547-bbe1603b0e37"}]} 2026-05-20 18:45:33.538 9 INFO neutron.services.segments.plugin [-] Segment 5a55868b-0113-4420-8842-dd11a0e4b039 resource provider aggregate not found 2026-05-20 18:45:33.542 9 INFO neutron.services.segments.plugin [-] Segment 5a55868b-0113-4420-8842-dd11a0e4b039 resource provider aggregate not found 2026-05-20 18:45:33.548 9 INFO neutron.services.segments.plugin [-] Segment 5a55868b-0113-4420-8842-dd11a0e4b039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a55868b-0113-4420-8842-dd11a0e4b039 found for delete ", "request_id": "req-cf3211ea-a9df-4b67-a031-dd65322089b4"}]} 2026-05-20 18:45:33.555 9 INFO neutron.services.segments.plugin [-] Segment 5a55868b-0113-4420-8842-dd11a0e4b039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a55868b-0113-4420-8842-dd11a0e4b039 found for delete ", "request_id": "req-23bc0c14-ad0b-433b-a132-00d6572af04d"}]} [pid: 9|app: 0|req: 857/1522] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:45:32 2026] PUT /v2.0/routers/aaffbaaa-407f-4f00-80df-7c125130fcc3/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1523] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:45:33 2026] GET /v2.0/ports/6abdb0e8-42e7-4d8d-9e13-75bc86a7096b => generated 967 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1524] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:33 2026] GET /v2.0/security-groups?tenant_id=262d5ca1a8504439947fc54c064b8a62&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1525] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:34 2026] DELETE /v2.0/security-groups/a9ea01f8-39a7-4979-a784-ea6d25caa383 => 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: 669/1526] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:34 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => 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: 670/1527] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:45:34 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:34.421 8 INFO neutron.services.segments.plugin [-] Segment a0c2711f-fe46-4520-b8f1-d8d38900aba0 resource provider aggregate not found 2026-05-20 18:45:34.431 8 INFO neutron.services.segments.plugin [-] Segment a0c2711f-fe46-4520-b8f1-d8d38900aba0 resource provider aggregate not found 2026-05-20 18:45:34.445 8 INFO neutron.services.segments.plugin [-] Segment a0c2711f-fe46-4520-b8f1-d8d38900aba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0c2711f-fe46-4520-b8f1-d8d38900aba0 found for delete ", "request_id": "req-c1f5588d-34c7-41f7-9560-2255533d8be8"}]} 2026-05-20 18:45:34.449 8 INFO neutron.services.segments.plugin [-] Segment a0c2711f-fe46-4520-b8f1-d8d38900aba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0c2711f-fe46-4520-b8f1-d8d38900aba0 found for delete ", "request_id": "req-3397531a-5481-4cb7-9832-4d4e99cfea77"}]} [pid: 8|app: 0|req: 671/1528] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:34 2026] GET /v2.0/security-groups?tenant_id=661a7307abfb4fd6b6c0a1368dde3e41&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1529] 10.0.0.108 () {34 vars in 1040 bytes} [Wed May 20 18:45:34 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 9|app: 0|req: 858/1530] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:45:33 2026] PUT /v2.0/routers/aaffbaaa-407f-4f00-80df-7c125130fcc3/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1531] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:34 2026] DELETE /v2.0/security-groups/819ba52e-ab9a-4a72-af97-4305bdf6d886 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1532] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:34 2026] GET /v2.0/security-groups?tenant_id=ec3b87a7d169441da593271fae0552e2&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: 675/1533] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:35 2026] DELETE /v2.0/security-groups/2bd40e8d-5594-415f-b409-9ae1fe067953 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 859/1536] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:45:34 2026] PUT /v2.0/routers/aaffbaaa-407f-4f00-80df-7c125130fcc3/remove_router_interface => generated 309 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1537] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:35 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 860/1538] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:35 2026] GET /v2.0/ports?device_id=aaffbaaa-407f-4f00-80df-7c125130fcc3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:36.121 8 INFO neutron.db.l3_hamode_db [None req-6ea4a13f-01f1-40f7-926c-d8f2fca21f5a 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] HA network 97edfdd5-8600-437f-8b28-e7753ad47a56 was deleted as no HA routers are present in tenant e47369f791a34e4c8f638053a626c5f8. [pid: 8|app: 0|req: 679/1539] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:35 2026] DELETE /v2.0/routers/aaffbaaa-407f-4f00-80df-7c125130fcc3 => generated 0 bytes in 675 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 861/1540] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:36 2026] DELETE /v2.0/subnets/9922eac1-0d80-49af-8e28-18fce5ee9068 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:36.458 8 INFO neutron.services.segments.plugin [-] Segment fa3990e4-143b-4fa8-adde-2fb32468d208 resource provider aggregate not found 2026-05-20 18:45:36.463 8 INFO neutron.services.segments.plugin [-] Segment fa3990e4-143b-4fa8-adde-2fb32468d208 resource provider aggregate not found 2026-05-20 18:45:36.477 8 INFO neutron.services.segments.plugin [-] Segment fa3990e4-143b-4fa8-adde-2fb32468d208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa3990e4-143b-4fa8-adde-2fb32468d208 found for delete ", "request_id": "req-76140bee-bbe5-483e-912a-5f2663f9a64f"}]} 2026-05-20 18:45:36.478 8 INFO neutron.services.segments.plugin [-] Segment fa3990e4-143b-4fa8-adde-2fb32468d208 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa3990e4-143b-4fa8-adde-2fb32468d208 found for delete ", "request_id": "req-a9ee17b3-2b87-4a3e-b4b5-eb18c3d54510"}]} [pid: 8|app: 0|req: 680/1541] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:36 2026] DELETE /v2.0/subnets/61dc77c4-ae56-45f6-9f62-9659e8319177 => 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: 681/1542] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:36 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:36.820 9 INFO neutron.services.segments.plugin [-] Segment 90bdbf42-02df-44e1-92bf-60564847b00f resource provider aggregate not found 2026-05-20 18:45:36.826 9 INFO neutron.services.segments.plugin [-] Segment 90bdbf42-02df-44e1-92bf-60564847b00f resource provider aggregate not found 2026-05-20 18:45:36.842 9 INFO neutron.services.segments.plugin [-] Segment 90bdbf42-02df-44e1-92bf-60564847b00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90bdbf42-02df-44e1-92bf-60564847b00f found for delete ", "request_id": "req-fcae2c68-4b00-4b7a-a483-cf7f0172d0d7"}]} 2026-05-20 18:45:36.846 9 INFO neutron.services.segments.plugin [-] Segment 90bdbf42-02df-44e1-92bf-60564847b00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90bdbf42-02df-44e1-92bf-60564847b00f found for delete ", "request_id": "req-616b1307-7072-4b73-ab7a-d5791844c6cb"}]} [pid: 9|app: 0|req: 862/1543] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:36 2026] DELETE /v2.0/networks/182c872d-08f5-495a-92bc-9b2c6ee1aabb => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 863/1544] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:36 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 864/1545] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 9|app: 0|req: 865/1546] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1547] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:36 2026] DELETE /v2.0/networks/c07c9366-0c5b-4b81-aaf3-db3a8a98f629 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:45:37.221 8 WARNING neutron_lib.context [None req-fe9970db-3c64-4386-896c-c97a89b9004a 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 866/1548] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:37.279 8 INFO neutron.db.segments_db [None req-fe9970db-3c64-4386-896c-c97a89b9004a 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment cb439e2a-936f-4350-8e3a-a3c6fef75760 of type vxlan for network 0da1fbb7-08ce-4839-b499-53264a99ecee [pid: 8|app: 0|req: 683/1549] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:37 2026] POST /v2.0/networks => generated 632 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:37.438 9 WARNING neutron_lib.context [None req-c96c1b3e-ce44-4f1b-9bf8-7b8b7bc7e6b9 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 684/1550] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 867/1551] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45: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) [pid: 8|app: 0|req: 685/1552] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:37.692 8 WARNING neutron_lib.context [None req-b94a84c4-b8ee-4b75-8254-64b354543a0f 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 868/1553] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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 18:45:37.729 8 INFO neutron.db.segments_db [None req-b94a84c4-b8ee-4b75-8254-64b354543a0f 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment 7dac9ba8-61d1-4a65-8c95-a204cea2d453 of type vxlan for network 8695c664-30c4-4b20-9932-10d1188de687 [pid: 9|app: 0|req: 869/1554] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/networks?id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 870/1555] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:45:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f289f4b393534f3ea6f6b5bae7b69b83 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:37.835 9 WARNING neutron_lib.context [req-439663bf-5ce3-491d-8e43-d4895702f31a req-8d392bfa-108a-4463-a31c-8243bb314122 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:38.015 8 INFO neutron.db.l3_hamode_db [None req-b94a84c4-b8ee-4b75-8254-64b354543a0f 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:45:38.138 8 INFO neutron.db.l3_hamode_db [None req-b94a84c4-b8ee-4b75-8254-64b354543a0f 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 871/1556] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:45:37 2026] POST /v2.0/ports => generated 954 bytes in 373 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 18:45:38.509 8 INFO neutron.services.segments.plugin [-] Segment 6a048c7f-40f5-4d18-8e8c-951f4d4b433b resource provider aggregate not found 2026-05-20 18:45:38.514 8 INFO neutron.services.segments.plugin [-] Segment 6a048c7f-40f5-4d18-8e8c-951f4d4b433b resource provider aggregate not found 2026-05-20 18:45:38.524 8 INFO neutron.services.segments.plugin [-] Segment 6a048c7f-40f5-4d18-8e8c-951f4d4b433b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a048c7f-40f5-4d18-8e8c-951f4d4b433b found for delete ", "request_id": "req-0c2c24ce-62fd-44cf-a91b-9dd98e4289a0"}]} 2026-05-20 18:45:38.529 8 INFO neutron.services.segments.plugin [-] Segment 6a048c7f-40f5-4d18-8e8c-951f4d4b433b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a048c7f-40f5-4d18-8e8c-951f4d4b433b found for delete ", "request_id": "req-1df2cc15-8cf0-46d4-bcc3-d8c9ef43f4c1"}]} [pid: 9|app: 0|req: 872/1557] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:45:38 2026] PUT /v2.0/ports/c38c6ec0-0c85-4270-a515-33dcf6f0d755 => generated 1235 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: 9|app: 0|req: 873/1558] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:38 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1559] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:37 2026] POST /v2.0/routers => generated 509 bytes in 1179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:38.888 8 WARNING neutron_lib.context [None req-5b9ba6fa-279c-43dc-887c-98fd2aef3dff 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 874/1560] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:38 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 875/1561] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:38 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&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 18:45:38.971 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b78a9d6-85c7-4c87-9dd8-d6655b107276'] response: {'name': 'network-changed', 'server_uuid': 'b50a256c-90d1-4c7a-88c8-dff13415b3eb', 'tag': 'c38c6ec0-0c85-4270-a515-33dcf6f0d755', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 876/1562] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:38 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 9|app: 0|req: 877/1563] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/ports?tenant_id=2d8b93a6a0724aa89e4132b353f83298&device_id=fee34159-50e8-4658-98e3-075731133565 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 878/1564] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/networks?id=19d20295-00a2-445f-a560-ec37e9910cbd => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1565] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:45:38 2026] POST /v2.0/ports => generated 964 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 879/1566] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f0f596b7-d63e-4aed-9840-250e7f387206 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 880/1567] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/subnets?id=cffae7de-537a-4240-9c9e-7cc056997b28 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 881/1568] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/ports?network_id=19d20295-00a2-445f-a560-ec37e9910cbd&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: 9|app: 0|req: 882/1569] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 883/1570] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 884/1571] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:39.669 9 WARNING neutron_lib.context [None req-4723c68f-7ca1-4176-8a26-ec9e749d9cd2 3ff4c1ebf8134fb286dfe6e691a064ac 0cca02bd954b40058abb036dc521c506 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 885/1572] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:45:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 886/1573] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:45:39 2026] GET /v2.0/networks?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:39.775 9 WARNING neutron_lib.context [None req-58d30126-f31f-421f-a2f2-8e4d9d673299 3ff4c1ebf8134fb286dfe6e691a064ac 0cca02bd954b40058abb036dc521c506 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 887/1574] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:45:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 888/1575] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:45:40 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: 9|app: 0|req: 889/1576] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:40 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 890/1577] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:40 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:40.198 9 WARNING neutron_lib.context [None req-2de9936f-227f-4ca8-aa3f-94c546e9b2b9 3ff4c1ebf8134fb286dfe6e691a064ac 0cca02bd954b40058abb036dc521c506 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 891/1578] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:45:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 892/1579] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:40 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 893/1580] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:40 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:40.741 9 WARNING neutron_lib.context [None req-1005f02c-c8c5-40ae-a14f-0a461609f9c3 3ff4c1ebf8134fb286dfe6e691a064ac 0cca02bd954b40058abb036dc521c506 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 688/1581] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:45:39 2026] PUT /v2.0/routers/cbb36a75-d0f2-4cda-9f43-e682adf3a825/add_router_interface => generated 309 bytes in 1515 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: 689/1582] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:45:40 2026] GET /v2.0/ports/fb69ba60-9e26-40f5-ab74-e12d8bd33c6a => generated 1038 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 894/1583] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:45:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:41.080 9 WARNING neutron_lib.context [None req-52b52708-1a8e-4b12-94e1-8387948d293e 3ff4c1ebf8134fb286dfe6e691a064ac 0cca02bd954b40058abb036dc521c506 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 895/1584] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:45:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 896/1585] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 897/1586] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:45:41 2026] PUT /v2.0/subnetpools/a45cba21-f0b6-495c-9c5a-f7ccbeb56626/tags => generated 17 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 898/1587] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c38c6ec0-0c85-4270-a515-33dcf6f0d755 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 899/1588] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:45:41 2026] PUT /v2.0/subnetpools/8a0db7c4-00a9-4302-8170-132bf055c37b/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 900/1589] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/subnets?id=2d75eabd-f634-40f1-b194-e65ec68b2dee => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 901/1590] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:45:41 2026] PUT /v2.0/subnetpools/847fc604-7615-4f8a-83bf-2b3f5bc48deb/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 902/1591] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/ports?network_id=8866fac2-4f77-4658-9919-25e29b257c6e&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1592] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:45:40 2026] PUT /v2.0/routers/cbb36a75-d0f2-4cda-9f43-e682adf3a825/remove_router_interface => generated 309 bytes in 886 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: 691/1593] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 903/1594] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:45:41 2026] PUT /v2.0/subnetpools/48f54552-5acb-407d-8b60-3b9519381a93/tags => generated 19 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 904/1595] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 905/1596] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:41.871 8 INFO neutron.api.v2.resource [None req-695f7bfa-bebc-4b24-8682-94bc1bf1e93c 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 692/1597] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:45:41 2026] PUT /v2.0/routers/cbb36a75-d0f2-4cda-9f43-e682adf3a825/remove_router_interface => generated 197 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 906/1598] 10.0.0.87 () {32 vars in 671 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1599] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 907/1600] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&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: 694/1601] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/ports?device_id=cbb36a75-d0f2-4cda-9f43-e682adf3a825 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 908/1602] 10.0.0.87 () {32 vars in 685 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1603] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 696/1604] 10.0.0.87 () {32 vars in 681 bytes} [Wed May 20 18:45:41 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1605] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:45:41 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: 698/1606] 10.0.0.87 () {32 vars in 679 bytes} [Wed May 20 18:45:42 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1607] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:45:42 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1608] 10.0.0.87 () {32 vars in 689 bytes} [Wed May 20 18:45:42 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1609] 10.0.0.87 () {32 vars in 701 bytes} [Wed May 20 18:45:42 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1610] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:42 2026] DELETE /v2.0/subnetpools/a45cba21-f0b6-495c-9c5a-f7ccbeb56626 => 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: 703/1611] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:42 2026] DELETE /v2.0/subnetpools/8a0db7c4-00a9-4302-8170-132bf055c37b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1612] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:42 2026] DELETE /v2.0/subnetpools/847fc604-7615-4f8a-83bf-2b3f5bc48deb => 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: 705/1613] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:42 2026] DELETE /v2.0/subnetpools/48f54552-5acb-407d-8b60-3b9519381a93 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1614] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:42 2026] DELETE /v2.0/subnetpools/388bded6-aec4-4fdf-bc77-b465886c0c34 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:42.609 9 INFO neutron.services.segments.plugin [-] Segment 7dac9ba8-61d1-4a65-8c95-a204cea2d453 resource provider aggregate not found 2026-05-20 18:45:42.613 9 INFO neutron.services.segments.plugin [-] Segment 7dac9ba8-61d1-4a65-8c95-a204cea2d453 resource provider aggregate not found 2026-05-20 18:45:42.622 9 INFO neutron.services.segments.plugin [-] Segment 7dac9ba8-61d1-4a65-8c95-a204cea2d453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dac9ba8-61d1-4a65-8c95-a204cea2d453 found for delete ", "request_id": "req-77fea737-aca1-432b-9b3c-34a68c77176c"}]} 2026-05-20 18:45:42.624 9 INFO neutron.services.segments.plugin [-] Segment 7dac9ba8-61d1-4a65-8c95-a204cea2d453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dac9ba8-61d1-4a65-8c95-a204cea2d453 found for delete ", "request_id": "req-6d5244e7-2974-4dd6-8785-5609e8d8ed45"}]} 2026-05-20 18:45:42.625 9 INFO neutron.db.l3_hamode_db [None req-ceb51d32-b6ce-457f-9221-6190d382b971 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] HA network 8695c664-30c4-4b20-9932-10d1188de687 was deleted as no HA routers are present in tenant e47369f791a34e4c8f638053a626c5f8. [pid: 9|app: 0|req: 909/1615] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:41 2026] DELETE /v2.0/routers/cbb36a75-d0f2-4cda-9f43-e682adf3a825 => generated 0 bytes in 687 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1616] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:42 2026] DELETE /v2.0/subnets/347c46e1-615f-4a11-8df1-53bd86e92c98 => 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: 708/1617] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:42 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 910/1618] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:42 2026] DELETE /v2.0/networks/0da1fbb7-08ce-4839-b499-53264a99ecee => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 911/1619] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:43 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:43.162 9 WARNING neutron_lib.context [None req-2808fb2f-0ffb-4b71-83ae-ab1bb57c0e64 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 709/1620] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:43 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1621] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:43 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:43.211 9 INFO neutron.db.segments_db [None req-2808fb2f-0ffb-4b71-83ae-ab1bb57c0e64 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment b8732cec-6504-46be-8b18-e0fe99b170a8 of type vxlan for network f7062d65-8fce-4b01-8c90-17cb76b7e057 [pid: 9|app: 0|req: 912/1622] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:45:43 2026] POST /v2.0/networks => generated 634 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:43.315 8 WARNING neutron_lib.context [None req-d569c0de-a889-4362-81b9-22c358204e7c 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 711/1623] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:43 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 18:45:43.572 8 WARNING neutron_lib.context [None req-4243cce9-99a2-405c-9ba6-9dc6b56ca3ba 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:45:43.622 8 INFO neutron.db.segments_db [None req-4243cce9-99a2-405c-9ba6-9dc6b56ca3ba 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment 5f918ca0-9d3f-4bab-8bf5-658cb1e73672 of type vxlan for network 991f0be3-cc20-401c-99b8-7f8c2d019f77 [pid: 9|app: 0|req: 913/1624] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:43 2026] GET /v2.0/security-groups?tenant_id=dcd69df89eaa40e48cf3c59ecc55a362&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 914/1625] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:43 2026] DELETE /v2.0/security-groups/edf36240-6e1d-4865-b58b-4a49b6bad581 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:43.895 8 INFO neutron.db.l3_hamode_db [None req-4243cce9-99a2-405c-9ba6-9dc6b56ca3ba 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:45:44.012 8 INFO neutron.db.l3_hamode_db [None req-4243cce9-99a2-405c-9ba6-9dc6b56ca3ba 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 915/1626] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:43 2026] GET /v2.0/security-groups?tenant_id=80e8fac531174bcfa271e0a141bc15c2&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 916/1627] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:44 2026] DELETE /v2.0/security-groups/0d014673-cdef-4e94-824a-0c9bbfadbd52 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 917/1628] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:44 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 918/1629] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:44 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 919/1630] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:44 2026] GET /v2.0/security-groups?tenant_id=0cca02bd954b40058abb036dc521c506&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 920/1631] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:44 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:44.637 9 INFO neutron.services.segments.plugin [-] Segment cb439e2a-936f-4350-8e3a-a3c6fef75760 resource provider aggregate not found 2026-05-20 18:45:44.644 9 INFO neutron.services.segments.plugin [-] Segment cb439e2a-936f-4350-8e3a-a3c6fef75760 resource provider aggregate not found [pid: 9|app: 0|req: 921/1632] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:44 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:45:44.663 9 INFO neutron.services.segments.plugin [-] Segment cb439e2a-936f-4350-8e3a-a3c6fef75760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb439e2a-936f-4350-8e3a-a3c6fef75760 found for delete ", "request_id": "req-06e13864-fb49-4ae5-90c2-1d974abeba48"}]} 2026-05-20 18:45:44.663 9 INFO neutron.services.segments.plugin [-] Segment cb439e2a-936f-4350-8e3a-a3c6fef75760 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb439e2a-936f-4350-8e3a-a3c6fef75760 found for delete ", "request_id": "req-7469f44d-6acc-4130-a368-a5cb8c0fbc9c"}]} [pid: 9|app: 0|req: 922/1633] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:44 2026] DELETE /v2.0/security-groups/ec6da19b-678b-43c6-a74f-15bc481ba384 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1634] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:43 2026] POST /v2.0/routers => generated 511 bytes in 1547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1635] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:45 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1636] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:45 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&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: 8|app: 0|req: 715/1637] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:45 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1638] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:45 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 923/1639] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:45:45 2026] PUT /v2.0/routers/8ddd9392-efde-40de-8972-673dc5d8632c/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1640] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:45:46 2026] GET /v2.0/ports/b3c4a2fb-2ad5-45b4-ad2a-6fef1ff97d34 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1641] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:46 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1642] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:46 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1643] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:45:46 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1644] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:45:47 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&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: 722/1645] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:47 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:47.187 8 WARNING neutron_lib.context [None req-ad6b784d-197a-40a4-b979-ced80c9e55b9 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 924/1646] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:45:46 2026] PUT /v2.0/routers/8ddd9392-efde-40de-8972-673dc5d8632c/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 925/1647] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:47 2026] GET /v2.0/ports?device_id=8ddd9392-efde-40de-8972-673dc5d8632c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:48.563 9 INFO neutron.services.segments.plugin [-] Segment 5f918ca0-9d3f-4bab-8bf5-658cb1e73672 resource provider aggregate not found 2026-05-20 18:45:48.571 9 INFO neutron.services.segments.plugin [-] Segment 5f918ca0-9d3f-4bab-8bf5-658cb1e73672 resource provider aggregate not found 2026-05-20 18:45:48.585 9 INFO neutron.services.segments.plugin [-] Segment 5f918ca0-9d3f-4bab-8bf5-658cb1e73672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f918ca0-9d3f-4bab-8bf5-658cb1e73672 found for delete ", "request_id": "req-70526cdf-6a61-40c8-a6ff-9f75c240fd3c"}]} 2026-05-20 18:45:48.594 9 INFO neutron.services.segments.plugin [-] Segment 5f918ca0-9d3f-4bab-8bf5-658cb1e73672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f918ca0-9d3f-4bab-8bf5-658cb1e73672 found for delete ", "request_id": "req-e233844f-8853-4472-b8e4-8600b0f7f2e4"}]} 2026-05-20 18:45:48.613 9 INFO neutron.db.l3_hamode_db [None req-1a982831-c4af-4eeb-865b-bdde5d4dad25 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] HA network 991f0be3-cc20-401c-99b8-7f8c2d019f77 was deleted as no HA routers are present in tenant e47369f791a34e4c8f638053a626c5f8. [pid: 9|app: 0|req: 926/1648] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:47 2026] DELETE /v2.0/routers/8ddd9392-efde-40de-8972-673dc5d8632c => generated 0 bytes in 1327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:48.790 8 INFO neutron.db.l3_db [None req-ad6b784d-197a-40a4-b979-ced80c9e55b9 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Floating IP 8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa associated. External IP: 10.96.250.218, port: c38c6ec0-0c85-4270-a515-33dcf6f0d755. 2026-05-20 18:45:48.856 9 WARNING neutron_lib.context [None req-d2f1c820-b061-424d-a18d-5ebde3c3900e 758f2fb9952a45998566556db02145ad 894bfc9f9f58468888d66718db51ec23 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 723/1649] 10.0.0.87 () {34 vars in 676 bytes} [Wed May 20 18:45:47 2026] POST /v2.0/floatingips => generated 855 bytes in 1983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:45:49.228 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43a6dfbe-b722-4640-b874-68b184ce07bb'] response: {'name': 'network-changed', 'server_uuid': 'b50a256c-90d1-4c7a-88c8-dff13415b3eb', 'tag': 'c38c6ec0-0c85-4270-a515-33dcf6f0d755', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 724/1650] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:49 2026] DELETE /v2.0/subnets/8ca25f99-8f13-439b-95b6-8855ab838e1a => 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: 725/1651] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:45:49 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 927/1652] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:45:48 2026] POST /v2.0/floatingips => generated 552 bytes in 901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 928/1653] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:45:49 2026] PUT /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 25 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:49.715 8 INFO neutron.services.segments.plugin [-] Segment b8732cec-6504-46be-8b18-e0fe99b170a8 resource provider aggregate not found 2026-05-20 18:45:49.718 8 INFO neutron.services.segments.plugin [-] Segment b8732cec-6504-46be-8b18-e0fe99b170a8 resource provider aggregate not found 2026-05-20 18:45:49.725 8 INFO neutron.services.segments.plugin [-] Segment b8732cec-6504-46be-8b18-e0fe99b170a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8732cec-6504-46be-8b18-e0fe99b170a8 found for delete ", "request_id": "req-d9a6c27a-164f-4d4e-8951-fdd3a8ad345a"}]} 2026-05-20 18:45:49.733 8 INFO neutron.services.segments.plugin [-] Segment b8732cec-6504-46be-8b18-e0fe99b170a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8732cec-6504-46be-8b18-e0fe99b170a8 found for delete ", "request_id": "req-e8aa54ef-a9c5-46ab-a4c9-3043b06c366d"}]} [pid: 8|app: 0|req: 726/1654] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:45:49 2026] DELETE /v2.0/networks/f7062d65-8fce-4b01-8c90-17cb76b7e057 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 929/1655] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:45:49 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:49.750 9 WARNING neutron_lib.context [None req-f69c743f-5bf7-4aa5-ab31-0572668cbd96 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/1656] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:49 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:49.792 9 INFO neutron.db.segments_db [None req-f69c743f-5bf7-4aa5-ab31-0572668cbd96 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Added segment 4f6748fa-f0d4-4d0d-9258-c46d11c0e181 of type vxlan for network 658f1288-f28f-4b1a-a31e-c1f0d1f99df6 [pid: 8|app: 0|req: 728/1657] 10.0.0.87 () {34 vars in 769 bytes} [Wed May 20 18:45:49 2026] PUT /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1658] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:45:49 2026] GET /v2.0/networks?id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1659] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:45:49 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/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: 731/1660] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:45:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c38c6ec0-0c85-4270-a515-33dcf6f0d755 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1661] 10.0.0.87 () {34 vars in 765 bytes} [Wed May 20 18:45:49 2026] PUT /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags/red => 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: 733/1662] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:45:49 2026] GET /v2.0/subnets?id=2d75eabd-f634-40f1-b194-e65ec68b2dee => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1663] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1664] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/ports?network_id=8866fac2-4f77-4658-9919-25e29b257c6e&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:45:50.075 9 INFO neutron.db.l3_hamode_db [None req-f69c743f-5bf7-4aa5-ab31-0572668cbd96 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 736/1665] 10.0.0.87 () {34 vars in 787 bytes} [Wed May 20 18:45:50 2026] PUT /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags/black.or.white => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1666] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?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: 738/1667] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1668] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1669] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:45:50 2026] PUT /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1672] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1673] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:50.314 8 INFO neutron.api.v2.resource [None req-aab97573-6160-4909-9c1d-fa8eaca7c24f 758f2fb9952a45998566556db02145ad 894bfc9f9f58468888d66718db51ec23 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1674] 10.0.0.87 () {32 vars in 750 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1675] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:45:50 2026] DELETE /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags/red => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1676] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1677] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:50.677 8 INFO neutron.api.v2.resource [None req-a036293d-81d4-4448-a290-8d43e31b86aa 758f2fb9952a45998566556db02145ad 894bfc9f9f58468888d66718db51ec23 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1678] 10.0.0.87 () {32 vars in 753 bytes} [Wed May 20 18:45:50 2026] DELETE /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/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: 750/1679] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:45:50 2026] DELETE /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => 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: 751/1680] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:45:50 2026] GET /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:51.069 9 INFO neutron.db.l3_hamode_db [None req-f69c743f-5bf7-4aa5-ab31-0572668cbd96 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 752/1681] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:45:50 2026] DELETE /v2.0/floatingips/151e804d-e4db-4d6f-a76f-ffbe0f49c3b1 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1682] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:45:51 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 930/1683] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:45:49 2026] POST /v2.0/routers => generated 691 bytes in 2322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1684] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:51 2026] GET /v2.0/security-groups?tenant_id=6b7f2cc77c7c48d29b98c2d635493cc7&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 931/1685] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:45:52 2026] GET /v2.0/routers/55d39127-fa45-497d-b944-4156a990d783 => generated 697 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1686] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:52 2026] DELETE /v2.0/security-groups/ea32ce6c-a460-41cf-8d25-a05aa5a8b81d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 932/1687] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:45:52 2026] GET /v2.0/routers => generated 700 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 933/1688] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:52 2026] GET /v2.0/security-groups?tenant_id=894bfc9f9f58468888d66718db51ec23&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 934/1689] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:52 2026] DELETE /v2.0/security-groups/829dede9-101f-42cb-8207-6fb6d76287fa => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1690] 10.0.0.87 () {34 vars in 740 bytes} [Wed May 20 18:45:52 2026] PUT /v2.0/routers/55d39127-fa45-497d-b944-4156a990d783 => generated 704 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 935/1691] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:45:52 2026] GET /v2.0/routers/55d39127-fa45-497d-b944-4156a990d783 => generated 704 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1692] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:52 2026] GET /v2.0/ports?device_id=55d39127-fa45-497d-b944-4156a990d783 => 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: 758/1693] 199.204.45.70 () {34 vars in 1095 bytes} [Wed May 20 18:45:54 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:55.110 9 INFO neutron.services.segments.plugin [-] Segment 4f6748fa-f0d4-4d0d-9258-c46d11c0e181 resource provider aggregate not found 2026-05-20 18:45:55.119 9 INFO neutron.services.segments.plugin [-] Segment 4f6748fa-f0d4-4d0d-9258-c46d11c0e181 resource provider aggregate not found 2026-05-20 18:45:55.136 9 INFO neutron.services.segments.plugin [-] Segment 4f6748fa-f0d4-4d0d-9258-c46d11c0e181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f6748fa-f0d4-4d0d-9258-c46d11c0e181 found for delete ", "request_id": "req-66ec479e-c11b-40cf-b50a-45fbc9d42113"}]} 2026-05-20 18:45:55.137 9 INFO neutron.services.segments.plugin [-] Segment 4f6748fa-f0d4-4d0d-9258-c46d11c0e181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f6748fa-f0d4-4d0d-9258-c46d11c0e181 found for delete ", "request_id": "req-5a18c964-87c8-4aed-85df-0068f2c5998a"}]} 2026-05-20 18:45:55.202 9 INFO neutron.db.l3_hamode_db [None req-ac5e76dd-2d9e-4b24-9779-d6e29107a92d 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] HA network 658f1288-f28f-4b1a-a31e-c1f0d1f99df6 was deleted as no HA routers are present in tenant e47369f791a34e4c8f638053a626c5f8. [pid: 9|app: 0|req: 936/1694] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:52 2026] DELETE /v2.0/routers/55d39127-fa45-497d-b944-4156a990d783 => generated 0 bytes in 2373 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1695] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:55 2026] GET /v2.0/ports?device_id=55d39127-fa45-497d-b944-4156a990d783 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:55.265 9 INFO neutron.api.v2.resource [None req-354d64fa-b781-4900-882d-96b84520647e 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 937/1696] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/routers/55d39127-fa45-497d-b944-4156a990d783 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1697] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:55 2026] GET /v2.0/ports?device_id=8ddd9392-efde-40de-8972-673dc5d8632c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:55.310 9 INFO neutron.api.v2.resource [None req-da91ae13-7fbd-48b3-b342-70f3d940d697 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 938/1698] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/routers/8ddd9392-efde-40de-8972-673dc5d8632c => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:45:55.353 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22bc047a-c039-4e34-9e09-67eac884959b 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1699] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/subnets/8ca25f99-8f13-439b-95b6-8855ab838e1a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 939/1700] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:55 2026] GET /v2.0/ports?device_id=cbb36a75-d0f2-4cda-9f43-e682adf3a825 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:55.404 8 INFO neutron.api.v2.resource [None req-dbd53633-39b7-4f9b-94b5-52f810425e36 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1701] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/routers/cbb36a75-d0f2-4cda-9f43-e682adf3a825 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:45:55.424 9 INFO neutron.pecan_wsgi.hooks.translation [None req-5400ea65-3a04-4cf8-b4e4-738d14c941ab 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 940/1702] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/subnets/347c46e1-615f-4a11-8df1-53bd86e92c98 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1703] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:45:55 2026] GET /v2.0/ports?device_id=aaffbaaa-407f-4f00-80df-7c125130fcc3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:55.472 9 INFO neutron.api.v2.resource [None req-886c6dd6-3fdb-44f5-b82b-d896a1dc50ae 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 941/1704] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/routers/aaffbaaa-407f-4f00-80df-7c125130fcc3 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:45:55.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-710e7819-6743-477e-90dd-a320261a6918 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1705] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/subnets/9922eac1-0d80-49af-8e28-18fce5ee9068 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:45:55.511 9 INFO neutron.pecan_wsgi.hooks.translation [None req-7afbef62-a105-4bd3-a91d-57c8206bcf8d 42294da0157e42f58c5aa504318687b1 e47369f791a34e4c8f638053a626c5f8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 942/1706] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:45:55 2026] DELETE /v2.0/subnets/61dc77c4-ae56-45f6-9f62-9659e8319177 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1707] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:45:55 2026] GET /v2.0/ports?tenant_id=2d8b93a6a0724aa89e4132b353f83298&device_id=fee34159-50e8-4658-98e3-075731133565 => 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: 766/1708] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:45:56 2026] GET /v2.0/networks?id=19d20295-00a2-445f-a560-ec37e9910cbd => generated 772 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1709] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:45:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f0f596b7-d63e-4aed-9840-250e7f387206 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1710] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:45:56 2026] GET /v2.0/subnets?id=cffae7de-537a-4240-9c9e-7cc056997b28 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 943/1711] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:45:56 2026] GET /v2.0/security-groups?tenant_id=e47369f791a34e4c8f638053a626c5f8&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1712] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:45:56 2026] GET /v2.0/ports?network_id=19d20295-00a2-445f-a560-ec37e9910cbd&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1713] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:45:56 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?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: 771/1714] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:45:56 2026] GET /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd?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: 9|app: 0|req: 944/1715] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:56 2026] DELETE /v2.0/security-groups/74b26d68-4dbf-4b51-b2cb-b78435f74025 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:57.185 8 WARNING neutron_lib.context [None req-bcb5620a-d353-44bc-8663-2e5edceccde2 23c229109d724354909ff7b71c7692ac 305dec6be7f24474994876ea991a8714 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 772/1716] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:45:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 945/1717] 10.0.0.87 () {34 vars in 766 bytes} [Wed May 20 18:45:57 2026] PUT /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1718] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:57 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 946/1719] 10.0.0.87 () {34 vars in 777 bytes} [Wed May 20 18:45:57 2026] PUT /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags/green => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1720] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:57 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 947/1721] 10.0.0.87 () {34 vars in 773 bytes} [Wed May 20 18:45:57 2026] PUT /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/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: 775/1722] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:57 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 948/1723] 10.0.0.87 () {34 vars in 795 bytes} [Wed May 20 18:45:57 2026] PUT /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags/black.or.white => generated 4 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1724] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 949/1725] 10.0.0.87 () {34 vars in 766 bytes} [Wed May 20 18:45:58 2026] PUT /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 37 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1726] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 950/1727] 10.0.0.87 () {32 vars in 754 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:45:58.478 8 INFO neutron.api.v2.resource [None req-214ccd5d-90ff-4cc8-b7e2-64f959e4ca42 23c229109d724354909ff7b71c7692ac 305dec6be7f24474994876ea991a8714 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 778/1728] 10.0.0.87 () {32 vars in 758 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 951/1729] 10.0.0.87 () {32 vars in 757 bytes} [Wed May 20 18:45:58 2026] DELETE /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags/red => 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: 779/1730] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:45:58.661 9 INFO neutron.api.v2.resource [None req-72ebdbc3-24ac-4ac1-b791-9146ed24a0b1 23c229109d724354909ff7b71c7692ac 305dec6be7f24474994876ea991a8714 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 952/1731] 10.0.0.87 () {32 vars in 761 bytes} [Wed May 20 18:45:58 2026] DELETE /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1732] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1733] 10.0.0.108 () {34 vars in 1040 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&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: 9|app: 0|req: 953/1734] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:45:58 2026] DELETE /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 954/1735] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324/tags => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 955/1736] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:45:58 2026] DELETE /v2.0/security-groups/fa72397f-2aa1-4a2d-a11d-f128203e8324 => 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: 782/1737] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 1244 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 956/1738] 10.0.0.108 () {34 vars in 1040 bytes} [Wed May 20 18:45:58 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1739] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:00 2026] GET /v2.0/security-groups?tenant_id=fb98e24d367842189e5f23c96052b99c&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 957/1740] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:00 2026] DELETE /v2.0/security-groups/f53442bd-4799-4703-8aa7-8231fef0a038 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1741] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:01 2026] GET /v2.0/security-groups?tenant_id=305dec6be7f24474994876ea991a8714&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 958/1742] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:01 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 959/1743] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:01 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 8|app: 0|req: 785/1744] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:01 2026] DELETE /v2.0/security-groups/f9eb53ca-6b86-4509-ac73-93e1c7a126be => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 960/1745] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:02 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1746] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:02 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 961/1747] 10.0.0.87 () {32 vars in 825 bytes} [Wed May 20 18:46:02 2026] GET /v2.0/ports?project_id=f289f4b393534f3ea6f6b5bae7b69b83&network_id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 3691 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 962/1748] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:46:03 2026] GET /v2.0/subnets?network_id=3bed9746-3d9e-4659-8322-b9165af40d04 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1749] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:03 2026] GET /v2.0/security-groups?tenant_id=3e57f657adb14ec38c62c0b05f244e81&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1750] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:03 2026] DELETE /v2.0/security-groups/926751ec-ee20-46a5-b020-fa88795be83b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:46:03.505 9 INFO neutron.db.l3_db [None req-2655cfc8-79fe-4a84-8660-746d30b3a8d0 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Floating IP 8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa disassociated. External IP: 10.96.250.218, port: c38c6ec0-0c85-4270-a515-33dcf6f0d755. [pid: 8|app: 0|req: 789/1751] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:03 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1752] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:03 2026] GET /v2.0/security-groups?id=cec22d45-577c-4ab4-986c-36ae2214e0ec&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: 791/1753] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:46:03 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 963/1754] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:46:03 2026] PUT /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 554 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 964/1755] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:46:04 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:04.300 8 INFO neutron.db.l3_db [req-327698f0-8f17-4cac-abab-e9520b3a6f96 req-bdd61545-1507-4074-8505-99e47157d0f4 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] Floating IP 8e653646-f132-4be3-8c27-8368812c8c54 disassociated. External IP: 10.96.250.213, port: f0f596b7-d63e-4aed-9840-250e7f387206. [pid: 8|app: 0|req: 792/1756] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:46:04 2026] DELETE /v2.0/ports/f0f596b7-d63e-4aed-9840-250e7f387206 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:46:04.750 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec3f17d7-66f7-45b4-a71f-2740ef4e4ac8'] response: {'name': 'network-changed', 'server_uuid': 'b50a256c-90d1-4c7a-88c8-dff13415b3eb', 'tag': 'c38c6ec0-0c85-4270-a515-33dcf6f0d755', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 965/1757] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:04 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => 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: 793/1758] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:04 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 966/1759] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:46:04 2026] GET /v2.0/networks?id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 757 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:04.949 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b2d9c8b-4bd2-4c97-aae1-4c5c0e7d458d'] response: {'server_uuid': 'fee34159-50e8-4658-98e3-075731133565', 'name': 'network-vif-deleted', 'tag': 'f0f596b7-d63e-4aed-9840-250e7f387206', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 794/1760] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:46:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c38c6ec0-0c85-4270-a515-33dcf6f0d755 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 967/1761] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:46:04 2026] GET /v2.0/subnets?id=2d75eabd-f634-40f1-b194-e65ec68b2dee => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1762] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:46:05 2026] GET /v2.0/ports?network_id=8866fac2-4f77-4658-9919-25e29b257c6e&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: 9|app: 0|req: 968/1763] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:46:05 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1764] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:46:05 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1767] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:46:05 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:05.586 9 INFO neutron.db.segments_db [None req-98034eae-064b-4f4e-a62d-4025390d6f2c f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 3b4c5fde-a9d7-469a-a62c-1b709117d9d1 of type vxlan for network 8c7b7109-53f1-467e-b107-22eaa80c11e6 2026-05-20 18:46:05.604 8 WARNING neutron_lib.context [None req-d750455d-5489-4d33-9d5f-3207e2cbbaf9 47d5c13c858f46b788c53302470df164 abf4a1bbce7f4a6b97905cce21bef616 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 970/1768] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:46:05 2026] POST /v2.0/networks => generated 741 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:05.767 8 INFO neutron.db.segments_db [None req-d750455d-5489-4d33-9d5f-3207e2cbbaf9 47d5c13c858f46b788c53302470df164 abf4a1bbce7f4a6b97905cce21bef616 - - default default] Added segment 696f653a-8b87-4790-8c97-362b391a6eb8 of type vxlan for network c41cfdfd-7ae3-4212-8ac3-adb80d894056 [pid: 8|app: 0|req: 799/1769] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:05 2026] POST /v2.0/networks => generated 632 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1770] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:05 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:05.871 8 WARNING neutron_lib.context [None req-24007445-7a18-4393-9a32-eebe77bc36dd 47d5c13c858f46b788c53302470df164 abf4a1bbce7f4a6b97905cce21bef616 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 971/1771] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:05 2026] POST /v2.0/subnets => generated 688 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:05.930 9 INFO neutron.db.segments_db [None req-6e67a92d-5f46-454f-bb30-3e132590ab9d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment dff34131-68e6-46c4-bd3a-e117cfba0aa9 of type vxlan for network bf4467f1-4371-467c-b1ab-b0df4fac2d8c 2026-05-20 18:46:05.930 8 INFO neutron.db.segments_db [None req-24007445-7a18-4393-9a32-eebe77bc36dd 47d5c13c858f46b788c53302470df164 abf4a1bbce7f4a6b97905cce21bef616 - - default default] Added segment 2f1ac9d7-7a4a-4d03-bdc1-795fb733df56 of type vxlan for network 02edbe89-41f3-4836-8ceb-ff99b2018a31 [pid: 8|app: 0|req: 801/1772] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:05 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1773] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:46:06 2026] PUT /v2.0/networks/c41cfdfd-7ae3-4212-8ac3-adb80d894056/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: 803/1774] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:46:06 2026] GET /v2.0/networks/c41cfdfd-7ae3-4212-8ac3-adb80d894056/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1775] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:46:06 2026] PUT /v2.0/networks/02edbe89-41f3-4836-8ceb-ff99b2018a31/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1776] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:46:06 2026] GET /v2.0/networks/02edbe89-41f3-4836-8ceb-ff99b2018a31/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:06.210 9 INFO neutron.db.l3_hamode_db [None req-6e67a92d-5f46-454f-bb30-3e132590ab9d f978fe935172478ba0ba994cffc5a74a 46766fe9209b46ac9b5c176e9e5ae3f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 806/1777] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:46:06 2026] PUT /v2.0/networks/02edbe89-41f3-4836-8ceb-ff99b2018a31/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1778] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:46:06 2026] GET /v2.0/networks/02edbe89-41f3-4836-8ceb-ff99b2018a31/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1779] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:46:06 2026] GET /v2.0/networks/c41cfdfd-7ae3-4212-8ac3-adb80d894056/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:06.447 8 INFO neutron.services.segments.plugin [-] Segment 696f653a-8b87-4790-8c97-362b391a6eb8 resource provider aggregate not found 2026-05-20 18:46:06.454 8 INFO neutron.services.segments.plugin [-] Segment 696f653a-8b87-4790-8c97-362b391a6eb8 resource provider aggregate not found 2026-05-20 18:46:06.464 8 INFO neutron.services.segments.plugin [-] Segment 696f653a-8b87-4790-8c97-362b391a6eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696f653a-8b87-4790-8c97-362b391a6eb8 found for delete ", "request_id": "req-90124dfe-3f0d-47c7-b048-b6c1ab9934de"}]} [pid: 8|app: 0|req: 809/1780] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:46:06 2026] DELETE /v2.0/networks/c41cfdfd-7ae3-4212-8ac3-adb80d894056 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:46:06.478 8 INFO neutron.services.segments.plugin [-] Segment 696f653a-8b87-4790-8c97-362b391a6eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696f653a-8b87-4790-8c97-362b391a6eb8 found for delete ", "request_id": "req-c5dcaf9a-5209-416b-825b-05a3a132c6e3"}]} [pid: 8|app: 0|req: 810/1781] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:46:06 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1782] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:46:06 2026] DELETE /v2.0/networks/02edbe89-41f3-4836-8ceb-ff99b2018a31 => 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: 812/1783] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:06 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:07.084 9 INFO neutron.db.l3_hamode_db [None req-6e67a92d-5f46-454f-bb30-3e132590ab9d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 813/1784] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:07 2026] GET /v2.0/security-groups?tenant_id=abf4a1bbce7f4a6b97905cce21bef616&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: 814/1785] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:07 2026] DELETE /v2.0/security-groups/02e9365d-0c74-4963-b0a5-ce341be7452c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:46:07.577 8 WARNING neutron_lib.context [None req-8e22b885-1322-4331-91ae-be8aeb135a2c 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 815/1786] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:46:07 2026] POST /v2.0/security-groups => generated 1675 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1787] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:07 2026] GET /v2.0/security-groups?tenant_id=f68fa007943f48c28bd482b5b96740f9&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:46:07.853 8 WARNING neutron_lib.context [None req-ec97ce49-b770-4571-9b54-4beaf76c3fea 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 817/1788] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 972/1789] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:05 2026] POST /v2.0/routers => generated 728 bytes in 2164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:08.053 9 WARNING neutron_lib.context [None req-5a2179b0-c0bf-4cae-b65f-ead5849c505d 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 818/1790] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:07 2026] DELETE /v2.0/security-groups/f41c1d0b-fb3e-4ec1-96a8-7d139c43c29e => 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: 819/1791] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:08 2026] GET /v2.0/ports?device_id=fee34159-50e8-4658-98e3-075731133565 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 973/1792] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:08.179 9 WARNING neutron_lib.context [None req-60041661-df92-4c2e-bc9b-a4aef96aeafb 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 974/1793] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:08.308 9 WARNING neutron_lib.context [None req-edf13e9a-e967-4445-b9f6-d464edb3b30b 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 975/1794] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:08.423 9 WARNING neutron_lib.context [None req-3161e580-78bb-40b2-b2ef-f0467ac7f6ca 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:08.460 9 INFO neutron.db.securitygroups_db [None req-3161e580-78bb-40b2-b2ef-f0467ac7f6ca 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Project f289f4b393534f3ea6f6b5bae7b69b83 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 18:46:08.483 8 INFO neutron.services.segments.plugin [-] Segment 2f1ac9d7-7a4a-4d03-bdc1-795fb733df56 resource provider aggregate not found 2026-05-20 18:46:08.506 8 INFO neutron.services.segments.plugin [-] Segment 2f1ac9d7-7a4a-4d03-bdc1-795fb733df56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f1ac9d7-7a4a-4d03-bdc1-795fb733df56 found for delete ", "request_id": "req-950ebfc0-e3b5-4d7e-8f3a-07a01ec231a7"}]} 2026-05-20 18:46:08.508 8 INFO neutron.services.segments.plugin [-] Segment 2f1ac9d7-7a4a-4d03-bdc1-795fb733df56 resource provider aggregate not found 2026-05-20 18:46:08.538 8 INFO neutron.services.segments.plugin [-] Segment 2f1ac9d7-7a4a-4d03-bdc1-795fb733df56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f1ac9d7-7a4a-4d03-bdc1-795fb733df56 found for delete ", "request_id": "req-19504999-dd89-41aa-a128-e6eb803667c7"}]} [pid: 9|app: 0|req: 976/1795] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:08.550 9 WARNING neutron_lib.context [None req-9135af46-bf09-44de-b4ea-5274278ed9ef 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:08.577 9 INFO neutron.db.securitygroups_db [None req-9135af46-bf09-44de-b4ea-5274278ed9ef 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Project f289f4b393534f3ea6f6b5bae7b69b83 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 977/1796] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:08 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 978/1797] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/networks => generated 1298 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 979/1798] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:09 2026] DELETE /v2.0/security-groups/cec22d45-577c-4ab4-986c-36ae2214e0ec => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 980/1799] 10.0.0.139 () {34 vars in 1100 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1652962146&fields=id&tenant_id=f289f4b393534f3ea6f6b5bae7b69b83 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:09.331 9 INFO neutron.api.v2.resource [None req-78eead9f-560d-4769-bdbe-84aca0bd1a46 21791a90ece84197b089cf4106d819ab 2d8b93a6a0724aa89e4132b353f83298 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 981/1800] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/security-groups/cec22d45-577c-4ab4-986c-36ae2214e0ec => 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: 820/1801] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:46:08 2026] PUT /v2.0/routers/e6a3fc0d-0a05-4cbe-ae16-a3d4dcc17429/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 982/1802] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/networks?id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 983/1803] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/quotas/f289f4b393534f3ea6f6b5bae7b69b83 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 984/1804] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&fields=id => generated 149 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 985/1805] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 986/1806] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?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: 821/1807] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:46:09 2026] DELETE /v2.0/floatingips/8e653646-f132-4be3-8c27-8368812c8c54 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1808] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:09 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 987/1809] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:46:09 2026] PUT /v2.0/routers/e9dcce66-61d6-4589-8a73-ebe365812ec4/remove_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 988/1810] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:10 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:11.766 8 INFO neutron.services.segments.plugin [-] Segment df56e945-3abd-40b1-a5e5-b6e09cc47848 resource provider aggregate not found 2026-05-20 18:46:11.772 8 INFO neutron.services.segments.plugin [-] Segment df56e945-3abd-40b1-a5e5-b6e09cc47848 resource provider aggregate not found 2026-05-20 18:46:11.784 8 INFO neutron.services.segments.plugin [-] Segment df56e945-3abd-40b1-a5e5-b6e09cc47848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df56e945-3abd-40b1-a5e5-b6e09cc47848 found for delete ", "request_id": "req-298fb10c-1b73-4d0c-aab2-f5f6145a46c9"}]} 2026-05-20 18:46:11.785 8 INFO neutron.services.segments.plugin [-] Segment df56e945-3abd-40b1-a5e5-b6e09cc47848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df56e945-3abd-40b1-a5e5-b6e09cc47848 found for delete ", "request_id": "req-b67d4f57-5553-49d8-963b-494e97454cc1"}]} 2026-05-20 18:46:11.796 8 INFO neutron.db.l3_hamode_db [None req-e82e58b1-eed4-45d8-b575-59cc2942db99 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network 99ff5903-bb2c-4922-ab56-ea177a49b3f4 was deleted as no HA routers are present in tenant 2d8b93a6a0724aa89e4132b353f83298. [pid: 9|app: 0|req: 989/1811] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:46:11 2026] GET /v2.0/networks?id=8c7b7109-53f1-467e-b107-22eaa80c11e6 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1812] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:10 2026] DELETE /v2.0/routers/e9dcce66-61d6-4589-8a73-ebe365812ec4 => generated 0 bytes in 1007 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 990/1813] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:46:11 2026] GET /v2.0/quotas/46766fe9209b46ac9b5c176e9e5ae3f5 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 991/1814] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:46:11 2026] GET /v2.0/ports?tenant_id=46766fe9209b46ac9b5c176e9e5ae3f5&fields=id => generated 103 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 992/1815] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:11 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => 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: 824/1816] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:11 2026] DELETE /v2.0/subnets/cffae7de-537a-4240-9c9e-7cc056997b28 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 993/1817] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:46:11 2026] GET /v2.0/networks/8c7b7109-53f1-467e-b107-22eaa80c11e6?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 994/1818] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:46:12 2026] GET /v2.0/networks/8c7b7109-53f1-467e-b107-22eaa80c11e6?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: 9|app: 0|req: 995/1819] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:12 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => 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: 825/1820] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:46:11 2026] DELETE /v2.0/networks/19d20295-00a2-445f-a560-ec37e9910cbd => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 996/1821] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:12 2026] GET /v2.0/security-groups?tenant_id=2d8b93a6a0724aa89e4132b353f83298&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1822] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:12 2026] DELETE /v2.0/security-groups/b839f35e-90b3-48de-9a23-1ca0cf5e8277 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 997/1823] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:13 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => 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: 827/1824] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:13 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 998/1825] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:14 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:14.186 8 INFO neutron.services.segments.plugin [-] Segment 08d6d44a-4f9e-48ec-a04f-3fb688ca7c93 resource provider aggregate not found 2026-05-20 18:46:14.191 8 INFO neutron.services.segments.plugin [-] Segment 08d6d44a-4f9e-48ec-a04f-3fb688ca7c93 resource provider aggregate not found 2026-05-20 18:46:14.200 8 INFO neutron.services.segments.plugin [-] Segment 08d6d44a-4f9e-48ec-a04f-3fb688ca7c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08d6d44a-4f9e-48ec-a04f-3fb688ca7c93 found for delete ", "request_id": "req-6ce85869-de12-4d1a-b7eb-8320c10a0588"}]} 2026-05-20 18:46:14.208 8 INFO neutron.services.segments.plugin [-] Segment 08d6d44a-4f9e-48ec-a04f-3fb688ca7c93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08d6d44a-4f9e-48ec-a04f-3fb688ca7c93 found for delete ", "request_id": "req-af15215f-7705-430d-b778-5d2f104d7fbd"}]} [pid: 8|app: 0|req: 828/1826] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:46:14 2026] GET /v2.0/networks?id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 661 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 999/1827] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:46:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f289f4b393534f3ea6f6b5bae7b69b83 => generated 273 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:14.292 8 WARNING neutron_lib.context [req-e2fdd3c0-e7e8-45f4-83ed-990c6ebe0584 req-40b758ff-da27-4903-9e30-0c7b1a60fa6f 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1000/1828] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:14 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => 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: 829/1829] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:46:14 2026] POST /v2.0/ports => generated 954 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1001/1830] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:46:14 2026] PUT /v2.0/ports/c4ea6765-ebcc-4fdc-8b9f-983688e2de7f => generated 1235 bytes in 440 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: 830/1831] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:15 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 969 bytes in 108 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 18:46:15.390 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a6ec35c-9ffd-4038-a3a0-ab381520a5d8'] response: {'name': 'network-changed', 'server_uuid': 'd548d1d8-6452-46c9-a039-f42d265cf1e3', 'tag': 'c4ea6765-ebcc-4fdc-8b9f-983688e2de7f', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1002/1832] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:15 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&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: 831/1833] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:15 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1003/1834] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:15 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1835] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:46:15 2026] GET /v2.0/networks?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&shared=False => generated 757 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1004/1836] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:46:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1837] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:16 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1005/1838] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:46:16 2026] GET /v2.0/networks?id=8c7b7109-53f1-467e-b107-22eaa80c11e6 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1839] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:16 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&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 18:46:16.559 9 WARNING neutron_lib.context [req-8f42803d-830b-4cb5-b4a3-8230817c3814 req-e004e9eb-9c9f-47c7-a0e6-fef895bcdc1c dd6c58cde49748e4b9fc974e2ef7b28f 46766fe9209b46ac9b5c176e9e5ae3f5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 835/1840] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:16 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1006/1841] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:46:16 2026] POST /v2.0/ports => generated 954 bytes in 427 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: 836/1842] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:16 2026] GET /v2.0/security-groups?tenant_id=07f1c12e8b944049b29c142b0253d47a&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1843] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1844] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:17 2026] DELETE /v2.0/security-groups/a9792edf-5de7-445f-81e8-44d0b897f00f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1845] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c4ea6765-ebcc-4fdc-8b9f-983688e2de7f => 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: 840/1846] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/subnets?id=2d75eabd-f634-40f1-b194-e65ec68b2dee => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1007/1847] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:46:16 2026] PUT /v2.0/ports/2813c139-34e6-43bc-bf73-ba32e1fecfb0 => generated 1235 bytes in 459 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: 841/1848] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/ports?network_id=8866fac2-4f77-4658-9919-25e29b257c6e&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:46:17.477 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fa7ec32-302c-4604-aa23-aa8b939c6266'] response: {'name': 'network-changed', 'server_uuid': 'c5c2ef22-fc73-4592-8129-1cc972374e91', 'tag': '2813c139-34e6-43bc-bf73-ba32e1fecfb0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 842/1849] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1850] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1008/1851] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/security-groups?tenant_id=696de613299048aea10232ff8bb25007&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1852] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:17 2026] DELETE /v2.0/security-groups/f52d03dd-bf7a-4d7e-930d-2946c1b551c8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1009/1853] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1010/1854] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1855] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1011/1856] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1857] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:17 2026] GET /v2.0/ports?tenant_id=46766fe9209b46ac9b5c176e9e5ae3f5&device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1012/1858] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:46:18 2026] GET /v2.0/networks?tenant_id=46766fe9209b46ac9b5c176e9e5ae3f5&shared=False => generated 769 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1859] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:46:18 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: 9|app: 0|req: 1013/1860] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:18 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1861] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:18 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1014/1862] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:18 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1863] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:18 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1015/1864] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:19 2026] GET /v2.0/ports?tenant_id=46766fe9209b46ac9b5c176e9e5ae3f5&device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1865] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:46:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2813c139-34e6-43bc-bf73-ba32e1fecfb0 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1016/1866] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:46:19 2026] GET /v2.0/subnets?id=513e4614-9b68-4df9-902b-efdf1f593d43 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1867] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:46:19 2026] GET /v2.0/ports?network_id=8c7b7109-53f1-467e-b107-22eaa80c11e6&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: 9|app: 0|req: 1017/1868] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:46:19 2026] GET /v2.0/networks/8c7b7109-53f1-467e-b107-22eaa80c11e6?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: 852/1869] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:46:19 2026] GET /v2.0/networks/8c7b7109-53f1-467e-b107-22eaa80c11e6?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: 9|app: 0|req: 1018/1870] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:19 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1871] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:20 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1019/1872] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:20 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1873] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:20 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1021/1876] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:21 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1877] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:21 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&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: 9|app: 0|req: 1022/1878] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:21 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1879] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:21 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1023/1880] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:21 2026] GET /v2.0/security-groups?tenant_id=2829f4f1675f46cfa5fd4a5da0cf8387&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1881] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:21 2026] DELETE /v2.0/security-groups/2ad37516-a715-44aa-a92d-0720cad95159 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1024/1882] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:21 2026] GET /v2.0/security-groups?tenant_id=f820557a04f943d0be649a7485959e1e&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: 859/1883] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:22 2026] DELETE /v2.0/security-groups/7ea0343d-1ca6-45c4-a72d-37ca692cd515 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1025/1884] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:22 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1885] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:22 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&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: 9|app: 0|req: 1026/1886] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:22 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1887] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:22 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1027/1888] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:23 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1028/1889] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:23 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&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: 862/1890] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:23 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1029/1891] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:23 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1892] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:23 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1030/1893] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:23 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1894] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:46:23 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:46:24.394 9 INFO neutron.db.l3_db [None req-e0e4b47c-3744-4f6a-9015-5e61f0db6382 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Floating IP 8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa associated. External IP: 10.96.250.218, port: c4ea6765-ebcc-4fdc-8b9f-983688e2de7f. [pid: 9|app: 0|req: 1031/1895] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:46:24 2026] PUT /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 855 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1896] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:46:24 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:24.904 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a87e86ad-2d06-4594-9696-db2ee99d5ae1'] response: {'name': 'network-changed', 'server_uuid': 'd548d1d8-6452-46c9-a039-f42d265cf1e3', 'tag': 'c4ea6765-ebcc-4fdc-8b9f-983688e2de7f', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1032/1897] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:24 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 971 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1898] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&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: 9|app: 0|req: 1033/1899] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/ports?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1900] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/networks?id=8866fac2-4f77-4658-9919-25e29b257c6e => generated 757 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1034/1901] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=c4ea6765-ebcc-4fdc-8b9f-983688e2de7f => 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: 868/1902] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/subnets?id=2d75eabd-f634-40f1-b194-e65ec68b2dee => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1035/1903] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/ports?network_id=8866fac2-4f77-4658-9919-25e29b257c6e&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: 869/1904] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1036/1905] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e?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: 870/1906] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:46:25 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1037/1907] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:26 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1908] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:26 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1038/1909] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:26 2026] GET /v2.0/security-groups?tenant_id=14e6adda9f484f76abee09d1608b9918&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1039/1910] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:46:26 2026] GET /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1911] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:26 2026] DELETE /v2.0/security-groups/9955d204-4319-4134-b373-1ff56bb2048a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1040/1912] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:27 2026] GET /v2.0/security-groups?tenant_id=0fae44710d6e426493b4a2367276c0fd&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: 873/1913] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:27 2026] DELETE /v2.0/security-groups/07b3f83c-1c66-4ad1-81ab-7dcb9c359c42 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1041/1914] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:27 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1915] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:27 2026] GET /v2.0/security-groups?id=bac56ac3-5ec4-4988-a23a-906d01f7fe64&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1042/1916] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:46:28 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1917] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:46:28 2026] DELETE /v2.0/ports/2813c139-34e6-43bc-bf73-ba32e1fecfb0 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1043/1918] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:28 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => 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: 876/1919] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:29 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1044/1920] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:30 2026] GET /v2.0/ports?device_id=c5c2ef22-fc73-4592-8129-1cc972374e91 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:33.141 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8695156-4b14-4823-8bd2-b58f47af0efe'] response: {'server_uuid': 'c5c2ef22-fc73-4592-8129-1cc972374e91', 'name': 'network-vif-deleted', 'tag': '2813c139-34e6-43bc-bf73-ba32e1fecfb0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 877/1921] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:33 2026] GET /v2.0/security-groups?tenant_id=f03db8d611f0453c9e07b20ea3c0f524&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1922] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:33 2026] DELETE /v2.0/security-groups/a27336ec-3e8c-481e-ad2f-2963ac2501f2 => 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: 879/1923] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:33 2026] GET /v2.0/security-groups?tenant_id=66110c067d0140cfaf3a964846b85af3&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1924] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:33 2026] DELETE /v2.0/security-groups/963d5068-57f5-4a37-b9c7-a8c39936e741 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1045/1925] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:46:33 2026] PUT /v2.0/routers/e6a3fc0d-0a05-4cbe-ae16-a3d4dcc17429/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1046/1926] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:46:34 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1047/1927] 10.0.0.108 () {34 vars in 1040 bytes} [Wed May 20 18:46:34 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:35.141 8 INFO neutron.services.segments.plugin [-] Segment dff34131-68e6-46c4-bd3a-e117cfba0aa9 resource provider aggregate not found 2026-05-20 18:46:35.146 8 INFO neutron.services.segments.plugin [-] Segment dff34131-68e6-46c4-bd3a-e117cfba0aa9 resource provider aggregate not found 2026-05-20 18:46:35.159 8 INFO neutron.services.segments.plugin [-] Segment dff34131-68e6-46c4-bd3a-e117cfba0aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dff34131-68e6-46c4-bd3a-e117cfba0aa9 found for delete ", "request_id": "req-f1c5b723-941f-46cb-a5e7-529ec412fa7d"}]} 2026-05-20 18:46:35.160 8 INFO neutron.db.l3_hamode_db [None req-5ecd6c17-7516-4a8f-9d0d-5d18fc08c79b f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network bf4467f1-4371-467c-b1ab-b0df4fac2d8c was deleted as no HA routers are present in tenant 46766fe9209b46ac9b5c176e9e5ae3f5. 2026-05-20 18:46:35.161 8 INFO neutron.services.segments.plugin [-] Segment dff34131-68e6-46c4-bd3a-e117cfba0aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dff34131-68e6-46c4-bd3a-e117cfba0aa9 found for delete ", "request_id": "req-fa6d074e-8781-498c-882e-ef9c558a2b6f"}]} [pid: 8|app: 0|req: 881/1928] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:34 2026] DELETE /v2.0/routers/e6a3fc0d-0a05-4cbe-ae16-a3d4dcc17429 => generated 0 bytes in 996 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1048/1931] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:35 2026] DELETE /v2.0/subnets/513e4614-9b68-4df9-902b-efdf1f593d43 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1932] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:46:35 2026] DELETE /v2.0/networks/8c7b7109-53f1-467e-b107-22eaa80c11e6 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1049/1933] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:35 2026] GET /v2.0/security-groups?tenant_id=46766fe9209b46ac9b5c176e9e5ae3f5&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1934] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:35 2026] DELETE /v2.0/security-groups/bac56ac3-5ec4-4988-a23a-906d01f7fe64 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1935] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:36 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1936] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:36 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&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: 9|app: 0|req: 1050/1937] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:36 2026] GET /v2.0/security-groups?tenant_id=c3d498ef94fd4c7f86f28b7c01baaef1&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1938] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:36 2026] DELETE /v2.0/security-groups/5fbff67c-5041-4013-9640-842c39abca94 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1051/1939] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:37 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:37.670 8 INFO neutron.services.segments.plugin [-] Segment 3b4c5fde-a9d7-469a-a62c-1b709117d9d1 resource provider aggregate not found 2026-05-20 18:46:37.676 8 INFO neutron.services.segments.plugin [-] Segment 3b4c5fde-a9d7-469a-a62c-1b709117d9d1 resource provider aggregate not found 2026-05-20 18:46:37.688 8 INFO neutron.services.segments.plugin [-] Segment 3b4c5fde-a9d7-469a-a62c-1b709117d9d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b4c5fde-a9d7-469a-a62c-1b709117d9d1 found for delete ", "request_id": "req-f1dc6a19-b021-4a36-935c-92440c726e47"}]} [pid: 8|app: 0|req: 889/1940] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:37 2026] GET /v2.0/security-groups?id=d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:37.946 9 INFO neutron.db.segments_db [None req-73d41c25-794e-44ac-93ba-bc66a5806c76 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment fbe53ac4-62e6-4cf5-a6a6-19223089ab42 of type vxlan for network 60fc0fed-2476-4544-97a1-69eb82a84d59 [pid: 9|app: 0|req: 1052/1941] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:46:37 2026] POST /v2.0/networks => generated 740 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:38.061 8 INFO neutron.services.segments.plugin [-] Segment 3b4c5fde-a9d7-469a-a62c-1b709117d9d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b4c5fde-a9d7-469a-a62c-1b709117d9d1 found for delete ", "request_id": "req-173fbcbd-7fcc-40f9-97d1-282222df63e7"}]} [pid: 8|app: 0|req: 890/1942] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:38 2026] POST /v2.0/subnets => generated 687 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1053/1943] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:46:38 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:38.292 8 INFO neutron.db.segments_db [None req-03157428-e16c-4dc0-b967-0fe1f485aa9d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 8cb55b03-7e68-413a-8921-6a75744a39a4 of type vxlan for network be2a635b-b666-4bee-9d5c-9b0ed1b474cf 2026-05-20 18:46:38.531 9 INFO neutron.db.l3_db [req-decf3e5c-8697-428a-b4f6-ca85c29b4301 req-1d74f43b-0900-4497-953c-0805f8015084 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] Floating IP 8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa disassociated. External IP: 10.96.250.218, port: c4ea6765-ebcc-4fdc-8b9f-983688e2de7f. 2026-05-20 18:46:38.562 8 INFO neutron.db.l3_hamode_db [None req-03157428-e16c-4dc0-b967-0fe1f485aa9d f978fe935172478ba0ba994cffc5a74a 96dc136960cb483f8fe7e78c382210e5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1054/1944] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:46:38 2026] DELETE /v2.0/ports/c4ea6765-ebcc-4fdc-8b9f-983688e2de7f => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1055/1945] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:38 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:38.996 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c99a56aa-1261-4666-88fb-8b0c59e840d1'] response: {'server_uuid': 'd548d1d8-6452-46c9-a039-f42d265cf1e3', 'name': 'network-vif-deleted', 'tag': 'c4ea6765-ebcc-4fdc-8b9f-983688e2de7f', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1056/1946] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:38 2026] GET /v2.0/security-groups?tenant_id=be3bd3690f0f4a4e85a2c069fe262844&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1057/1947] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:39 2026] DELETE /v2.0/security-groups/9e9b625d-348c-4dc5-977b-9e8a64779e0e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:46:39.508 8 INFO neutron.db.l3_hamode_db [None req-03157428-e16c-4dc0-b967-0fe1f485aa9d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1058/1948] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:40 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => 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: 891/1949] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:38 2026] POST /v2.0/routers => generated 727 bytes in 2358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1950] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:41 2026] GET /v2.0/ports?device_id=d548d1d8-6452-46c9-a039-f42d265cf1e3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1059/1951] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:46:40 2026] PUT /v2.0/routers/92fe2abd-a464-4340-9899-b5c62822c279/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1952] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:42 2026] DELETE /v2.0/security-groups/d932dcb3-68d5-4b3e-a28e-b11bb1bbd32a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1060/1953] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:46:42 2026] DELETE /v2.0/floatingips/8c0c93e9-d6a8-4dc4-b5da-194f6683a4fa => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1954] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:42 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1061/1955] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:42 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:43.206 8 INFO neutron.db.segments_db [None req-5afe8d81-a236-410b-88b9-11838fc98c8d f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 9bc53bcd-04f8-4431-9b32-9bd59ee87092 of type vxlan for network b8e9cddf-e16a-4390-bb65-73d11f7c0720 [pid: 8|app: 0|req: 895/1956] 10.0.0.87 () {34 vars in 670 bytes} [Wed May 20 18:46:43 2026] POST /v2.0/networks => generated 741 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1062/1957] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:43 2026] POST /v2.0/subnets => generated 688 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:43.632 8 INFO neutron.db.segments_db [None req-39f71bb8-9b5b-4156-9e69-4fd583cfcea0 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Added segment 577f4f4e-8f12-4423-b31a-f939daf7982b of type vxlan for network 4db23c6a-e434-457c-82f8-66b3dc614f45 2026-05-20 18:46:43.920 8 INFO neutron.db.l3_hamode_db [None req-39f71bb8-9b5b-4156-9e69-4fd583cfcea0 f978fe935172478ba0ba994cffc5a74a fccd2ed5eaf140e5bff116717dc0744e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1063/1958] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:44 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1064/1959] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:46:44 2026] GET /v2.0/security-groups?id=a63d91c6-1bee-44e9-8deb-d63483d7aa38&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1065/1960] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:44 2026] GET /v2.0/security-groups?tenant_id=5127a14f57bb4f11b167d5bb89f9e356&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1066/1961] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:44 2026] DELETE /v2.0/security-groups/9ddd647c-3f3b-41c4-9045-2db17ff03685 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:46:44.854 8 INFO neutron.db.l3_hamode_db [None req-39f71bb8-9b5b-4156-9e69-4fd583cfcea0 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1067/1962] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:46:44 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1068/1963] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:46:44 2026] DELETE /v2.0/ports/c38c6ec0-0c85-4270-a515-33dcf6f0d755 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1069/1964] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:45 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => 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: 896/1965] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:43 2026] POST /v2.0/routers => generated 728 bytes in 2435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:46.017 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4cc43ea-a8ff-4a45-bc36-660f8f29f4b9'] response: {'server_uuid': 'b50a256c-90d1-4c7a-88c8-dff13415b3eb', 'name': 'network-vif-deleted', 'tag': 'c38c6ec0-0c85-4270-a515-33dcf6f0d755', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 897/1966] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:46 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1070/1967] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:46:46 2026] PUT /v2.0/routers/f2c0dab9-0bef-4350-8437-befb783921c9/add_router_interface => generated 309 bytes in 1366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1968] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:47 2026] GET /v2.0/security-groups?tenant_id=cc53f6b5b067467fa8ab6ff291f3f3a7&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1071/1969] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:47 2026] GET /v2.0/ports?device_id=b50a256c-90d1-4c7a-88c8-dff13415b3eb => 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: 899/1970] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:47 2026] DELETE /v2.0/security-groups/3403d668-ad19-45f6-a0d8-ee0fd53568a5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:46:48.088 9 WARNING neutron_lib.context [None req-0ccd8930-b63f-4762-b268-f6da58e57b1d 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1072/1971] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:46:48 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:46:48.227 8 WARNING neutron_lib.context [None req-6b755520-c075-467d-b4db-b18cae0f1cdf 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 900/1972] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:48.384 9 WARNING neutron_lib.context [None req-f680a92e-0fdf-41c4-b01b-0d4199d1f6c1 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1073/1973] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:48.516 8 WARNING neutron_lib.context [None req-d8e4ca98-5c50-4246-a9f0-f8ad304d9b09 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 901/1974] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:48.667 8 WARNING neutron_lib.context [None req-6f2112c6-5328-4e24-9d28-9e0f85823920 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1074/1975] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:48 2026] DELETE /v2.0/security-groups/a63d91c6-1bee-44e9-8deb-d63483d7aa38 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1976] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:48.843 8 WARNING neutron_lib.context [None req-e2f415d2-cbb5-4bbe-aca2-c6aa4199ba56 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:48.890 8 INFO neutron.db.securitygroups_db [None req-e2f415d2-cbb5-4bbe-aca2-c6aa4199ba56 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Project 96dc136960cb483f8fe7e78c382210e5 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: 903/1977] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:48.992 8 WARNING neutron_lib.context [None req-f81256a7-f959-4202-ac2d-10ede7b3d714 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:49.026 8 INFO neutron.db.securitygroups_db [None req-f81256a7-f959-4202-ac2d-10ede7b3d714 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Project 96dc136960cb483f8fe7e78c382210e5 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: 904/1978] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:49.567 8 WARNING neutron_lib.context [None req-51e6a267-8e3f-4d25-a89e-e35fa875f152 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 905/1979] 10.0.0.87 () {34 vars in 684 bytes} [Wed May 20 18:46:49 2026] POST /v2.0/security-groups => generated 1659 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:46:49.892 8 WARNING neutron_lib.context [None req-7827db47-1a6e-46b0-b4ed-0b96786251ac ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1075/1980] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:46:48 2026] PUT /v2.0/routers/d3779337-ec3a-45b0-90af-b4b62fc32360/remove_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:49.909 9 WARNING neutron_lib.context [None req-6de21ffd-1e70-456e-a126-1698aa8ca532 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1076/1981] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:50.054 8 INFO neutron.db.segments_db [None req-7827db47-1a6e-46b0-b4ed-0b96786251ac ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment 4c1ad98f-71d8-44da-bd58-2f202426771e of type vxlan for network 07aa7349-b7e3-4c13-8e94-6d636c92e7c2 [pid: 8|app: 0|req: 906/1982] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:49 2026] POST /v2.0/networks => generated 629 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:50.191 8 WARNING neutron_lib.context [None req-105ec760-f981-48af-a043-ac1aefcab445 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1077/1983] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:50 2026] DELETE /v2.0/subnets/2d75eabd-f634-40f1-b194-e65ec68b2dee => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:46:50.269 9 WARNING neutron_lib.context [None req-3045a149-a3a9-4f06-b089-4e48bbf06875 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:50.336 9 INFO neutron.db.segments_db [None req-3045a149-a3a9-4f06-b089-4e48bbf06875 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment c90110e8-d2d7-478d-96af-28dcd1e72329 of type vxlan for network a100ba9b-7ae0-4421-9b85-192cf3298726 [pid: 8|app: 0|req: 907/1986] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:46:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1080/1987] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:50 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 18:46:50.438 9 WARNING neutron_lib.context [None req-4bea1487-b3b9-4949-a6e2-95b17835656e 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1081/1988] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:46:50 2026] POST /v2.0/floatingips => generated 552 bytes in 1230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:51.668 9 WARNING neutron_lib.context [None req-cd0c5fd0-3277-46b6-8628-1d195eeae5e7 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:51.929 8 INFO neutron.services.segments.plugin [-] Segment db5f2e5c-af16-47d8-9830-c66baef6c42f resource provider aggregate not found 2026-05-20 18:46:51.934 8 INFO neutron.services.segments.plugin [-] Segment db5f2e5c-af16-47d8-9830-c66baef6c42f resource provider aggregate not found 2026-05-20 18:46:51.941 8 INFO neutron.services.segments.plugin [-] Segment db5f2e5c-af16-47d8-9830-c66baef6c42f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db5f2e5c-af16-47d8-9830-c66baef6c42f found for delete ", "request_id": "req-b8c6b8fc-9591-4738-aace-b085b8b7b535"}]} 2026-05-20 18:46:51.947 8 INFO neutron.services.segments.plugin [-] Segment db5f2e5c-af16-47d8-9830-c66baef6c42f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db5f2e5c-af16-47d8-9830-c66baef6c42f found for delete ", "request_id": "req-4ebe09b6-4cbc-4684-b34c-4c3692592ad5"}]} 2026-05-20 18:46:51.952 8 INFO neutron.db.l3_hamode_db [None req-e5d892ac-e6b1-4970-a9af-fefc0c086418 1eeba4647f634f18830a60d8af0cccb5 f289f4b393534f3ea6f6b5bae7b69b83 - - default default] HA network 4fbf647b-9616-43f3-9ce7-95eb90243a06 was deleted as no HA routers are present in tenant f289f4b393534f3ea6f6b5bae7b69b83. [pid: 8|app: 0|req: 908/1989] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:50 2026] DELETE /v2.0/routers/d3779337-ec3a-45b0-90af-b4b62fc32360 => generated 0 bytes in 1610 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1990] 10.0.0.139 () {34 vars in 1100 bytes} [Wed May 20 18:46:51 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1596899681&fields=id&tenant_id=96dc136960cb483f8fe7e78c382210e5 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1082/1991] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:51 2026] POST /v2.0/subnets => generated 626 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1083/1992] 10.0.0.139 () {34 vars in 1098 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--175798227&fields=id&tenant_id=96dc136960cb483f8fe7e78c382210e5 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:52.114 9 WARNING neutron_lib.context [None req-0db268f7-5f11-495a-8917-9a949b6fcbda ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 910/1993] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:46:51 2026] DELETE /v2.0/networks/8866fac2-4f77-4658-9919-25e29b257c6e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1994] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/networks?id=60fc0fed-2476-4544-97a1-69eb82a84d59 => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1995] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/quotas/96dc136960cb483f8fe7e78c382210e5 => 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: 913/1996] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/ports?tenant_id=96dc136960cb483f8fe7e78c382210e5&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1997] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/networks/60fc0fed-2476-4544-97a1-69eb82a84d59?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1084/1998] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:52 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: 8|app: 0|req: 915/1999] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/networks/60fc0fed-2476-4544-97a1-69eb82a84d59?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:52.390 9 WARNING neutron_lib.context [None req-b60c42cd-fb42-4c9c-9996-04e3d64f90ca ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:52.437 9 INFO neutron.db.segments_db [None req-b60c42cd-fb42-4c9c-9996-04e3d64f90ca ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment 28eb693b-4c27-4d9b-8071-ab17072e2472 of type vxlan for network e9299f5b-f1a4-4372-b2ec-82808ae86406 [pid: 8|app: 0|req: 916/2000] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:52.801 9 INFO neutron.db.l3_hamode_db [None req-b60c42cd-fb42-4c9c-9996-04e3d64f90ca ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:46:52.939 9 INFO neutron.db.l3_hamode_db [None req-b60c42cd-fb42-4c9c-9996-04e3d64f90ca ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 917/2001] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:52 2026] GET /v2.0/security-groups?tenant_id=f289f4b393534f3ea6f6b5bae7b69b83&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: 918/2002] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:52 2026] DELETE /v2.0/security-groups/68af7594-fb2b-4ba3-94d0-dcd28f2c23a9 => 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: 919/2003] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:46:53 2026] GET /v2.0/security-groups?tenant_id=6cb1f60275da4be582a57ad4f64ee8f1&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/2004] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:46:53 2026] DELETE /v2.0/security-groups/ac265425-c6d2-47b3-a728-caaa3f7e04da => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1085/2005] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:46:52 2026] POST /v2.0/routers => generated 507 bytes in 1238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/2006] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:53 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:54.724 8 INFO neutron.services.segments.plugin [-] Segment 6225b9cb-d2c0-4425-b4db-88057a9cbff4 resource provider aggregate not found 2026-05-20 18:46:54.730 8 INFO neutron.services.segments.plugin [-] Segment 6225b9cb-d2c0-4425-b4db-88057a9cbff4 resource provider aggregate not found [pid: 8|app: 0|req: 922/2007] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:54 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1086/2008] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:46:53 2026] PUT /v2.0/routers/c164044a-8a7b-4c0f-a06e-b0a5bad721ea/add_router_interface => generated 309 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:55.077 8 INFO neutron.services.segments.plugin [-] Segment 6225b9cb-d2c0-4425-b4db-88057a9cbff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6225b9cb-d2c0-4425-b4db-88057a9cbff4 found for delete ", "request_id": "req-ef2f1ca9-a81b-409a-b158-7ae59d03c63c"}]} 2026-05-20 18:46:55.080 8 INFO neutron.services.segments.plugin [-] Segment 6225b9cb-d2c0-4425-b4db-88057a9cbff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6225b9cb-d2c0-4425-b4db-88057a9cbff4 found for delete ", "request_id": "req-2d0812d7-b185-4983-b230-a2d7f129c1af"}]} [pid: 8|app: 0|req: 923/2009] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:46:55 2026] GET /v2.0/ports/3c27618b-03d9-4748-8779-f1836ce30b87 => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/2010] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:55 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1087/2011] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:46:55 2026] PUT /v2.0/routers/c164044a-8a7b-4c0f-a06e-b0a5bad721ea/add_router_interface => generated 309 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2012] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:46:56 2026] GET /v2.0/ports/0e56a6e5-492d-46bb-af8a-4a71049ed5a4 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2013] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:46:56 2026] GET /v2.0/networks?id=60fc0fed-2476-4544-97a1-69eb82a84d59 => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2014] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:46:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96dc136960cb483f8fe7e78c382210e5 => generated 273 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:56.872 8 WARNING neutron_lib.context [req-70bf694b-82d6-4013-858c-05ff196b1611 req-047198fb-513a-4a7a-be75-7b3ae7d6866c 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 928/2015] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:46:56 2026] POST /v2.0/ports => generated 993 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 929/2016] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:57 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 996 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2017] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:46:57 2026] PUT /v2.0/ports/4e36161e-09d3-4086-9e06-60fdfd201e8e => generated 1274 bytes in 502 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: 931/2018] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:46:57 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:57.903 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b591041-6b98-44e1-a5b6-531d84837730'] response: {'name': 'network-changed', 'server_uuid': '4aff1cd2-0b32-44d3-8932-0e897456f761', 'tag': '4e36161e-09d3-4086-9e06-60fdfd201e8e', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1088/2019] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:46:56 2026] PUT /v2.0/routers/c164044a-8a7b-4c0f-a06e-b0a5bad721ea/remove_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:58.069 8 WARNING neutron_lib.context [None req-056f51d0-fc3e-46d2-8de7-4be056c6363c 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:58.220 8 INFO neutron.db.segments_db [None req-056f51d0-fc3e-46d2-8de7-4be056c6363c 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Added segment 621a95cd-060c-4bf6-869d-9e0b9ea46b8b of type vxlan for network bdcf3869-854f-4f2c-b745-7dcbbce825f2 [pid: 8|app: 0|req: 932/2020] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:57 2026] POST /v2.0/networks => generated 630 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:46:58.306 8 WARNING neutron_lib.context [None req-002c9531-3dd7-4daf-a405-ea6ddc484ec4 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:58.349 8 INFO neutron.db.segments_db [None req-002c9531-3dd7-4daf-a405-ea6ddc484ec4 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Added segment e94ad06c-2de7-4c11-8917-968f8461d718 of type vxlan for network a22b8b25-90ac-44b8-94b4-163fdf2c5576 [pid: 8|app: 0|req: 933/2021] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:58 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/2022] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:58 2026] GET /v2.0/ports?tenant_id=96dc136960cb483f8fe7e78c382210e5&device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:46:58.469 8 WARNING neutron_lib.context [None req-eccba6fc-5320-4966-bc3e-eaa153146ca4 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:58.521 8 INFO neutron.db.segments_db [None req-eccba6fc-5320-4966-bc3e-eaa153146ca4 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Added segment 782f7b49-e57d-40fe-8e12-67d4c0b7a478 of type vxlan for network fe6c7657-b4e1-4929-af81-271cb82b34c1 [pid: 8|app: 0|req: 935/2023] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:58 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2024] 199.204.45.70 () {34 vars in 1017 bytes} [Wed May 20 18:46:58 2026] GET /v2.0/networks?tenant_id=96dc136960cb483f8fe7e78c382210e5&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:58.669 8 WARNING neutron_lib.context [None req-e2e1b84a-4692-4db2-bb0b-17de9818cc87 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:46:58.724 8 INFO neutron.db.segments_db [None req-e2e1b84a-4692-4db2-bb0b-17de9818cc87 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Added segment 2254b145-f020-4989-a3eb-91c0fa5ad3d8 of type vxlan for network 800e35dc-9625-4648-9727-daaf3d27fcec [pid: 9|app: 0|req: 1089/2025] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:46:57 2026] PUT /v2.0/routers/c164044a-8a7b-4c0f-a06e-b0a5bad721ea/remove_router_interface => generated 309 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2026] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:58 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1090/2027] 199.204.45.70 () {34 vars in 929 bytes} [Wed May 20 18:46:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:46:58.828 9 WARNING neutron_lib.context [None req-6fdb4194-26db-4d85-87c5-e86063d3a40d 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 938/2028] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:46:58 2026] GET /v2.0/ports?device_id=c164044a-8a7b-4c0f-a06e-b0a5bad721ea => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:58.886 9 INFO neutron.db.segments_db [None req-6fdb4194-26db-4d85-87c5-e86063d3a40d 6d12595868b842cda2b405f23673636c bae33d567d8a43eca39e50b830dc4de3 - - default default] Added segment 46d152c4-c013-4f87-911d-5a737b336474 of type vxlan for network 0eacbeeb-7049-41e2-be1d-d7aa305d2a81 [pid: 9|app: 0|req: 1091/2029] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:46:58 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1092/2030] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:46:58 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1093/2031] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:46:59 2026] PUT /v2.0/networks/bdcf3869-854f-4f2c-b745-7dcbbce825f2/tags => generated 17 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1094/2032] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1095/2033] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:46:59 2026] PUT /v2.0/networks/a22b8b25-90ac-44b8-94b4-163fdf2c5576/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1096/2034] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:46:59 2026] PUT /v2.0/networks/fe6c7657-b4e1-4929-af81-271cb82b34c1/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:59.361 8 INFO neutron.services.segments.plugin [-] Segment 28eb693b-4c27-4d9b-8071-ab17072e2472 resource provider aggregate not found 2026-05-20 18:46:59.365 8 INFO neutron.services.segments.plugin [-] Segment 28eb693b-4c27-4d9b-8071-ab17072e2472 resource provider aggregate not found 2026-05-20 18:46:59.378 8 INFO neutron.services.segments.plugin [-] Segment 28eb693b-4c27-4d9b-8071-ab17072e2472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28eb693b-4c27-4d9b-8071-ab17072e2472 found for delete ", "request_id": "req-8641643a-dcdc-4527-b94f-c13ed34ac505"}]} 2026-05-20 18:46:59.378 8 INFO neutron.services.segments.plugin [-] Segment 28eb693b-4c27-4d9b-8071-ab17072e2472 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28eb693b-4c27-4d9b-8071-ab17072e2472 found for delete ", "request_id": "req-f3fd4493-2cde-4313-a0f7-82bd2bb6241e"}]} [pid: 9|app: 0|req: 1097/2035] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:46:59 2026] PUT /v2.0/networks/800e35dc-9625-4648-9727-daaf3d27fcec/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:46:59.388 8 INFO neutron.db.l3_hamode_db [None req-c98bcaa1-7465-46ef-8dae-aef0a2871818 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] HA network e9299f5b-f1a4-4372-b2ec-82808ae86406 was deleted as no HA routers are present in tenant 6d26044c6af142f99a97ed59d4046f91. [pid: 8|app: 0|req: 939/2036] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:58 2026] DELETE /v2.0/routers/c164044a-8a7b-4c0f-a06e-b0a5bad721ea => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1098/2037] 10.0.0.87 () {32 vars in 665 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1099/2038] 10.0.0.87 () {32 vars in 679 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2039] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:59 2026] DELETE /v2.0/subnets/45070183-477f-46e6-ad74-e0730d6db355 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1100/2040] 10.0.0.87 () {32 vars in 675 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1101/2041] 10.0.0.87 () {32 vars in 687 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1102/2042] 10.0.0.87 () {32 vars in 673 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2043] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:46:59 2026] DELETE /v2.0/subnets/ff0de96b-372c-4b08-87fc-6956f65d740a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1103/2044] 10.0.0.87 () {32 vars in 687 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2465 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1104/2045] 10.0.0.87 () {32 vars in 683 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?not-tags-any=blue => generated 2465 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1105/2046] 10.0.0.87 () {32 vars in 695 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1106/2047] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:46:59 2026] GET /v2.0/ports?tenant_id=96dc136960cb483f8fe7e78c382210e5&device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:00.073 9 INFO neutron.services.segments.plugin [-] Segment 621a95cd-060c-4bf6-869d-9e0b9ea46b8b resource provider aggregate not found 2026-05-20 18:47:00.080 9 INFO neutron.services.segments.plugin [-] Segment 621a95cd-060c-4bf6-869d-9e0b9ea46b8b resource provider aggregate not found 2026-05-20 18:47:00.085 9 INFO neutron.services.segments.plugin [-] Segment 621a95cd-060c-4bf6-869d-9e0b9ea46b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621a95cd-060c-4bf6-869d-9e0b9ea46b8b found for delete ", "request_id": "req-3fa4d4b1-49df-423f-9042-df6245380df8"}]} 2026-05-20 18:47:00.093 9 INFO neutron.services.segments.plugin [-] Segment 621a95cd-060c-4bf6-869d-9e0b9ea46b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621a95cd-060c-4bf6-869d-9e0b9ea46b8b found for delete ", "request_id": "req-dca09a61-c2b6-42e4-9fdf-a3fceb90e04e"}]} [pid: 9|app: 0|req: 1107/2048] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:46:59 2026] DELETE /v2.0/networks/bdcf3869-854f-4f2c-b745-7dcbbce825f2 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1108/2049] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:47:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4e36161e-09d3-4086-9e06-60fdfd201e8e => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 9|app: 0|req: 1109/2050] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:00 2026] DELETE /v2.0/networks/a22b8b25-90ac-44b8-94b4-163fdf2c5576 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1110/2051] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:47:00 2026] GET /v2.0/subnets?id=9e9c959d-396b-46d5-918f-fc550342943c => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2052] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:46:59 2026] DELETE /v2.0/networks/a100ba9b-7ae0-4421-9b85-192cf3298726 => generated 0 bytes in 736 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1111/2053] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:00 2026] DELETE /v2.0/networks/fe6c7657-b4e1-4929-af81-271cb82b34c1 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2054] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:47:00 2026] GET /v2.0/ports?network_id=60fc0fed-2476-4544-97a1-69eb82a84d59&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: 9|app: 0|req: 1112/2055] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:00 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2056] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:00 2026] DELETE /v2.0/networks/07aa7349-b7e3-4c13-8e94-6d636c92e7c2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1113/2057] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:00 2026] DELETE /v2.0/networks/800e35dc-9625-4648-9727-daaf3d27fcec => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1114/2058] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:00 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&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: 945/2059] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:47:00 2026] GET /v2.0/networks/60fc0fed-2476-4544-97a1-69eb82a84d59?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:00.666 9 WARNING neutron_lib.context [None req-26d01066-d44a-4632-9181-dddb9f834ec9 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:00.738 9 INFO neutron.db.segments_db [None req-26d01066-d44a-4632-9181-dddb9f834ec9 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment ce2692f7-dc2f-4738-b1df-3572c19028a8 of type vxlan for network ad88bbd8-b620-4190-bd81-1934887cf5ea [pid: 8|app: 0|req: 946/2060] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:00 2026] DELETE /v2.0/networks/0eacbeeb-7049-41e2-be1d-d7aa305d2a81 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1115/2061] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:00 2026] POST /v2.0/networks => generated 630 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2062] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:47:00 2026] GET /v2.0/networks/60fc0fed-2476-4544-97a1-69eb82a84d59?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) 2026-05-20 18:47:00.846 9 WARNING neutron_lib.context [None req-d48c269c-f114-4767-88d3-40754168aea4 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1116/2063] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:00 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:01.122 8 WARNING neutron_lib.context [None req-475eba54-6fc0-48e5-ad7c-39b379d9d05e ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:01.180 8 INFO neutron.db.segments_db [None req-475eba54-6fc0-48e5-ad7c-39b379d9d05e ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment b0758e3d-3a97-41e4-a08f-7dd5e23cee7f of type vxlan for network da0a0dcd-86fc-499a-b9dd-fd31b9357f4b 2026-05-20 18:47:01.405 8 INFO neutron.services.segments.plugin [-] Segment c90110e8-d2d7-478d-96af-28dcd1e72329 resource provider aggregate not found 2026-05-20 18:47:01.410 8 INFO neutron.services.segments.plugin [-] Segment c90110e8-d2d7-478d-96af-28dcd1e72329 resource provider aggregate not found 2026-05-20 18:47:01.424 8 INFO neutron.services.segments.plugin [-] Segment c90110e8-d2d7-478d-96af-28dcd1e72329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c90110e8-d2d7-478d-96af-28dcd1e72329 found for delete ", "request_id": "req-fe7eb0e5-af2c-4641-909f-c93f16057f99"}]} 2026-05-20 18:47:01.429 8 INFO neutron.services.segments.plugin [-] Segment c90110e8-d2d7-478d-96af-28dcd1e72329 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c90110e8-d2d7-478d-96af-28dcd1e72329 found for delete ", "request_id": "req-66c83d5a-0006-4b13-a085-22078fa2f5f8"}]} 2026-05-20 18:47:01.445 8 INFO neutron.services.segments.plugin [-] Segment 4c1ad98f-71d8-44da-bd58-2f202426771e resource provider aggregate not found 2026-05-20 18:47:01.451 8 INFO neutron.services.segments.plugin [-] Segment 4c1ad98f-71d8-44da-bd58-2f202426771e resource provider aggregate not found 2026-05-20 18:47:01.466 8 INFO neutron.services.segments.plugin [-] Segment 4c1ad98f-71d8-44da-bd58-2f202426771e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1ad98f-71d8-44da-bd58-2f202426771e found for delete ", "request_id": "req-01ee0ac0-802e-409b-a836-fe04a05c457a"}]} 2026-05-20 18:47:01.470 8 INFO neutron.services.segments.plugin [-] Segment 4c1ad98f-71d8-44da-bd58-2f202426771e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1ad98f-71d8-44da-bd58-2f202426771e found for delete ", "request_id": "req-8551a902-e6c1-4c02-ad8f-8e42feeea27e"}]} 2026-05-20 18:47:01.475 8 INFO neutron.db.l3_hamode_db [None req-475eba54-6fc0-48e5-ad7c-39b379d9d05e ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:47:01.482 8 INFO neutron.services.segments.plugin [-] Segment 46d152c4-c013-4f87-911d-5a737b336474 resource provider aggregate not found 2026-05-20 18:47:01.492 8 INFO neutron.services.segments.plugin [-] Segment 46d152c4-c013-4f87-911d-5a737b336474 resource provider aggregate not found 2026-05-20 18:47:01.496 8 INFO neutron.services.segments.plugin [-] Segment 46d152c4-c013-4f87-911d-5a737b336474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46d152c4-c013-4f87-911d-5a737b336474 found for delete ", "request_id": "req-354d7097-8926-4e68-a8a1-17e3bfa31f17"}]} 2026-05-20 18:47:01.505 8 INFO neutron.services.segments.plugin [-] Segment 46d152c4-c013-4f87-911d-5a737b336474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46d152c4-c013-4f87-911d-5a737b336474 found for delete ", "request_id": "req-643bd80c-a6ad-4b7e-bc25-8420df8b42fe"}]} 2026-05-20 18:47:01.591 8 INFO neutron.db.l3_hamode_db [None req-475eba54-6fc0-48e5-ad7c-39b379d9d05e ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1117/2064] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:01 2026] GET /v2.0/security-groups?tenant_id=074313f06e774ceaac4fe8ce1a8630f6&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1118/2065] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:01 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:02.108 9 INFO neutron.services.segments.plugin [-] Segment e94ad06c-2de7-4c11-8917-968f8461d718 resource provider aggregate not found 2026-05-20 18:47:02.113 9 INFO neutron.services.segments.plugin [-] Segment e94ad06c-2de7-4c11-8917-968f8461d718 resource provider aggregate not found [pid: 9|app: 0|req: 1119/2066] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:02 2026] DELETE /v2.0/security-groups/cd7ede79-eb68-4678-8cc7-96e7b152452b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:02.128 9 INFO neutron.services.segments.plugin [-] Segment e94ad06c-2de7-4c11-8917-968f8461d718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94ad06c-2de7-4c11-8917-968f8461d718 found for delete ", "request_id": "req-aa52c06a-ed50-4585-a975-491396b3587a"}]} 2026-05-20 18:47:02.135 9 INFO neutron.services.segments.plugin [-] Segment e94ad06c-2de7-4c11-8917-968f8461d718 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e94ad06c-2de7-4c11-8917-968f8461d718 found for delete ", "request_id": "req-496ad4f1-a80b-4cad-ba3d-cc3ce6cd55dd"}]} 2026-05-20 18:47:02.142 9 INFO neutron.services.segments.plugin [-] Segment 782f7b49-e57d-40fe-8e12-67d4c0b7a478 resource provider aggregate not found 2026-05-20 18:47:02.149 9 INFO neutron.services.segments.plugin [-] Segment 782f7b49-e57d-40fe-8e12-67d4c0b7a478 resource provider aggregate not found 2026-05-20 18:47:02.160 9 INFO neutron.services.segments.plugin [-] Segment 782f7b49-e57d-40fe-8e12-67d4c0b7a478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 782f7b49-e57d-40fe-8e12-67d4c0b7a478 found for delete ", "request_id": "req-2cfc6b6a-bf0d-4890-bc6c-d8d7d4e70e2a"}]} 2026-05-20 18:47:02.164 9 INFO neutron.services.segments.plugin [-] Segment 782f7b49-e57d-40fe-8e12-67d4c0b7a478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 782f7b49-e57d-40fe-8e12-67d4c0b7a478 found for delete ", "request_id": "req-33472686-304d-4dc1-91ff-d844da26c80a"}]} 2026-05-20 18:47:02.174 9 INFO neutron.services.segments.plugin [-] Segment 2254b145-f020-4989-a3eb-91c0fa5ad3d8 resource provider aggregate not found 2026-05-20 18:47:02.178 9 INFO neutron.services.segments.plugin [-] Segment 2254b145-f020-4989-a3eb-91c0fa5ad3d8 resource provider aggregate not found [pid: 9|app: 0|req: 1120/2067] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:02 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&fields=id&fields=name => generated 206 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:02.229 9 INFO neutron.services.segments.plugin [-] Segment 2254b145-f020-4989-a3eb-91c0fa5ad3d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2254b145-f020-4989-a3eb-91c0fa5ad3d8 found for delete ", "request_id": "req-93a2692d-b718-4212-8801-d132772f7f3a"}]} 2026-05-20 18:47:02.236 9 INFO neutron.services.segments.plugin [-] Segment 2254b145-f020-4989-a3eb-91c0fa5ad3d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2254b145-f020-4989-a3eb-91c0fa5ad3d8 found for delete ", "request_id": "req-57cb62a5-bc89-4d5e-9b07-f4ca0e39315b"}]} [pid: 8|app: 0|req: 948/2068] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:01 2026] POST /v2.0/routers => generated 507 bytes in 1191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:02.315 8 WARNING neutron_lib.context [None req-ad3e8158-7772-4ab1-9c9c-19aca0343f08 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1121/2069] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:02 2026] GET /v2.0/security-groups?tenant_id=f7c87aed1aa1485fb8e6ebeac6f3f364&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1122/2070] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:02 2026] DELETE /v2.0/security-groups/1ccb52aa-bd2f-4552-87e5-5327d16827df => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1123/2071] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:02 2026] GET /v2.0/security-groups?tenant_id=bae33d567d8a43eca39e50b830dc4de3&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2072] 10.0.0.87 () {34 vars in 664 bytes} [Wed May 20 18:47:02 2026] POST /v2.0/ports => generated 948 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: 9|app: 0|req: 1124/2073] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:02 2026] DELETE /v2.0/security-groups/6dc13b8d-e1c9-4905-b80c-a9e100c5b0b4 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1125/2074] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:03 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1126/2075] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:03 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&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: 9|app: 0|req: 1127/2076] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:47:03 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1128/2077] 199.204.45.70 () {34 vars in 1123 bytes} [Wed May 20 18:47:03 2026] GET /v2.0/security-groups?id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&id=ac952833-bc04-44fb-9528-daaa0a9e1061&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: 950/2078] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:47:02 2026] PUT /v2.0/routers/9ba364ee-5b38-4151-a4cd-693e93bb836a/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1129/2079] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:47:03 2026] GET /v2.0/ports/2797189b-ed1a-4514-8e0d-4388a282f707 => generated 1022 bytes in 52 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: 9|app: 0|req: 1130/2080] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:04 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1010 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1131/2081] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:04 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&fields=id&fields=name => generated 206 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2082] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:47:03 2026] PUT /v2.0/routers/9ba364ee-5b38-4151-a4cd-693e93bb836a/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:05.008 9 INFO neutron.api.v2.resource [None req-f6b50b62-11c8-4b03-9544-5b98d67e1717 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1132/2083] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:47:04 2026] PUT /v2.0/routers/9ba364ee-5b38-4151-a4cd-693e93bb836a/remove_router_interface => generated 197 bytes in 135 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, ' [pid: 8|app: 0|req: 952/2084] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:05 2026] GET /v2.0/ports?device_id=9ba364ee-5b38-4151-a4cd-693e93bb836a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:05.689 9 INFO neutron.services.segments.plugin [-] Segment b0758e3d-3a97-41e4-a08f-7dd5e23cee7f resource provider aggregate not found 2026-05-20 18:47:05.694 9 INFO neutron.services.segments.plugin [-] Segment b0758e3d-3a97-41e4-a08f-7dd5e23cee7f resource provider aggregate not found 2026-05-20 18:47:05.714 9 INFO neutron.services.segments.plugin [-] Segment b0758e3d-3a97-41e4-a08f-7dd5e23cee7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0758e3d-3a97-41e4-a08f-7dd5e23cee7f found for delete ", "request_id": "req-5e807067-1e0f-441c-a134-15fa1961311f"}]} 2026-05-20 18:47:05.717 9 INFO neutron.services.segments.plugin [-] Segment b0758e3d-3a97-41e4-a08f-7dd5e23cee7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0758e3d-3a97-41e4-a08f-7dd5e23cee7f found for delete ", "request_id": "req-bc1c011c-2a27-4994-b74d-7a42867e4395"}]} 2026-05-20 18:47:05.721 9 INFO neutron.db.l3_hamode_db [None req-4fef8325-17dd-43d1-b6a2-3ea1dcf77547 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] HA network da0a0dcd-86fc-499a-b9dd-fd31b9357f4b was deleted as no HA routers are present in tenant 6d26044c6af142f99a97ed59d4046f91. [pid: 9|app: 0|req: 1133/2087] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:05 2026] DELETE /v2.0/routers/9ba364ee-5b38-4151-a4cd-693e93bb836a => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2088] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:05 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1010 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2089] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:05 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1134/2090] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:05 2026] DELETE /v2.0/subnets/870d87a8-74be-44b1-9544-0793ee60ef84 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1135/2091] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:05 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:06.281 8 INFO neutron.services.segments.plugin [-] Segment ce2692f7-dc2f-4738-b1df-3572c19028a8 resource provider aggregate not found 2026-05-20 18:47:06.292 8 INFO neutron.services.segments.plugin [-] Segment ce2692f7-dc2f-4738-b1df-3572c19028a8 resource provider aggregate not found 2026-05-20 18:47:06.296 8 INFO neutron.services.segments.plugin [-] Segment ce2692f7-dc2f-4738-b1df-3572c19028a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce2692f7-dc2f-4738-b1df-3572c19028a8 found for delete ", "request_id": "req-ebcc1766-51d3-4b47-9a0c-4edada9610f8"}]} [pid: 8|app: 0|req: 957/2092] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:05 2026] DELETE /v2.0/networks/ad88bbd8-b620-4190-bd81-1934887cf5ea => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:06.313 8 WARNING neutron_lib.context [None req-a7d61f8c-7dcd-45b8-a8d5-1b2bde706fbb ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:06.316 8 INFO neutron.services.segments.plugin [-] Segment ce2692f7-dc2f-4738-b1df-3572c19028a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce2692f7-dc2f-4738-b1df-3572c19028a8 found for delete ", "request_id": "req-97596944-7cd8-4ad3-8464-dfc6673b1ee2"}]} 2026-05-20 18:47:06.324 9 INFO neutron.db.l3_db [None req-e51016d3-3715-4430-a6af-5144a4e748ed 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Floating IP 2015611e-4b32-4f20-816f-09448a0a513f associated. External IP: 10.96.250.205, port: 4e36161e-09d3-4086-9e06-60fdfd201e8e. 2026-05-20 18:47:06.364 8 INFO neutron.db.segments_db [None req-a7d61f8c-7dcd-45b8-a8d5-1b2bde706fbb ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment 52994255-18d2-48d6-adfb-bf1d05771335 of type vxlan for network 5c663599-55ce-4579-abb4-005e7d87d11b [pid: 8|app: 0|req: 958/2093] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:06 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:06.465 8 WARNING neutron_lib.context [None req-1e0be645-ab8a-43d2-a696-99f3c940dc8f ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1136/2094] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:47:05 2026] PUT /v2.0/floatingips/2015611e-4b32-4f20-816f-09448a0a513f => generated 855 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2095] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:06 2026] POST /v2.0/subnets => generated 626 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:06.767 9 WARNING neutron_lib.context [None req-a579187a-b367-4ad6-afb7-4d8b5f9588a4 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:06.806 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-407e45dd-870c-45bf-a3b0-26e7e0c4c183'] response: {'name': 'network-changed', 'server_uuid': '4aff1cd2-0b32-44d3-8932-0e897456f761', 'tag': '4e36161e-09d3-4086-9e06-60fdfd201e8e', 'status': 'completed', 'code': 200} 2026-05-20 18:47:06.822 9 INFO neutron.db.segments_db [None req-a579187a-b367-4ad6-afb7-4d8b5f9588a4 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment fd34333b-1a0c-46fc-ab65-458fb68db3d4 of type vxlan for network bc03f6fa-4444-4280-8ea3-63b2f0d37145 2026-05-20 18:47:07.075 9 INFO neutron.db.l3_hamode_db [None req-a579187a-b367-4ad6-afb7-4d8b5f9588a4 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:47:07.267 9 INFO neutron.db.l3_hamode_db [None req-a579187a-b367-4ad6-afb7-4d8b5f9588a4 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:47:07.274 8 WARNING neutron_lib.context [None req-0d5741a7-7229-4dc9-985d-4761cfd1273b 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:07.445 8 INFO neutron.db.segments_db [None req-0d5741a7-7229-4dc9-985d-4761cfd1273b 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Added segment 590b9d16-6c25-4ef0-aa5d-ed50fc5e6042 of type vxlan for network f2f15706-9de4-4ca2-a206-5be6c4af4a6f [pid: 8|app: 0|req: 960/2096] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:07 2026] POST /v2.0/networks => generated 632 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2097] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:47:07 2026] GET /v2.0/ports?tenant_id=96dc136960cb483f8fe7e78c382210e5&device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1279 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:07.560 8 WARNING neutron_lib.context [None req-fdb1de56-075b-4b81-b9aa-5a30aafe766d 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/2098] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:07 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 963/2099] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:47:07 2026] GET /v2.0/networks?id=60fc0fed-2476-4544-97a1-69eb82a84d59 => generated 768 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1137/2100] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:06 2026] POST /v2.0/routers => generated 506 bytes in 1240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:07.995 8 WARNING neutron_lib.context [None req-d42756ac-1b6b-4a04-b384-333e3803af95 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1138/2101] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:47:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4e36161e-09d3-4086-9e06-60fdfd201e8e => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:08.061 8 INFO neutron.db.segments_db [None req-d42756ac-1b6b-4a04-b384-333e3803af95 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Added segment 49e87177-c1ec-4a93-9158-bc14437219b4 of type vxlan for network 8e9880cd-eed7-44ac-b448-95929882a06a [pid: 8|app: 0|req: 964/2102] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:07 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2103] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:47:08 2026] GET /v2.0/subnets?id=9e9c959d-396b-46d5-918f-fc550342943c => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:08.194 8 WARNING neutron_lib.context [None req-2ab4b391-5b0c-485a-8087-83012f9f4339 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 966/2104] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:08 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 967/2105] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:47:08 2026] GET /v2.0/ports?network_id=60fc0fed-2476-4544-97a1-69eb82a84d59&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:08.570 8 WARNING neutron_lib.context [None req-5bd51f49-5146-4d79-9ea3-bc6a7cfcf2f1 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:08.623 8 INFO neutron.db.segments_db [None req-5bd51f49-5146-4d79-9ea3-bc6a7cfcf2f1 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Added segment c4012fc7-9502-4415-949d-37c95c40759a of type vxlan for network 036450f6-05b1-4ac9-af05-c56b8dda1829 [pid: 8|app: 0|req: 968/2106] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:08 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2107] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:47:08 2026] GET /v2.0/networks/60fc0fed-2476-4544-97a1-69eb82a84d59?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:08.775 8 WARNING neutron_lib.context [None req-f7a3eeee-3438-4fe3-9ade-b9c3604acfe9 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 970/2108] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:08 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /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: 971/2109] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:47:09 2026] GET /v2.0/networks/60fc0fed-2476-4544-97a1-69eb82a84d59?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:09.101 8 WARNING neutron_lib.context [None req-4794c414-753b-473e-a55b-9b74227a3c4c 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:09.148 8 INFO neutron.db.segments_db [None req-4794c414-753b-473e-a55b-9b74227a3c4c 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Added segment 3eb986be-bd14-48dc-94d9-72a6a6387617 of type vxlan for network ba17c577-8aef-4676-84a9-7ba4baeed3be [pid: 8|app: 0|req: 972/2110] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:09 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:09.253 8 WARNING neutron_lib.context [None req-99172f2f-def8-47c2-8fce-e6df3af0a9cd 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1139/2111] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:47:08 2026] PUT /v2.0/routers/f45d443d-b7ec-448f-adcb-0869723df3cc/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1140/2112] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:47:09 2026] GET /v2.0/ports/5d22fd6b-2ff2-4520-9a5f-67aba5c7af6a => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2113] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:09 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 18:47:09.563 8 WARNING neutron_lib.context [None req-2eba5ac2-c176-4242-8c02-a74f06f3b681 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:09.619 8 INFO neutron.db.segments_db [None req-2eba5ac2-c176-4242-8c02-a74f06f3b681 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Added segment 201fe41e-bf43-4011-ad29-51ff1135fceb of type vxlan for network cd89c767-5cb4-4afb-b1a5-b22f7d585fc3 [pid: 8|app: 0|req: 974/2114] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:09 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:09.719 8 WARNING neutron_lib.context [None req-271ee3dd-8758-4f84-9a24-b85befb1682d 3452f092bab0491c99c9bec20ee5131a 01949616f5b7483f8d291e88772d6b04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 975/2115] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:09 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /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: 976/2116] 10.0.0.87 () {34 vars in 746 bytes} [Wed May 20 18:47:10 2026] PUT /v2.0/ports/5ace133f-f4f9-48ff-9f19-f3140ebd9787/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2117] 10.0.0.87 () {34 vars in 746 bytes} [Wed May 20 18:47:10 2026] PUT /v2.0/ports/c17aaaed-5c84-47b2-ab39-614407da2ea6/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2118] 10.0.0.87 () {34 vars in 746 bytes} [Wed May 20 18:47:10 2026] PUT /v2.0/ports/c04e0b05-ee8d-4aab-bded-be2f7fe42a66/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1141/2119] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:47:09 2026] PUT /v2.0/routers/f45d443d-b7ec-448f-adcb-0869723df3cc/remove_router_interface => generated 309 bytes in 810 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1142/2120] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?device_id=f45d443d-b7ec-448f-adcb-0869723df3cc => 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: 979/2121] 10.0.0.87 () {34 vars in 746 bytes} [Wed May 20 18:47:10 2026] PUT /v2.0/ports/170be144-02bd-41db-b837-8aed8ab3a624/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2122] 10.0.0.87 () {32 vars in 659 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2123] 10.0.0.87 () {32 vars in 673 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2124] 10.0.0.87 () {32 vars in 669 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2125] 10.0.0.87 () {32 vars in 681 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2126] 10.0.0.87 () {32 vars in 667 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2127] 10.0.0.87 () {32 vars in 681 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:10.776 9 INFO neutron.services.segments.plugin [-] Segment fd34333b-1a0c-46fc-ab65-458fb68db3d4 resource provider aggregate not found 2026-05-20 18:47:10.780 9 INFO neutron.services.segments.plugin [-] Segment fd34333b-1a0c-46fc-ab65-458fb68db3d4 resource provider aggregate not found 2026-05-20 18:47:10.799 9 INFO neutron.services.segments.plugin [-] Segment fd34333b-1a0c-46fc-ab65-458fb68db3d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd34333b-1a0c-46fc-ab65-458fb68db3d4 found for delete ", "request_id": "req-a885bedd-fd42-484a-ba19-a7345649213e"}]} 2026-05-20 18:47:10.800 9 INFO neutron.services.segments.plugin [-] Segment fd34333b-1a0c-46fc-ab65-458fb68db3d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd34333b-1a0c-46fc-ab65-458fb68db3d4 found for delete ", "request_id": "req-f569aa37-433b-4a8d-a6ee-0f73635482dc"}]} 2026-05-20 18:47:10.803 9 INFO neutron.db.l3_hamode_db [None req-fce2e807-41e9-4090-9f71-ef4c61608ecc ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] HA network bc03f6fa-4444-4280-8ea3-63b2f0d37145 was deleted as no HA routers are present in tenant 6d26044c6af142f99a97ed59d4046f91. [pid: 9|app: 0|req: 1143/2128] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:10 2026] DELETE /v2.0/routers/f45d443d-b7ec-448f-adcb-0869723df3cc => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2129] 10.0.0.87 () {32 vars in 677 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2130] 10.0.0.87 () {32 vars in 689 bytes} [Wed May 20 18:47:10 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1144/2131] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:10 2026] DELETE /v2.0/subnets/e6b5ad6f-356f-42a2-834f-5ffac0cf0d81 => 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: 988/2132] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:10 2026] DELETE /v2.0/ports/5ace133f-f4f9-48ff-9f19-f3140ebd9787 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2133] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:11 2026] DELETE /v2.0/ports/c17aaaed-5c84-47b2-ab39-614407da2ea6 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1145/2134] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:10 2026] DELETE /v2.0/networks/5c663599-55ce-4579-abb4-005e7d87d11b => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:11.329 9 WARNING neutron_lib.context [None req-d0249a30-3920-412d-8344-41cb9f428fa9 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:11.374 9 INFO neutron.db.segments_db [None req-d0249a30-3920-412d-8344-41cb9f428fa9 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Added segment 64310659-a71c-4ca7-8b5f-f1476caa5876 of type vxlan for network 5ee50fe0-973b-4358-81dd-934ff22f9a12 [pid: 8|app: 0|req: 990/2135] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:11 2026] DELETE /v2.0/ports/c04e0b05-ee8d-4aab-bded-be2f7fe42a66 => 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: 991/2136] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:11 2026] DELETE /v2.0/ports/170be144-02bd-41db-b837-8aed8ab3a624 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:11.631 9 INFO neutron.db.l3_hamode_db [None req-d0249a30-3920-412d-8344-41cb9f428fa9 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 992/2137] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:11 2026] DELETE /v2.0/ports/9357a444-4335-4a56-a5fc-e19d85f42c70 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:11.931 8 INFO neutron.services.segments.plugin [-] Segment 590b9d16-6c25-4ef0-aa5d-ed50fc5e6042 resource provider aggregate not found 2026-05-20 18:47:11.935 8 INFO neutron.services.segments.plugin [-] Segment 590b9d16-6c25-4ef0-aa5d-ed50fc5e6042 resource provider aggregate not found 2026-05-20 18:47:11.950 8 INFO neutron.services.segments.plugin [-] Segment 590b9d16-6c25-4ef0-aa5d-ed50fc5e6042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 590b9d16-6c25-4ef0-aa5d-ed50fc5e6042 found for delete ", "request_id": "req-385294c2-56dc-4386-a9c1-737032034e91"}]} 2026-05-20 18:47:11.951 8 INFO neutron.services.segments.plugin [-] Segment 590b9d16-6c25-4ef0-aa5d-ed50fc5e6042 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 590b9d16-6c25-4ef0-aa5d-ed50fc5e6042 found for delete ", "request_id": "req-dd31af19-6c17-4d9b-bd28-f6538f0287ae"}]} [pid: 8|app: 0|req: 993/2138] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:11 2026] DELETE /v2.0/networks/f2f15706-9de4-4ca2-a206-5be6c4af4a6f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2139] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:11 2026] DELETE /v2.0/networks/8e9880cd-eed7-44ac-b448-95929882a06a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2140] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:12 2026] DELETE /v2.0/networks/036450f6-05b1-4ac9-af05-c56b8dda1829 => 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: 996/2141] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:12 2026] DELETE /v2.0/networks/ba17c577-8aef-4676-84a9-7ba4baeed3be => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:12.446 9 INFO neutron.db.l3_hamode_db [None req-d0249a30-3920-412d-8344-41cb9f428fa9 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 997/2142] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:12 2026] DELETE /v2.0/networks/cd89c767-5cb4-4afb-b1a5-b22f7d585fc3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:12.822 9 INFO neutron.services.segments.plugin [-] Segment 52994255-18d2-48d6-adfb-bf1d05771335 resource provider aggregate not found 2026-05-20 18:47:12.825 9 INFO neutron.services.segments.plugin [-] Segment 52994255-18d2-48d6-adfb-bf1d05771335 resource provider aggregate not found 2026-05-20 18:47:12.834 9 INFO neutron.services.segments.plugin [-] Segment 52994255-18d2-48d6-adfb-bf1d05771335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52994255-18d2-48d6-adfb-bf1d05771335 found for delete ", "request_id": "req-fdbe9eba-b413-4b1c-a249-7cabc060ac13"}]} 2026-05-20 18:47:12.839 9 INFO neutron.services.segments.plugin [-] Segment 52994255-18d2-48d6-adfb-bf1d05771335 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52994255-18d2-48d6-adfb-bf1d05771335 found for delete ", "request_id": "req-8cf1a0de-b1c9-4b51-93dd-01fd1927304f"}]} [pid: 9|app: 0|req: 1146/2143] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:11 2026] POST /v2.0/routers => generated 687 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1147/2144] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:47:13 2026] GET /v2.0/routers/05ad5a48-ad12-409c-ac3f-d8d9e3194d64 => generated 693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2145] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:13 2026] GET /v2.0/security-groups?tenant_id=01949616f5b7483f8d291e88772d6b04&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1148/2146] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:47:13 2026] GET /v2.0/routers => generated 696 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2147] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:13 2026] DELETE /v2.0/security-groups/7bc9935f-f4c6-4e37-8ed3-671259093aba => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2148] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:13 2026] GET /v2.0/security-groups?tenant_id=671681f6d9174f639f8fdd364ec46d98&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1149/2149] 10.0.0.87 () {34 vars in 740 bytes} [Wed May 20 18:47:13 2026] PUT /v2.0/routers/05ad5a48-ad12-409c-ac3f-d8d9e3194d64 => generated 700 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2150] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:13 2026] DELETE /v2.0/security-groups/1000dd30-771e-481e-9251-a3a37c42b94e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1150/2151] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:47:13 2026] GET /v2.0/routers/05ad5a48-ad12-409c-ac3f-d8d9e3194d64 => generated 700 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:14.040 8 INFO neutron.services.segments.plugin [-] Segment 49e87177-c1ec-4a93-9158-bc14437219b4 resource provider aggregate not found 2026-05-20 18:47:14.046 8 INFO neutron.services.segments.plugin [-] Segment 49e87177-c1ec-4a93-9158-bc14437219b4 resource provider aggregate not found [pid: 8|app: 0|req: 1002/2152] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:14 2026] GET /v2.0/ports?device_id=05ad5a48-ad12-409c-ac3f-d8d9e3194d64 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:14.084 8 INFO neutron.services.segments.plugin [-] Segment 49e87177-c1ec-4a93-9158-bc14437219b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49e87177-c1ec-4a93-9158-bc14437219b4 found for delete ", "request_id": "req-47d23b0d-bcfd-4db7-93b2-1f591cfe3a98"}]} 2026-05-20 18:47:14.091 8 INFO neutron.services.segments.plugin [-] Segment 49e87177-c1ec-4a93-9158-bc14437219b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49e87177-c1ec-4a93-9158-bc14437219b4 found for delete ", "request_id": "req-0d578cc9-efad-4a32-90c1-c15f097e3ac8"}]} 2026-05-20 18:47:14.107 8 INFO neutron.services.segments.plugin [-] Segment c4012fc7-9502-4415-949d-37c95c40759a resource provider aggregate not found 2026-05-20 18:47:14.111 8 INFO neutron.services.segments.plugin [-] Segment c4012fc7-9502-4415-949d-37c95c40759a resource provider aggregate not found 2026-05-20 18:47:14.120 8 INFO neutron.services.segments.plugin [-] Segment c4012fc7-9502-4415-949d-37c95c40759a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4012fc7-9502-4415-949d-37c95c40759a found for delete ", "request_id": "req-fb5756ef-f3eb-4bcf-8d8d-67bb1e0f2b8b"}]} 2026-05-20 18:47:14.124 8 INFO neutron.services.segments.plugin [-] Segment c4012fc7-9502-4415-949d-37c95c40759a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4012fc7-9502-4415-949d-37c95c40759a found for delete ", "request_id": "req-f45ae989-6010-4d60-9690-88837c25dd24"}]} 2026-05-20 18:47:14.135 8 INFO neutron.services.segments.plugin [-] Segment 3eb986be-bd14-48dc-94d9-72a6a6387617 resource provider aggregate not found 2026-05-20 18:47:14.140 8 INFO neutron.services.segments.plugin [-] Segment 3eb986be-bd14-48dc-94d9-72a6a6387617 resource provider aggregate not found 2026-05-20 18:47:14.156 8 INFO neutron.services.segments.plugin [-] Segment 3eb986be-bd14-48dc-94d9-72a6a6387617 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eb986be-bd14-48dc-94d9-72a6a6387617 found for delete ", "request_id": "req-473fea41-1a89-475b-ae1b-8db62b335e4e"}]} 2026-05-20 18:47:14.160 8 INFO neutron.services.segments.plugin [-] Segment 3eb986be-bd14-48dc-94d9-72a6a6387617 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eb986be-bd14-48dc-94d9-72a6a6387617 found for delete ", "request_id": "req-81f53b43-0848-400b-814c-6f506bc1a32c"}]} 2026-05-20 18:47:14.180 8 INFO neutron.services.segments.plugin [-] Segment 201fe41e-bf43-4011-ad29-51ff1135fceb resource provider aggregate not found 2026-05-20 18:47:14.185 8 INFO neutron.services.segments.plugin [-] Segment 201fe41e-bf43-4011-ad29-51ff1135fceb resource provider aggregate not found 2026-05-20 18:47:14.200 8 INFO neutron.services.segments.plugin [-] Segment 201fe41e-bf43-4011-ad29-51ff1135fceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 201fe41e-bf43-4011-ad29-51ff1135fceb found for delete ", "request_id": "req-da45e4cf-7aa1-4acb-8acf-a352e139f37c"}]} 2026-05-20 18:47:14.202 8 INFO neutron.services.segments.plugin [-] Segment 201fe41e-bf43-4011-ad29-51ff1135fceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 201fe41e-bf43-4011-ad29-51ff1135fceb found for delete ", "request_id": "req-4a552850-85c2-49e8-8b8f-c1b3e4c68c3e"}]} [pid: 8|app: 0|req: 1003/2153] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:14 2026] GET /v2.0/security-groups?tenant_id=8787ba7bc10143f89798b9ddd7bef72a&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2154] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:14 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2155] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:14 2026] DELETE /v2.0/security-groups/39642028-2e95-4c3b-9b87-9d2d9e61699b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2156] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:14 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&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: 1007/2157] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:14 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1279 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2158] 10.0.0.87 () {32 vars in 857 bytes} [Wed May 20 18:47:14 2026] GET /v2.0/floatingips?floating_network_id=3bed9746-3d9e-4659-8322-b9165af40d04&port_id=4e36161e-09d3-4086-9e06-60fdfd201e8e => generated 860 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:14.929 9 INFO neutron.services.segments.plugin [-] Segment 64310659-a71c-4ca7-8b5f-f1476caa5876 resource provider aggregate not found 2026-05-20 18:47:14.933 9 INFO neutron.services.segments.plugin [-] Segment 64310659-a71c-4ca7-8b5f-f1476caa5876 resource provider aggregate not found 2026-05-20 18:47:14.943 9 INFO neutron.services.segments.plugin [-] Segment 64310659-a71c-4ca7-8b5f-f1476caa5876 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64310659-a71c-4ca7-8b5f-f1476caa5876 found for delete ", "request_id": "req-87a4d140-7546-41ba-bb30-e678b236d45a"}]} 2026-05-20 18:47:14.949 9 INFO neutron.services.segments.plugin [-] Segment 64310659-a71c-4ca7-8b5f-f1476caa5876 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64310659-a71c-4ca7-8b5f-f1476caa5876 found for delete ", "request_id": "req-38ca7e4b-75e8-4e19-babe-086a85dfdb49"}]} 2026-05-20 18:47:14.952 9 INFO neutron.db.l3_hamode_db [None req-84caf822-13c7-40bd-b35c-c84b236af116 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] HA network 5ee50fe0-973b-4358-81dd-934ff22f9a12 was deleted as no HA routers are present in tenant 6d26044c6af142f99a97ed59d4046f91. [pid: 9|app: 0|req: 1151/2159] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:14 2026] DELETE /v2.0/routers/05ad5a48-ad12-409c-ac3f-d8d9e3194d64 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2160] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:14 2026] GET /v2.0/ports?device_id=05ad5a48-ad12-409c-ac3f-d8d9e3194d64 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:15.010 9 INFO neutron.api.v2.resource [None req-ee1db4c3-e3f0-4ef3-be59-e71c5de82a75 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1152/2161] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:14 2026] DELETE /v2.0/routers/05ad5a48-ad12-409c-ac3f-d8d9e3194d64 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2162] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:15 2026] GET /v2.0/ports?device_id=f45d443d-b7ec-448f-adcb-0869723df3cc => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:15.063 9 INFO neutron.api.v2.resource [None req-1fab99d5-8211-439b-bcba-ff9228fe6f53 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1153/2163] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/routers/f45d443d-b7ec-448f-adcb-0869723df3cc => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:47:15.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5aa6d31-3359-4897-93e8-9342348ce680 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1011/2164] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/subnets/e6b5ad6f-356f-42a2-834f-5ffac0cf0d81 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1154/2165] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:15 2026] GET /v2.0/ports?device_id=9ba364ee-5b38-4151-a4cd-693e93bb836a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:15.133 8 INFO neutron.api.v2.resource [None req-9d79d911-879b-41f5-8267-a49eaf5c2c8f ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1012/2166] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/routers/9ba364ee-5b38-4151-a4cd-693e93bb836a => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:47:15.155 9 INFO neutron.pecan_wsgi.hooks.translation [None req-cef04654-0281-4489-948f-5ddeb5284ad4 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1155/2167] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/subnets/870d87a8-74be-44b1-9544-0793ee60ef84 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2168] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:15 2026] GET /v2.0/ports?device_id=c164044a-8a7b-4c0f-a06e-b0a5bad721ea => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:15.210 9 INFO neutron.api.v2.resource [None req-9d00f636-8b95-41d4-b34f-003b415991d9 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1156/2169] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/routers/c164044a-8a7b-4c0f-a06e-b0a5bad721ea => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:47:15.231 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b90313b9-b98f-419e-bcf5-79a04085d114 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/2170] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/subnets/45070183-477f-46e6-ad74-e0730d6db355 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:47:15.250 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c0da957d-7345-4180-bf1c-d9edf562f914 ca442c6835224e39a717aed789f2d92c 6d26044c6af142f99a97ed59d4046f91 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1157/2171] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/subnets/ff0de96b-372c-4b08-87fc-6956f65d740a => 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: 1015/2172] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:47:15 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1158/2173] 10.0.0.108 () {34 vars in 1120 bytes} [Wed May 20 18:47:15 2026] GET /v2.0/security-groups?id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&id=ac952833-bc04-44fb-9528-daaa0a9e1061&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: 1016/2174] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:15 2026] GET /v2.0/security-groups?tenant_id=6d26044c6af142f99a97ed59d4046f91&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1159/2175] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:15 2026] DELETE /v2.0/security-groups/54d510ff-5d6e-47db-8055-c6a970304d7e => 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: 1017/2176] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:17 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1160/2177] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:17 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2178] 10.0.0.87 () {34 vars in 677 bytes} [Wed May 20 18:47:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2179] 10.0.0.87 () {34 vars in 677 bytes} [Wed May 20 18:47:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1161/2180] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:18 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2181] 10.0.0.87 () {34 vars in 677 bytes} [Wed May 20 18:47:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1162/2182] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:18 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2183] 10.0.0.87 () {34 vars in 677 bytes} [Wed May 20 18:47:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1163/2184] 10.0.0.87 () {34 vars in 677 bytes} [Wed May 20 18:47:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2185] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:47:19 2026] PUT /v2.0/policies/01faaf9e-9143-4336-a1e8-82105a1dcde1/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1164/2186] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:47:19 2026] PUT /v2.0/policies/70007c4e-c817-4648-83b9-1a310ffa1d15/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2187] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:47:19 2026] PUT /v2.0/policies/9e4e1e3e-5ce9-414e-9de8-a2e11cafd833/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1165/2188] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:47:19 2026] PUT /v2.0/policies/ee6f7603-18e7-4b53-82a9-9b91ccc48e0c/tags => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1166/2189] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:47:19 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2190] 10.0.0.87 () {32 vars in 673 bytes} [Wed May 20 18:47:19 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: 1025/2191] 10.0.0.87 () {32 vars in 687 bytes} [Wed May 20 18:47:19 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2192] 10.0.0.87 () {32 vars in 683 bytes} [Wed May 20 18:47:19 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2193] 10.0.0.87 () {32 vars in 695 bytes} [Wed May 20 18:47:19 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2194] 10.0.0.87 () {32 vars in 681 bytes} [Wed May 20 18:47:19 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:19.966 9 INFO neutron.db.l3_db [req-42ad45ec-ee25-4f0f-9e1f-283d1842cdd5 req-586a0705-f3d2-4bdb-8199-c0464ad40a20 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] Floating IP 2015611e-4b32-4f20-816f-09448a0a513f disassociated. External IP: 10.96.250.205, port: 4e36161e-09d3-4086-9e06-60fdfd201e8e. [pid: 8|app: 0|req: 1029/2195] 10.0.0.87 () {32 vars in 695 bytes} [Wed May 20 18:47:19 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2196] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:20 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 1008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2197] 10.0.0.87 () {32 vars in 691 bytes} [Wed May 20 18:47:20 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2198] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:47:20 2026] GET /v2.0/security-groups?id=ac952833-bc04-44fb-9528-daaa0a9e1061&id=51298aeb-9d2b-4ae3-b899-7165ad3ba5c9&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: 8|app: 0|req: 1033/2199] 10.0.0.87 () {32 vars in 703 bytes} [Wed May 20 18:47:20 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2202] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:47:20 2026] DELETE /v2.0/qos/policies/01faaf9e-9143-4336-a1e8-82105a1dcde1 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1167/2203] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:47:19 2026] DELETE /v2.0/ports/4e36161e-09d3-4086-9e06-60fdfd201e8e => generated 0 bytes in 758 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2204] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:47:20 2026] DELETE /v2.0/qos/policies/70007c4e-c817-4648-83b9-1a310ffa1d15 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:20.478 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad992c32-3fbd-4282-a7e9-fc061b9eb937'] response: {'server_uuid': '4aff1cd2-0b32-44d3-8932-0e897456f761', 'name': 'network-vif-deleted', 'tag': '4e36161e-09d3-4086-9e06-60fdfd201e8e', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1168/2205] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:47:20 2026] DELETE /v2.0/qos/policies/9e4e1e3e-5ce9-414e-9de8-a2e11cafd833 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2206] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:47:20 2026] DELETE /v2.0/qos/policies/ee6f7603-18e7-4b53-82a9-9b91ccc48e0c => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1169/2207] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:47:20 2026] DELETE /v2.0/qos/policies/8168d0d3-143f-40ef-8ee0-4dc3ab11b158 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1170/2208] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:21 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => 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: 1039/2209] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:21 2026] GET /v2.0/security-groups?tenant_id=c407d14b26c14aafbec86a5119254aa5&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1171/2210] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:21 2026] DELETE /v2.0/security-groups/4cb97e84-456f-4732-9af1-2c76e1ab1e80 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1172/2211] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:21 2026] GET /v2.0/security-groups?tenant_id=b4864f2613924fb5973970be1b8aee1e&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1173/2212] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:21 2026] DELETE /v2.0/security-groups/9c6807ac-79b5-41ae-8fe7-985036de5718 => 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: 1040/2213] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:21 2026] GET /v2.0/security-groups?tenant_id=3ba5b0c88cb04aa58406e53ecdae211d&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1174/2214] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:21 2026] DELETE /v2.0/security-groups/9c1f7283-cafb-4377-b6fd-8e07cef12ba0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2215] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:22 2026] GET /v2.0/security-groups?tenant_id=7192c8aa2e1446049416482640ddd65f&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1175/2216] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:22 2026] DELETE /v2.0/security-groups/8bd0b1f2-0eed-4da9-8508-cbf8e3b5fd75 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2217] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:22 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1176/2218] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:22 2026] GET /v2.0/security-groups?tenant_id=5a8d45ed2810487abada46e4e5511c18&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2219] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:22 2026] DELETE /v2.0/security-groups/9a58183f-3b8c-4843-abcb-657bb52c1a29 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1177/2220] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:47:23 2026] GET /v2.0/ports?device_id=4aff1cd2-0b32-44d3-8932-0e897456f761 => 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: 1044/2221] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:24 2026] DELETE /v2.0/security-groups/51298aeb-9d2b-4ae3-b899-7165ad3ba5c9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:24.777 9 INFO neutron.api.v2.resource [None req-c101ed65-1701-42f1-b3c1-f816179ede51 2eeaac843e4c4731b7a847e556df334c 96dc136960cb483f8fe7e78c382210e5 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1178/2222] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:47:24 2026] GET /v2.0/security-groups/51298aeb-9d2b-4ae3-b899-7165ad3ba5c9 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2223] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:47:24 2026] DELETE /v2.0/floatingips/2015611e-4b32-4f20-816f-09448a0a513f => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1179/2224] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:25 2026] DELETE /v2.0/security-groups/ac952833-bc04-44fb-9528-daaa0a9e1061 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2225] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:25 2026] GET /v2.0/security-groups?tenant_id=8569a99e29b74b8f8bbb69c6ba94e850&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2226] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:25 2026] DELETE /v2.0/security-groups/9a9cb0e7-3259-4b07-bb7c-e73dde82cbb5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1180/2227] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:47:25 2026] PUT /v2.0/routers/92fe2abd-a464-4340-9899-b5c62822c279/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:26.320 8 WARNING neutron_lib.context [None req-e1b93371-9c62-4515-b29a-713d0cd92f46 51a22e0a28f74e6b9109ad757bf361ca 5718fddeafff427ab77d2fcf48f77447 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:26.483 8 INFO neutron.db.segments_db [None req-e1b93371-9c62-4515-b29a-713d0cd92f46 51a22e0a28f74e6b9109ad757bf361ca 5718fddeafff427ab77d2fcf48f77447 - - default default] Added segment 03552d67-865c-490c-8783-f8a61979bb7f of type vxlan for network 73e5d650-8f5d-445f-ad82-409c364184c3 [pid: 8|app: 0|req: 1048/2228] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:26 2026] POST /v2.0/networks => generated 631 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:26.601 8 WARNING neutron_lib.context [None req-147a97d4-6ce1-4f42-ae0a-d9b01150ed7f 51a22e0a28f74e6b9109ad757bf361ca 5718fddeafff427ab77d2fcf48f77447 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1049/2229] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:26 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /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: 1050/2230] 10.0.0.87 () {34 vars in 746 bytes} [Wed May 20 18:47:26 2026] PUT /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2231] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:47:26 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2232] 10.0.0.87 () {34 vars in 757 bytes} [Wed May 20 18:47:27 2026] PUT /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/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: 1053/2233] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/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: 1054/2234] 10.0.0.87 () {34 vars in 753 bytes} [Wed May 20 18:47:27 2026] PUT /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2235] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2236] 10.0.0.87 () {34 vars in 775 bytes} [Wed May 20 18:47:27 2026] PUT /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-20 18:47:27.240 9 INFO neutron.services.segments.plugin [-] Segment 8cb55b03-7e68-413a-8921-6a75744a39a4 resource provider aggregate not found [pid: 8|app: 0|req: 1057/2237] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:27.249 9 INFO neutron.services.segments.plugin [-] Segment 8cb55b03-7e68-413a-8921-6a75744a39a4 resource provider aggregate not found 2026-05-20 18:47:27.265 9 INFO neutron.services.segments.plugin [-] Segment 8cb55b03-7e68-413a-8921-6a75744a39a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cb55b03-7e68-413a-8921-6a75744a39a4 found for delete ", "request_id": "req-4acf6882-f0e3-4f23-a7a5-cc588a1b72e9"}]} 2026-05-20 18:47:27.266 9 INFO neutron.services.segments.plugin [-] Segment 8cb55b03-7e68-413a-8921-6a75744a39a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cb55b03-7e68-413a-8921-6a75744a39a4 found for delete ", "request_id": "req-73e9840a-d55e-4197-928b-a35cf6cfe25a"}]} 2026-05-20 18:47:27.273 9 INFO neutron.db.l3_hamode_db [None req-b1232a68-bfb8-4e11-a261-b3b501ae0d64 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network be2a635b-b666-4bee-9d5c-9b0ed1b474cf was deleted as no HA routers are present in tenant 96dc136960cb483f8fe7e78c382210e5. [pid: 9|app: 0|req: 1181/2238] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:26 2026] DELETE /v2.0/routers/92fe2abd-a464-4340-9899-b5c62822c279 => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2239] 10.0.0.87 () {34 vars in 746 bytes} [Wed May 20 18:47:27 2026] PUT /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2240] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2241] 10.0.0.87 () {32 vars in 734 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:27.419 8 INFO neutron.api.v2.resource [None req-a8d6ddf0-f832-482c-b3dc-2fb0049ad07e 51a22e0a28f74e6b9109ad757bf361ca 5718fddeafff427ab77d2fcf48f77447 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2242] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2243] 10.0.0.87 () {32 vars in 737 bytes} [Wed May 20 18:47:27 2026] DELETE /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1182/2244] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:27 2026] DELETE /v2.0/subnets/9e9c959d-396b-46d5-918f-fc550342943c => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2245] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:27.561 8 INFO neutron.api.v2.resource [None req-f41d090b-54d3-4064-990a-abc9d1078ccf 51a22e0a28f74e6b9109ad757bf361ca 5718fddeafff427ab77d2fcf48f77447 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/2246] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:47:27 2026] DELETE /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2247] 10.0.0.87 () {32 vars in 729 bytes} [Wed May 20 18:47:27 2026] DELETE /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2248] 10.0.0.87 () {32 vars in 726 bytes} [Wed May 20 18:47:27 2026] GET /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1183/2249] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:27 2026] DELETE /v2.0/networks/60fc0fed-2476-4544-97a1-69eb82a84d59 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2250] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:27 2026] DELETE /v2.0/ports/3cb9db28-4196-4696-a0e5-e7424d86f066 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:27.954 8 INFO neutron.services.segments.plugin [-] Segment 03552d67-865c-490c-8783-f8a61979bb7f resource provider aggregate not found 2026-05-20 18:47:27.959 8 INFO neutron.services.segments.plugin [-] Segment 03552d67-865c-490c-8783-f8a61979bb7f resource provider aggregate not found 2026-05-20 18:47:27.973 8 INFO neutron.services.segments.plugin [-] Segment 03552d67-865c-490c-8783-f8a61979bb7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03552d67-865c-490c-8783-f8a61979bb7f found for delete ", "request_id": "req-260f844c-e57c-4e2f-99e5-e80e3f42ff23"}]} 2026-05-20 18:47:27.974 8 INFO neutron.services.segments.plugin [-] Segment 03552d67-865c-490c-8783-f8a61979bb7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03552d67-865c-490c-8783-f8a61979bb7f found for delete ", "request_id": "req-d42bafb1-ad34-4afc-85f9-76f91675ff78"}]} [pid: 8|app: 0|req: 1068/2251] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:27 2026] DELETE /v2.0/networks/73e5d650-8f5d-445f-ad82-409c364184c3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2252] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:28 2026] GET /v2.0/security-groups?tenant_id=496754797289406e8dabb810507af53b&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2253] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:28 2026] DELETE /v2.0/security-groups/446832a6-32f1-4cf7-87c2-f30043437ad5 => 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: 1071/2254] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:28 2026] GET /v2.0/security-groups?tenant_id=5718fddeafff427ab77d2fcf48f77447&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2255] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:28 2026] DELETE /v2.0/security-groups/91461f23-4fcb-47b1-a419-d7f656951d58 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1184/2256] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:47:27 2026] PUT /v2.0/routers/f2c0dab9-0bef-4350-8437-befb783921c9/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: 1073/2257] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:29 2026] GET /v2.0/security-groups?tenant_id=e2375ea4404b470a84d98b8bd01fb32a&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 18:47:29.288 9 INFO neutron.services.segments.plugin [-] Segment fbe53ac4-62e6-4cf5-a6a6-19223089ab42 resource provider aggregate not found 2026-05-20 18:47:29.293 9 INFO neutron.services.segments.plugin [-] Segment fbe53ac4-62e6-4cf5-a6a6-19223089ab42 resource provider aggregate not found 2026-05-20 18:47:29.303 9 INFO neutron.services.segments.plugin [-] Segment fbe53ac4-62e6-4cf5-a6a6-19223089ab42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe53ac4-62e6-4cf5-a6a6-19223089ab42 found for delete ", "request_id": "req-111adbc7-3dec-4674-ab96-57cbdcb6bc3e"}]} 2026-05-20 18:47:29.305 9 INFO neutron.services.segments.plugin [-] Segment fbe53ac4-62e6-4cf5-a6a6-19223089ab42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe53ac4-62e6-4cf5-a6a6-19223089ab42 found for delete ", "request_id": "req-bbbb89f1-ad9a-40da-94f9-f192c5564c33"}]} [pid: 8|app: 0|req: 1074/2258] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:29 2026] DELETE /v2.0/security-groups/12858c59-9b10-4b05-ac43-ba2e14a2be2d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:30.085 9 INFO neutron.db.l3_hamode_db [None req-5c861503-4dce-4355-8e84-1e04ef6dcdbc f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] HA network 4db23c6a-e434-457c-82f8-66b3dc614f45 was deleted as no HA routers are present in tenant fccd2ed5eaf140e5bff116717dc0744e. [pid: 9|app: 0|req: 1185/2259] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:29 2026] DELETE /v2.0/routers/f2c0dab9-0bef-4350-8437-befb783921c9 => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2260] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:30 2026] DELETE /v2.0/subnets/8aac8348-5d4f-45e4-906d-ab8f8e152fb9 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1186/2261] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:30 2026] DELETE /v2.0/networks/b8e9cddf-e16a-4390-bb65-73d11f7c0720 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2262] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:30 2026] GET /v2.0/security-groups?tenant_id=96dc136960cb483f8fe7e78c382210e5&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1187/2263] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:30 2026] DELETE /v2.0/security-groups/0e5c013a-6693-46ad-9d38-e639ce40fcc9 => 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: 1077/2264] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:31 2026] GET /v2.0/security-groups?tenant_id=fccd2ed5eaf140e5bff116717dc0744e&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:31.319 9 INFO neutron.services.segments.plugin [-] Segment 577f4f4e-8f12-4423-b31a-f939daf7982b resource provider aggregate not found 2026-05-20 18:47:31.325 9 INFO neutron.services.segments.plugin [-] Segment 577f4f4e-8f12-4423-b31a-f939daf7982b resource provider aggregate not found 2026-05-20 18:47:31.338 9 INFO neutron.services.segments.plugin [-] Segment 577f4f4e-8f12-4423-b31a-f939daf7982b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 577f4f4e-8f12-4423-b31a-f939daf7982b found for delete ", "request_id": "req-ada8ada0-57c6-459a-b8d7-886b3e5409eb"}]} 2026-05-20 18:47:31.342 9 INFO neutron.services.segments.plugin [-] Segment 577f4f4e-8f12-4423-b31a-f939daf7982b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 577f4f4e-8f12-4423-b31a-f939daf7982b found for delete ", "request_id": "req-98bad9c3-a7ae-4695-90cd-519f742b8bdc"}]} 2026-05-20 18:47:31.350 9 INFO neutron.services.segments.plugin [-] Segment 9bc53bcd-04f8-4431-9b32-9bd59ee87092 resource provider aggregate not found 2026-05-20 18:47:31.354 9 INFO neutron.services.segments.plugin [-] Segment 9bc53bcd-04f8-4431-9b32-9bd59ee87092 resource provider aggregate not found [pid: 9|app: 0|req: 1188/2265] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:31 2026] DELETE /v2.0/security-groups/10bf6ed2-cd9c-42ab-b1ed-af8d462adfd0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:32.974 9 INFO neutron.services.segments.plugin [-] Segment 9bc53bcd-04f8-4431-9b32-9bd59ee87092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc53bcd-04f8-4431-9b32-9bd59ee87092 found for delete ", "request_id": "req-1beffa3c-aa9a-4f2c-ae17-a843d5be8c9f"}]} 2026-05-20 18:47:32.976 9 INFO neutron.services.segments.plugin [-] Segment 9bc53bcd-04f8-4431-9b32-9bd59ee87092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc53bcd-04f8-4431-9b32-9bd59ee87092 found for delete ", "request_id": "req-f2e94e9c-f6c7-4320-bb34-7753c7223335"}]} 2026-05-20 18:47:32.988 8 WARNING neutron_lib.context [None req-23ac5e02-3afd-4feb-8ada-6760bd97aead 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:33.153 8 INFO neutron.db.segments_db [None req-23ac5e02-3afd-4feb-8ada-6760bd97aead 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Added segment 083ce397-d9dc-4578-852b-5b5343edcd2e of type vxlan for network 2c1fec90-b52a-44ac-9604-52fb4900b121 [pid: 9|app: 0|req: 1189/2266] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:32 2026] GET /v2.0/security-groups?tenant_id=142407e955ae4a299162ad21336f7d6d&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2267] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:32 2026] POST /v2.0/networks => generated 631 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:33.259 8 WARNING neutron_lib.context [None req-40a29b31-ef20-499e-b4e9-c73bd1089ad8 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1190/2268] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:33 2026] DELETE /v2.0/security-groups/d56b6137-dd4b-480f-a863-b1cc191ad8a3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1191/2269] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:33 2026] GET /v2.0/security-groups?tenant_id=117b766704e447ee84e33df60916637e&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2270] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:33 2026] POST /v2.0/ports => generated 743 bytes in 326 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 18:47:33.591 8 WARNING neutron_lib.context [None req-2eb76162-a8b4-437b-9ca3-34d79c5caa76 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1192/2271] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:33 2026] DELETE /v2.0/security-groups/d0e9fa52-6a83-420e-a4d4-c491c43ea34d => 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: 1080/2272] 10.0.0.87 () {34 vars in 665 bytes} [Wed May 20 18:47:33 2026] POST /v2.0/trunks => generated 407 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:33.808 9 WARNING neutron_lib.context [None req-a596c8a9-7250-4c0f-a4cf-5dce24e24321 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:33.917 9 INFO neutron.db.segments_db [None req-a596c8a9-7250-4c0f-a4cf-5dce24e24321 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Added segment 62400bee-a6ae-41a8-a5a6-ba305baf8a1b of type vxlan for network 12e7e094-3201-4c24-aee8-28bf750d6bf7 [pid: 9|app: 0|req: 1193/2273] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:33 2026] POST /v2.0/networks => generated 631 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:34.013 8 WARNING neutron_lib.context [None req-b6e985a0-8b7d-45bd-8b8f-497c12cc9d93 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1081/2274] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:34 2026] POST /v2.0/ports => generated 743 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:34.398 9 WARNING neutron_lib.context [None req-3e751ac1-4160-445e-961b-e3f956bb1ab1 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1194/2275] 10.0.0.87 () {34 vars in 665 bytes} [Wed May 20 18:47:34 2026] POST /v2.0/trunks => generated 407 bytes in 367 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 18:47:34.766 8 WARNING neutron_lib.context [None req-c872d9ca-ccfe-4768-ae8a-ff0ba5ae0b05 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:34.821 8 INFO neutron.db.segments_db [None req-c872d9ca-ccfe-4768-ae8a-ff0ba5ae0b05 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Added segment c91c0117-75ce-45a1-a0fa-d2e900f33e23 of type vxlan for network f9d80b2d-122a-467a-9260-ddb2c231bb60 [pid: 8|app: 0|req: 1082/2276] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:34 2026] POST /v2.0/networks => generated 631 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:34.937 9 WARNING neutron_lib.context [None req-e6459bb8-09f1-464d-814f-7ee2d275f218 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1195/2279] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:34 2026] POST /v2.0/ports => generated 743 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:35.277 8 WARNING neutron_lib.context [None req-fabba890-6fd3-455d-ba13-e9cdea2e15b8 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1085/2280] 10.0.0.87 () {34 vars in 665 bytes} [Wed May 20 18:47:35 2026] POST /v2.0/trunks => generated 407 bytes in 156 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 18:47:35.436 9 WARNING neutron_lib.context [None req-e1c88a6f-2ef4-4eaf-a053-1df80e7d0575 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:35.491 9 INFO neutron.db.segments_db [None req-e1c88a6f-2ef4-4eaf-a053-1df80e7d0575 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Added segment ee97ac45-601e-4362-9f29-7dabc340b314 of type vxlan for network 696a49b4-b4bb-4bdc-ae1c-3693993997b8 [pid: 9|app: 0|req: 1196/2281] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:35 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 18:47:35.590 8 WARNING neutron_lib.context [None req-314db07c-591b-47b4-8b33-8e26ed7fcb6f 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1086/2282] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:35 2026] POST /v2.0/ports => generated 743 bytes in 306 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 18:47:35.898 8 WARNING neutron_lib.context [None req-cfef9d1a-0af3-4583-a3f6-c0a11e5527d7 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:35.923 9 INFO neutron.db.segments_db [None req-fbcd3e79-08b1-4183-8bc6-2ce74366e1c3 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] Added segment 6d4c45d1-c707-4ddb-a272-ae3131c6ca62 of type vxlan for network 9e7c52d1-5819-4306-be37-be7dbc40a6ec [pid: 9|app: 0|req: 1197/2283] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:35 2026] POST /v2.0/networks => generated 727 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2284] 10.0.0.87 () {34 vars in 665 bytes} [Wed May 20 18:47:35 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) 2026-05-20 18:47:36.058 8 WARNING neutron_lib.context [None req-bbad1c93-ec7a-45d8-8fb1-560eaabdfbf9 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:36.110 8 INFO neutron.db.segments_db [None req-bbad1c93-ec7a-45d8-8fb1-560eaabdfbf9 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Added segment 3362b9a0-61aa-47c1-af30-6ca10924068a of type vxlan for network 559b479f-b8a6-4cb0-94b0-194e41122b15 [pid: 9|app: 0|req: 1198/2285] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/subnets => generated 644 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:36.190 9 WARNING neutron.api.v2.base [None req-beafd928-439f-419d-93c7-8cbec558d6d3 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - 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 18:47:36.191 9 INFO neutron.api.v2.resource [None req-beafd928-439f-419d-93c7-8cbec558d6d3 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 9|app: 0|req: 1199/2286] 10.0.0.87 () {34 vars in 680 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2287] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:36.205 8 WARNING neutron_lib.context [None req-5cd65322-7f39-4cbc-86fe-fb99802fde29 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:36.360 9 INFO neutron.services.segments.plugin [-] Segment 6d4c45d1-c707-4ddb-a272-ae3131c6ca62 resource provider aggregate not found 2026-05-20 18:47:36.366 9 INFO neutron.services.segments.plugin [-] Segment 6d4c45d1-c707-4ddb-a272-ae3131c6ca62 resource provider aggregate not found 2026-05-20 18:47:36.371 9 INFO neutron.services.segments.plugin [-] Segment 6d4c45d1-c707-4ddb-a272-ae3131c6ca62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d4c45d1-c707-4ddb-a272-ae3131c6ca62 found for delete ", "request_id": "req-3bd52b75-0e98-4bfd-bce4-dbc8cce07c9d"}]} 2026-05-20 18:47:36.376 9 INFO neutron.services.segments.plugin [-] Segment 6d4c45d1-c707-4ddb-a272-ae3131c6ca62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d4c45d1-c707-4ddb-a272-ae3131c6ca62 found for delete ", "request_id": "req-885c4849-6d5f-46e5-92b1-800f9568bf4c"}]} [pid: 9|app: 0|req: 1200/2288] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:36 2026] DELETE /v2.0/networks/9e7c52d1-5819-4306-be37-be7dbc40a6ec => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:36.443 9 INFO neutron.db.segments_db [None req-efa18ba6-c8cb-4ba8-a000-ca8006a71639 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] Added segment 8b87b6f6-dc2c-4670-aeaa-8f647e1702a6 of type vxlan for network a8f26c72-91e5-4aa7-a457-bce76e0a70d4 [pid: 8|app: 0|req: 1089/2289] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/ports => generated 743 bytes in 306 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 18:47:36.516 8 WARNING neutron_lib.context [None req-ef767e88-4d7a-4f3f-bf05-13280b4908c9 55384940682f4986aaa916a4d1a4cbae 0f5ccc0b397b4dd6ab7ee9ae538104b2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1201/2290] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/networks => generated 726 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2291] 10.0.0.87 () {34 vars in 665 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2292] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:47:36 2026] PUT /v2.0/trunks/561dc1c4-3e3e-4bf5-a1a0-23abed39c615/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1202/2293] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/subnets => generated 647 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2294] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:47:36 2026] PUT /v2.0/trunks/05ded56e-f2e1-4d16-9f11-e248d15a4513/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:36.736 9 WARNING neutron.api.v2.base [None req-57cc66c8-f8ac-4eaf-b6f5-31f28d70a164 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - 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 18:47:36.737 9 INFO neutron.api.v2.resource [None req-57cc66c8-f8ac-4eaf-b6f5-31f28d70a164 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 9|app: 0|req: 1203/2295] 10.0.0.87 () {34 vars in 680 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1204/2296] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:47:36 2026] PUT /v2.0/trunks/7545cb7c-b890-470e-b1c3-f97bfa008b3a/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1205/2297] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:47:36 2026] PUT /v2.0/trunks/6d5aa7b4-9ac0-4829-b8ff-da66cd39bae9/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1206/2298] 10.0.0.87 () {32 vars in 661 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1207/2299] 10.0.0.87 () {32 vars in 675 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1208/2300] 10.0.0.87 () {32 vars in 671 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1209/2301] 10.0.0.87 () {32 vars in 683 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1210/2302] 10.0.0.87 () {32 vars in 669 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:36.930 8 INFO neutron.services.segments.plugin [-] Segment 8b87b6f6-dc2c-4670-aeaa-8f647e1702a6 resource provider aggregate not found 2026-05-20 18:47:36.935 8 INFO neutron.services.segments.plugin [-] Segment 8b87b6f6-dc2c-4670-aeaa-8f647e1702a6 resource provider aggregate not found [pid: 9|app: 0|req: 1211/2303] 10.0.0.87 () {32 vars in 683 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:36.948 8 INFO neutron.services.segments.plugin [-] Segment 8b87b6f6-dc2c-4670-aeaa-8f647e1702a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b87b6f6-dc2c-4670-aeaa-8f647e1702a6 found for delete ", "request_id": "req-02b8cb12-f552-4cf6-af6c-5895214c34dd"}]} 2026-05-20 18:47:36.950 8 INFO neutron.services.segments.plugin [-] Segment 8b87b6f6-dc2c-4670-aeaa-8f647e1702a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b87b6f6-dc2c-4670-aeaa-8f647e1702a6 found for delete ", "request_id": "req-fa5e5640-0dcd-49d0-a3fd-596529a59391"}]} [pid: 8|app: 0|req: 1093/2304] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:36 2026] DELETE /v2.0/networks/a8f26c72-91e5-4aa7-a457-bce76e0a70d4 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1212/2305] 10.0.0.87 () {32 vars in 679 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1213/2306] 10.0.0.87 () {32 vars in 691 bytes} [Wed May 20 18:47:36 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:47:37.015 8 INFO neutron.db.segments_db [None req-06a830c9-5154-40ed-a7ff-e33ab1b913ab 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] Added segment b6209333-d57c-48a0-bb45-3e356e424a3f of type vxlan for network f42e651e-8b46-4b6f-8963-ddf40b78926f [pid: 9|app: 0|req: 1214/2307] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/trunks/561dc1c4-3e3e-4bf5-a1a0-23abed39c615 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2308] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:47:36 2026] POST /v2.0/networks => generated 722 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1215/2309] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/ports/5dc99e0a-a060-4997-80cb-54784ea2392e => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1216/2310] 10.0.0.87 () {32 vars in 721 bytes} [Wed May 20 18:47:37 2026] DELETE /v2.0/trunks/561dc1c4-3e3e-4bf5-a1a0-23abed39c615 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1217/2311] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/trunks/05ded56e-f2e1-4d16-9f11-e248d15a4513 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1218/2312] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/ports/11f59ca2-53c7-47e2-8865-65048c57be0e => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2313] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:47:37 2026] POST /v2.0/subnets => generated 647 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1219/2314] 10.0.0.87 () {32 vars in 721 bytes} [Wed May 20 18:47:37 2026] DELETE /v2.0/trunks/05ded56e-f2e1-4d16-9f11-e248d15a4513 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1220/2315] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/trunks/7545cb7c-b890-470e-b1c3-f97bfa008b3a => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1221/2316] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/ports/dcfc3569-c2f1-4032-861f-ddc277b18ef2 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2317] 10.0.0.87 () {34 vars in 680 bytes} [Wed May 20 18:47:37 2026] POST /v2.0/rbac-policies => generated 324 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1222/2318] 10.0.0.87 () {32 vars in 721 bytes} [Wed May 20 18:47:37 2026] DELETE /v2.0/trunks/7545cb7c-b890-470e-b1c3-f97bfa008b3a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2319] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/trunks/6d5aa7b4-9ac0-4829-b8ff-da66cd39bae9 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1223/2320] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/ports/efa58943-bb57-4fe1-838d-523f258377ca => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2321] 10.0.0.87 () {32 vars in 721 bytes} [Wed May 20 18:47:37 2026] DELETE /v2.0/trunks/6d5aa7b4-9ac0-4829-b8ff-da66cd39bae9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1224/2322] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/trunks/4285ddbd-de0f-4d04-a40a-64bc131d8008 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2323] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/ports/1cacf091-4d77-4991-bcd1-7fe11f39eb71 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1225/2324] 10.0.0.87 () {32 vars in 721 bytes} [Wed May 20 18:47:37 2026] DELETE /v2.0/trunks/4285ddbd-de0f-4d04-a40a-64bc131d8008 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2325] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:47:37 2026] GET /v2.0/networks/f42e651e-8b46-4b6f-8963-ddf40b78926f => generated 652 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1226/2326] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:37 2026] DELETE /v2.0/ports/5dc99e0a-a060-4997-80cb-54784ea2392e => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:38.374 9 INFO neutron.pecan_wsgi.hooks.translation [None req-9c7631e8-aa20-4425-bf1c-82a254477cf7 ab40c815125e477eaf00ba593fb02fc9 c4a888a2ff29477cadf7635510849060 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1227/2327] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:47:38 2026] GET /v2.0/networks/f42e651e-8b46-4b6f-8963-ddf40b78926f => generated 138 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2328] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/ports/11f59ca2-53c7-47e2-8865-65048c57be0e => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2329] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/ports/dcfc3569-c2f1-4032-861f-ddc277b18ef2 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:38.827 9 INFO neutron.services.segments.plugin [-] Segment b6209333-d57c-48a0-bb45-3e356e424a3f resource provider aggregate not found 2026-05-20 18:47:38.834 9 INFO neutron.services.segments.plugin [-] Segment b6209333-d57c-48a0-bb45-3e356e424a3f resource provider aggregate not found 2026-05-20 18:47:38.849 9 INFO neutron.services.segments.plugin [-] Segment b6209333-d57c-48a0-bb45-3e356e424a3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6209333-d57c-48a0-bb45-3e356e424a3f found for delete ", "request_id": "req-151131e8-a7f4-45ef-a1dc-2eef05c8cc82"}]} 2026-05-20 18:47:38.853 9 INFO neutron.services.segments.plugin [-] Segment b6209333-d57c-48a0-bb45-3e356e424a3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6209333-d57c-48a0-bb45-3e356e424a3f found for delete ", "request_id": "req-8674c5c5-3925-4c71-a457-7da232ef541f"}]} [pid: 9|app: 0|req: 1228/2330] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/networks/f42e651e-8b46-4b6f-8963-ddf40b78926f => generated 0 bytes in 487 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2331] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/ports/efa58943-bb57-4fe1-838d-523f258377ca => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:38.881 9 INFO neutron.pecan_wsgi.hooks.translation [None req-dcc5556f-1b17-4856-98e1-2b5f8eefd352 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1229/2332] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/subnets/6755b4e6-2d39-47d8-aa18-e534c00431c6 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:47:38.898 9 INFO neutron.pecan_wsgi.hooks.translation [None req-bc6391c1-de85-483a-b6a2-b43e7c7034eb 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1230/2333] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/subnets/28058f95-4b88-4c8b-8ba0-872cacb3deb1 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:47:38.916 9 INFO neutron.pecan_wsgi.hooks.translation [None req-34b49bc0-a29e-4b4c-b77a-f6b54028a41f 7500d2793f284ff0840f53b8fc62793a 8e951e35334e445f9d54dd902202b859 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1231/2334] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/subnets/485a424d-623e-4248-941a-12bb6ebb6a54 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2335] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:47:38 2026] DELETE /v2.0/ports/1cacf091-4d77-4991-bcd1-7fe11f39eb71 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1232/2336] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:39 2026] DELETE /v2.0/networks/2c1fec90-b52a-44ac-9604-52fb4900b121 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:47:39.305 8 INFO neutron.services.segments.plugin [-] Segment 62400bee-a6ae-41a8-a5a6-ba305baf8a1b resource provider aggregate not found 2026-05-20 18:47:39.313 8 INFO neutron.services.segments.plugin [-] Segment 62400bee-a6ae-41a8-a5a6-ba305baf8a1b resource provider aggregate not found 2026-05-20 18:47:39.325 8 INFO neutron.services.segments.plugin [-] Segment 62400bee-a6ae-41a8-a5a6-ba305baf8a1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62400bee-a6ae-41a8-a5a6-ba305baf8a1b found for delete ", "request_id": "req-c9388657-66f5-4d13-98ff-65632dec360b"}]} 2026-05-20 18:47:39.328 8 INFO neutron.services.segments.plugin [-] Segment 62400bee-a6ae-41a8-a5a6-ba305baf8a1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62400bee-a6ae-41a8-a5a6-ba305baf8a1b found for delete ", "request_id": "req-a7b22fe6-696c-44aa-a2a7-ced2fb4c8c0f"}]} [pid: 8|app: 0|req: 1105/2337] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:39 2026] DELETE /v2.0/networks/12e7e094-3201-4c24-aee8-28bf750d6bf7 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1233/2338] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:39 2026] DELETE /v2.0/networks/f9d80b2d-122a-467a-9260-ddb2c231bb60 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2339] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:39 2026] DELETE /v2.0/networks/696a49b4-b4bb-4bdc-ae1c-3693993997b8 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1234/2340] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:47:39 2026] DELETE /v2.0/networks/559b479f-b8a6-4cb0-94b0-194e41122b15 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2341] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:39 2026] GET /v2.0/security-groups?tenant_id=8e951e35334e445f9d54dd902202b859&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1235/2342] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:39 2026] DELETE /v2.0/security-groups/7ca8d821-2e29-468f-811b-be5746442064 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2343] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:40 2026] GET /v2.0/security-groups?tenant_id=32b6d80a2985415c93094b8fbc489f9f&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1236/2344] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:40 2026] DELETE /v2.0/security-groups/1c269b12-fa69-4bea-811d-ecd1974f6e03 => 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: 1109/2345] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:40 2026] GET /v2.0/security-groups?tenant_id=c4a888a2ff29477cadf7635510849060&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:40.885 9 INFO neutron.services.segments.plugin [-] Segment 083ce397-d9dc-4578-852b-5b5343edcd2e resource provider aggregate not found 2026-05-20 18:47:40.891 9 INFO neutron.services.segments.plugin [-] Segment 083ce397-d9dc-4578-852b-5b5343edcd2e resource provider aggregate not found 2026-05-20 18:47:40.904 9 INFO neutron.services.segments.plugin [-] Segment 083ce397-d9dc-4578-852b-5b5343edcd2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 083ce397-d9dc-4578-852b-5b5343edcd2e found for delete ", "request_id": "req-fe6d0d3e-958e-4719-be2f-d3da54233a61"}]} 2026-05-20 18:47:40.909 9 INFO neutron.services.segments.plugin [-] Segment 083ce397-d9dc-4578-852b-5b5343edcd2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 083ce397-d9dc-4578-852b-5b5343edcd2e found for delete ", "request_id": "req-149ef2b3-e1ac-482c-a0ec-c89801834fec"}]} 2026-05-20 18:47:40.919 9 INFO neutron.services.segments.plugin [-] Segment c91c0117-75ce-45a1-a0fa-d2e900f33e23 resource provider aggregate not found 2026-05-20 18:47:40.925 9 INFO neutron.services.segments.plugin [-] Segment c91c0117-75ce-45a1-a0fa-d2e900f33e23 resource provider aggregate not found 2026-05-20 18:47:40.938 9 INFO neutron.services.segments.plugin [-] Segment c91c0117-75ce-45a1-a0fa-d2e900f33e23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c91c0117-75ce-45a1-a0fa-d2e900f33e23 found for delete ", "request_id": "req-434ab851-372c-4e02-87e0-56e9ebcc6648"}]} 2026-05-20 18:47:40.943 9 INFO neutron.services.segments.plugin [-] Segment c91c0117-75ce-45a1-a0fa-d2e900f33e23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c91c0117-75ce-45a1-a0fa-d2e900f33e23 found for delete ", "request_id": "req-2ed8e3d4-ab0a-4d00-a183-b11b353d8783"}]} 2026-05-20 18:47:40.956 9 INFO neutron.services.segments.plugin [-] Segment 3362b9a0-61aa-47c1-af30-6ca10924068a resource provider aggregate not found 2026-05-20 18:47:40.969 9 INFO neutron.services.segments.plugin [-] Segment 3362b9a0-61aa-47c1-af30-6ca10924068a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3362b9a0-61aa-47c1-af30-6ca10924068a found for delete ", "request_id": "req-ea456651-6648-4c9c-adda-11e844dc622a"}]} [pid: 8|app: 0|req: 1110/2346] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:40 2026] DELETE /v2.0/security-groups/3c202893-8624-46c3-9b33-ce5f70e96d26 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:40.976 9 INFO neutron.services.segments.plugin [-] Segment 3362b9a0-61aa-47c1-af30-6ca10924068a resource provider aggregate not found 2026-05-20 18:47:40.991 9 INFO neutron.services.segments.plugin [-] Segment 3362b9a0-61aa-47c1-af30-6ca10924068a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3362b9a0-61aa-47c1-af30-6ca10924068a found for delete ", "request_id": "req-851bfb01-538f-4618-b757-8be699fd8a18"}]} [pid: 9|app: 0|req: 1237/2347] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:40 2026] GET /v2.0/security-groups?tenant_id=924e8ac3ddf249039eb37cb170821919&name=default => generated 2929 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2348] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:41 2026] DELETE /v2.0/security-groups/23dba40a-8bec-44e4-8a2f-ced39c04a4f7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1238/2349] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:41 2026] GET /v2.0/security-groups?tenant_id=dbe48306de304706bd3e28181a54dc5c&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:47:41.639 8 INFO neutron.services.segments.plugin [-] Segment ee97ac45-601e-4362-9f29-7dabc340b314 resource provider aggregate not found 2026-05-20 18:47:41.646 8 INFO neutron.services.segments.plugin [-] Segment ee97ac45-601e-4362-9f29-7dabc340b314 resource provider aggregate not found 2026-05-20 18:47:41.660 8 INFO neutron.services.segments.plugin [-] Segment ee97ac45-601e-4362-9f29-7dabc340b314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee97ac45-601e-4362-9f29-7dabc340b314 found for delete ", "request_id": "req-3dcbc457-48a0-4155-b24a-55d06f1684f9"}]} 2026-05-20 18:47:41.661 8 INFO neutron.services.segments.plugin [-] Segment ee97ac45-601e-4362-9f29-7dabc340b314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee97ac45-601e-4362-9f29-7dabc340b314 found for delete ", "request_id": "req-e45b8d6e-d17f-4664-af5c-bb635493a6d8"}]} [pid: 8|app: 0|req: 1112/2350] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:41 2026] DELETE /v2.0/security-groups/afe94982-8dfb-49a2-bf88-3beb969a95b0 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1239/2351] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:41 2026] GET /v2.0/security-groups?tenant_id=0f5ccc0b397b4dd6ab7ee9ae538104b2&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2352] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:42 2026] DELETE /v2.0/security-groups/aa46dcba-9ce2-4dba-9362-2a06ffa7afbd => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:46.187 9 WARNING neutron_lib.context [None req-23f9ba6c-9f19-4f35-a087-5a4e2d611ec8 ed7da92992bb424eb075aa3476c52863 b58f9a49d3d1479d9053bb8ecb1eb773 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:46.231 9 INFO neutron.db.segments_db [None req-23f9ba6c-9f19-4f35-a087-5a4e2d611ec8 ed7da92992bb424eb075aa3476c52863 b58f9a49d3d1479d9053bb8ecb1eb773 - - default default] Added segment c7aa6938-d82a-491a-b5e5-a2c628d60487 of type vxlan for network 9d6d4be1-191c-4f71-a1e5-85e98ecc9a45 2026-05-20 18:47:46.399 8 WARNING neutron_lib.context [None req-896bc7ca-a19c-4e5b-943a-967364790ef5 68a16ed6f20444908a826c8b2436d41a 1e56b1d89ae0426f9991fb465745372f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:47:46.492 9 INFO neutron.db.l3_hamode_db [None req-23f9ba6c-9f19-4f35-a087-5a4e2d611ec8 ed7da92992bb424eb075aa3476c52863 b58f9a49d3d1479d9053bb8ecb1eb773 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:47:46.613 9 INFO neutron.db.l3_hamode_db [None req-23f9ba6c-9f19-4f35-a087-5a4e2d611ec8 ed7da92992bb424eb075aa3476c52863 b58f9a49d3d1479d9053bb8ecb1eb773 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1114/2353] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:47:46 2026] POST /v2.0/floatingips => generated 552 bytes in 1313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:47.672 8 WARNING neutron_lib.context [None req-207f5c4f-6e0f-499d-a548-80feb09a5b2a 68a16ed6f20444908a826c8b2436d41a 1e56b1d89ae0426f9991fb465745372f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1240/2354] 10.0.0.87 () {34 vars in 667 bytes} [Wed May 20 18:47:46 2026] POST /v2.0/routers => generated 474 bytes in 2061 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1241/2355] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:47:48 2026] PUT /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1242/2356] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:47:48 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1243/2357] 10.0.0.87 () {34 vars in 761 bytes} [Wed May 20 18:47:48 2026] PUT /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1244/2358] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:47:48 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2359] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:47:47 2026] POST /v2.0/floatingips => generated 552 bytes in 731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:48.405 8 WARNING neutron_lib.context [None req-2cc45f56-e5c3-424c-988f-e57cd3bc6870 68a16ed6f20444908a826c8b2436d41a 1e56b1d89ae0426f9991fb465745372f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1245/2360] 10.0.0.87 () {34 vars in 757 bytes} [Wed May 20 18:47:48 2026] PUT /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1246/2361] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:47:48 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1247/2362] 10.0.0.87 () {34 vars in 779 bytes} [Wed May 20 18:47:48 2026] PUT /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1248/2363] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:47:48 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 52 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1249/2364] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:47:48 2026] PUT /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1250/2365] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:47:48 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1251/2366] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:47:48 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:48.894 9 INFO neutron.api.v2.resource [None req-d096ba65-c94b-47f7-a47e-9ad2d36f5907 ed7da92992bb424eb075aa3476c52863 b58f9a49d3d1479d9053bb8ecb1eb773 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1252/2367] 10.0.0.87 () {32 vars in 742 bytes} [Wed May 20 18:47:48 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2368] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:47:48 2026] POST /v2.0/floatingips => generated 552 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:49.015 8 WARNING neutron_lib.context [None req-9126a527-0614-421d-ba33-1c01b0551401 68a16ed6f20444908a826c8b2436d41a 1e56b1d89ae0426f9991fb465745372f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1253/2369] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:47:48 2026] DELETE /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags/red => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1254/2370] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:47:49 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:49.325 9 INFO neutron.api.v2.resource [None req-427838e0-eb96-4924-99e5-cd548dde057e ed7da92992bb424eb075aa3476c52863 b58f9a49d3d1479d9053bb8ecb1eb773 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1255/2371] 10.0.0.87 () {32 vars in 745 bytes} [Wed May 20 18:47:49 2026] DELETE /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1256/2372] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:47:49 2026] DELETE /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 0 bytes in 426 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1257/2373] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:47:49 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1258/2374] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:47:49 2026] GET /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2375] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:47:49 2026] POST /v2.0/floatingips => generated 552 bytes in 1412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:47:50.434 8 WARNING neutron_lib.context [None req-e7d22236-b855-4146-9e8d-75a012211117 68a16ed6f20444908a826c8b2436d41a 1e56b1d89ae0426f9991fb465745372f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1259/2378] 10.0.0.87 () {34 vars in 741 bytes} [Wed May 20 18:47:49 2026] PUT /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14 => generated 480 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1260/2379] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:47:50 2026] GET /v2.0/ports?device_id=9029c317-bcee-4fce-9e3c-36d30a1bfb14 => 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: 1120/2380] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:47:50 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2381] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:47:51 2026] PUT /v2.0/floatingips/67b3f553-7196-461d-b336-25e03b3037f8/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2382] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:47:51 2026] PUT /v2.0/floatingips/420c801d-0391-462c-852e-a66810def277/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:51.160 9 INFO neutron.services.segments.plugin [-] Segment c7aa6938-d82a-491a-b5e5-a2c628d60487 resource provider aggregate not found [pid: 8|app: 0|req: 1123/2383] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:47:51 2026] PUT /v2.0/floatingips/8440fa4e-6b9a-4d71-8967-e9fab1a57978/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:47:51.164 9 INFO neutron.services.segments.plugin [-] Segment c7aa6938-d82a-491a-b5e5-a2c628d60487 resource provider aggregate not found 2026-05-20 18:47:51.178 9 INFO neutron.services.segments.plugin [-] Segment c7aa6938-d82a-491a-b5e5-a2c628d60487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7aa6938-d82a-491a-b5e5-a2c628d60487 found for delete ", "request_id": "req-2336a565-85ed-433b-88df-1ad09cfcbe71"}]} 2026-05-20 18:47:51.180 9 INFO neutron.services.segments.plugin [-] Segment c7aa6938-d82a-491a-b5e5-a2c628d60487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7aa6938-d82a-491a-b5e5-a2c628d60487 found for delete ", "request_id": "req-12298b1e-c3db-46e0-a7ee-4f82ff22acef"}]} 2026-05-20 18:47:51.204 9 INFO neutron.db.l3_hamode_db [None req-f7cc6488-9cd5-4eec-ac36-c969b701de21 ed7da92992bb424eb075aa3476c52863 b58f9a49d3d1479d9053bb8ecb1eb773 - - default default] HA network 9d6d4be1-191c-4f71-a1e5-85e98ecc9a45 was deleted as no HA routers are present in tenant b58f9a49d3d1479d9053bb8ecb1eb773. [pid: 8|app: 0|req: 1124/2384] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:47:51 2026] PUT /v2.0/floatingips/27f77807-5766-4ba0-8a19-3e4c858d4f6f/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1261/2385] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:47:50 2026] DELETE /v2.0/routers/9029c317-bcee-4fce-9e3c-36d30a1bfb14 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2386] 10.0.0.87 () {32 vars in 671 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1262/2387] 10.0.0.87 () {32 vars in 685 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2388] 10.0.0.87 () {32 vars in 681 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1263/2389] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2390] 10.0.0.87 () {32 vars in 679 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1264/2391] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2392] 10.0.0.87 () {32 vars in 689 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1265/2393] 10.0.0.87 () {32 vars in 701 bytes} [Wed May 20 18:47:51 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2394] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:47:51 2026] DELETE /v2.0/floatingips/67b3f553-7196-461d-b336-25e03b3037f8 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1266/2395] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:47:52 2026] DELETE /v2.0/floatingips/420c801d-0391-462c-852e-a66810def277 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2396] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:52 2026] GET /v2.0/security-groups?tenant_id=b58f9a49d3d1479d9053bb8ecb1eb773&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1267/2397] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:47:52 2026] DELETE /v2.0/floatingips/8440fa4e-6b9a-4d71-8967-e9fab1a57978 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2398] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:52 2026] DELETE /v2.0/security-groups/7de26124-b1de-4fca-8901-88f87b935978 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1268/2399] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:47:52 2026] DELETE /v2.0/floatingips/27f77807-5766-4ba0-8a19-3e4c858d4f6f => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2400] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:53 2026] GET /v2.0/security-groups?tenant_id=ba57473b8bd743aa81db8e9689d234a9&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2401] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:53 2026] DELETE /v2.0/security-groups/d1290a23-650e-4c65-99a0-ef0bb0c3269c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1269/2402] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:47:53 2026] DELETE /v2.0/floatingips/1d31d5fc-f81e-45d6-aed6-8bb0e1141062 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2403] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:54 2026] GET /v2.0/security-groups?tenant_id=20f67dce754b4e9c8ba98e7b21d0bba9&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1270/2404] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:54 2026] DELETE /v2.0/security-groups/8da5a11e-85e8-49fb-ac14-4c59cb4ce603 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2405] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:55 2026] GET /v2.0/security-groups?tenant_id=1e56b1d89ae0426f9991fb465745372f&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1271/2406] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:55 2026] DELETE /v2.0/security-groups/f8f9ad4d-77f3-443d-b533-4c9a17082d23 => 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: 1136/2407] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:47:55 2026] GET /v2.0/security-groups?tenant_id=c5e2476370ba4086ab97721db3da5b45&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1272/2408] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:47:55 2026] DELETE /v2.0/security-groups/ed1af240-35aa-47a6-8fdd-899d9252a8a7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:47:59.994 8 WARNING neutron_lib.context [None req-189112c9-c0c0-4b7a-94a9-890474b6e02e 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:48:00.034 8 INFO neutron.db.segments_db [None req-189112c9-c0c0-4b7a-94a9-890474b6e02e 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Added segment bf48dcb6-20fa-4f9f-b074-b418100acef1 of type vxlan for network 3b9155ed-fed0-4b2a-a9ab-e13535e35dea 2026-05-20 18:48:00.306 8 INFO neutron.db.l3_hamode_db [None req-189112c9-c0c0-4b7a-94a9-890474b6e02e 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:48:00.422 8 INFO neutron.db.l3_hamode_db [None req-189112c9-c0c0-4b7a-94a9-890474b6e02e 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1137/2409] 10.0.0.87 () {34 vars in 667 bytes} [Wed May 20 18:47:59 2026] POST /v2.0/routers => generated 474 bytes in 1231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:48:01.087 9 WARNING neutron_lib.context [None req-abe898c9-5e48-4480-90ca-28f31c9f6670 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:48:01.126 9 INFO neutron.db.l3_hamode_db [None req-abe898c9-5e48-4480-90ca-28f31c9f6670 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:48:01.258 9 INFO neutron.db.l3_hamode_db [None req-abe898c9-5e48-4480-90ca-28f31c9f6670 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1273/2410] 10.0.0.87 () {34 vars in 667 bytes} [Wed May 20 18:48:01 2026] POST /v2.0/routers => generated 474 bytes in 837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:48:01.925 8 WARNING neutron_lib.context [None req-e7e1d385-55b1-4510-aa0f-b796f2da42e4 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:48:01.992 8 INFO neutron.db.l3_hamode_db [None req-e7e1d385-55b1-4510-aa0f-b796f2da42e4 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:48:02.372 8 INFO neutron.db.l3_hamode_db [None req-e7e1d385-55b1-4510-aa0f-b796f2da42e4 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1138/2411] 10.0.0.87 () {34 vars in 667 bytes} [Wed May 20 18:48:01 2026] POST /v2.0/routers => generated 474 bytes in 2644 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:48:04.571 9 WARNING neutron_lib.context [None req-62264064-df5a-4baf-b2d2-b446d037912c 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:48:04.641 9 INFO neutron.db.l3_hamode_db [None req-62264064-df5a-4baf-b2d2-b446d037912c 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:48:04.796 9 INFO neutron.db.l3_hamode_db [None req-62264064-df5a-4baf-b2d2-b446d037912c 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1274/2414] 10.0.0.87 () {34 vars in 667 bytes} [Wed May 20 18:48:04 2026] POST /v2.0/routers => generated 474 bytes in 1364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:48:05.943 8 WARNING neutron_lib.context [None req-4393da86-bad5-497c-bfbd-dc024373824c 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:48:05.998 8 INFO neutron.db.l3_hamode_db [None req-4393da86-bad5-497c-bfbd-dc024373824c 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:48:06.187 8 INFO neutron.db.l3_hamode_db [None req-4393da86-bad5-497c-bfbd-dc024373824c 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1141/2415] 10.0.0.87 () {34 vars in 667 bytes} [Wed May 20 18:48:05 2026] POST /v2.0/routers => generated 474 bytes in 1387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1275/2416] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:48:07 2026] PUT /v2.0/routers/fe24ca15-8aad-4bc5-a58b-2401a21c5890/tags => generated 17 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2417] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:48:07 2026] PUT /v2.0/routers/0f85e0d0-ecc1-4e80-b5c2-8be813be2b84/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1276/2418] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:48:07 2026] PUT /v2.0/routers/e043c607-2e9a-42a4-9e46-6a33b52c2971/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2419] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:48:07 2026] PUT /v2.0/routers/f640550d-4f0c-43aa-a983-cc1eb4bb29a4/tags => generated 19 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1277/2420] 10.0.0.87 () {32 vars in 663 bytes} [Wed May 20 18:48:07 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2421] 10.0.0.87 () {32 vars in 677 bytes} [Wed May 20 18:48:07 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1278/2422] 10.0.0.87 () {32 vars in 673 bytes} [Wed May 20 18:48:07 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2423] 10.0.0.87 () {32 vars in 685 bytes} [Wed May 20 18:48:07 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1279/2424] 10.0.0.87 () {32 vars in 671 bytes} [Wed May 20 18:48:08 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2425] 10.0.0.87 () {32 vars in 685 bytes} [Wed May 20 18:48:08 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1280/2426] 10.0.0.87 () {32 vars in 681 bytes} [Wed May 20 18:48:08 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2427] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:48:08 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1281/2428] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:48:08 2026] GET /v2.0/routers/fe24ca15-8aad-4bc5-a58b-2401a21c5890 => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2429] 10.0.0.87 () {34 vars in 741 bytes} [Wed May 20 18:48:08 2026] PUT /v2.0/routers/fe24ca15-8aad-4bc5-a58b-2401a21c5890 => generated 485 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1282/2430] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:48:09 2026] GET /v2.0/ports?device_id=fe24ca15-8aad-4bc5-a58b-2401a21c5890 => 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: 1149/2431] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:48:09 2026] DELETE /v2.0/routers/fe24ca15-8aad-4bc5-a58b-2401a21c5890 => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1283/2432] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:48:09 2026] GET /v2.0/routers/0f85e0d0-ecc1-4e80-b5c2-8be813be2b84 => generated 493 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2433] 10.0.0.87 () {34 vars in 741 bytes} [Wed May 20 18:48:09 2026] PUT /v2.0/routers/0f85e0d0-ecc1-4e80-b5c2-8be813be2b84 => generated 493 bytes in 662 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1284/2434] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:48:10 2026] GET /v2.0/ports?device_id=0f85e0d0-ecc1-4e80-b5c2-8be813be2b84 => 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: 1151/2435] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:48:10 2026] DELETE /v2.0/routers/0f85e0d0-ecc1-4e80-b5c2-8be813be2b84 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1285/2436] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:48:10 2026] GET /v2.0/routers/e043c607-2e9a-42a4-9e46-6a33b52c2971 => generated 502 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2437] 10.0.0.87 () {34 vars in 741 bytes} [Wed May 20 18:48:11 2026] PUT /v2.0/routers/e043c607-2e9a-42a4-9e46-6a33b52c2971 => generated 502 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1286/2438] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:48:11 2026] GET /v2.0/ports?device_id=e043c607-2e9a-42a4-9e46-6a33b52c2971 => 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: 1153/2439] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:48:11 2026] DELETE /v2.0/routers/e043c607-2e9a-42a4-9e46-6a33b52c2971 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1287/2440] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:48:12 2026] GET /v2.0/routers/f640550d-4f0c-43aa-a983-cc1eb4bb29a4 => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2441] 10.0.0.87 () {34 vars in 741 bytes} [Wed May 20 18:48:12 2026] PUT /v2.0/routers/f640550d-4f0c-43aa-a983-cc1eb4bb29a4 => generated 487 bytes in 606 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1288/2442] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:48:12 2026] GET /v2.0/ports?device_id=f640550d-4f0c-43aa-a983-cc1eb4bb29a4 => 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: 1155/2443] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:48:12 2026] DELETE /v2.0/routers/f640550d-4f0c-43aa-a983-cc1eb4bb29a4 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1289/2444] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:48:13 2026] GET /v2.0/routers/ca141cf2-b0c0-425d-8ef5-21221a237dfc => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2445] 10.0.0.87 () {34 vars in 741 bytes} [Wed May 20 18:48:13 2026] PUT /v2.0/routers/ca141cf2-b0c0-425d-8ef5-21221a237dfc => generated 480 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1290/2446] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:48:13 2026] GET /v2.0/ports?device_id=ca141cf2-b0c0-425d-8ef5-21221a237dfc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:48:14.687 8 INFO neutron.services.segments.plugin [-] Segment bf48dcb6-20fa-4f9f-b074-b418100acef1 resource provider aggregate not found 2026-05-20 18:48:14.696 8 INFO neutron.services.segments.plugin [-] Segment bf48dcb6-20fa-4f9f-b074-b418100acef1 resource provider aggregate not found 2026-05-20 18:48:14.707 8 INFO neutron.services.segments.plugin [-] Segment bf48dcb6-20fa-4f9f-b074-b418100acef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf48dcb6-20fa-4f9f-b074-b418100acef1 found for delete ", "request_id": "req-2a35bb0b-999e-43c6-8261-4bb697e4306c"}]} 2026-05-20 18:48:14.710 8 INFO neutron.db.l3_hamode_db [None req-8f9efa34-0275-447f-b192-577ef562bb78 1fa688c16fa9481d97418733a72fbf7e 06a69d035413430392062a6225222678 - - default default] HA network 3b9155ed-fed0-4b2a-a9ab-e13535e35dea was deleted as no HA routers are present in tenant 06a69d035413430392062a6225222678. [pid: 8|app: 0|req: 1157/2447] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:48:13 2026] DELETE /v2.0/routers/ca141cf2-b0c0-425d-8ef5-21221a237dfc => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1291/2448] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:16 2026] GET /v2.0/security-groups?tenant_id=eb02d2042f804f13bf411b044bf40341&name=default => generated 2929 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:48:16.700 8 INFO neutron.services.segments.plugin [-] Segment bf48dcb6-20fa-4f9f-b074-b418100acef1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf48dcb6-20fa-4f9f-b074-b418100acef1 found for delete ", "request_id": "req-bdc928a7-0051-4c43-9a79-b8d166866d6b"}]} [pid: 8|app: 0|req: 1158/2449] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:16 2026] DELETE /v2.0/security-groups/e4ab1cd7-b22b-4fd3-9c01-fdba494d9bda => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1292/2450] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:17 2026] GET /v2.0/security-groups?tenant_id=06a69d035413430392062a6225222678&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2451] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:17 2026] DELETE /v2.0/security-groups/a94ef078-d975-42ea-b017-fc7162d32d4f => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1293/2452] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:17 2026] GET /v2.0/security-groups?tenant_id=51c6ad3d9a324592bffb61a1c673ec3f&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: 1160/2453] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:18 2026] DELETE /v2.0/security-groups/0b7b0f4b-8d4a-43b1-88df-afb93b5ef3c7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:24.671 9 WARNING neutron_lib.context [None req-03cacdba-a80d-4424-a69f-92a0920dfc56 0b2a4ad040e74127a4b04998e4e26a70 cf7a2dd150494c61898c490e9ecba7ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1295/2456] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:48:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 715 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:48:25.253 8 WARNING neutron_lib.context [None req-add5d584-f207-4809-938f-5e7012f15abf 0b2a4ad040e74127a4b04998e4e26a70 cf7a2dd150494c61898c490e9ecba7ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1162/2457] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:48:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 800 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:48:26.059 9 WARNING neutron_lib.context [None req-ab8fa664-7dde-462b-93c2-6ceaf0290a43 0b2a4ad040e74127a4b04998e4e26a70 cf7a2dd150494c61898c490e9ecba7ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1296/2458] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:48:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:48:26.606 8 WARNING neutron_lib.context [None req-34ae6800-db20-4b39-ac18-8665c69bb91c 0b2a4ad040e74127a4b04998e4e26a70 cf7a2dd150494c61898c490e9ecba7ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/2459] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:48:26 2026] POST /v2.0/security-groups => generated 1603 bytes in 991 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:48:27.600 9 WARNING neutron_lib.context [None req-1609916f-3a32-4df1-9045-0f126077531b 0b2a4ad040e74127a4b04998e4e26a70 cf7a2dd150494c61898c490e9ecba7ee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1297/2460] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:48:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 984 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2461] 10.0.0.87 () {34 vars in 766 bytes} [Wed May 20 18:48:28 2026] PUT /v2.0/security-groups/bc9b337a-a0c3-43b0-b62a-3ddd18e3d38f/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1298/2462] 10.0.0.87 () {34 vars in 766 bytes} [Wed May 20 18:48:28 2026] PUT /v2.0/security-groups/9a8bf683-b4a3-4f3f-910c-e3f3ad8bb2a7/tags => generated 25 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2463] 10.0.0.87 () {34 vars in 766 bytes} [Wed May 20 18:48:28 2026] PUT /v2.0/security-groups/769c9733-a314-4fd4-9dbd-51de156f1601/tags => generated 34 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1299/2464] 10.0.0.87 () {34 vars in 766 bytes} [Wed May 20 18:48:29 2026] PUT /v2.0/security-groups/619573c5-f204-4622-8844-81f0be7477d4/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2465] 10.0.0.87 () {32 vars in 679 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1300/2466] 10.0.0.87 () {32 vars in 693 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2467] 10.0.0.87 () {32 vars in 689 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1301/2468] 10.0.0.87 () {32 vars in 701 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2469] 10.0.0.87 () {32 vars in 687 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1302/2470] 10.0.0.87 () {32 vars in 701 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2471] 10.0.0.87 () {32 vars in 697 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1303/2472] 10.0.0.87 () {32 vars in 709 bytes} [Wed May 20 18:48:29 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2473] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:29 2026] DELETE /v2.0/security-groups/bc9b337a-a0c3-43b0-b62a-3ddd18e3d38f => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1304/2474] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:29 2026] DELETE /v2.0/security-groups/9a8bf683-b4a3-4f3f-910c-e3f3ad8bb2a7 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2475] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:30 2026] DELETE /v2.0/security-groups/769c9733-a314-4fd4-9dbd-51de156f1601 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1305/2476] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:30 2026] DELETE /v2.0/security-groups/619573c5-f204-4622-8844-81f0be7477d4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2477] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:30 2026] DELETE /v2.0/security-groups/dccccd58-ce12-44a9-9bdf-87d877bf6971 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1306/2478] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:32 2026] GET /v2.0/security-groups?tenant_id=cf7a2dd150494c61898c490e9ecba7ee&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2479] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:33 2026] DELETE /v2.0/security-groups/c0452f98-8961-41ae-909a-f9cdac61f2fe => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1307/2480] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:33 2026] GET /v2.0/security-groups?tenant_id=f48bb3fc22cf494c9cf0346a281d26fb&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2481] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:34 2026] DELETE /v2.0/security-groups/bec1f6db-17f4-475e-9597-b4ee093ba810 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1308/2484] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:34 2026] GET /v2.0/security-groups?tenant_id=77f7ac845f8f4b82a7c79ce6fd3e0bfd&name=default => generated 2929 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2485] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:35 2026] DELETE /v2.0/security-groups/d647c8ed-ca50-49bf-9c4a-9eb715909211 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:40.735 9 WARNING neutron_lib.context [None req-3d2b3022-9140-4750-a26c-82117000d061 f4fbb4ccbcef4d9a9695abc517367839 c1b509ac18cd43c68427df5a9f36203f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:48:40.892 9 INFO neutron.db.segments_db [None req-3d2b3022-9140-4750-a26c-82117000d061 f4fbb4ccbcef4d9a9695abc517367839 c1b509ac18cd43c68427df5a9f36203f - - default default] Added segment 880f6350-46b0-4f6f-b720-75f45821e10a of type vxlan for network 15b8d6b0-dfcf-4433-9f1e-4269b7d9556b [pid: 9|app: 0|req: 1309/2486] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:48:40 2026] POST /v2.0/networks => generated 632 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2487] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:48:40 2026] PUT /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1310/2488] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2489] 10.0.0.87 () {34 vars in 763 bytes} [Wed May 20 18:48:41 2026] PUT /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1311/2490] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2491] 10.0.0.87 () {34 vars in 759 bytes} [Wed May 20 18:48:41 2026] PUT /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1312/2492] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2493] 10.0.0.87 () {34 vars in 781 bytes} [Wed May 20 18:48:41 2026] PUT /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1313/2494] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2495] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:48:41 2026] PUT /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1314/2496] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2497] 10.0.0.87 () {32 vars in 740 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:41.503 9 INFO neutron.api.v2.resource [None req-fa703b44-5562-4754-afef-a5320a049942 f4fbb4ccbcef4d9a9695abc517367839 c1b509ac18cd43c68427df5a9f36203f - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1315/2498] 10.0.0.87 () {32 vars in 744 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2499] 10.0.0.87 () {32 vars in 743 bytes} [Wed May 20 18:48:41 2026] DELETE /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1316/2500] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:48:41.628 8 INFO neutron.api.v2.resource [None req-3c8d63db-4b45-482b-874b-1fe5abb4a14e f4fbb4ccbcef4d9a9695abc517367839 c1b509ac18cd43c68427df5a9f36203f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1185/2501] 10.0.0.87 () {32 vars in 747 bytes} [Wed May 20 18:48:41 2026] DELETE /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1317/2502] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:48:41 2026] DELETE /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2503] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:41 2026] GET /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1318/2504] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:48:41 2026] DELETE /v2.0/networks/15b8d6b0-dfcf-4433-9f1e-4269b7d9556b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2505] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:42 2026] GET /v2.0/security-groups?tenant_id=c1b509ac18cd43c68427df5a9f36203f&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:48:42.627 9 INFO neutron.services.segments.plugin [-] Segment 880f6350-46b0-4f6f-b720-75f45821e10a resource provider aggregate not found 2026-05-20 18:48:42.650 9 INFO neutron.services.segments.plugin [-] Segment 880f6350-46b0-4f6f-b720-75f45821e10a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880f6350-46b0-4f6f-b720-75f45821e10a found for delete ", "request_id": "req-ccd2bbb7-d181-4ff0-9226-17cb0d0b1c49"}]} [pid: 9|app: 0|req: 1319/2506] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:42 2026] DELETE /v2.0/security-groups/d5cb237f-8e35-4f6e-8c8b-b0e0a8861129 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2507] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:42 2026] GET /v2.0/security-groups?tenant_id=f58b22f3d47944d2b707636d439e1510&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:48:42.945 9 INFO neutron.services.segments.plugin [-] Segment 880f6350-46b0-4f6f-b720-75f45821e10a resource provider aggregate not found 2026-05-20 18:48:42.967 9 INFO neutron.services.segments.plugin [-] Segment 880f6350-46b0-4f6f-b720-75f45821e10a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880f6350-46b0-4f6f-b720-75f45821e10a found for delete ", "request_id": "req-ef484922-f554-4e92-aede-f6aaca38b213"}]} [pid: 9|app: 0|req: 1320/2508] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:42 2026] DELETE /v2.0/security-groups/71f0545a-2dc5-4f54-a401-232ed95afbf8 => 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: 1189/2509] 10.0.0.87 () {34 vars in 677 bytes} [Wed May 20 18:48:46 2026] POST /v2.0/qos/policies => generated 359 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1321/2510] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:48:46 2026] PUT /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2511] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1322/2512] 10.0.0.87 () {34 vars in 763 bytes} [Wed May 20 18:48:46 2026] PUT /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags/green => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2513] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1323/2514] 10.0.0.87 () {34 vars in 759 bytes} [Wed May 20 18:48:46 2026] PUT /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags/red => generated 4 bytes in 19 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2515] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1324/2516] 10.0.0.87 () {34 vars in 781 bytes} [Wed May 20 18:48:46 2026] PUT /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags/black.or.white => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2517] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1325/2518] 10.0.0.87 () {34 vars in 752 bytes} [Wed May 20 18:48:46 2026] PUT /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2519] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1326/2520] 10.0.0.87 () {32 vars in 740 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags/red => generated 0 bytes in 14 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:46.516 8 INFO neutron.api.v2.resource [None req-716b9c23-621d-4851-9f2b-5b482b04d68c 397ae9b5bedb4175853bd24430a92e69 08cb190ede984bdc8a9fe47d08c03129 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1195/2521] 10.0.0.87 () {32 vars in 744 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1327/2522] 10.0.0.87 () {32 vars in 743 bytes} [Wed May 20 18:48:46 2026] DELETE /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2523] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:48:46.598 9 INFO neutron.api.v2.resource [None req-84ccb2b6-b342-4dfb-89b2-5efebd453698 397ae9b5bedb4175853bd24430a92e69 08cb190ede984bdc8a9fe47d08c03129 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1328/2524] 10.0.0.87 () {32 vars in 747 bytes} [Wed May 20 18:48:46 2026] DELETE /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2525] 10.0.0.87 () {32 vars in 735 bytes} [Wed May 20 18:48:46 2026] DELETE /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1329/2526] 10.0.0.87 () {32 vars in 732 bytes} [Wed May 20 18:48:46 2026] GET /v2.0/policies/b82de707-21db-4338-82e5-1ed553f1432f/tags => 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: 1198/2527] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:48:46 2026] DELETE /v2.0/qos/policies/b82de707-21db-4338-82e5-1ed553f1432f => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1330/2528] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:47 2026] GET /v2.0/security-groups?tenant_id=acab06e198504da286dd49963e34e1de&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2529] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:47 2026] DELETE /v2.0/security-groups/d4a7a73b-2e3a-456c-aead-182072c94e31 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1331/2530] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:47 2026] GET /v2.0/security-groups?tenant_id=08cb190ede984bdc8a9fe47d08c03129&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2531] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:47 2026] DELETE /v2.0/security-groups/dd5f7771-fefc-4aee-9bf1-1548f0a319c4 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:51.267 8 WARNING neutron_lib.context [None req-a07eff00-9158-4e57-882c-ac248a91ed28 b203a78a8b66475aaba3a44b70a3d60f 206313109f484e78bfee30a626ad4fca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/2534] 10.0.0.87 () {34 vars in 675 bytes} [Wed May 20 18:48:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1333/2535] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:48:51 2026] PUT /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/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: 1203/2536] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1334/2537] 10.0.0.87 () {34 vars in 769 bytes} [Wed May 20 18:48:51 2026] PUT /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2538] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1335/2539] 10.0.0.87 () {34 vars in 765 bytes} [Wed May 20 18:48:51 2026] PUT /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags/red => 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: 1205/2540] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1336/2541] 10.0.0.87 () {34 vars in 787 bytes} [Wed May 20 18:48:51 2026] PUT /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2542] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1337/2543] 10.0.0.87 () {34 vars in 758 bytes} [Wed May 20 18:48:51 2026] PUT /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2544] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1338/2545] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:51.698 8 INFO neutron.api.v2.resource [None req-5092d067-e3ca-40c9-b843-5563430a0765 b203a78a8b66475aaba3a44b70a3d60f 206313109f484e78bfee30a626ad4fca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1208/2546] 10.0.0.87 () {32 vars in 750 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1339/2547] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:48:51 2026] DELETE /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2548] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:48:51.798 9 INFO neutron.api.v2.resource [None req-0abd692c-8644-4d47-8d92-eeb42ada9097 b203a78a8b66475aaba3a44b70a3d60f 206313109f484e78bfee30a626ad4fca - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1340/2549] 10.0.0.87 () {32 vars in 753 bytes} [Wed May 20 18:48:51 2026] DELETE /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/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: 1210/2550] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:48:51 2026] DELETE /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1341/2551] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:51 2026] GET /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4/tags => 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: 1211/2552] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:48:51 2026] DELETE /v2.0/subnetpools/a85aa985-ad5a-4a11-896a-947c752c8ec4 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1342/2553] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:52 2026] GET /v2.0/security-groups?tenant_id=4f45e1906b2640e1a4b21c9ba9b62abb&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2554] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:52 2026] DELETE /v2.0/security-groups/d4b56fb0-9cba-4191-99c2-0d77827f18e2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1343/2555] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:48:53 2026] GET /v2.0/security-groups?tenant_id=206313109f484e78bfee30a626ad4fca&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: 1213/2556] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:48:53 2026] DELETE /v2.0/security-groups/abc1b05d-3434-4196-a4fa-24a1b69583c8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:56.503 9 WARNING neutron_lib.context [None req-845557f9-4948-44b7-86bd-c8ddac7e1ed3 f023cc7bcd7a425faea18944b5bce216 26e85adee65c47b381149e3046c7163a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:48:56.645 9 INFO neutron.db.segments_db [None req-845557f9-4948-44b7-86bd-c8ddac7e1ed3 f023cc7bcd7a425faea18944b5bce216 26e85adee65c47b381149e3046c7163a - - default default] Added segment 104ec1db-0e1d-4acb-b8fa-1f94b314bc67 of type vxlan for network ea6f8aab-7189-41b9-828f-159c06364254 [pid: 9|app: 0|req: 1344/2557] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:48:56 2026] POST /v2.0/networks => generated 632 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:48:56.767 8 WARNING neutron_lib.context [None req-8239e5fb-ad05-4e55-af9a-dc7d4fae9130 f023cc7bcd7a425faea18944b5bce216 26e85adee65c47b381149e3046c7163a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1214/2558] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:48:56 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1345/2559] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:48:57 2026] PUT /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2560] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1346/2561] 10.0.0.87 () {34 vars in 761 bytes} [Wed May 20 18:48:57 2026] PUT /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2562] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1347/2563] 10.0.0.87 () {34 vars in 757 bytes} [Wed May 20 18:48:57 2026] PUT /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2564] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1348/2565] 10.0.0.87 () {34 vars in 779 bytes} [Wed May 20 18:48:57 2026] PUT /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2566] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1349/2567] 10.0.0.87 () {34 vars in 750 bytes} [Wed May 20 18:48:57 2026] PUT /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2568] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1350/2569] 10.0.0.87 () {32 vars in 738 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:48:57.520 8 INFO neutron.api.v2.resource [None req-501d6575-9ae4-4453-83d6-95f714a61168 f023cc7bcd7a425faea18944b5bce216 26e85adee65c47b381149e3046c7163a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2570] 10.0.0.87 () {32 vars in 742 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1351/2571] 10.0.0.87 () {32 vars in 741 bytes} [Wed May 20 18:48:57 2026] DELETE /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags/red => 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: 1221/2572] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:48:57 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:48:57.721 9 INFO neutron.api.v2.resource [None req-2434df13-ac7c-4dfe-a68a-b2cf33f8bdae f023cc7bcd7a425faea18944b5bce216 26e85adee65c47b381149e3046c7163a - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1352/2573] 10.0.0.87 () {32 vars in 745 bytes} [Wed May 20 18:48:57 2026] DELETE /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/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: 1222/2574] 10.0.0.87 () {32 vars in 733 bytes} [Wed May 20 18:48:57 2026] DELETE /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1353/2575] 10.0.0.87 () {32 vars in 730 bytes} [Wed May 20 18:48:58 2026] GET /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6/tags => 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: 1223/2576] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:48:58 2026] DELETE /v2.0/subnets/9d548913-86b9-4038-9f0b-699ee89a21c6 => generated 0 bytes in 1252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:49:00.250 9 INFO neutron.services.segments.plugin [-] Segment 104ec1db-0e1d-4acb-b8fa-1f94b314bc67 resource provider aggregate not found 2026-05-20 18:49:00.255 9 INFO neutron.services.segments.plugin [-] Segment 104ec1db-0e1d-4acb-b8fa-1f94b314bc67 resource provider aggregate not found 2026-05-20 18:49:00.267 9 INFO neutron.services.segments.plugin [-] Segment 104ec1db-0e1d-4acb-b8fa-1f94b314bc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104ec1db-0e1d-4acb-b8fa-1f94b314bc67 found for delete ", "request_id": "req-2994845c-28ac-4dc8-85e7-5f9a8e54903d"}]} 2026-05-20 18:49:00.273 9 INFO neutron.services.segments.plugin [-] Segment 104ec1db-0e1d-4acb-b8fa-1f94b314bc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104ec1db-0e1d-4acb-b8fa-1f94b314bc67 found for delete ", "request_id": "req-344cde2a-066e-475b-baf9-ed9bc052c42b"}]} [pid: 9|app: 0|req: 1354/2577] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:48:59 2026] DELETE /v2.0/networks/ea6f8aab-7189-41b9-828f-159c06364254 => generated 0 bytes in 1524 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2578] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:49:02 2026] GET /v2.0/security-groups?tenant_id=26e85adee65c47b381149e3046c7163a&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1355/2579] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:49:02 2026] DELETE /v2.0/security-groups/801c9c6d-fad4-4018-80f4-0ffc84f94a15 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2580] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:49:04 2026] GET /v2.0/security-groups?tenant_id=1fe8ac00b5b044e0966712073a7c552b&name=default => generated 2929 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1356/2583] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:49:05 2026] DELETE /v2.0/security-groups/37a263eb-671b-4f45-b756-9e061ee3a850 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:49:10.037 8 WARNING neutron_lib.context [None req-4d4715d1-dc97-416d-9f68-c6eb956effa5 b925e24168964a3497a58f4fb5be627d 69c4eb7287274b55b3b8c4cb6c905fba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:49:10.195 8 INFO neutron.db.segments_db [None req-4d4715d1-dc97-416d-9f68-c6eb956effa5 b925e24168964a3497a58f4fb5be627d 69c4eb7287274b55b3b8c4cb6c905fba - - default default] Added segment 8b83a291-6e82-4963-89eb-b9d78ace40e6 of type vxlan for network fce6bd5d-05d5-42a0-a436-998b09269ce5 [pid: 8|app: 0|req: 1228/2584] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:49:09 2026] POST /v2.0/networks => generated 631 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:10.332 9 WARNING neutron_lib.context [None req-7a703ec7-f79c-4707-8169-2933b30d3fea b925e24168964a3497a58f4fb5be627d 69c4eb7287274b55b3b8c4cb6c905fba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1357/2585] 10.0.0.87 () {34 vars in 663 bytes} [Wed May 20 18:49:10 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:10.675 8 WARNING neutron_lib.context [None req-62b46ace-403a-4a7a-aa59-5730871ef297 b925e24168964a3497a58f4fb5be627d 69c4eb7287274b55b3b8c4cb6c905fba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1229/2586] 10.0.0.87 () {34 vars in 665 bytes} [Wed May 20 18:49:10 2026] POST /v2.0/trunks => generated 407 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1358/2587] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:49:10 2026] PUT /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2588] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:49:10 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1359/2589] 10.0.0.87 () {34 vars in 759 bytes} [Wed May 20 18:49:10 2026] PUT /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/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: 1231/2590] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1360/2591] 10.0.0.87 () {34 vars in 755 bytes} [Wed May 20 18:49:11 2026] PUT /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2592] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1361/2593] 10.0.0.87 () {34 vars in 777 bytes} [Wed May 20 18:49:11 2026] PUT /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags/black.or.white => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2594] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1362/2595] 10.0.0.87 () {34 vars in 748 bytes} [Wed May 20 18:49:11 2026] PUT /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2596] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1363/2597] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:49:11.281 8 INFO neutron.api.v2.resource [None req-91ec6573-aeda-4b41-a9ac-2c1e33a39c64 b925e24168964a3497a58f4fb5be627d 69c4eb7287274b55b3b8c4cb6c905fba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1235/2598] 10.0.0.87 () {32 vars in 740 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1364/2599] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:49:11 2026] DELETE /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2600] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:49:11.373 9 INFO neutron.api.v2.resource [None req-bb482f85-da3e-4934-b2fe-458a9e2e2343 b925e24168964a3497a58f4fb5be627d 69c4eb7287274b55b3b8c4cb6c905fba - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1365/2601] 10.0.0.87 () {32 vars in 743 bytes} [Wed May 20 18:49:11 2026] DELETE /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2602] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:49:11 2026] DELETE /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1366/2603] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8/tags => 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: 1238/2604] 10.0.0.87 () {32 vars in 718 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1367/2605] 10.0.0.87 () {32 vars in 716 bytes} [Wed May 20 18:49:11 2026] GET /v2.0/ports/2125e783-3245-4564-9b03-ded66e521237 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2606] 10.0.0.87 () {32 vars in 721 bytes} [Wed May 20 18:49:11 2026] DELETE /v2.0/trunks/7b0b86db-8b86-423b-942a-a28cd14b64b8 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1368/2607] 10.0.0.87 () {32 vars in 719 bytes} [Wed May 20 18:49:11 2026] DELETE /v2.0/ports/2125e783-3245-4564-9b03-ded66e521237 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:49:11.968 8 INFO neutron.services.segments.plugin [-] Segment 8b83a291-6e82-4963-89eb-b9d78ace40e6 resource provider aggregate not found 2026-05-20 18:49:11.972 8 INFO neutron.services.segments.plugin [-] Segment 8b83a291-6e82-4963-89eb-b9d78ace40e6 resource provider aggregate not found 2026-05-20 18:49:11.981 8 INFO neutron.services.segments.plugin [-] Segment 8b83a291-6e82-4963-89eb-b9d78ace40e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b83a291-6e82-4963-89eb-b9d78ace40e6 found for delete ", "request_id": "req-b38d843f-c084-43f4-8526-99396513436a"}]} 2026-05-20 18:49:11.989 8 INFO neutron.services.segments.plugin [-] Segment 8b83a291-6e82-4963-89eb-b9d78ace40e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b83a291-6e82-4963-89eb-b9d78ace40e6 found for delete ", "request_id": "req-b7a5d847-aeae-4ea8-8f3e-8e3b961bd77a"}]} [pid: 8|app: 0|req: 1240/2608] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:49:11 2026] DELETE /v2.0/networks/fce6bd5d-05d5-42a0-a436-998b09269ce5 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1369/2609] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:49:12 2026] GET /v2.0/security-groups?tenant_id=69c4eb7287274b55b3b8c4cb6c905fba&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2610] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:49:12 2026] DELETE /v2.0/security-groups/2cdb469a-19b8-44a9-a910-44737eec80e2 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1370/2611] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:49:12 2026] GET /v2.0/security-groups?tenant_id=c9bafe69554448d48b924b5bfde6f3f0&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2612] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:49:13 2026] DELETE /v2.0/security-groups/c6733a0e-88d4-4cf4-8502-5180713335b0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:49:21.844 8 WARNING neutron_lib.context [None req-21c562b5-7c00-4440-b863-dfe600e544d4 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:49:21.990 8 INFO neutron.db.segments_db [None req-21c562b5-7c00-4440-b863-dfe600e544d4 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Added segment f3309828-645f-4dc0-a0f1-24845cddbbbe of type vxlan for network e3823008-dc94-4539-82bc-26b47e257e9d [pid: 8|app: 0|req: 1244/2615] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:49:21 2026] POST /v2.0/networks => generated 640 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:22.082 9 WARNING neutron_lib.context [None req-251e39fc-e5e3-4e5d-9b09-10fafc14eec2 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1372/2616] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:49:22 2026] POST /v2.0/subnets => generated 657 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2617] 10.0.0.87 () {32 vars in 721 bytes} [Wed May 20 18:49:22 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:49:22.383 9 WARNING neutron_lib.context [None req-02421f4e-9cea-4d2e-9646-2d5b813373d7 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1373/2618] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:49:22 2026] POST /v2.0/subnets => generated 731 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:22.629 8 WARNING neutron_lib.context [None req-459897b3-84f1-49cf-be35-3ac187946f88 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:49:22.686 8 INFO neutron.db.segments_db [None req-459897b3-84f1-49cf-be35-3ac187946f88 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Added segment 7607694e-e440-4910-9349-ee82f70054d2 of type vxlan for network e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 [pid: 8|app: 0|req: 1246/2619] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:49:22 2026] POST /v2.0/networks => generated 637 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:22.808 9 WARNING neutron_lib.context [None req-40287e71-226c-43f3-b117-8e24e49fa883 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1374/2620] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:49:22 2026] POST /v2.0/subnets => generated 655 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:23.181 8 WARNING neutron_lib.context [None req-37cb8157-8f72-429e-815c-18c5d1c976fd f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1247/2621] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:49:23 2026] POST /v2.0/subnets => generated 726 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:23.481 9 WARNING neutron_lib.context [None req-3c743aa8-837f-462b-a55a-0aebf5b4dbc2 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:49:23.543 9 INFO neutron.db.segments_db [None req-3c743aa8-837f-462b-a55a-0aebf5b4dbc2 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Added segment 89ef484f-a9cc-4ee0-8407-0d71a31395d0 of type vxlan for network c31c7062-8961-4be9-971f-5fa2dc692d2a [pid: 9|app: 0|req: 1375/2622] 10.0.0.87 () {34 vars in 669 bytes} [Wed May 20 18:49:23 2026] POST /v2.0/networks => generated 637 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:23.646 8 WARNING neutron_lib.context [None req-0b701e58-c26b-4340-a2c4-6e0b4dca1893 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1248/2623] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:49:23 2026] POST /v2.0/subnets => generated 655 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:23.915 9 WARNING neutron_lib.context [None req-3ab3bf04-e279-46db-bd8f-375c9faf5d7d f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1376/2624] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:49:23 2026] POST /v2.0/subnets => generated 730 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:24.220 8 WARNING neutron_lib.context [None req-3cc64eac-daf9-458b-9270-ee1fa66ca681 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:49:24.263 8 INFO neutron.db.segments_db [None req-3cc64eac-daf9-458b-9270-ee1fa66ca681 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Added segment 2045794c-f3f3-4e81-a47a-039fa8df7e8f of type vxlan for network 06abcae8-aecf-45cd-8088-127388d295b9 2026-05-20 18:49:24.545 8 INFO neutron.db.l3_hamode_db [None req-3cc64eac-daf9-458b-9270-ee1fa66ca681 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-20 18:49:25.393 8 INFO neutron.db.l3_hamode_db [None req-3cc64eac-daf9-458b-9270-ee1fa66ca681 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1249/2625] 10.0.0.87 () {34 vars in 668 bytes} [Wed May 20 18:49:24 2026] POST /v2.0/routers => generated 685 bytes in 2065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1377/2626] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:49:26 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/add_router_interface => generated 309 bytes in 1502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2627] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:49:27 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/add_router_interface => generated 309 bytes in 2003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1378/2628] 10.0.0.87 () {34 vars in 782 bytes} [Wed May 20 18:49:29 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/add_router_interface => generated 309 bytes in 1597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:49:31.494 8 WARNING neutron_lib.context [None req-52d7628a-0efe-4697-9d26-090373c43b32 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1251/2629] 10.0.0.87 () {34 vars in 683 bytes} [Wed May 20 18:49:31 2026] POST /v2.0/security-groups => generated 1629 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-20 18:49:31.627 9 WARNING neutron_lib.context [None req-8d1b08d4-20c4-4c55-9918-6abe9f027fbd f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1379/2630] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:31.745 8 WARNING neutron_lib.context [None req-427c023c-94e4-478b-ad3b-b79fad47060e f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/2631] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:31.883 9 WARNING neutron_lib.context [None req-c4a34667-519a-4714-b10d-cbd29ea97530 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1380/2632] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.008 8 WARNING neutron_lib.context [None req-1c0291ae-5be7-49f6-a9a5-dcffc7d6bc8c f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1253/2633] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.132 9 WARNING neutron_lib.context [None req-ca5d32d6-006b-4081-9bdb-549b6ea31f07 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1381/2634] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.254 8 WARNING neutron_lib.context [None req-84011507-798b-4848-b5d4-679a35a2bfdd f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/2635] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.395 9 WARNING neutron_lib.context [None req-7da0c9d9-ea3b-4511-b805-a54fcb85cea8 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1382/2636] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.526 8 WARNING neutron_lib.context [None req-190679d4-fdef-43b7-adbe-7cc7bdc1076e f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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/2637] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.667 9 WARNING neutron_lib.context [None req-0873daf4-c8e7-4b17-a533-a1ca90563df1 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1383/2638] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.817 8 WARNING neutron_lib.context [None req-f48e4e8c-1e99-4fd9-af97-596224f60237 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1256/2639] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-20 18:49:32.975 9 WARNING neutron_lib.context [None req-07263311-21d4-41d1-8799-c03452ec07c1 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1384/2640] 10.0.0.87 () {34 vars in 694 bytes} [Wed May 20 18:49:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2641] 10.0.0.139 () {34 vars in 1094 bytes} [Wed May 20 18:49:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-998040968&fields=id&tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1385/2642] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:49:33 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2643] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:49:33 2026] GET /v2.0/quotas/f7b3bfb9fc804c4d825fc7e2d7355468 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1386/2644] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:49:33 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&fields=id => generated 287 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2645] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:49:33 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1387/2646] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:49:33 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1260/2647] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:49:34 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1389/2650] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:49:38 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 704 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2651] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:49:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468 => generated 178 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:49:38.492 9 WARNING neutron_lib.context [req-1dbd9968-b4f8-419b-954e-94e7bd7c9b00 req-52966b64-0d62-4ca3-82ff-9fecc30e620c f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 9|app: 0|req: 1390/2652] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:49:38 2026] POST /v2.0/ports => generated 1175 bytes in 437 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: 9|app: 0|req: 1391/2653] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:49:39 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1178 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1392/2654] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:49:39 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2655] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:49:38 2026] PUT /v2.0/ports/575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 1456 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1393/2656] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1459 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: 1264/2657] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.61&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1394/2658] 199.204.45.70 () {34 vars in 1101 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => 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: 1265/2659] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/subnets?id=d58f6208-abc3-421b-aa6b-2830afa08996&id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1395/2660] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:49:40.705 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72a44572-a595-4fe6-b84d-5da509b7354c'] response: {'name': 'network-changed', 'server_uuid': '89475b51-cc60-4121-b298-8245c457c422', 'tag': '575cd592-b2a8-4be8-a4bb-c28efc765955', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1266/2661] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 9|app: 0|req: 1396/2662] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1267/2663] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:49:40 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 9|app: 0|req: 1397/2664] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:49:41 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1459 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2665] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:49:41 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1398/2666] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:49:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.61&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => 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: 1269/2667] 199.204.45.70 () {34 vars in 1101 bytes} [Wed May 20 18:49:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1399/2668] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:49:42 2026] GET /v2.0/subnets?id=d58f6208-abc3-421b-aa6b-2830afa08996&id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2669] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:42 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 9|app: 0|req: 1400/2670] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:42 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2671] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:49:42 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1401/2672] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:49:42 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1272/2673] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:49:44 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1192 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1402/2674] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:49:44 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2675] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:49:49 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1192 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1403/2676] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:49:49 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2677] 10.0.0.87 () {32 vars in 817 bytes} [Wed May 20 18:49:49 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&mac_address=fa%3A16%3A3e%3Af5%3Ab8%3Ac2 => generated 1192 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:49:49.867 9 WARNING neutron_lib.context [None req-98429e19-ffe9-4f3a-bf90-3af1d7523d89 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:49:50.682 9 INFO neutron.db.l3_db [None req-98429e19-ffe9-4f3a-bf90-3af1d7523d89 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Floating IP c87c5fc5-14e2-4e92-8e89-24175d1d285e associated. External IP: 10.96.250.217, port: 575cd592-b2a8-4be8-a4bb-c28efc765955. [pid: 9|app: 0|req: 1404/2680] 10.0.0.87 () {34 vars in 676 bytes} [Wed May 20 18:49:49 2026] POST /v2.0/floatingips => generated 854 bytes in 1216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2681] 10.0.0.139 () {34 vars in 1094 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-998040968&fields=id&tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1405/2682] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 704 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2683] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/quotas/f7b3bfb9fc804c4d825fc7e2d7355468 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:49:51.308 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-5092391e-eeb5-45bc-b8ea-3b487bb7a28c'] response: {'name': 'network-changed', 'server_uuid': '89475b51-cc60-4121-b298-8245c457c422', 'tag': '575cd592-b2a8-4be8-a4bb-c28efc765955', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1406/2684] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&fields=id => generated 333 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2685] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1407/2686] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1280/2687] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1408/2688] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=89475b51-cc60-4121-b298-8245c457c422 => 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: 1281/2689] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1409/2690] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.61&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2691] 199.204.45.70 () {34 vars in 1101 bytes} [Wed May 20 18:49:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1410/2692] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:49:52 2026] GET /v2.0/subnets?id=d58f6208-abc3-421b-aa6b-2830afa08996&id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2693] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:52 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 9|app: 0|req: 1411/2694] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:52 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2695] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:49:52 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1412/2696] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:49:52 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1285/2697] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:49:55 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1413/2698] 10.0.0.108 () {34 vars in 1040 bytes} [Wed May 20 18:49:55 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2699] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:49:55 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1414/2700] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:49:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468 => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:49:56.061 8 WARNING neutron_lib.context [req-f1e72b74-3fa3-4f74-bff1-cb20c7d7121d req-772762b5-c688-4e40-bb48-a913801891c6 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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: 1287/2701] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:49:56 2026] POST /v2.0/ports => generated 1187 bytes in 528 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: 1288/2702] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:49:56 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1190 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2703] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:49:56 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1415/2704] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:49:56 2026] PUT /v2.0/ports/cc10baa7-8984-491c-8f34-699280d32109 => generated 1468 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2705] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1416/2706] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.145&port_id=cc10baa7-8984-491c-8f34-699280d32109 => 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: 1291/2707] 199.204.45.70 () {34 vars in 1105 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A33a&port_id=cc10baa7-8984-491c-8f34-699280d32109 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:49:58.194 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-57547b92-328a-4aab-919f-2b304e8fd19e'] response: {'name': 'network-changed', 'server_uuid': '0c61a200-e907-44d6-8200-5ff7a23688b1', 'tag': 'cc10baa7-8984-491c-8f34-699280d32109', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1417/2708] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/subnets?id=81a3ec8c-586a-415c-8160-6f2b3269875f&id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2709] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1418/2710] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2711] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1419/2712] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1294/2713] 199.204.45.70 () {34 vars in 1095 bytes} [Wed May 20 18:49:58 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422&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: 9|app: 0|req: 1420/2714] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2715] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1421/2716] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.145&port_id=cc10baa7-8984-491c-8f34-699280d32109 => 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: 1296/2717] 199.204.45.70 () {34 vars in 1105 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A33a&port_id=cc10baa7-8984-491c-8f34-699280d32109 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1422/2718] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/subnets?id=81a3ec8c-586a-415c-8160-6f2b3269875f&id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2719] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&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: 1298/2720] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&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: 9|app: 0|req: 1423/2721] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=89475b51-cc60-4121-b298-8245c457c422 => 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: 1299/2722] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1424/2723] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:49:59 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1300/2724] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1425/2725] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.61&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2726] 199.204.45.70 () {34 vars in 1101 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1426/2727] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/subnets?id=d58f6208-abc3-421b-aa6b-2830afa08996&id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2728] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 9|app: 0|req: 1427/2729] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2730] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1428/2731] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:50:00 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1304/2732] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:01 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1204 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1429/2733] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:02 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&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: 8|app: 0|req: 1306/2736] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:07 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1204 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1431/2737] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:07 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2738] 10.0.0.87 () {32 vars in 817 bytes} [Wed May 20 18:50:07 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&mac_address=fa%3A16%3A3e%3Ad5%3A09%3A01 => generated 1204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:50:07.437 9 WARNING neutron_lib.context [None req-e8cb31d6-95d3-45fc-99fe-ffdd68f8235d f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:50:08.172 9 INFO neutron.db.l3_db [None req-e8cb31d6-95d3-45fc-99fe-ffdd68f8235d f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Floating IP ff3632b5-44ed-4b90-9bb8-84b792cd7f6e associated. External IP: 10.96.250.211, port: cc10baa7-8984-491c-8f34-699280d32109. [pid: 9|app: 0|req: 1432/2739] 10.0.0.87 () {34 vars in 676 bytes} [Wed May 20 18:50:07 2026] POST /v2.0/floatingips => generated 855 bytes in 1095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2740] 10.0.0.108 () {34 vars in 990 bytes} [Wed May 20 18:50:14 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1473 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1433/2741] 10.0.0.108 () {34 vars in 1040 bytes} [Wed May 20 18:50:14 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2742] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:50:15.462 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-96499754-38ed-4e49-bb27-311ec7b237e3'] response: {'name': 'network-changed', 'server_uuid': '0c61a200-e907-44d6-8200-5ff7a23688b1', 'tag': 'cc10baa7-8984-491c-8f34-699280d32109', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1434/2743] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2744] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.145&port_id=cc10baa7-8984-491c-8f34-699280d32109 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1435/2745] 199.204.45.70 () {34 vars in 1105 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A33a&port_id=cc10baa7-8984-491c-8f34-699280d32109 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2746] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/subnets?id=81a3ec8c-586a-415c-8160-6f2b3269875f&id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1436/2747] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2748] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&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: 9|app: 0|req: 1437/2749] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1313/2750] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:50:15 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 9|app: 0|req: 1439/2753] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:50:20 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2754] 10.0.0.49 () {30 vars in 688 bytes} [Wed May 20 18:50:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1440/2755] 10.0.0.49 () {30 vars in 690 bytes} [Wed May 20 18:50:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2756] 10.0.0.49 () {30 vars in 666 bytes} [Wed May 20 18:50:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1441/2757] 10.0.0.49 () {30 vars in 702 bytes} [Wed May 20 18:50:21 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: 1317/2758] 10.0.0.49 () {28 vars in 437 bytes} [Wed May 20 18:50:22 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1442/2759] 10.0.0.49 () {30 vars in 726 bytes} [Wed May 20 18:50:22 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 657 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2760] 10.0.0.49 () {30 vars in 688 bytes} [Wed May 20 18:50:22 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: 9|app: 0|req: 1443/2761] 10.0.0.49 () {30 vars in 690 bytes} [Wed May 20 18:50:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2762] 10.0.0.49 () {30 vars in 666 bytes} [Wed May 20 18:50:22 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: 9|app: 0|req: 1444/2763] 10.0.0.49 () {30 vars in 702 bytes} [Wed May 20 18:50:22 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: 1320/2764] 10.0.0.49 () {30 vars in 726 bytes} [Wed May 20 18:50:22 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1445/2765] 10.0.0.49 () {30 vars in 688 bytes} [Wed May 20 18:50:22 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: 1321/2766] 10.0.0.49 () {30 vars in 690 bytes} [Wed May 20 18:50:22 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: 9|app: 0|req: 1446/2767] 10.0.0.49 () {30 vars in 666 bytes} [Wed May 20 18:50:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2768] 10.0.0.49 () {30 vars in 702 bytes} [Wed May 20 18:50:22 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: 9|app: 0|req: 1447/2769] 10.0.0.49 () {30 vars in 728 bytes} [Wed May 20 18:50:22 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2770] 10.0.0.49 () {30 vars in 680 bytes} [Wed May 20 18:50:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1448/2771] 10.0.0.49 () {34 vars in 702 bytes} [Wed May 20 18:50:22 2026] POST /v2.0/ports => generated 1128 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2772] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1449/2773] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2774] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:50:26 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: 9|app: 0|req: 1450/2775] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2776] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1451/2777] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2778] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:50:26 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: 9|app: 0|req: 1452/2779] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:50:26 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: 1328/2780] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:50:26.684 9 INFO neutron.api.v2.resource [None req-a82410e1-a577-46bb-83ad-17fe019aad23 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1453/2781] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/security-groups/lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => 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: 1329/2782] 199.204.45.70 () {30 vars in 783 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/security-groups?name=lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1454/2783] 199.204.45.70 () {34 vars in 734 bytes} [Wed May 20 18:50:26 2026] POST /v2.0/security-groups => generated 1638 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2784] 199.204.45.70 () {30 vars in 813 bytes} [Wed May 20 18:50:26 2026] GET /v2.0/security-group-rules?security_group_id=261c45a0-a3f8-4778-a1d0-b4e1c127dd14 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1455/2785] 199.204.45.70 () {34 vars in 787 bytes} [Wed May 20 18:50:26 2026] PUT /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2786] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:50:27 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) /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: 9|app: 0|req: 1456/2787] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:50:27 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: 1332/2788] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:50:27 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: 9|app: 0|req: 1457/2789] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:50:27 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: 1333/2790] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:50:27 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1458/2791] 10.0.0.139 () {34 vars in 1016 bytes} [Wed May 20 18:50:34 2026] GET /v2.0/security-groups?id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&fields=id => generated 69 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2792] 10.0.0.139 () {34 vars in 982 bytes} [Wed May 20 18:50:34 2026] GET /v2.0/networks?id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1459/2793] 10.0.0.139 () {34 vars in 965 bytes} [Wed May 20 18:50:34 2026] GET /v2.0/quotas/d1698e70c0394e5ca75a842a2d082be2 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2794] 10.0.0.139 () {34 vars in 1002 bytes} [Wed May 20 18:50:34 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1460/2795] 10.0.0.139 () {34 vars in 1008 bytes} [Wed May 20 18:50:34 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 1336/2796] 10.0.0.139 () {34 vars in 1108 bytes} [Wed May 20 18:50:34 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 9|app: 0|req: 1462/2799] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:35 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => 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: 1338/2800] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:35 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1463/2801] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:38 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => 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: 1339/2802] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:38 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1464/2803] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:50:39 2026] GET /v2.0/networks?id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2804] 199.204.45.70 () {34 vars in 1049 bytes} [Wed May 20 18:50:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d1698e70c0394e5ca75a842a2d082be2 => generated 343 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1465/2805] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:50:39 2026] POST /v2.0/ports => generated 1082 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2806] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:50:39 2026] PUT /v2.0/ports/7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 1243 bytes in 461 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: 9|app: 0|req: 1466/2807] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1246 bytes in 59 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: 1342/2808] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1467/2809] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2810] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&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: 9|app: 0|req: 1468/2811] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:50:41.546 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b95a436-b2e2-4a0f-beae-60bb74242048'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': '7d0e531c-29bc-4332-89a2-b68604d3e6e7', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1469/2812] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/security-groups?id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2813] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1470/2814] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2815] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:41 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1471/2816] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:50:42 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => 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: 1346/2817] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:50:42 2026] GET /v2.0/networks?id=7ecf9101-8beb-4dd6-bb84-48393477c2f1 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1472/2818] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:50:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => 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: 1347/2819] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:50:42 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1473/2820] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:50:42 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&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: 1348/2821] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:50:42 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1474/2822] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:50:42 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 1349/2823] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:44 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1475/2824] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:44 2026] GET /v2.0/security-groups?id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2825] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:44 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1476/2826] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:50:45 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2827] 199.204.45.70 () {34 vars in 1043 bytes} [Wed May 20 18:50:45 2026] GET /v2.0/security-groups?id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1477/2828] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:47 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => 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: 1352/2829] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:47 2026] GET /v2.0/security-groups?id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&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: 9|app: 0|req: 1478/2830] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:47 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2831] 10.0.0.139 () {34 vars in 1178 bytes} [Wed May 20 18:50:50 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9&device_id=0c61a200-e907-44d6-8200-5ff7a23688b1&device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 4160 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1479/2832] 10.0.0.139 () {34 vars in 1120 bytes} [Wed May 20 18:50:50 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&fields=id&fields=name => generated 186 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1481/2835] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:50 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2836] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:50 2026] GET /v2.0/security-groups?id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&fields=id&fields=name => generated 96 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1482/2837] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:50 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2838] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:50:51 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1483/2839] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:51 2026] GET /v2.0/security-groups?id=cb46275b-c98c-40d3-a4e8-bd187115d3e5&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2840] 10.0.0.139 () {34 vars in 1084 bytes} [Wed May 20 18:50:51 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1&device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 2923 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1484/2841] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:50:51 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&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: 8|app: 0|req: 1358/2842] 199.204.45.70 () {34 vars in 1095 bytes} [Wed May 20 18:51:00 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1485/2843] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:51:01 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=89475b51-cc60-4121-b298-8245c457c422 => 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: 1359/2844] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:51:01 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1486/2845] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:51:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.61&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2846] 199.204.45.70 () {34 vars in 1101 bytes} [Wed May 20 18:51:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aed&port_id=575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1487/2847] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:51:01 2026] GET /v2.0/subnets?id=d58f6208-abc3-421b-aa6b-2830afa08996&id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2848] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:51:01 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1488/2849] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:51:02 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 8|app: 0|req: 1362/2850] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:51:02 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1489/2851] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:51:02 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1365/2856] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:51:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1492/2857] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:51:26 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: 1366/2858] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:51:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1493/2859] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:51:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2860] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:51:26 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1494/2861] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:51:26 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2862] 199.204.45.70 () {34 vars in 715 bytes} [Wed May 20 18:51:26 2026] POST /v2.0/ports => generated 1093 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1495/2863] 10.0.0.139 () {34 vars in 971 bytes} [Wed May 20 18:51:26 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1093 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1369/2864] 10.0.0.139 () {34 vars in 907 bytes} [Wed May 20 18:51:26 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: 9|app: 0|req: 1496/2865] 199.204.45.70 () {34 vars in 1261 bytes} [Wed May 20 18:51:27 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2866] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:51:27 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1497/2867] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:51:28 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 1371/2868] 199.204.45.70 () {34 vars in 974 bytes} [Wed May 20 18:51:28 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1093 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1498/2869] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:51:28 2026] GET /v2.0/networks?id=e3823008-dc94-4539-82bc-26b47e257e9d => generated 803 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2870] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:51:28 2026] PUT /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1283 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1499/2871] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2523 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: 1373/2872] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1500/2873] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:51:30.306 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5feb039-e134-4fe7-8f32-e3feb4b7a324'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': 'c7bae394-db2a-443f-8ef8-b4ac67a687f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1374/2874] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&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: 9|app: 0|req: 1501/2875] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 1375/2876] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1502/2877] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => 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: 1376/2878] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1503/2879] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&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: 1377/2880] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1504/2881] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:51:30 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2882] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:51:31 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2523 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1505/2883] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:51:31 2026] GET /v2.0/networks?id=e3823008-dc94-4539-82bc-26b47e257e9d => generated 803 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2884] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1506/2885] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:51:31 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2886] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:51:31 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&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: 9|app: 0|req: 1507/2887] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:51:31 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2888] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:51:31 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 9|app: 0|req: 1508/2889] 10.0.0.139 () {34 vars in 971 bytes} [Wed May 20 18:51:33 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1285 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2890] 199.204.45.70 () {34 vars in 787 bytes} [Wed May 20 18:51:33 2026] PUT /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1309 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:51:34.283 9 INFO neutron.api.v2.resource [None req-08a23fa5-3dcb-4768-852f-6f831466794a f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1509/2891] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/security-groups/lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 149 bytes in 20 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, ' [pid: 8|app: 0|req: 1383/2892] 199.204.45.70 () {30 vars in 783 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/security-groups?name=lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 1639 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1510/2893] 199.204.45.70 () {34 vars in 787 bytes} [Wed May 20 18:51:34 2026] PUT /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1309 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:51:34.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce4a1457-97fc-415d-a00c-7b93c43a5ac2'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': 'c7bae394-db2a-443f-8ef8-b4ac67a687f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1384/2894] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 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: 8|app: 0|req: 1385/2895] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:51:34 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: 9|app: 0|req: 1511/2896] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/networks?id=e3823008-dc94-4539-82bc-26b47e257e9d => generated 803 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:51:34.970 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ae9702a-4c3c-431d-a326-c09f6f911f51'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': 'c7bae394-db2a-443f-8ef8-b4ac67a687f5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1386/2897] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:51:34 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: 1387/2898] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1512/2899] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => 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: 1388/2900] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1513/2901] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:51:34 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2902] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1514/2903] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&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: 1390/2904] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2905] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1345 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1515/2906] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 1392/2907] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2908] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1516/2909] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 1395/2912] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1518/2913] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:51:35 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2914] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:51:36 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1519/2915] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:51:36 2026] GET /v2.0/networks?id=e3823008-dc94-4539-82bc-26b47e257e9d => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2916] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:51:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1520/2917] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:51:36 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2918] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:51:36 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&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: 9|app: 0|req: 1521/2919] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:51:36 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 1399/2920] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:51:36 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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) 2026-05-20 18:51:43.293 9 WARNING neutron_lib.context [None req-e8eaa956-c22a-49a4-b8aa-90e0f34115ac f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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 18:51:44.075 9 INFO neutron.db.l3_db [None req-e8eaa956-c22a-49a4-b8aa-90e0f34115ac f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Floating IP 87525e63-1ac7-4982-8cc0-dd1060f47cc8 associated. External IP: 10.96.250.205, port: 88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b. [pid: 9|app: 0|req: 1522/2921] 10.0.0.87 () {34 vars in 676 bytes} [Wed May 20 18:51:43 2026] POST /v2.0/floatingips => generated 898 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2922] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:51:47 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: 9|app: 0|req: 1523/2923] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:51:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2924] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:51:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1524/2925] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:51:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:51:47.547 8 INFO neutron.api.v2.resource [None req-2714c7cc-a097-41bd-aca9-37d76c109f25 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1402/2926] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:51:47 2026] GET /v2.0/security-groups/lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1525/2927] 199.204.45.70 () {30 vars in 783 bytes} [Wed May 20 18:51:47 2026] GET /v2.0/security-groups?name=lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2928] 199.204.45.70 () {30 vars in 813 bytes} [Wed May 20 18:51:47 2026] GET /v2.0/security-group-rules?security_group_id=261c45a0-a3f8-4778-a1d0-b4e1c127dd14 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1526/2929] 199.204.45.70 () {34 vars in 745 bytes} [Wed May 20 18:51:47 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) [pid: 8|app: 0|req: 1404/2930] 199.204.45.70 () {34 vars in 745 bytes} [Wed May 20 18:51:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1528/2933] 10.0.0.49 () {30 vars in 688 bytes} [Wed May 20 18:51:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2934] 10.0.0.49 () {30 vars in 690 bytes} [Wed May 20 18:51:56 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: 9|app: 0|req: 1529/2935] 10.0.0.49 () {30 vars in 666 bytes} [Wed May 20 18:51:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2936] 10.0.0.49 () {30 vars in 702 bytes} [Wed May 20 18:51:56 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: 9|app: 0|req: 1530/2937] 10.0.0.49 () {28 vars in 437 bytes} [Wed May 20 18:51:56 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: 1408/2938] 10.0.0.49 () {30 vars in 726 bytes} [Wed May 20 18:51:56 2026] GET /v2.0/subnets/933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1531/2939] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:51:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2940] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:51:59 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: 9|app: 0|req: 1532/2941] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:51:59 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: 1410/2942] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:51:59 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: 9|app: 0|req: 1533/2943] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:51:59 2026] GET /v2.0/subnets/933ea8e5-e478-478a-b079-4b9d326d13e5 => 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: 1411/2944] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:51:59 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1534/2945] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:51:59 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: 1412/2946] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:51:59 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: 9|app: 0|req: 1535/2947] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:51:59 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: 1413/2948] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:51: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: 9|app: 0|req: 1536/2949] 199.204.45.70 () {34 vars in 1095 bytes} [Wed May 20 18:52:01 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2950] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:01 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1537/2951] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:01 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1415/2952] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:01 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1538/2953] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:01 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2954] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:52:01 2026] POST /v2.0/ports => generated 1303 bytes in 366 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: 9|app: 0|req: 1539/2955] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1540/2956] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.145&port_id=cc10baa7-8984-491c-8f34-699280d32109 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1541/2957] 199.204.45.70 () {34 vars in 1105 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A33a&port_id=cc10baa7-8984-491c-8f34-699280d32109 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1542/2958] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/subnets?id=81a3ec8c-586a-415c-8160-6f2b3269875f&id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1543/2959] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1544/2960] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1545/2961] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1546/2962] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:02 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1417/2963] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:52:02 2026] PUT /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1464 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1547/2964] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:03 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 4041 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1418/2965] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:52:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1548/2966] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:03 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2967] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:03 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1549/2968] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:03 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:52:04.042 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2362f198-858e-41ec-b4d2-954b74e5a539'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': '8e6334cd-691b-4079-aac2-0ee90b5017c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1420/2969] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 9|app: 0|req: 1550/2970] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2971] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1551/2972] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&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: 1422/2973] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1552/2974] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 1423/2975] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1553/2976] 199.204.45.70 () {34 vars in 1103 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A262&port_id=8e6334cd-691b-4079-aac2-0ee90b5017c1 => 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: 1424/2977] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/subnets?id=d58f6208-abc3-421b-aa6b-2830afa08996&id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1554/2978] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 8|app: 0|req: 1425/2979] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 9|app: 0|req: 1555/2980] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1426/2981] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:04 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1428/2984] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 4041 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1557/2985] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => 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: 1429/2986] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1558/2987] 199.204.45.70 () {34 vars in 1103 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A262&port_id=8e6334cd-691b-4079-aac2-0ee90b5017c1 => 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: 1430/2988] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/subnets?id=d58f6208-abc3-421b-aa6b-2830afa08996&id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1559/2989] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 1431/2990] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 9|app: 0|req: 1560/2991] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1432/2992] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:05 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 9|app: 0|req: 1561/2993] 10.0.0.139 () {34 vars in 971 bytes} [Wed May 20 18:52:07 2026] GET /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1466 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2994] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:07 2026] GET /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1466 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1562/2995] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:07 2026] GET /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1466 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2996] 199.204.45.70 () {34 vars in 788 bytes} [Wed May 20 18:52:07 2026] PUT /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1201 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1563/2997] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 796 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: 1435/2998] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/subnets/933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1564/2999] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52: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) 2026-05-20 18:52:08.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92ba688b-4045-410f-8fb9-ff7ad1f5deb9'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': '8e6334cd-691b-4079-aac2-0ee90b5017c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/3000] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1565/3001] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3002] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:08 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: 9|app: 0|req: 1566/3003] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3004] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1567/3005] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3006] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1568/3007] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => 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: 1440/3008] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1569/3009] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/3010] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3814 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1570/3011] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:08 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3012] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1571/3013] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:09 2026] GET /v2.0/subnets?id=933ea8e5-e478-478a-b079-4b9d326d13e5 => 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: 1443/3014] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:09 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 9|app: 0|req: 1572/3015] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:09 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3016] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:09 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 9|app: 0|req: 1573/3017] 10.0.0.49 () {30 vars in 688 bytes} [Wed May 20 18:52:17 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: 1445/3018] 10.0.0.49 () {30 vars in 690 bytes} [Wed May 20 18:52: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: 9|app: 0|req: 1574/3019] 10.0.0.49 () {30 vars in 666 bytes} [Wed May 20 18:52:17 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: 1446/3020] 10.0.0.49 () {30 vars in 702 bytes} [Wed May 20 18:52: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: 9|app: 0|req: 1575/3021] 10.0.0.49 () {28 vars in 437 bytes} [Wed May 20 18:52:17 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: 1447/3022] 10.0.0.49 () {30 vars in 726 bytes} [Wed May 20 18:52:17 2026] GET /v2.0/subnets/29ce5366-8797-47ef-9097-c427c5df2a9f => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1576/3023] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:18 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: 1448/3024] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:18 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: 9|app: 0|req: 1577/3025] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52: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: 1449/3026] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1578/3027] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:18 2026] GET /v2.0/subnets/933ea8e5-e478-478a-b079-4b9d326d13e5 => 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: 1450/3028] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:18 2026] GET /v2.0/subnets/29ce5366-8797-47ef-9097-c427c5df2a9f => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1579/3029] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:18 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3814 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3030] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52: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: 9|app: 0|req: 1580/3031] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52: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: 8|app: 0|req: 1452/3032] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52: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: 9|app: 0|req: 1581/3033] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52: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: 8|app: 0|req: 1453/3034] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:19 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1582/3035] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:19 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 9|app: 0|req: 1584/3038] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:20 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3039] 199.204.45.70 () {38 vars in 954 bytes} [Wed May 20 18:52:20 2026] POST /v2.0/ports => generated 1303 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1585/3040] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:52:20 2026] PUT /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1464 bytes in 528 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: 1456/3041] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 5270 bytes in 52 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: 9|app: 0|req: 1586/3042] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => 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: 1457/3043] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:52:22.602 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-939d887e-d280-41a9-b963-5513555aeff1'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': '16ef8c2d-6ec7-4a53-b5db-ceacde1e0164', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1587/3044] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&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: 1458/3045] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1588/3046] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 1459/3047] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1589/3048] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3049] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1590/3050] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 1461/3051] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 9|app: 0|req: 1591/3052] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=8e6334cd-691b-4079-aac2-0ee90b5017c1 => 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: 1462/3053] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/subnets?id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1592/3054] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&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: 1463/3055] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1593/3056] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1464/3057] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1594/3058] 199.204.45.70 () {34 vars in 1103 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Abb&port_id=16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => 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: 1465/3059] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/subnets?id=81a3ec8c-586a-415c-8160-6f2b3269875f&id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1595/3060] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3061] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1596/3062] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1467/3063] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:23 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1597/3064] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 5270 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3065] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1598/3066] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => 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: 1469/3067] 199.204.45.70 () {34 vars in 1103 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Abb&port_id=16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1599/3068] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/subnets?id=81a3ec8c-586a-415c-8160-6f2b3269875f&id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3069] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&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: 9|app: 0|req: 1600/3070] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3071] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1601/3072] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:24 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1472/3073] 10.0.0.139 () {34 vars in 971 bytes} [Wed May 20 18:52:26 2026] GET /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1466 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1602/3074] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:26 2026] GET /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1466 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3075] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1466 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1603/3076] 199.204.45.70 () {34 vars in 788 bytes} [Wed May 20 18:52:27 2026] PUT /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1201 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3077] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 795 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1604/3078] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/subnets/29ce5366-8797-47ef-9097-c427c5df2a9f => 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: 1475/3079] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:27 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) 2026-05-20 18:52:27.622 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a3a7cc0-d4ae-4308-a1ea-03bb6fda3097'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': '16ef8c2d-6ec7-4a53-b5db-ceacde1e0164', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1605/3080] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3081] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:27 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: 9|app: 0|req: 1606/3082] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3083] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1607/3084] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3085] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1345 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1608/3086] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3087] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1609/3088] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3089] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:27 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1610/3090] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:28 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 5043 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3091] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:28 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1611/3092] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => 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: 1482/3093] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:28 2026] GET /v2.0/subnets?id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1612/3094] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:28 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&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: 1483/3095] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:28 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1613/3096] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:28 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1485/3099] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:37 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: 9|app: 0|req: 1615/3100] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:37 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: 1486/3101] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:37 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: 9|app: 0|req: 1616/3102] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3103] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:37 2026] GET /v2.0/subnets/933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1617/3104] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:37 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 5043 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3105] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1618/3106] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:38 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: 1489/3107] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:38 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: 9|app: 0|req: 1619/3108] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3109] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:38 2026] GET /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1237 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1620/3110] 199.204.45.70 () {34 vars in 787 bytes} [Wed May 20 18:52:38 2026] PUT /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1026 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3111] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:38 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 795 bytes in 54 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: 9|app: 0|req: 1621/3112] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:38 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 4868 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3113] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:38 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 4868 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:52:39.141 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4001d125-ce63-4d9a-812d-98e21a77cffd'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': '16ef8c2d-6ec7-4a53-b5db-ceacde1e0164', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1622/3114] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:39 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 4868 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3115] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:39 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1623/3116] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:39 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1494/3117] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:39 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 9|app: 0|req: 1624/3118] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:39 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 4868 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3119] 199.204.45.70 () {34 vars in 974 bytes} [Wed May 20 18:52:40 2026] GET /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 1062 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3120] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:40 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 4868 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1625/3121] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:52:40 2026] DELETE /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => 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: 1497/3122] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:41 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3814 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:52:41.956 9 INFO neutron.pecan_wsgi.hooks.translation [None req-1f64ab29-dbd6-462f-a1c7-35af1d5e0ea9 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1626/3123] 199.204.45.70 () {32 vars in 757 bytes} [Wed May 20 18:52:41 2026] DELETE /v2.0/ports/16ef8c2d-6ec7-4a53-b5db-ceacde1e0164 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3124] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:42 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 18:52:42.090 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a48d3e0e-7029-4227-8221-c05bb23a1d0a'] response: {'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'name': 'network-vif-deleted', 'tag': '16ef8c2d-6ec7-4a53-b5db-ceacde1e0164', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1627/3125] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3126] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:42 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: 9|app: 0|req: 1628/3127] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:42 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: 1500/3128] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1629/3129] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3130] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1630/3131] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3132] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1631/3133] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3134] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1632/3135] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3814 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3136] 199.204.45.70 () {34 vars in 1145 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/networks?id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&id=e3823008-dc94-4539-82bc-26b47e257e9d&id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 2309 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1633/3137] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => 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: 1505/3138] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1634/3139] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3140] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1635/3141] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3142] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1636/3143] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3144] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&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: 9|app: 0|req: 1637/3145] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:42 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3146] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:43 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 9|app: 0|req: 1638/3147] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:52:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.221&port_id=8e6334cd-691b-4079-aac2-0ee90b5017c1 => 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: 1510/3148] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:43 2026] GET /v2.0/subnets?id=933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1639/3149] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:43 2026] GET /v2.0/ports?network_id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3150] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:43 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1640/3151] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:43 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1512/3152] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1641/3153] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3154] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:48 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: 9|app: 0|req: 1642/3155] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3156] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:48 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3814 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1643/3157] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:48 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: 1515/3158] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:48 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: 9|app: 0|req: 1644/3159] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:48 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: 1516/3160] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52: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: 9|app: 0|req: 1645/3161] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:48 2026] GET /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1237 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3162] 199.204.45.70 () {34 vars in 787 bytes} [Wed May 20 18:52:48 2026] PUT /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1026 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1646/3163] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:48 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 796 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1518/3164] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:48 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1647/3165] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:48 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3639 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:52:49.278 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3dbbdd90-71e2-4106-9453-972f4b6b8fff'] response: {'name': 'network-changed', 'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'tag': '8e6334cd-691b-4079-aac2-0ee90b5017c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1519/3166] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:49 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3639 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1648/3167] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:52:49 2026] GET /v2.0/networks?id=e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3168] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:49 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1649/3169] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:49 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7?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: 1521/3170] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:49 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1651/3173] 199.204.45.70 () {34 vars in 974 bytes} [Wed May 20 18:52:50 2026] GET /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 1062 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1652/3174] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:50 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 3639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3175] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:52:50 2026] DELETE /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1653/3176] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:52:52.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1fc081b-62b2-4f71-bd78-17b7b161e344 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1524/3177] 199.204.45.70 () {32 vars in 757 bytes} [Wed May 20 18:52:52 2026] DELETE /v2.0/ports/8e6334cd-691b-4079-aac2-0ee90b5017c1 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1654/3178] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:52:52 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: 1525/3179] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1655/3180] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:52:52 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) 2026-05-20 18:52:52.256 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a56935d6-7736-446b-a479-9ca2c345a969'] response: {'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'name': 'network-vif-deleted', 'tag': '8e6334cd-691b-4079-aac2-0ee90b5017c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1526/3181] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:52:52 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: 9|app: 0|req: 1656/3182] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3183] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1657/3184] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3185] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1658/3186] 199.204.45.70 () {30 vars in 741 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3187] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1659/3188] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => 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: 1530/3189] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1660/3190] 199.204.45.70 () {34 vars in 1065 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/networks?id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&id=e3823008-dc94-4539-82bc-26b47e257e9d => generated 1524 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3191] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1661/3192] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3193] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&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: 9|app: 0|req: 1662/3194] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 1533/3195] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:52 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 9|app: 0|req: 1663/3196] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:52:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => 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: 1534/3197] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:52:53 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1664/3198] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:52:53 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3199] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:52:53 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1665/3200] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:52:53 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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: 1536/3201] 199.204.45.70 () {34 vars in 1095 bytes} [Wed May 20 18:53:03 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 123 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1666/3202] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3203] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1667/3204] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3205] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1668/3206] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:53:04.362 8 INFO neutron.api.v2.resource [None req-faefb375-628f-496b-b82e-ff1ee98d6163 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3207] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/security-groups/lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1669/3208] 199.204.45.70 () {30 vars in 783 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/security-groups?name=lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 2865 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3209] 199.204.45.70 () {30 vars in 813 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/security-group-rules?security_group_id=261c45a0-a3f8-4778-a1d0-b4e1c127dd14 => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1670/3210] 199.204.45.70 () {32 vars in 787 bytes} [Wed May 20 18:53:04 2026] DELETE /v2.0/security-group-rules/b2cd7481-20a6-442e-8640-e48cfb47bd8b => 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: 1541/3211] 199.204.45.70 () {32 vars in 787 bytes} [Wed May 20 18:53:04 2026] DELETE /v2.0/security-group-rules/da6ef105-09e7-4226-a6d7-3b7a571be868 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1671/3212] 199.204.45.70 () {34 vars in 1065 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/networks?id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&id=e3823008-dc94-4539-82bc-26b47e257e9d => generated 1524 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3213] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1672/3214] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3215] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&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: 9|app: 0|req: 1673/3216] 199.204.45.70 () {34 vars in 910 bytes} [Wed May 20 18:53:04 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: 1544/3217] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:53:04 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1674/3218] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:53:05 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?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: 1545/3219] 199.204.45.70 () {34 vars in 1055 bytes} [Wed May 20 18:53:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.96&port_id=c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1675/3220] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:53:05 2026] GET /v2.0/subnets?id=148e2551-5bee-4351-9e4b-7f022c325b8d => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3223] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:53:05 2026] GET /v2.0/ports?network_id=e3823008-dc94-4539-82bc-26b47e257e9d&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: 9|app: 0|req: 1678/3224] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:53:05 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3225] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:53:05 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?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) 2026-05-20 18:53:08.128 9 INFO neutron.db.l3_db [None req-cd0c8609-aab2-4659-993d-26394f4c03f4 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Floating IP 87525e63-1ac7-4982-8cc0-dd1060f47cc8 disassociated (deleted). External IP: 10.96.250.205, port: 88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b. [pid: 9|app: 0|req: 1679/3226] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:53:07 2026] DELETE /v2.0/floatingips/87525e63-1ac7-4982-8cc0-dd1060f47cc8 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:08.489 8 INFO neutron.api.v2.resource [None req-40ef5c38-919b-4e51-9e6b-6428a101ddbc f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3227] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:53:08 2026] GET /v2.0/floatingips/87525e63-1ac7-4982-8cc0-dd1060f47cc8 => generated 144 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1680/3228] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:53:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3229] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:53:09 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: 9|app: 0|req: 1681/3230] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:53:09 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: 1550/3231] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:53:09 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 18:53:10.019 9 INFO neutron.api.v2.resource [None req-adbf3c1e-3d01-4bea-a695-73637ad97349 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1682/3232] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/security-groups/lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3233] 199.204.45.70 () {30 vars in 783 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/security-groups?name=lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1683/3234] 199.204.45.70 () {30 vars in 813 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/security-group-rules?security_group_id=261c45a0-a3f8-4778-a1d0-b4e1c127dd14 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3235] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:53:10 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: 9|app: 0|req: 1684/3236] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3237] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:53:10 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: 9|app: 0|req: 1685/3238] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3239] 199.204.45.70 () {30 vars in 739 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1686/3240] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3241] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1687/3242] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:53:10 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3243] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:53:11 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1688/3244] 199.204.45.70 () {34 vars in 974 bytes} [Wed May 20 18:53:12 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3245] 199.204.45.70 () {34 vars in 1059 bytes} [Wed May 20 18:53:12 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1689/3246] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:53:12 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3247] 199.204.45.70 () {34 vars in 1015 bytes} [Wed May 20 18:53:12 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1690/3248] 199.204.45.70 () {38 vars in 1027 bytes} [Wed May 20 18:53:12 2026] PUT /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1146 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3249] 199.204.45.70 () {30 vars in 767 bytes} [Wed May 20 18:53:13 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 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: 9|app: 0|req: 1691/3250] 199.204.45.70 () {34 vars in 787 bytes} [Wed May 20 18:53:13 2026] PUT /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1086 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3251] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:53:13 2026] GET /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 1086 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1692/3252] 199.204.45.70 () {32 vars in 757 bytes} [Wed May 20 18:53:13 2026] DELETE /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3253] 199.204.45.70 () {30 vars in 701 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1693/3254] 199.204.45.70 () {30 vars in 703 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3255] 199.204.45.70 () {30 vars in 679 bytes} [Wed May 20 18:53:14 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: 9|app: 0|req: 1694/3256] 199.204.45.70 () {30 vars in 715 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:53:14.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a09f0f6-6772-40b7-bb2a-0bd488a635dc f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3257] 199.204.45.70 () {32 vars in 757 bytes} [Wed May 20 18:53:14 2026] DELETE /v2.0/ports/c7bae394-db2a-443f-8ef8-b4ac67a687f5 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1695/3258] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3259] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/ports?tenant_id=d1698e70c0394e5ca75a842a2d082be2&device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:53:14.483 9 INFO neutron.api.v2.resource [None req-04bcfa35-bb97-48c8-b5ba-73a2de1383d0 f978fe935172478ba0ba994cffc5a74a d1698e70c0394e5ca75a842a2d082be2 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1696/3260] 199.204.45.70 () {30 vars in 761 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/security-groups/lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1697/3261] 199.204.45.70 () {30 vars in 783 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/security-groups?name=lb-a2714900-ea3c-4c3a-a16c-2f14d2feb07c => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3262] 199.204.45.70 () {34 vars in 1065 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/networks?id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&id=e3823008-dc94-4539-82bc-26b47e257e9d => generated 1524 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1698/3264] 199.204.45.70 () {30 vars in 735 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3264] 199.204.45.70 () {34 vars in 1061 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.188&port_id=7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1699/3265] 199.204.45.70 () {34 vars in 983 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/subnets?id=f13cd44f-15c2-48c3-99ea-0998ac61737e => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1700/3266] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/ports?network_id=7ecf9101-8beb-4dd6-bb84-48393477c2f1&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: 9|app: 0|req: 1701/3267] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1702/3268] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:53:14 2026] GET /v2.0/networks/7ecf9101-8beb-4dd6-bb84-48393477c2f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3269] 199.204.45.70 () {34 vars in 787 bytes} [Wed May 20 18:53:14 2026] PUT /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 1090 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1703/3270] 199.204.45.70 () {32 vars in 777 bytes} [Wed May 20 18:53:14 2026] DELETE /v2.0/security-groups/261c45a0-a3f8-4778-a1d0-b4e1c127dd14 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3271] 199.204.45.70 () {32 vars in 757 bytes} [Wed May 20 18:53:14 2026] DELETE /v2.0/ports/88b8a5ef-4dbb-446c-93cb-e72d27ce4a8b => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1704/3272] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:53:17 2026] GET /v2.0/ports?device_id=5b9fb39f-5078-40aa-8986-0ea7b4acd0a9 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3273] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:53:17 2026] DELETE /v2.0/ports/7d0e531c-29bc-4332-89a2-b68604d3e6e7 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:19.281 9 INFO neutron.db.l3_db [None req-e9beb526-3db8-4518-a05e-106ffbf175f9 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Floating IP ff3632b5-44ed-4b90-9bb8-84b792cd7f6e disassociated (deleted). External IP: 10.96.250.211, port: cc10baa7-8984-491c-8f34-699280d32109. [pid: 9|app: 0|req: 1705/3274] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:53:18 2026] DELETE /v2.0/floatingips/ff3632b5-44ed-4b90-9bb8-84b792cd7f6e => generated 0 bytes in 698 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:19.704 8 INFO neutron.api.v2.resource [None req-21d10d63-3536-4972-9b74-382623dc2ac7 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3275] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:53:19 2026] GET /v2.0/floatingips/ff3632b5-44ed-4b90-9bb8-84b792cd7f6e => generated 144 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:53:19.963 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-617814db-3601-4452-9dad-df40791dda8f'] response: {'name': 'network-changed', 'server_uuid': '0c61a200-e907-44d6-8200-5ff7a23688b1', 'tag': 'cc10baa7-8984-491c-8f34-699280d32109', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1706/3276] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:53:19 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1204 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-20 18:53:19.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66166785-959a-43bc-9a3f-e2f434c546ea'] response: {'server_uuid': '5b9fb39f-5078-40aa-8986-0ea7b4acd0a9', 'name': 'network-vif-deleted', 'tag': '7d0e531c-29bc-4332-89a2-b68604d3e6e7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1571/3277] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:53:19 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3280] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1708/3281] 199.204.45.70 () {34 vars in 985 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/networks?id=c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3282] 199.204.45.70 () {34 vars in 1057 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.145&port_id=cc10baa7-8984-491c-8f34-699280d32109 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1709/3283] 199.204.45.70 () {34 vars in 1105 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A33a&port_id=cc10baa7-8984-491c-8f34-699280d32109 => 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: 1575/3284] 199.204.45.70 () {34 vars in 1063 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/subnets?id=81a3ec8c-586a-415c-8160-6f2b3269875f&id=29ce5366-8797-47ef-9097-c427c5df2a9f => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1710/3285] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3286] 199.204.45.70 () {34 vars in 1051 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/ports?network_id=c31c7062-8961-4be9-971f-5fa2dc692d2a&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: 9|app: 0|req: 1711/3287] 199.204.45.70 () {34 vars in 1011 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 1577/3288] 199.204.45.70 () {34 vars in 1111 bytes} [Wed May 20 18:53:20 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a?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: 9|app: 0|req: 1712/3289] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:53:21 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 1204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3290] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:53:21 2026] DELETE /v2.0/ports/cc10baa7-8984-491c-8f34-699280d32109 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1713/3291] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:53:25 2026] GET /v2.0/ports?device_id=0c61a200-e907-44d6-8200-5ff7a23688b1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:53:30.236 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3b6115a-0356-4fd9-9d26-57d4a382d21e'] response: {'server_uuid': '0c61a200-e907-44d6-8200-5ff7a23688b1', 'name': 'network-vif-deleted', 'tag': 'cc10baa7-8984-491c-8f34-699280d32109', 'status': 'completed', 'code': 200} 2026-05-20 18:53:30.551 8 INFO neutron.db.l3_db [None req-2537c707-acba-4033-a640-c4bf32fb6561 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] Floating IP c87c5fc5-14e2-4e92-8e89-24175d1d285e disassociated (deleted). External IP: 10.96.250.217, port: 575cd592-b2a8-4be8-a4bb-c28efc765955. [pid: 8|app: 0|req: 1579/3292] 10.0.0.87 () {32 vars in 731 bytes} [Wed May 20 18:53:30 2026] DELETE /v2.0/floatingips/c87c5fc5-14e2-4e92-8e89-24175d1d285e => generated 0 bytes in 715 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:30.931 9 INFO neutron.api.v2.resource [None req-e54a9d91-9fa4-4671-ba69-99bcd0847f71 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1714/3293] 10.0.0.87 () {32 vars in 728 bytes} [Wed May 20 18:53:30 2026] GET /v2.0/floatingips/c87c5fc5-14e2-4e92-8e89-24175d1d285e => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3294] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:53:31 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1192 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1715/3295] 10.0.0.139 () {34 vars in 1040 bytes} [Wed May 20 18:53:31 2026] GET /v2.0/security-groups?id=47cfb537-4e96-4216-b99c-97e88f973a7a&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3296] 199.204.45.70 () {34 vars in 993 bytes} [Wed May 20 18:53:32 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 1192 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1716/3297] 199.204.45.70 () {36 vars in 996 bytes} [Wed May 20 18:53:33 2026] DELETE /v2.0/ports/575cd592-b2a8-4be8-a4bb-c28efc765955 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:33.514 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4951c31c-56e1-42e1-9d3d-e51a677730bd'] response: {'name': 'network-changed', 'server_uuid': '89475b51-cc60-4121-b298-8245c457c422', 'tag': '575cd592-b2a8-4be8-a4bb-c28efc765955', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1582/3298] 199.204.45.70 () {34 vars in 1079 bytes} [Wed May 20 18:53:33 2026] GET /v2.0/ports?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&device_id=89475b51-cc60-4121-b298-8245c457c422 => 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: 1584/3301] 10.0.0.139 () {34 vars in 990 bytes} [Wed May 20 18:53:36 2026] GET /v2.0/ports?device_id=89475b51-cc60-4121-b298-8245c457c422 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-20 18:53:41.409 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-814a0a7c-bcfc-453f-a3ea-af3186ab7ad4'] response: {'server_uuid': '89475b51-cc60-4121-b298-8245c457c422', 'name': 'network-vif-deleted', 'tag': '575cd592-b2a8-4be8-a4bb-c28efc765955', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1718/3302] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:41 2026] DELETE /v2.0/security-group-rules/cdcd3b4f-45a7-42e9-85b5-5bb7dae30fef => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:41.484 8 INFO neutron.api.v2.resource [None req-2eecf4de-fa21-4097-a8fe-b1ceb4d663f9 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3303] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:41 2026] GET /v2.0/security-group-rules/cdcd3b4f-45a7-42e9-85b5-5bb7dae30fef => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1719/3304] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:41 2026] DELETE /v2.0/security-group-rules/282b77d1-ce54-4d18-89dd-88b8c2e028ba => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:41.575 8 INFO neutron.api.v2.resource [None req-559ca694-a077-46bc-9546-c81e045b1328 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3305] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:41 2026] GET /v2.0/security-group-rules/282b77d1-ce54-4d18-89dd-88b8c2e028ba => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1720/3306] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:41 2026] DELETE /v2.0/security-group-rules/f91295c5-7a6b-426b-944c-90c4f135e4db => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:41.667 8 INFO neutron.api.v2.resource [None req-d03aeb56-cf5d-4e8d-85c1-779a48a16b34 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3307] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:41 2026] GET /v2.0/security-group-rules/f91295c5-7a6b-426b-944c-90c4f135e4db => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1721/3308] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:41 2026] DELETE /v2.0/security-group-rules/9ab80c2a-9c10-4e03-be11-f0294fb4ebdf => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:41.760 8 INFO neutron.api.v2.resource [None req-10ce6f65-abe4-4447-9cda-4b994adb2423 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3309] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:41 2026] GET /v2.0/security-group-rules/9ab80c2a-9c10-4e03-be11-f0294fb4ebdf => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1722/3310] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:41 2026] DELETE /v2.0/security-group-rules/e2d5de0f-0e0a-44d3-9ac6-67a637c694b0 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:41.852 8 INFO neutron.api.v2.resource [None req-52759095-4f36-44c2-87d5-0c10d24f71e2 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3311] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:41 2026] GET /v2.0/security-group-rules/e2d5de0f-0e0a-44d3-9ac6-67a637c694b0 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1723/3312] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:41 2026] DELETE /v2.0/security-group-rules/d61dbd62-23f3-4fc9-bf14-cb84dc09feae => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:41.944 8 INFO neutron.api.v2.resource [None req-5f134862-332f-4b9a-a249-f5a7c5f636d8 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3313] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:41 2026] GET /v2.0/security-group-rules/d61dbd62-23f3-4fc9-bf14-cb84dc09feae => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1724/3314] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:41 2026] DELETE /v2.0/security-group-rules/33e788ac-4c46-4430-993c-0819deded6ff => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:42.030 8 INFO neutron.api.v2.resource [None req-4a2a6ab9-7260-455a-b5d9-ff0e57c58e0c f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3315] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:42 2026] GET /v2.0/security-group-rules/33e788ac-4c46-4430-993c-0819deded6ff => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1725/3316] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:42 2026] DELETE /v2.0/security-group-rules/1bace490-7c06-4ccf-be79-798572a08274 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:42.116 8 INFO neutron.api.v2.resource [None req-cc3056c0-ee77-49b5-a526-941f1b6c869e f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3317] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:42 2026] GET /v2.0/security-group-rules/1bace490-7c06-4ccf-be79-798572a08274 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1726/3318] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:42 2026] DELETE /v2.0/security-group-rules/7fe413c7-2299-4086-a47d-80927220ef38 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:42.208 8 INFO neutron.api.v2.resource [None req-ae8b8bb4-d5f4-46e1-a1a8-530eb774a579 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3319] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:42 2026] GET /v2.0/security-group-rules/7fe413c7-2299-4086-a47d-80927220ef38 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1727/3320] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:42 2026] DELETE /v2.0/security-group-rules/1364c7f3-d5ec-40a2-a18e-a24b0e8bae5a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:42.300 8 INFO neutron.api.v2.resource [None req-d9002c12-94f8-4e37-adbe-9719ed0d4a67 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3321] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:42 2026] GET /v2.0/security-group-rules/1364c7f3-d5ec-40a2-a18e-a24b0e8bae5a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1728/3322] 10.0.0.87 () {32 vars in 749 bytes} [Wed May 20 18:53:42 2026] DELETE /v2.0/security-group-rules/289161d0-8290-47eb-b31a-c6242d36d218 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:42.392 8 INFO neutron.api.v2.resource [None req-d31587de-21fa-4f90-b472-de68228b12de f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3323] 10.0.0.87 () {32 vars in 746 bytes} [Wed May 20 18:53:42 2026] GET /v2.0/security-group-rules/289161d0-8290-47eb-b31a-c6242d36d218 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1729/3324] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:42 2026] DELETE /v2.0/security-groups/47cfb537-4e96-4216-b99c-97e88f973a7a => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:42.909 8 INFO neutron.api.v2.resource [None req-00e4d34f-2f50-4170-90d0-422eebefc0b4 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3325] 10.0.0.87 () {32 vars in 736 bytes} [Wed May 20 18:53:42 2026] GET /v2.0/security-groups/47cfb537-4e96-4216-b99c-97e88f973a7a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1730/3326] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:53:42 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/remove_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:53:44.133 8 INFO neutron.api.v2.resource [None req-d4eb553c-2d66-496b-a3aa-b592f1aed3ad f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3327] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:53:43 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/remove_router_interface => generated 198 bytes in 189 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1731/3328] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:53:44 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:53:45.235 8 INFO neutron.api.v2.resource [None req-e6c9d21d-5922-44ae-8bec-580e61f53603 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3329] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:53:45 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/remove_router_interface => generated 198 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1732/3330] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:53:45 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-20 18:53:46.284 8 INFO neutron.api.v2.resource [None req-1c208c3a-d5e6-41aa-9094-a66aba241faa f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3331] 10.0.0.87 () {34 vars in 788 bytes} [Wed May 20 18:53:46 2026] PUT /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:53:47.175 9 INFO neutron.db.l3_hamode_db [None req-295eb835-0257-48c8-8340-8b6f956a5422 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] HA network 06abcae8-aecf-45cd-8088-127388d295b9 was deleted as no HA routers are present in tenant f7b3bfb9fc804c4d825fc7e2d7355468. [pid: 9|app: 0|req: 1733/3332] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:53:46 2026] DELETE /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-20 18:53:47.213 8 INFO neutron.api.v2.resource [None req-1fa4d97a-d60f-44f7-93cb-716316de6ade f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3333] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:53:47 2026] GET /v2.0/routers/f73bde76-f314-485d-9a37-95e4e199627a => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:53:47.253 9 INFO neutron.services.segments.plugin [-] Segment 2045794c-f3f3-4e81-a47a-039fa8df7e8f resource provider aggregate not found 2026-05-20 18:53:47.269 9 INFO neutron.services.segments.plugin [-] Segment 2045794c-f3f3-4e81-a47a-039fa8df7e8f resource provider aggregate not found 2026-05-20 18:53:47.274 9 INFO neutron.services.segments.plugin [-] Segment 2045794c-f3f3-4e81-a47a-039fa8df7e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2045794c-f3f3-4e81-a47a-039fa8df7e8f found for delete ", "request_id": "req-201f6f6d-440e-4bac-bac2-87d16e33cdab"}]} 2026-05-20 18:53:47.286 9 INFO neutron.services.segments.plugin [-] Segment 2045794c-f3f3-4e81-a47a-039fa8df7e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2045794c-f3f3-4e81-a47a-039fa8df7e8f found for delete ", "request_id": "req-67849976-1c58-4c79-908b-67ce476ad4c0"}]} [pid: 9|app: 0|req: 1734/3334] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:53:47 2026] DELETE /v2.0/subnets/81a3ec8c-586a-415c-8160-6f2b3269875f => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:47.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-620fcd3b-bb88-4541-a5ca-9276244f2f06 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3335] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:53:47 2026] GET /v2.0/subnets/81a3ec8c-586a-415c-8160-6f2b3269875f => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1735/3336] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:53:47 2026] DELETE /v2.0/subnets/29ce5366-8797-47ef-9097-c427c5df2a9f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:47.618 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76dc159e-191d-45bc-be09-bc64442ac665 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3337] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:53:47 2026] GET /v2.0/subnets/29ce5366-8797-47ef-9097-c427c5df2a9f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1736/3338] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:53:47 2026] DELETE /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:47.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5bb8fab8-11bc-4da3-81c3-f123fff49d9a f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3339] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:53:47 2026] GET /v2.0/networks/c31c7062-8961-4be9-971f-5fa2dc692d2a => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1737/3340] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:53:47 2026] DELETE /v2.0/subnets/d58f6208-abc3-421b-aa6b-2830afa08996 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:48.114 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02ae8ee8-ee40-488b-861e-23af5b7c9284 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3341] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:53:48 2026] GET /v2.0/subnets/d58f6208-abc3-421b-aa6b-2830afa08996 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1738/3342] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:53:48 2026] DELETE /v2.0/subnets/933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:48.323 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86fce5ed-1cdc-4aed-b0fb-af692c0e3928 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3343] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:53:48 2026] GET /v2.0/subnets/933ea8e5-e478-478a-b079-4b9d326d13e5 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1739/3344] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:53:48 2026] DELETE /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:48.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ac501d5-e9b1-4f6a-84f6-2171e2ee5191 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3345] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:53:48 2026] GET /v2.0/networks/e0c16ae7-a483-4caf-a99b-c7f8cb1ff6d7 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1740/3346] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:53:48 2026] DELETE /v2.0/subnets/a5f04457-554a-424b-804b-1cf20ff48bf9 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:48.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e04ece3f-f706-4c36-8c37-1814f8e7603e f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3347] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:53:48 2026] GET /v2.0/subnets/a5f04457-554a-424b-804b-1cf20ff48bf9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1741/3348] 10.0.0.87 () {32 vars in 723 bytes} [Wed May 20 18:53:48 2026] DELETE /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:49.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afc11c0a-f9c4-4a76-877a-4ee32742f782 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3349] 10.0.0.87 () {32 vars in 720 bytes} [Wed May 20 18:53:49 2026] GET /v2.0/subnets/148e2551-5bee-4351-9e4b-7f022c325b8d => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:53:49.287 9 INFO neutron.services.segments.plugin [-] Segment 89ef484f-a9cc-4ee0-8407-0d71a31395d0 resource provider aggregate not found 2026-05-20 18:53:49.303 9 INFO neutron.services.segments.plugin [-] Segment 89ef484f-a9cc-4ee0-8407-0d71a31395d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89ef484f-a9cc-4ee0-8407-0d71a31395d0 found for delete ", "request_id": "req-5195230d-e47f-4e41-965f-92255523ea65"}]} 2026-05-20 18:53:49.307 9 INFO neutron.services.segments.plugin [-] Segment 89ef484f-a9cc-4ee0-8407-0d71a31395d0 resource provider aggregate not found 2026-05-20 18:53:49.314 9 INFO neutron.services.segments.plugin [-] Segment 7607694e-e440-4910-9349-ee82f70054d2 resource provider aggregate not found 2026-05-20 18:53:49.322 9 INFO neutron.services.segments.plugin [-] Segment 89ef484f-a9cc-4ee0-8407-0d71a31395d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89ef484f-a9cc-4ee0-8407-0d71a31395d0 found for delete ", "request_id": "req-495553f7-64d4-481b-8d5e-18c3da7b063a"}]} 2026-05-20 18:53:49.326 9 INFO neutron.services.segments.plugin [-] Segment 7607694e-e440-4910-9349-ee82f70054d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7607694e-e440-4910-9349-ee82f70054d2 found for delete ", "request_id": "req-f1be65eb-4e83-4f7c-8a63-bd09b54a5c79"}]} 2026-05-20 18:53:49.339 9 INFO neutron.services.segments.plugin [-] Segment 7607694e-e440-4910-9349-ee82f70054d2 resource provider aggregate not found 2026-05-20 18:53:49.354 9 INFO neutron.services.segments.plugin [-] Segment 7607694e-e440-4910-9349-ee82f70054d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7607694e-e440-4910-9349-ee82f70054d2 found for delete ", "request_id": "req-2fdc3ec7-8ab7-4e4f-bd33-a3a67f2a6c60"}]} [pid: 9|app: 0|req: 1742/3350] 10.0.0.87 () {32 vars in 725 bytes} [Wed May 20 18:53:49 2026] DELETE /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-20 18:53:49.400 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b308584e-c6a5-4821-8b63-ad7c777ed6d8 f94389704e974416954418a3a94d409a f7b3bfb9fc804c4d825fc7e2d7355468 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3351] 10.0.0.87 () {32 vars in 722 bytes} [Wed May 20 18:53:49 2026] GET /v2.0/networks/e3823008-dc94-4539-82bc-26b47e257e9d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-20 18:53:51.345 9 INFO neutron.services.segments.plugin [-] Segment f3309828-645f-4dc0-a0f1-24845cddbbbe resource provider aggregate not found 2026-05-20 18:53:51.360 9 INFO neutron.services.segments.plugin [-] Segment f3309828-645f-4dc0-a0f1-24845cddbbbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3309828-645f-4dc0-a0f1-24845cddbbbe found for delete ", "request_id": "req-0bad7fd6-b01b-4dd6-8237-ebed0de0000c"}]} 2026-05-20 18:53:51.372 9 INFO neutron.services.segments.plugin [-] Segment f3309828-645f-4dc0-a0f1-24845cddbbbe resource provider aggregate not found 2026-05-20 18:53:51.387 9 INFO neutron.services.segments.plugin [-] Segment f3309828-645f-4dc0-a0f1-24845cddbbbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3309828-645f-4dc0-a0f1-24845cddbbbe found for delete ", "request_id": "req-db635ae0-eab0-4494-b5e0-579355635cb2"}]} [pid: 9|app: 0|req: 1744/3354] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:53:51 2026] GET /v2.0/security-groups?tenant_id=82b5a76a3f37475c9c0a058e2572a87e&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3355] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:51 2026] DELETE /v2.0/security-groups/c07804cf-56d1-4ae1-9982-e878c461e860 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1745/3356] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:53:51 2026] GET /v2.0/security-groups?tenant_id=a4795eefbfaf4e72bbb45222f6da6ed9&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3357] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:51 2026] DELETE /v2.0/security-groups/af0af9fe-0782-4939-ad51-4cae091eb562 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1746/3358] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:53:52 2026] GET /v2.0/security-groups?tenant_id=a77d1e02e37c400daf954c793feddb71&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3359] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:52 2026] DELETE /v2.0/security-groups/76a31f8f-c426-45e9-90f2-09e25061b119 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1747/3360] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:53:52 2026] GET /v2.0/security-groups?tenant_id=f7b3bfb9fc804c4d825fc7e2d7355468&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: 1614/3361] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:52 2026] DELETE /v2.0/security-groups/21a80349-a692-430d-b8d6-c957b3e70add => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1748/3362] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:53:52 2026] GET /v2.0/security-groups?tenant_id=398d8bbcfd4e45f99bc4586bedd6f1ef&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3363] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:53 2026] DELETE /v2.0/security-groups/48ffc17a-6fe8-40f9-bfe9-d3eff3a130bc => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1749/3364] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:53:53 2026] GET /v2.0/security-groups?tenant_id=3f7db20b886f4aa49d8124506a3acff7&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3365] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:53 2026] DELETE /v2.0/security-groups/a516b007-1af7-4c2d-8c53-6b5d6882dc0e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1750/3366] 10.0.0.87 () {32 vars in 773 bytes} [Wed May 20 18:53:53 2026] GET /v2.0/security-groups?tenant_id=5c0eb87de9a24dfd842dc534517fe4ea&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3367] 10.0.0.87 () {32 vars in 739 bytes} [Wed May 20 18:53:53 2026] DELETE /v2.0/security-groups/106b6e95-8c39-4b92-972e-0d4aa25e9c88 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1751/3368] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:53:56 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: 8|app: 0|req: 1618/3369] 10.0.0.87 () {32 vars in 654 bytes} [Wed May 20 18:53:57 2026] GET /v2.0/floatingips => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1752/3370] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:53:57 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3371] 10.0.0.87 () {32 vars in 642 bytes} [Wed May 20 18:53:57 2026] GET /v2.0/ports => generated 4721 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1753/3372] 10.0.0.87 () {32 vars in 646 bytes} [Wed May 20 18:53:57 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3373] 10.0.0.87 () {32 vars in 648 bytes} [Wed May 20 18:53:57 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1754/3374] 10.0.0.87 () {32 vars in 662 bytes} [Wed May 20 18:53:57 2026] GET /v2.0/security-groups => generated 17397 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3375] 10.0.0.87 () {32 vars in 654 bytes} [Wed May 20 18:53:57 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)