+ 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 [Tue Jun 30 18:37:21 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:16 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-5785c8975d-95446 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f15daf90668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-30 18:37:26.520 8 INFO neutron.common.config [-] Logging enabled! 2026-06-30 18:37:26.521 8 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-06-30 18:37:26.662 7 INFO neutron.common.config [-] Logging enabled! 2026-06-30 18:37:26.662 7 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-06-30 18:37:27.134 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 18:37:27.224 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-30 18:37:28.292 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:28.295 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 18:37:28.299 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 18:37:28.300 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:28.300 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 18:37:28.300 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 18:37:28.300 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:28.308 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:28.308 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:28.308 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:28.330 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 18:37:28.331 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:28.331 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 18:37:28.370 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:28.373 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 18:37:28.373 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 18:37:28.373 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-30 18:37:28.373 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 18:37:28.374 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 18:37:28.377 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-30 18:37:28.378 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-30 18:37:28.379 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-30 18:37:28.379 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-30 18:37:28.379 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:28.387 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:28.387 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-30 18:37:28.387 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:28.417 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-30 18:37:28.418 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-30 18:37:28.418 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-30 18:37:28.462 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-30 18:37:28.462 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-30 18:37:28.462 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-30 18:37:28.463 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-30 18:37:28.924 7 INFO neutron.plugins.ml2.managers [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] Initializing driver for type 'vlan' 2026-06-30 18:37:28.954 8 INFO neutron.plugins.ml2.managers [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] Initializing driver for type 'vlan' 2026-06-30 18:37:29.065 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] VlanTypeDriver initialization complete 2026-06-30 18:37:29.065 7 INFO neutron.plugins.ml2.managers [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 18:37:29.065 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 18:37:29.083 7 INFO neutron.plugins.ml2.managers [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 18:37:29.083 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 18:37:29.083 7 INFO neutron.plugins.ml2.managers [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] Initializing extension driver 'port_security' 2026-06-30 18:37:29.083 7 INFO neutron.plugins.ml2.extensions.port_security [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 18:37:29.084 7 INFO neutron.plugins.ml2.managers [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] Initializing extension driver 'qos' 2026-06-30 18:37:29.084 7 INFO neutron.plugins.ml2.managers [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 18:37:29.084 7 INFO neutron.plugins.ml2.managers [None req-d7173eee-eb8e-4ab5-bb01-72e34febfb40 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 18:37:29.095 7 INFO neutron.quota [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded quota_driver: . 2026-06-30 18:37:29.096 7 INFO neutron.plugins.ml2.plugin [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 18:37:29.096 7 INFO neutron.plugins.ml2.managers [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 18:37:29.096 7 INFO neutron.plugins.ml2.managers [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 18:37:29.096 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] VlanTypeDriver initialization complete 2026-06-30 18:37:29.096 7 INFO neutron.plugins.ml2.managers [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 18:37:29.096 8 INFO neutron.plugins.ml2.managers [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] Initializing driver for type 'vxlan' 2026-06-30 18:37:29.096 7 INFO neutron.extensions.vlantransparent [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Disabled vlantransparent extension. 2026-06-30 18:37:29.097 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-30 18:37:29.097 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: qos 2026-06-30 18:37:29.109 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: router 2026-06-30 18:37:29.115 8 INFO neutron.plugins.ml2.managers [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-30 18:37:29.115 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-30 18:37:29.115 8 INFO neutron.plugins.ml2.managers [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] Initializing extension driver 'port_security' 2026-06-30 18:37:29.116 8 INFO neutron.plugins.ml2.extensions.port_security [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-30 18:37:29.116 8 INFO neutron.plugins.ml2.managers [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] Initializing extension driver 'qos' 2026-06-30 18:37:29.116 8 INFO neutron.plugins.ml2.managers [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-30 18:37:29.116 8 INFO neutron.plugins.ml2.managers [None req-219ad0ba-e5f3-4038-a05b-c1fd9b1f0165 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-30 18:37:29.127 8 INFO neutron.quota [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded quota_driver: . 2026-06-30 18:37:29.128 8 INFO neutron.plugins.ml2.plugin [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Modular L2 Plugin initialization complete 2026-06-30 18:37:29.128 8 INFO neutron.plugins.ml2.managers [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-30 18:37:29.128 8 INFO neutron.plugins.ml2.managers [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-30 18:37:29.128 8 INFO neutron.plugins.ml2.managers [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-30 18:37:29.129 8 INFO neutron.extensions.vlantransparent [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Disabled vlantransparent extension. 2026-06-30 18:37:29.129 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: qos 2026-06-30 18:37:29.142 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: router 2026-06-30 18:37:29.149 7 INFO neutron.services.service_base [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 18:37:29.150 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: segments 2026-06-30 18:37:29.182 8 INFO neutron.services.service_base [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-30 18:37:29.182 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: segments 2026-06-30 18:37:29.243 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: trunk 2026-06-30 18:37:29.258 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: vpnaas 2026-06-30 18:37:29.276 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: trunk 2026-06-30 18:37:29.290 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: vpnaas 2026-06-30 18:37:29.297 7 WARNING stevedore.named [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 18:37:29.329 8 WARNING stevedore.named [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-30 18:37:29.368 7 INFO neutron_vpnaas.services.vpn.plugin [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 18:37:29.369 7 INFO neutron.common.utils [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 18:37:29.369 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: auto_allocate 2026-06-30 18:37:29.374 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: tag 2026-06-30 18:37:29.380 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: timestamp 2026-06-30 18:37:29.383 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 18:37:29.386 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: flavors 2026-06-30 18:37:29.390 7 INFO neutron.manager [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loading Plugin: revisions 2026-06-30 18:37:29.393 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Initializing extension manager. 2026-06-30 18:37:29.394 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: address-group 2026-06-30 18:37:29.395 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: address-scope 2026-06-30 18:37:29.396 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 18:37:29.397 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: agent 2026-06-30 18:37:29.397 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 18:37:29.398 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 18:37:29.399 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 18:37:29.400 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: availability_zone 2026-06-30 18:37:29.400 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 18:37:29.401 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 18:37:29.401 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: default-subnetpools 2026-06-30 18:37:29.403 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 18:37:29.404 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: dns-integration 2026-06-30 18:37:29.404 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 18:37:29.405 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-30 18:37:29.405 8 INFO neutron.common.utils [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-30 18:37:29.405 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: auto_allocate 2026-06-30 18:37:29.406 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 18:37:29.407 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: dvr 2026-06-30 18:37:29.407 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 18:37:29.408 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 18:37:29.408 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:29.409 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 18:37:29.409 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: external-net 2026-06-30 18:37:29.410 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 18:37:29.411 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: extraroute 2026-06-30 18:37:29.411 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 18:37:29.411 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: tag 2026-06-30 18:37:29.412 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 18:37:29.412 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 18:37:29.413 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 18:37:29.413 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 18:37:29.414 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: fip-port-details 2026-06-30 18:37:29.415 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: flavors 2026-06-30 18:37:29.416 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 18:37:29.417 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: floatingip-pools 2026-06-30 18:37:29.417 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: ip_allocation 2026-06-30 18:37:29.418 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 18:37:29.418 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: l2_adjacency 2026-06-30 18:37:29.419 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: timestamp 2026-06-30 18:37:29.419 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: router 2026-06-30 18:37:29.421 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:29.421 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: network_ip_availability 2026-06-30 18:37:29.422 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 18:37:29.422 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 18:37:29.423 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 18:37:29.423 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: l3-ha 2026-06-30 18:37:29.424 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:29.424 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 18:37:29.425 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: l3-flavors 2026-06-30 18:37:29.425 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: flavors 2026-06-30 18:37:29.426 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:29.426 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 18:37:29.428 8 INFO neutron.manager [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loading Plugin: revisions 2026-06-30 18:37:29.432 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Initializing extension manager. 2026-06-30 18:37:29.433 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: address-group 2026-06-30 18:37:29.434 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: address-scope 2026-06-30 18:37:29.434 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-30 18:37:29.435 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: agent 2026-06-30 18:37:29.436 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: agent-resources-synced 2026-06-30 18:37:29.437 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-30 18:37:29.438 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-30 18:37:29.438 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: availability_zone 2026-06-30 18:37:29.439 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: availability_zone_filter 2026-06-30 18:37:29.439 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-30 18:37:29.440 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: default-subnetpools 2026-06-30 18:37:29.441 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-30 18:37:29.442 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: dns-integration 2026-06-30 18:37:29.442 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: dns-domain-ports 2026-06-30 18:37:29.444 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-30 18:37:29.445 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: dvr 2026-06-30 18:37:29.446 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-30 18:37:29.446 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: empty-string-filtering 2026-06-30 18:37:29.447 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:29.447 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-30 18:37:29.448 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: external-net 2026-06-30 18:37:29.448 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-30 18:37:29.449 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: extraroute 2026-06-30 18:37:29.449 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: extraroute-atomic 2026-06-30 18:37:29.450 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-30 18:37:29.451 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-30 18:37:29.451 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-30 18:37:29.452 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-30 18:37:29.452 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: fip-port-details 2026-06-30 18:37:29.453 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: flavors 2026-06-30 18:37:29.454 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-30 18:37:29.455 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: floatingip-pools 2026-06-30 18:37:29.455 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: ip_allocation 2026-06-30 18:37:29.456 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-30 18:37:29.456 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: l2_adjacency 2026-06-30 18:37:29.458 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: router 2026-06-30 18:37:29.459 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-30 18:37:29.460 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-30 18:37:29.460 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-30 18:37:29.461 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: ext-gw-mode 2026-06-30 18:37:29.461 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: l3-ha 2026-06-30 18:37:29.462 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:29.463 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-30 18:37:29.463 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: l3-flavors 2026-06-30 18:37:29.464 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-30 18:37:29.464 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-30 18:37:29.623 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 18:37:29.625 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 18:37:29.626 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 18:37:29.628 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 18:37:29.628 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 18:37:29.629 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: multi-provider 2026-06-30 18:37:29.630 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: net-mtu 2026-06-30 18:37:29.630 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 18:37:29.631 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: network_availability_zone 2026-06-30 18:37:29.632 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: network_ha 2026-06-30 18:37:29.632 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: network-ip-availability 2026-06-30 18:37:29.634 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 18:37:29.634 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: pagination 2026-06-30 18:37:29.635 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-device-profile 2026-06-30 18:37:29.635 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 18:37:29.636 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 18:37:29.637 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 18:37:29.637 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-mac-override 2026-06-30 18:37:29.638 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 18:37:29.638 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 18:37:29.639 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 18:37:29.640 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-resource-request 2026-06-30 18:37:29.640 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 18:37:29.641 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 18:37:29.642 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: binding 2026-06-30 18:37:29.643 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: binding-extended 2026-06-30 18:37:29.643 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-security 2026-06-30 18:37:29.644 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: project-id 2026-06-30 18:37:29.644 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: provider 2026-06-30 18:37:29.647 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos 2026-06-30 18:37:29.648 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 18:37:29.648 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 18:37:29.649 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-default 2026-06-30 18:37:29.649 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-fip 2026-06-30 18:37:29.649 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-30 18:37:29.650 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 18:37:29.650 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 18:37:29.651 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 18:37:29.651 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-30 18:37:29.652 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 18:37:29.652 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-30 18:37:29.652 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 18:37:29.653 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-pps 2026-06-30 18:37:29.653 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-30 18:37:29.654 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 18:37:29.654 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-30 18:37:29.654 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 18:37:29.655 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: multi-provider 2026-06-30 18:37:29.655 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: net-mtu 2026-06-30 18:37:29.655 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 18:37:29.656 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: net-mtu-writable 2026-06-30 18:37:29.656 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: quota-check-limit 2026-06-30 18:37:29.656 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: network_availability_zone 2026-06-30 18:37:29.657 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: network_ha 2026-06-30 18:37:29.657 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: network-ip-availability 2026-06-30 18:37:29.658 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: quotas 2026-06-30 18:37:29.659 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-30 18:37:29.659 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: pagination 2026-06-30 18:37:29.659 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: quota_details 2026-06-30 18:37:29.660 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-device-profile 2026-06-30 18:37:29.660 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-30 18:37:29.661 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-30 18:37:29.661 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: rbac-policies 2026-06-30 18:37:29.661 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-30 18:37:29.662 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: rbac-address-group 2026-06-30 18:37:29.662 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-mac-override 2026-06-30 18:37:29.662 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 18:37:29.662 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-30 18:37:29.663 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 18:37:29.663 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-30 18:37:29.664 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 18:37:29.664 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-30 18:37:29.664 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: revision-if-match 2026-06-30 18:37:29.664 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-resource-request 2026-06-30 18:37:29.665 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-30 18:37:29.665 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 18:37:29.666 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-30 18:37:29.666 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: router_availability_zone 2026-06-30 18:37:29.666 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: binding 2026-06-30 18:37:29.666 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 18:37:29.667 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: binding-extended 2026-06-30 18:37:29.667 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-security 2026-06-30 18:37:29.668 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: project-id 2026-06-30 18:37:29.668 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 18:37:29.668 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: provider 2026-06-30 18:37:29.669 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 18:37:29.669 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 18:37:29.670 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 18:37:29.670 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 18:37:29.670 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos 2026-06-30 18:37:29.671 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 18:37:29.671 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-30 18:37:29.672 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-30 18:37:29.672 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-default 2026-06-30 18:37:29.673 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-fip 2026-06-30 18:37:29.673 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-30 18:37:29.674 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-30 18:37:29.674 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-30 18:37:29.675 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-30 18:37:29.676 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-30 18:37:29.676 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: security-group 2026-06-30 18:37:29.676 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-pps 2026-06-30 18:37:29.677 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-30 18:37:29.677 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: segment 2026-06-30 18:37:29.677 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-30 18:37:29.678 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 18:37:29.678 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: qos-rules-alias 2026-06-30 18:37:29.678 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: service-type 2026-06-30 18:37:29.678 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: quota-check-limit 2026-06-30 18:37:29.679 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: sorting 2026-06-30 18:37:29.680 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 18:37:29.680 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: standard-attr-description 2026-06-30 18:37:29.681 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: quotas 2026-06-30 18:37:29.681 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: stateful-security-group 2026-06-30 18:37:29.681 7 WARNING neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 18:37:29.682 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: quota_details 2026-06-30 18:37:29.682 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 18:37:29.683 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: subnet-external-network 2026-06-30 18:37:29.683 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: subnet_onboard 2026-06-30 18:37:29.683 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: rbac-policies 2026-06-30 18:37:29.684 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 18:37:29.684 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: rbac-address-group 2026-06-30 18:37:29.684 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: subnet-service-types 2026-06-30 18:37:29.684 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: rbac-address-scope 2026-06-30 18:37:29.685 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: subnet_allocation 2026-06-30 18:37:29.685 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: rbac-security-groups 2026-06-30 18:37:29.685 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-30 18:37:29.686 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 18:37:29.686 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: revision-if-match 2026-06-30 18:37:29.686 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: tag-creation 2026-06-30 18:37:29.687 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-30 18:37:29.687 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 18:37:29.687 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: router_availability_zone 2026-06-30 18:37:29.688 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-30 18:37:29.690 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-30 18:37:29.690 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-30 18:37:29.691 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-30 18:37:29.691 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 18:37:29.691 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-30 18:37:29.692 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 18:37:29.692 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-30 18:37:29.692 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-30 18:37:29.692 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: trunk 2026-06-30 18:37:29.693 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: trunk-details 2026-06-30 18:37:29.694 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 18:37:29.694 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 18:37:29.696 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 18:37:29.697 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: security-group 2026-06-30 18:37:29.697 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 18:37:29.698 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: vpn-flavors 2026-06-30 18:37:29.698 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: segment 2026-06-30 18:37:29.698 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-30 18:37:29.699 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: service-type 2026-06-30 18:37:29.700 7 INFO neutron.api.extensions [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Loaded extension: vpnaas 2026-06-30 18:37:29.700 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: sorting 2026-06-30 18:37:29.700 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: standard-attr-segment 2026-06-30 18:37:29.701 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: standard-attr-description 2026-06-30 18:37:29.701 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: stateful-security-group 2026-06-30 18:37:29.702 8 WARNING neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-30 18:37:29.702 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 18:37:29.702 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-30 18:37:29.703 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 18:37:29.703 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: subnet-external-network 2026-06-30 18:37:29.703 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.703 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 18:37:29.704 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: subnet_onboard 2026-06-30 18:37:29.704 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-30 18:37:29.705 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: subnet-service-types 2026-06-30 18:37:29.705 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: subnet_allocation 2026-06-30 18:37:29.706 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-30 18:37:29.706 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: tag-creation 2026-06-30 18:37:29.707 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:29.707 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-30 18:37:29.707 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:29.710 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: standard-attr-tag 2026-06-30 18:37:29.711 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-30 18:37:29.712 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: trunk 2026-06-30 18:37:29.713 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: trunk-details 2026-06-30 18:37:29.713 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:29.713 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-30 18:37:29.713 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:29.714 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-30 18:37:29.714 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:29.715 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.715 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.716 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.716 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-30 18:37:29.716 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.716 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:29.716 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-30 18:37:29.717 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:29.717 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: vpn-flavors 2026-06-30 18:37:29.717 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:29.718 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:29.718 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:29.719 8 INFO neutron.api.extensions [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Loaded extension: vpnaas 2026-06-30 18:37:29.719 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:29.721 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-30 18:37:29.721 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-30 18:37:29.721 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.722 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-30 18:37:29.723 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:29.723 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] router is already registered 2026-06-30 18:37:29.723 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:29.724 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] floatingip is already registered 2026-06-30 18:37:29.725 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:29.725 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:29.727 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:29.728 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] rbac_policy is already registered 2026-06-30 18:37:29.728 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:29.728 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] security_group is already registered 2026-06-30 18:37:29.729 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:29.729 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] security_group_rule is already registered 2026-06-30 18:37:29.730 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.730 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.730 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:29.730 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.731 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.731 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:29.731 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:29.731 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:29.731 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] trunk is already registered 2026-06-30 18:37:29.732 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:29.732 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] endpoint_group is already registered 2026-06-30 18:37:29.732 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.732 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:29.732 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.732 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] vpnservice is already registered 2026-06-30 18:37:29.733 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.733 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:29.733 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.733 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] ipsec_site_connection is already registered 2026-06-30 18:37:29.733 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:29.733 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:29.734 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:29.734 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:29.734 7 INFO neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:29.734 7 WARNING neutron.quota.resource_registry [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] ikepolicy is already registered 2026-06-30 18:37:29.734 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:29.735 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:29.735 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:29.736 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:29.739 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-30 18:37:29.740 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] router is already registered 2026-06-30 18:37:29.740 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-30 18:37:29.740 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] floatingip is already registered 2026-06-30 18:37:29.744 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-30 18:37:29.744 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] rbac_policy is already registered 2026-06-30 18:37:29.744 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-30 18:37:29.745 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] security_group is already registered 2026-06-30 18:37:29.745 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-30 18:37:29.745 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] security_group_rule is already registered 2026-06-30 18:37:29.746 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.746 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.747 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-30 18:37:29.747 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] subnetpool is already registered 2026-06-30 18:37:29.747 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-30 18:37:29.748 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] trunk is already registered 2026-06-30 18:37:29.748 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-30 18:37:29.748 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] endpoint_group is already registered 2026-06-30 18:37:29.748 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-30 18:37:29.749 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] vpnservice is already registered 2026-06-30 18:37:29.749 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-30 18:37:29.749 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] ipsec_site_connection is already registered 2026-06-30 18:37:29.750 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-30 18:37:29.750 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] ipsecpolicy is already registered 2026-06-30 18:37:29.750 8 INFO neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-30 18:37:29.750 8 WARNING neutron.quota.resource_registry [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] ikepolicy is already registered 2026-06-30 18:37:29.771 7 WARNING keystonemiddleware._common.config [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:37:29.781 7 WARNING oslo_config.cfg [None req-07e6f09f-d29d-484a-8007-4491c6582a89 - - - - - -] 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 0x7f15daf90668 pid: 7 (default app) 2026-06-30 18:37:29.785 8 WARNING keystonemiddleware._common.config [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-30 18:37:29.791 8 WARNING oslo_config.cfg [None req-5e02d2dc-8cc4-4d1d-8d34-2c1e6c3cf591 - - - - - -] 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 0x7f15daf90668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 18:37:33.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-101d9155-a11e-478d-a86b-286211dcf7a0 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 18:37:33 2026] GET /v2.0/networks/public => generated 108 bytes in 664 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 18:37:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:34.428 7 WARNING neutron.services.revisions.revision_plugin [None req-d4d8bc48-e20f-41b0-82b3-32dfceed579f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:34.448 7 INFO neutron.db.segments_db [None req-d4d8bc48-e20f-41b0-82b3-32dfceed579f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 02c6a727-b5eb-4690-8480-904893b2cf6b of type flat for network c4363e0f-a01a-4f57-9873-39480e63e7b1 2026-06-30 18:37:34.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4d8bc48-e20f-41b0-82b3-32dfceed579f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.248 () {48 vars in 968 bytes} [Tue Jun 30 18:37:34 2026] POST /v2.0/networks => generated 124 bytes in 421 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:40.704 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff718426-3fd7-407f-aded-af736eadb760 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 18:37:40 2026] GET /v2.0/networks/public => generated 108 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 18:37:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:40.995 8 WARNING neutron.services.revisions.revision_plugin [None req-74649f9a-a08b-4dc2-9d92-c1b71889aa6d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:41.022 8 INFO neutron.db.segments_db [None req-74649f9a-a08b-4dc2-9d92-c1b71889aa6d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 5c320123-9870-4754-9fb4-d0db70c49ef8 of type flat for network 579e0e36-a577-41e8-b8f6-968586121031 2026-06-30 18:37:41.066 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74649f9a-a08b-4dc2-9d92-c1b71889aa6d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.248 () {48 vars in 968 bytes} [Tue Jun 30 18:37:40 2026] POST /v2.0/networks => generated 124 bytes in 348 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:46.939 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a22312a-0c20-49aa-979e-d6af9ce41c74 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 18:37:46 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 18:37:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:47.017 8 WARNING neutron.services.revisions.revision_plugin [None req-9baf2f39-5a3f-43c8-a858-80bfe7f13642 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:47.032 8 INFO neutron.db.segments_db [None req-9baf2f39-5a3f-43c8-a858-80bfe7f13642 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 8bde8bc7-40d9-48ad-a264-4d0e4cf13af2 of type flat for network b50b37ef-8118-4a5d-b134-4856063f5f4f 2026-06-30 18:37:47.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9baf2f39-5a3f-43c8-a858-80bfe7f13642 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.248 () {48 vars in 968 bytes} [Tue Jun 30 18:37:46 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:53.084 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6506673c-570d-44fe-9f57-122bd1232b6c 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 18:37:53 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 18:37: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-06-30 18:37:53.167 7 WARNING neutron.services.revisions.revision_plugin [None req-a70799b7-155f-4e34-978d-76ace9305245 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:53.186 7 INFO neutron.db.segments_db [None req-a70799b7-155f-4e34-978d-76ace9305245 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment ba79e789-2302-48e3-bb55-b0964f4123a1 of type flat for network 067815f6-b107-445f-9054-dbd71a3ec35c 2026-06-30 18:37:53.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a70799b7-155f-4e34-978d-76ace9305245 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.248 () {48 vars in 968 bytes} [Tue Jun 30 18:37:53 2026] POST /v2.0/networks => generated 124 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:37:59.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2cda52a-c8e1-4d5a-90f9-72c914c3a33e 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 18:37:59 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 18:37:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:37:59.149 7 WARNING neutron.services.revisions.revision_plugin [None req-80e77372-89ef-4872-9632-537476a00529 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:37:59.162 7 INFO neutron.db.segments_db [None req-80e77372-89ef-4872-9632-537476a00529 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 4848f204-444e-48c9-bd2c-e50619606918 of type flat for network c49deec1-7f4d-4bd0-9bb3-7f07a05ec7b4 2026-06-30 18:37:59.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80e77372-89ef-4872-9632-537476a00529 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.248 () {48 vars in 968 bytes} [Tue Jun 30 18:37:59 2026] POST /v2.0/networks => generated 124 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:38:05.087 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c57fd6cd-c78c-4872-aab3-5769c9588d50 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 18:38:05 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 18:38:05 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-06-30 18:38:05.167 8 WARNING neutron.services.revisions.revision_plugin [None req-c6195854-3e47-4124-8792-db131b2d93b9 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Could not find related network for resource to bump revision. 2026-06-30 18:38:05.183 8 INFO neutron.db.segments_db [None req-c6195854-3e47-4124-8792-db131b2d93b9 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 0c538c52-b028-4cf9-a9ca-f6866eeaa5ea of type flat for network 0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e [pid: 8|app: 0|req: 10/22] 199.204.45.248 () {48 vars in 968 bytes} [Tue Jun 30 18:38:05 2026] POST /v2.0/networks => generated 706 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:38:06.543 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f839fbef-ae07-4007-bde4-e0bbc3068e35 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 18:38:06 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 18:38:06 2026] GET /v2.0/networks?name=public => generated 709 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:38:06.633 7 INFO neutron.pecan_wsgi.hooks.translation [None req-630f04fc-88cf-4321-b403-e2e33cdd55e4 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/25] 199.204.45.248 () {44 vars in 1035 bytes} [Tue Jun 30 18:38:06 2026] GET /v2.0/subnets/public-subnet?network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/26] 199.204.45.248 () {44 vars in 1058 bytes} [Tue Jun 30 18:38:06 2026] GET /v2.0/subnets?name=public-subnet&network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.248 () {48 vars in 966 bytes} [Tue Jun 30 18:38:06 2026] POST /v2.0/subnets => generated 664 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:42:46.624 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-06-30 18:42:46.625 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Jun 30 18:42:46 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.248) !!! 2026-06-30 18:42:46.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3f938a4-65df-4000-87f2-6c103a4f6bce 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/65] 199.204.45.248 () {44 vars in 938 bytes} [Tue Jun 30 18:42:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:42:46.750 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-06-30 18:42:46.751 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Jun 30 18:42:46 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.248) !!! [pid: 7|app: 0|req: 34/66] 199.204.45.248 () {44 vars in 960 bytes} [Tue Jun 30 18:42:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:42:46.829 8 INFO neutron.db.segments_db [None req-59767b63-f960-4ba6-9f8f-975a568d9747 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment f5136348-eb8b-47d1-915e-b9d0c6ce1c0b of type vxlan for network 461e9d42-0ce2-4a2e-be8b-453c4e890ad8 [pid: 8|app: 0|req: 33/67] 199.204.45.248 () {48 vars in 967 bytes} [Tue Jun 30 18:42:46 2026] POST /v2.0/networks => generated 707 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:42:47.833 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 39558. 2026-06-30 18:42:47.863 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6b89469-172d-48d1-86c4-31bba108c860 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/68] 199.204.45.248 () {44 vars in 938 bytes} [Tue Jun 30 18:42:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 199.204.45.248 () {44 vars in 960 bytes} [Tue Jun 30 18:42:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:42:48.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05067214-f845-4b00-a57f-92db041cbdc8 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/70] 199.204.45.248 () {44 vars in 1037 bytes} [Tue Jun 30 18:42:48 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:42:48.301 8 INFO oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 39572. [pid: 8|app: 0|req: 35/71] 199.204.45.248 () {44 vars in 1060 bytes} [Tue Jun 30 18:42:48 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.248 () {48 vars in 966 bytes} [Tue Jun 30 18:42:48 2026] POST /v2.0/subnets => generated 651 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 18:42:49.658 8 INFO neutron.api.v2.resource [None req-712bbbe5-c2c2-4869-be51-6690981096a8 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/73] 199.204.45.248 () {44 vars in 972 bytes} [Tue Jun 30 18:42:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.248 () {44 vars in 994 bytes} [Tue Jun 30 18:42:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.248 () {48 vars in 981 bytes} [Tue Jun 30 18:42:49 2026] POST /v2.0/security-groups => generated 1616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:51 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:51 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:51 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:42:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:52 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:52 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:52 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:42:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:53 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 2846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:53 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:53 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:42:53 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: 7|app: 0|req: 45/88] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:54 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:54 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:54 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:42:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:55 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4078 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:55 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:55 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4078 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:42:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.248 () {44 vars in 988 bytes} [Tue Jun 30 18:42:56 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:42:56.968 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cebe4004-85a4-4232-971a-92081e05b2f1 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/99] 199.204.45.248 () {44 vars in 1077 bytes} [Tue Jun 30 18:42:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.248 () {44 vars in 1100 bytes} [Tue Jun 30 18:42:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:42:57 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.248 () {48 vars in 962 bytes} [Tue Jun 30 18:42:57 2026] POST /v2.0/ports => generated 1100 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 18:43:04.171 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9730aa3c-8aa0-44c6-85b4-a7b19e92bf10 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/103] 199.204.45.248 () {44 vars in 979 bytes} [Tue Jun 30 18:43:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/104] 199.204.45.248 () {44 vars in 1001 bytes} [Tue Jun 30 18:43:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.248 () {48 vars in 1031 bytes} [Tue Jun 30 18:43:04 2026] PUT /v2.0/ports/3cbd6567-1383-46ab-9ab5-27fff8e10f0c => generated 1249 bytes in 575 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.204.45.248 () {44 vars in 921 bytes} [Tue Jun 30 18:43:06 2026] GET /v2.0/ports => generated 3730 bytes in 87 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-06-30 18:43:07.275 8 INFO neutron.api.v2.resource [None req-17c5f7b0-a687-4b14-954c-c4ed0e735f5e 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/107] 199.204.45.248 () {44 vars in 960 bytes} [Tue Jun 30 18:43:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.248 () {44 vars in 982 bytes} [Tue Jun 30 18:43:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.248 () {48 vars in 981 bytes} [Tue Jun 30 18:43:07 2026] POST /v2.0/security-groups => generated 1610 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/110] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:43:08 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 1610 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:43:08 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:43:08 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:43:08 2026] POST /v2.0/security-group-rules => generated 623 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:43:09 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 2246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:43:09 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 2246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:43:09 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:43:09 2026] POST /v2.0/security-group-rules => generated 627 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/126] 199.204.45.248 () {44 vars in 976 bytes} [Tue Jun 30 18:44:08 2026] GET /v2.0/quotas/2895660a403a42fcb99c49ac3fa60ebe => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:139: UserWarning: Neutron quota engine will require "--force" parameter to set a quota limit without checking the resource usage. warnings.warn('Neutron quota engine will require "--force" ' [pid: 8|app: 0|req: 63/127] 199.204.45.248 () {48 vars in 1028 bytes} [Tue Jun 30 18:44:09 2026] PUT /v2.0/quotas/2895660a403a42fcb99c49ac3fa60ebe => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 18:46:20.949 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] 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, ' 2026-06-30 18:46:21.118 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d59d8714-d299-450e-8cc6-9d5d18b9b096 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/146] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 18:46:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 174 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:46:21.132 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-06-30 18:46:21.133 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 18:46:21 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports?name=octavia-health-manager-port-instance (ip 199.204.45.248) !!! /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: 73/147] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 18:46:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:46:22.929 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34178. 2026-06-30 18:46:23.009 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6331526b-b501-4e10-af41-2a065355ea0f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/148] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 18:46:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:46:23.073 8 INFO oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34188. [pid: 8|app: 0|req: 74/149] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 18:46:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:52:22.383 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-06-30 18:52:22.384 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Jun 30 18:52:22 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=6edf9268d6ae4dd482c65c098e7302bb (ip 199.204.45.248) !!! 2026-06-30 18:52:22.537 8 INFO neutron.api.v2.resource [None req-7077f3b9-801b-4c28-876c-5654c34d1b74 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 99/198] 199.204.45.248 () {44 vars in 1075 bytes} [Tue Jun 30 18:52:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 139 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 18:52:22.546 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-06-30 18:52:22.556 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 18:52:22 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=6edf9268d6ae4dd482c65c098e7302bb (ip 199.204.45.248) !!! [pid: 7|app: 0|req: 100/199] 199.204.45.248 () {44 vars in 1098 bytes} [Tue Jun 30 18:52:22 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 23 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/200] 199.204.45.248 () {48 vars in 982 bytes} [Tue Jun 30 18:52:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 18:52:23.836 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 43960. [pid: 7|app: 0|req: 101/201] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:23 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 1624 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/202] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:52:23 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/203] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:23 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 18:52:24.026 8 INFO oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 43962. [pid: 8|app: 0|req: 102/204] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:52:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:25 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 2234 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:52:25 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 2234 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:25 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => 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: 104/208] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:52:25 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: 7|app: 0|req: 105/209] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:26 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:52:26 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:26 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:52:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:27 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => 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: 108/216] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 18:52:27 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 3460 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 18:52:27 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 3460 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.204.45.248 () {48 vars in 992 bytes} [Tue Jun 30 18:52:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/235] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 18:54:39 2026] GET /v2.0/networks?tenant_id=6edf9268d6ae4dd482c65c098e7302bb&shared=False => generated 15 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 18:54:39.492 8 INFO neutron.db.segments_db [None req-43f0c74e-0d38-4290-9d4f-c137969c0b1e bdb5bc32599f4ab28230f2aeb397b410 6edf9268d6ae4dd482c65c098e7302bb - - ff0ab35a68f1411ca4fc55830f9da0bc ff0ab35a68f1411ca4fc55830f9da0bc] Added segment 5d1dbf71-7005-4bf3-91bf-85ecc8de401a of type vxlan for network 5e53f116-f7f4-40b3-b6ce-15eb5e0ff5fb [pid: 8|app: 0|req: 118/236] 199.204.45.248 () {34 vars in 682 bytes} [Tue Jun 30 18:54:39 2026] POST /v2.0/networks => generated 718 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/237] 199.204.45.248 () {30 vars in 722 bytes} [Tue Jun 30 18:54:39 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/238] 199.204.45.248 () {30 vars in 633 bytes} [Tue Jun 30 18:54:39 2026] GET /v2.0/extensions => generated 20516 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/239] 199.204.45.248 () {34 vars in 677 bytes} [Tue Jun 30 18:54:39 2026] POST /v2.0/ports => generated 999 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/240] 199.204.45.248 () {30 vars in 703 bytes} [Tue Jun 30 18:54:40 2026] GET /v2.0/networks/5e53f116-f7f4-40b3-b6ce-15eb5e0ff5fb => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/243] 199.204.45.248 () {30 vars in 722 bytes} [Tue Jun 30 18:54:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 199.204.45.248 () {30 vars in 703 bytes} [Tue Jun 30 18:54:42 2026] GET /v2.0/networks/5e53f116-f7f4-40b3-b6ce-15eb5e0ff5fb => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/247] 199.204.45.248 () {44 vars in 976 bytes} [Tue Jun 30 18:54:59 2026] GET /v2.0/quotas/6edf9268d6ae4dd482c65c098e7302bb => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.204.45.248 () {48 vars in 1028 bytes} [Tue Jun 30 18:55:00 2026] PUT /v2.0/quotas/6edf9268d6ae4dd482c65c098e7302bb => generated 291 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:48.698 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-06-30 19:06:48.698 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 19:06:48 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.248) !!! 2026-06-30 19:06:48.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9454a594-adf1-4771-a6cb-9c6349935f07 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/343] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 19:06:48 2026] GET /v2.0/networks/public => generated 108 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:06:48.861 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-06-30 19:06:48.862 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Jun 30 19:06:48 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.248) !!! [pid: 8|app: 0|req: 172/344] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 19:06:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:50.026 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54490. 2026-06-30 19:06:50.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa40db3f-c657-4085-8a9c-cad99aab99e9 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/345] 199.204.45.248 () {44 vars in 928 bytes} [Tue Jun 30 19:06:50 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) 2026-06-30 19:06:50.088 8 INFO oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54506. [pid: 8|app: 0|req: 173/346] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 19:06:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:06:50.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20ef6a02-8a9d-4382-9593-efb9a10b0264 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/347] 199.204.45.248 () {44 vars in 1035 bytes} [Tue Jun 30 19:06:50 2026] GET /v2.0/subnets/public-subnet?network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/348] 199.204.45.248 () {44 vars in 1058 bytes} [Tue Jun 30 19:06:50 2026] GET /v2.0/subnets?name=public-subnet&network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:07:17.752 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cfae7bc3-426d-4c7d-859c-dbc4dd65b3fa 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/353] 199.204.45.248 () {44 vars in 938 bytes} [Tue Jun 30 19:07:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/354] 199.204.45.248 () {44 vars in 960 bytes} [Tue Jun 30 19:07:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:07:18.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a34cd179-52ca-4646-8f4e-6be0463efde7 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/355] 199.204.45.248 () {44 vars in 938 bytes} [Tue Jun 30 19:07:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/356] 199.204.45.248 () {44 vars in 960 bytes} [Tue Jun 30 19:07:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:07:18.804 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d427a4c7-7d68-4d4a-8bb7-7ce5464b6334 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/357] 199.204.45.248 () {44 vars in 1037 bytes} [Tue Jun 30 19:07:18 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/358] 199.204.45.248 () {44 vars in 1060 bytes} [Tue Jun 30 19:07:18 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:07:19.911 8 INFO neutron.api.v2.resource [None req-88a91c27-5fd0-4910-8d91-feaa5964336f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/359] 199.204.45.248 () {44 vars in 972 bytes} [Tue Jun 30 19:07:19 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/360] 199.204.45.248 () {44 vars in 994 bytes} [Tue Jun 30 19:07:19 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/361] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:20 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:20 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:07:21 2026] GET /v2.0/security-group-rules/4909b449-e8da-4c22-9353-77ca4e3924ef => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/364] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:21 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:21 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:07:21 2026] GET /v2.0/security-group-rules/945f51ca-86c5-4bab-afb5-8549046dd79b => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:22 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:22 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:07:22 2026] GET /v2.0/security-group-rules/078e555f-8544-4d25-84e0-fb794e8e599d => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:23 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:23 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:07:23 2026] GET /v2.0/security-group-rules/f55f8b58-811e-481d-b757-04748198a29e => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:24 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:24 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:07:24 2026] GET /v2.0/security-group-rules/b151eb93-694a-4c02-8005-3cc4204a1bae => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.248 () {44 vars in 988 bytes} [Tue Jun 30 19:07:25 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 732 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:07:26.061 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e73ce2b5-7f88-422c-a1bc-08f789cb192c 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/377] 199.204.45.248 () {44 vars in 1077 bytes} [Tue Jun 30 19:07:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/378] 199.204.45.248 () {44 vars in 1100 bytes} [Tue Jun 30 19:07:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 1254 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:26 2026] GET /v2.0/security-groups/0ef940c5-7c4a-478d-bc6d-a7a6290421dd => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:07:32.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d1e7ee9-04f4-4aa2-bf2f-35901556691f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/382] 199.204.45.248 () {44 vars in 979 bytes} [Tue Jun 30 19:07:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.204.45.248 () {44 vars in 1001 bytes} [Tue Jun 30 19:07:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.204.45.248 () {44 vars in 921 bytes} [Tue Jun 30 19:07:34 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:07:35.393 8 INFO neutron.api.v2.resource [None req-77bb43a8-9643-4bc8-a6a9-77f2f07784d1 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/385] 199.204.45.248 () {44 vars in 960 bytes} [Tue Jun 30 19:07:35 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.204.45.248 () {44 vars in 982 bytes} [Tue Jun 30 19:07:35 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:36 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 2886 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/388] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:36 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:07:36 2026] GET /v2.0/security-group-rules/bae9a7c9-7a69-4650-be50-9b9b2abccb81 => generated 623 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:37 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 2886 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:07:37 2026] GET /v2.0/security-groups/10800e5e-9010-470b-882d-8f0c96c8aee1 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:07:37 2026] GET /v2.0/security-group-rules/420af225-bb67-4efb-ba73-8c9153cda39f => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.248 () {44 vars in 976 bytes} [Tue Jun 30 19:07:49 2026] GET /v2.0/quotas/2895660a403a42fcb99c49ac3fa60ebe => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:08:42.860 7 INFO neutron.api.v2.resource [None req-ac5ae756-37f5-4d4d-a107-1c9a4dbff3b3 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/404] 199.204.45.248 () {44 vars in 1075 bytes} [Tue Jun 30 19:08:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 139 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/405] 199.204.45.248 () {44 vars in 1098 bytes} [Tue Jun 30 19:08:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 4072 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 19:08:43 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:08:43 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:08:43 2026] GET /v2.0/security-group-rules/9cd4650b-6752-4b7e-b9dc-efa9ad7b2d6b => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 19:08:44 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:08:44 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/411] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:08:44 2026] GET /v2.0/security-group-rules/11d45aef-cbb3-4baf-9bee-e5c0297a9ee3 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 19:08:45 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/413] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:08:46 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:08:46 2026] GET /v2.0/security-group-rules/4f360e98-f355-4520-8b79-70674c09a1f8 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.204.45.248 () {44 vars in 1089 bytes} [Tue Jun 30 19:08:47 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208?project_id=6edf9268d6ae4dd482c65c098e7302bb => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.204.45.248 () {44 vars in 1002 bytes} [Tue Jun 30 19:08:47 2026] GET /v2.0/security-groups/de314866-6c77-424f-8ae8-de93df272208 => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.204.45.248 () {44 vars in 1012 bytes} [Tue Jun 30 19:08:47 2026] GET /v2.0/security-group-rules/72fb0f00-af78-4df3-835f-a5be8145aa28 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.204.45.248 () {44 vars in 976 bytes} [Tue Jun 30 19:08:54 2026] GET /v2.0/quotas/6edf9268d6ae4dd482c65c098e7302bb => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/427] 199.204.45.248 () {44 vars in 950 bytes} [Tue Jun 30 19:09:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:23.538 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: [pid: 7|app: 0|req: 217/432] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:10:23 2026] GET /v2.0/networks => generated 2168 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:24.756 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: [pid: 8|app: 0|req: 216/433] 10.0.0.214 () {32 vars in 655 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/floatingips => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/434] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/435] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/ports => generated 4725 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/436] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:10:24 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:10:24 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) 2026-06-30 19:10:25.012 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b911de8d-9fa4-4985-b20d-49a26b44e4fe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 44426. [pid: 7|app: 0|req: 220/438] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 10.0.0.214 () {32 vars in 655 bytes} [Tue Jun 30 19:10:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:35.467 8 INFO oslo.messaging._drivers.impl_rabbit [-] [83de91bf-799c-40fa-8f9e-82419d349362] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41932. 2026-06-30 19:10:35.583 7 INFO neutron.db.segments_db [None req-f3156113-e9f0-4380-9220-f5c6b7794d89 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment fcb9a09a-807c-4a43-9075-efed6f8044e3 of type vxlan for network 430ec2fc-5693-41f6-a172-865e3cebfbe7 2026-06-30 19:10:35.662 8 INFO neutron.db.segments_db [None req-d1bf5c46-29b6-4ec0-88a8-6d64b66be706 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment b9376499-e933-42f7-83a9-1f76cba69ad8 of type vxlan for network ae7cc90f-79c9-4090-9166-abd1354e4572 [pid: 7|app: 0|req: 222/442] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:10:35 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: 221/443] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:10:35 2026] POST /v2.0/networks => generated 744 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:35.839 7 INFO neutron.db.segments_db [None req-3a2b690f-6055-411d-9c88-275f15dbd7ec 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 6d3ade3e-609a-4fda-a412-582ee3601b09 of type vxlan for network 19d96db6-11c8-4f91-8b33-f902573d6769 [pid: 8|app: 0|req: 222/444] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:35 2026] POST /v2.0/subnets => generated 698 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:10:35 2026] POST /v2.0/networks => generated 748 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:35.983 7 INFO neutron.db.segments_db [None req-dc0612bf-b749-4e83-9779-dc206636e269 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 2ade852d-33af-4320-8534-23593199ea55 of type vxlan for network 6225c725-507f-45b1-91f7-ed05e8213ce7 [pid: 8|app: 0|req: 223/446] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:35 2026] POST /v2.0/subnets => generated 691 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:36.214 7 INFO neutron.db.l3_hamode_db [None req-dc0612bf-b749-4e83-9779-dc206636e269 714de80e7a8744cca4b78c071c6331f7 ff9f1e69dbd24052be9c75d42ab167fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 224/447] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:36 2026] POST /v2.0/subnets => generated 695 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:36.266 8 INFO neutron.db.segments_db [None req-e3432f87-8225-453b-a746-64c477d4d3b1 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment ab91ea7e-cb05-4479-87be-bf775cb86fd5 of type vxlan for network 875cfa77-0453-4a21-b3a1-786c8a5f9c31 2026-06-30 19:10:36.526 8 INFO neutron.db.l3_hamode_db [None req-e3432f87-8225-453b-a746-64c477d4d3b1 714de80e7a8744cca4b78c071c6331f7 762381a354f9489cb9cc0816a3e78d4c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:37.318 7 INFO neutron.db.l3_hamode_db [None req-dc0612bf-b749-4e83-9779-dc206636e269 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:37.731 8 INFO neutron.db.l3_hamode_db [None req-e3432f87-8225-453b-a746-64c477d4d3b1 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 224/448] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:35 2026] POST /v2.0/routers => generated 738 bytes in 2508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:10:38 2026] GET /v2.0/security-groups?tenant_id=d54d1da3271348f28ca446e77b5c79e2&name=default => generated 2922 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:38.721 7 INFO neutron.db.segments_db [None req-8cf1921a-aa8f-4206-8d4c-fde20188109f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 58f0da5e-4f74-4e7a-83b2-7cd3d6a08e1b of type vxlan for network 5d762d7c-bd34-4c5d-a686-949eef9fed62 [pid: 8|app: 0|req: 225/450] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:36 2026] POST /v2.0/routers => generated 731 bytes in 2551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:38.948 7 INFO neutron.db.l3_hamode_db [None req-8cf1921a-aa8f-4206-8d4c-fde20188109f 714de80e7a8744cca4b78c071c6331f7 dea59314ef7d4e409a2391d81767f67f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:10:39.680 7 INFO neutron.db.l3_hamode_db [None req-8cf1921a-aa8f-4206-8d4c-fde20188109f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/451] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:10:38 2026] PUT /v2.0/routers/07b60721-82cd-4bd2-8885-b56a85d5eea3/add_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/452] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:10:39 2026] DELETE /v2.0/security-groups/5ae45cde-3a3a-46ad-b1b0-c5aa805fb709 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:38 2026] POST /v2.0/routers => generated 735 bytes in 1880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:10:40 2026] PUT /v2.0/routers/e6c51d69-5ca0-46e5-9196-aab3bec50d2b/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:41.329 8 WARNING neutron_lib.context [None req-9a5f5f11-7f79-447a-b29f-b8d0ffc720f6 b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 229/455] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:10:41 2026] POST /v2.0/security-groups => generated 1661 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:41.481 8 WARNING neutron_lib.context [None req-f8cf08b4-7bee-4312-ab8e-ef7a0f77e927 b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 230/456] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:41.634 8 WARNING neutron_lib.context [None req-c18f57af-4f15-404f-a756-d52f54d34388 b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 231/457] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:41 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-06-30 19:10:41.742 8 WARNING neutron_lib.context [None req-04e049d8-0185-4633-b59f-3e83b58d997d b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 227/458] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:10:40 2026] PUT /v2.0/routers/4a15a32c-75da-4c25-b0c3-db115dcb9c64/add_router_interface => generated 309 bytes in 1564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:42.352 7 INFO neutron.db.segments_db [None req-43cfa0f6-22e3-4fb7-934a-8853d6752b4f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 93c31f36-2952-4cfb-b389-4437edb8f0be of type vxlan for network d47ceb40-e447-46a1-8be8-e68d736c5571 [pid: 7|app: 0|req: 230/461] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/networks => generated 744 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:42.449 7 WARNING neutron_lib.context [None req-2e91735b-2064-467f-bcf6-64154f70cf44 d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 232/462] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:10:41 2026] POST /v2.0/floatingips => generated 552 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/security-groups => generated 1660 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:42.618 7 WARNING neutron_lib.context [None req-1cbb1af5-f19e-4144-83d3-4642febe619d d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 232/464] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/subnets => generated 692 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:42.758 7 WARNING neutron_lib.context [None req-401ba21f-64aa-4066-ae7f-03222692a79e d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:42.821 8 INFO neutron.db.segments_db [None req-0f0657a4-126b-4962-84f8-146412b36c99 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 9500278c-0bde-4867-8698-03fa0e3f3e0f of type vxlan for network 51015884-12f4-4d74-a332-8f9a51226411 [pid: 7|app: 0|req: 233/466] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:42.878 7 WARNING neutron_lib.context [None req-79be3ded-04eb-4b0b-9fa1-aec04df6826d d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:43.082 8 INFO neutron.db.l3_hamode_db [None req-0f0657a4-126b-4962-84f8-146412b36c99 714de80e7a8744cca4b78c071c6331f7 c70ab581ead34418b6e131dfdb17482d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/467] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:43.467 7 WARNING neutron_lib.context [req-9acea9c3-b3d1-42ea-97d7-f48ded295b61 req-ed573cba-2977-4d10-91ea-b57c7ddb0c00 5831d96d396a47c585f897df5c75823e dea59314ef7d4e409a2391d81767f67f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 235/468] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 30 19:10:43 2026] POST /v2.0/security-groups => generated 1684 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/469] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1469203927&fields=id&tenant_id=ff9f1e69dbd24052be9c75d42ab167fd => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/470] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/security-groups/c1be4b69-896d-49b8-9257-00082f58df70 => generated 1684 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:43.683 7 WARNING neutron_lib.context [req-77f0a00b-d8a5-4cd4-b891-5358b7524ca8 req-5618d039-c2e7-401e-8a0f-0b4534406895 5831d96d396a47c585f897df5c75823e dea59314ef7d4e409a2391d81767f67f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 239/472] 10.0.0.190 () {38 vars in 981 bytes} [Tue Jun 30 19:10:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/473] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/quotas/ff9f1e69dbd24052be9c75d42ab167fd => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:43.838 8 INFO neutron.db.l3_hamode_db [None req-0f0657a4-126b-4962-84f8-146412b36c99 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/474] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/475] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1478845734&fields=id&tenant_id=762381a354f9489cb9cc0816a3e78d4c => generated 69 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/476] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:10:43 2026] GET /v2.0/networks?id=ae7cc90f-79c9-4090-9166-abd1354e4572 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/477] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/quotas/762381a354f9489cb9cc0816a3e78d4c => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/478] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/ports?tenant_id=762381a354f9489cb9cc0816a3e78d4c&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/479] 10.0.0.190 () {34 vars in 907 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/extensions => generated 20516 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/480] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/481] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/482] 10.0.0.190 () {34 vars in 907 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/extensions => generated 20516 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/483] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:44.572 7 WARNING neutron_lib.context [req-735c9dac-f733-4878-b606-44cadf5edc6b req-5fae5d79-5ceb-42df-b82a-f6ee64f35566 5831d96d396a47c585f897df5c75823e dea59314ef7d4e409a2391d81767f67f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 234/484] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:42 2026] POST /v2.0/routers => generated 732 bytes in 1918 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/485] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/486] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 30 19:10:44 2026] POST /v2.0/security-groups => generated 1685 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/487] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/488] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/security-groups/4ab8f43e-c8db-4d4a-aac5-7f47bc25e2b4 => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:44.884 7 WARNING neutron_lib.context [req-88ab5503-0858-429f-98e5-6a93f2fdc19e req-dd6df8b9-cf49-411d-a40e-c307c6a36145 5831d96d396a47c585f897df5c75823e dea59314ef7d4e409a2391d81767f67f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 254/489] 10.0.0.190 () {38 vars in 981 bytes} [Tue Jun 30 19:10:44 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/490] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:44 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/491] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups/4ab8f43e-c8db-4d4a-aac5-7f47bc25e2b4 => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:45.058 7 WARNING neutron_lib.context [req-828ac2c1-b995-471a-8ebc-0de89efb6aee req-433c49ed-9934-4dc2-a841-43901762302e 5831d96d396a47c585f897df5c75823e dea59314ef7d4e409a2391d81767f67f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 257/492] 10.0.0.190 () {38 vars in 981 bytes} [Tue Jun 30 19:10:45 2026] POST /v2.0/security-group-rules => generated 619 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/493] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups/4ab8f43e-c8db-4d4a-aac5-7f47bc25e2b4 => generated 2940 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/494] 10.0.0.190 () {34 vars in 1001 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-group-rules/a6b034dc-c347-4020-8cfa-66369a260fdd => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/495] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups/4ab8f43e-c8db-4d4a-aac5-7f47bc25e2b4 => generated 2940 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/496] 10.0.0.190 () {36 vars in 1023 bytes} [Tue Jun 30 19:10:45 2026] DELETE /v2.0/security-group-rules/a6b034dc-c347-4020-8cfa-66369a260fdd => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/497] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups/4ab8f43e-c8db-4d4a-aac5-7f47bc25e2b4 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/498] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:45 2026] DELETE /v2.0/security-groups/4ab8f43e-c8db-4d4a-aac5-7f47bc25e2b4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/499] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/security-groups/c1be4b69-896d-49b8-9257-00082f58df70 => generated 2309 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/500] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:45 2026] DELETE /v2.0/security-groups/c1be4b69-896d-49b8-9257-00082f58df70 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/501] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:10:44 2026] PUT /v2.0/routers/5e9680c5-37bc-42d2-9f82-b965d7245a0b/add_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/502] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:45 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/503] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:46.263 8 WARNING neutron_lib.context [req-9cb4c899-685c-4288-9d94-ba6b8ccc1de7 req-ba3828c8-3f68-475f-9974-18d4c04e6b57 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 239/504] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 30 19:10:46 2026] POST /v2.0/security-groups => generated 1681 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:46.463 8 WARNING neutron_lib.context [req-c9aea519-beb4-43b8-b9f9-d88dff3f0c88 req-1dcbf463-b863-4b4c-82ad-62ccac464877 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 240/505] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 30 19:10:46 2026] POST /v2.0/security-groups => generated 1681 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:46.632 8 WARNING neutron_lib.context [req-e1a6dc0b-a9f1-43e5-ab2e-dc8efcda8dd3 req-d0d127c8-9deb-4bea-95ab-8ee1e079c74a 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 266/506] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:10:45 2026] PUT /v2.0/routers/4a15a32c-75da-4c25-b0c3-db115dcb9c64/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/507] 10.0.0.190 () {38 vars in 971 bytes} [Tue Jun 30 19:10:46 2026] POST /v2.0/security-groups => generated 1681 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/508] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/security-groups?tenant_id=c70ab581ead34418b6e131dfdb17482d => generated 7908 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/509] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/security-groups/aa373767-5f09-43db-9503-63253b2a1946 => generated 2922 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/510] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/security-groups/aa373767-5f09-43db-9503-63253b2a1946 => generated 2922 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/511] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:46 2026] GET /v2.0/security-groups/5bfe3628-1a3d-43fc-82ba-9b49571c2b7f => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/512] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:46 2026] DELETE /v2.0/security-groups/5bfe3628-1a3d-43fc-82ba-9b49571c2b7f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:47.063 8 INFO neutron.api.v2.resource [req-f909f5bf-69c5-4f44-ac17-fd3f42177ffd req-39917fa6-6cdd-4176-9c1c-f006c2336748 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/513] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/5bfe3628-1a3d-43fc-82ba-9b49571c2b7f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/514] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/515] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/590acafa-861f-4ec1-b0bb-a03c5d78af29 => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/516] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/security-groups/590acafa-861f-4ec1-b0bb-a03c5d78af29 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:47.220 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6702215c-63a5-4ba2-af72-b8594eaa5362 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 570, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 724, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 251/517] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:47.245 8 INFO neutron.api.v2.resource [req-89f56729-5749-4fd9-aef7-d69163a7656e req-8da311de-462a-4cf9-8531-78e4fc6ae4b3 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/518] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/590acafa-861f-4ec1-b0bb-a03c5d78af29 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/519] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/49e33fc5-a8b4-4237-973f-fc6288326c0d => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/520] 10.0.0.190 () {36 vars in 1013 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/security-groups/49e33fc5-a8b4-4237-973f-fc6288326c0d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:10:47.427 8 INFO neutron.api.v2.resource [req-c364682d-d93b-4c9b-b1e7-653e1f2cb7bb req-f8d16a6b-0b15-426d-8e91-f06385f611c3 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/521] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/49e33fc5-a8b4-4237-973f-fc6288326c0d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/522] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups?tenant_id=c70ab581ead34418b6e131dfdb17482d => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/523] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/aa373767-5f09-43db-9503-63253b2a1946 => generated 2922 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:47.574 7 INFO neutron.db.l3_hamode_db [None req-6702215c-63a5-4ba2-af72-b8594eaa5362 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 5d762d7c-bd34-4c5d-a686-949eef9fed62 was deleted as no HA routers are present in tenant dea59314ef7d4e409a2391d81767f67f. [pid: 7|app: 0|req: 267/524] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:10:46 2026] DELETE /v2.0/routers/4a15a32c-75da-4c25-b0c3-db115dcb9c64 => generated 0 bytes in 905 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/525] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/aa373767-5f09-43db-9503-63253b2a1946 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:10:47.636 8 INFO neutron.api.v2.resource [req-6f17600c-78c8-4140-b4f3-759eb3eb1521 req-aef694fa-90d6-4ef9-b456-01e0fcb2a678 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/526] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/49e33fc5-a8b4-4237-973f-fc6288326c0d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:47.679 8 INFO neutron.api.v2.resource [req-cda78868-7cea-4daa-a079-d73782ad5fa6 req-2a3cb6e5-319f-45e3-a095-cdba7f50cdd0 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/527] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/590acafa-861f-4ec1-b0bb-a03c5d78af29 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:10:47.724 8 INFO neutron.api.v2.resource [req-3c375c24-80dd-42ae-a1bb-cf8064680734 req-03c01c9d-864a-46a2-ba08-dbe07ca8aea6 81fee89079f24d9b810d5f47f3e7afe2 c70ab581ead34418b6e131dfdb17482d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/528] 10.0.0.190 () {34 vars in 991 bytes} [Tue Jun 30 19:10:47 2026] GET /v2.0/security-groups/5bfe3628-1a3d-43fc-82ba-9b49571c2b7f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/529] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/subnets/55c4f9d3-6e4e-44c6-9e45-5a0e36a32e35 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:47.984 7 INFO neutron.services.segments.plugin [-] Segment 58f0da5e-4f74-4e7a-83b2-7cd3d6a08e1b resource provider aggregate not found 2026-06-30 19:10:47.998 7 INFO neutron.services.segments.plugin [-] Segment 58f0da5e-4f74-4e7a-83b2-7cd3d6a08e1b resource provider aggregate not found 2026-06-30 19:10:48.002 7 INFO neutron.services.segments.plugin [-] Segment 58f0da5e-4f74-4e7a-83b2-7cd3d6a08e1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f0da5e-4f74-4e7a-83b2-7cd3d6a08e1b found for delete ", "request_id": "req-fec364f6-07d4-4eac-bb1b-dd88baf139de"}]} 2026-06-30 19:10:48.010 7 INFO neutron.services.segments.plugin [-] Segment 58f0da5e-4f74-4e7a-83b2-7cd3d6a08e1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f0da5e-4f74-4e7a-83b2-7cd3d6a08e1b found for delete ", "request_id": "req-67803363-a5f3-4a62-882c-276dd37b56c8"}]} [pid: 7|app: 0|req: 269/530] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:10:47 2026] DELETE /v2.0/networks/19d96db6-11c8-4f91-8b33-f902573d6769 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/531] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/532] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/security-groups?tenant_id=dea59314ef7d4e409a2391d81767f67f&name=default => generated 2921 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/533] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/security-groups/f7ca7199-e196-4bd4-b1ed-dd372ce69bd5 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/534] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:48 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/535] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:10:47 2026] PUT /v2.0/routers/5e9680c5-37bc-42d2-9f82-b965d7245a0b/remove_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/536] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => 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: 264/537] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:49.561 7 INFO neutron.db.l3_hamode_db [None req-1b7aea88-6976-4d54-a20a-a77b4435efff 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 51015884-12f4-4d74-a332-8f9a51226411 was deleted as no HA routers are present in tenant c70ab581ead34418b6e131dfdb17482d. [pid: 7|app: 0|req: 274/538] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:10:48 2026] DELETE /v2.0/routers/5e9680c5-37bc-42d2-9f82-b965d7245a0b => generated 0 bytes in 785 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/539] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:10:49 2026] DELETE /v2.0/subnets/f97de7d0-dbfb-4bf4-9dc6-60cae7688f46 => 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: 265/540] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 683 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/541] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:10:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff9f1e69dbd24052be9c75d42ab167fd => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:49.838 8 WARNING neutron_lib.context [req-39b9ad4c-c351-4881-b56f-dfb965c651a3 req-bd8bb4fd-eda8-49c9-be6f-732e0caeff53 b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 276/542] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:10:49 2026] DELETE /v2.0/networks/d47ceb40-e447-46a1-8be8-e68d736c5571 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:10:50.170 7 INFO neutron.services.segments.plugin [-] Segment 6d3ade3e-609a-4fda-a412-582ee3601b09 resource provider aggregate not found 2026-06-30 19:10:50.182 7 INFO neutron.services.segments.plugin [-] Segment 6d3ade3e-609a-4fda-a412-582ee3601b09 resource provider aggregate not found 2026-06-30 19:10:50.186 7 INFO neutron.services.segments.plugin [-] Segment 6d3ade3e-609a-4fda-a412-582ee3601b09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d3ade3e-609a-4fda-a412-582ee3601b09 found for delete ", "request_id": "req-5690a1a1-889e-4cbd-a2d1-29c846564c2d"}]} 2026-06-30 19:10:50.201 7 INFO neutron.services.segments.plugin [-] Segment 9500278c-0bde-4867-8698-03fa0e3f3e0f resource provider aggregate not found 2026-06-30 19:10:50.207 7 INFO neutron.services.segments.plugin [-] Segment 6d3ade3e-609a-4fda-a412-582ee3601b09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d3ade3e-609a-4fda-a412-582ee3601b09 found for delete ", "request_id": "req-028602bd-83bd-4301-87cb-5b181a90886d"}]} 2026-06-30 19:10:50.218 7 INFO neutron.services.segments.plugin [-] Segment 9500278c-0bde-4867-8698-03fa0e3f3e0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9500278c-0bde-4867-8698-03fa0e3f3e0f found for delete ", "request_id": "req-24f5361a-2679-47ee-9747-c669ff002ada"}]} 2026-06-30 19:10:50.222 7 INFO neutron.services.segments.plugin [-] Segment 9500278c-0bde-4867-8698-03fa0e3f3e0f resource provider aggregate not found 2026-06-30 19:10:50.235 7 INFO neutron.services.segments.plugin [-] Segment 93c31f36-2952-4cfb-b389-4437edb8f0be resource provider aggregate not found 2026-06-30 19:10:50.240 7 INFO neutron.services.segments.plugin [-] Segment 9500278c-0bde-4867-8698-03fa0e3f3e0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9500278c-0bde-4867-8698-03fa0e3f3e0f found for delete ", "request_id": "req-9d3a0424-2101-483b-be6a-369396f91f8c"}]} 2026-06-30 19:10:50.255 7 INFO neutron.services.segments.plugin [-] Segment 93c31f36-2952-4cfb-b389-4437edb8f0be resource provider aggregate not found 2026-06-30 19:10:50.263 7 INFO neutron.services.segments.plugin [-] Segment 93c31f36-2952-4cfb-b389-4437edb8f0be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c31f36-2952-4cfb-b389-4437edb8f0be found for delete ", "request_id": "req-a61fa609-86b7-47f2-97bf-eb664ec922f9"}]} 2026-06-30 19:10:50.273 7 INFO neutron.services.segments.plugin [-] Segment 93c31f36-2952-4cfb-b389-4437edb8f0be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93c31f36-2952-4cfb-b389-4437edb8f0be found for delete ", "request_id": "req-e86795d7-8f9e-4396-9244-ec075113d82a"}]} [pid: 8|app: 0|req: 267/543] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:10:49 2026] POST /v2.0/ports => generated 958 bytes in 535 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: 268/544] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/security-groups?tenant_id=c70ab581ead34418b6e131dfdb17482d&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/545] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 961 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/546] 199.204.45.248 () {34 vars in 911 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/extensions => generated 20516 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-30 19:10:50.528 7 INFO neutron.db.segments_db [None req-b294f688-0d19-428f-b080-b9fd66966154 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment f48008e6-89a4-43ac-86de-a5da47c843ab of type vxlan for network 6bbd03da-e71f-47ee-af38-2ab31c5f6dcf [pid: 8|app: 0|req: 271/547] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:10:50 2026] DELETE /v2.0/security-groups/aa373767-5f09-43db-9503-63253b2a1946 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/548] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/549] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:10:50 2026] POST /v2.0/networks => generated 738 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/550] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:50 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/551] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:50 2026] POST /v2.0/subnets => generated 685 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:50.889 8 INFO neutron.db.segments_db [None req-9ae86abd-2024-4fbd-9969-162c07bb649d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 66648239-3f88-4971-8146-978370ed9e86 of type vxlan for network 39cb2a59-8fd7-4e4e-a9f0-92849e6e9f12 2026-06-30 19:10:51.132 8 INFO neutron.db.l3_hamode_db [None req-9ae86abd-2024-4fbd-9969-162c07bb649d 714de80e7a8744cca4b78c071c6331f7 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 279/552] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:10:50 2026] PUT /v2.0/ports/305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 1239 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 280/553] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/networks?id=ae7cc90f-79c9-4090-9166-abd1354e4572 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/554] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:10:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=762381a354f9489cb9cc0816a3e78d4c => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:51.545 7 WARNING neutron_lib.context [req-ed013430-ff10-4193-87ea-59b760773c71 req-b79af441-8f22-4f98-bd34-0d067d68f00c d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:51.929 8 INFO neutron.db.l3_hamode_db [None req-9ae86abd-2024-4fbd-9969-162c07bb649d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 282/555] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:10:51 2026] POST /v2.0/ports => generated 958 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 283/556] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:52 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/557] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:52 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 961 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/558] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:10:52 2026] PUT /v2.0/ports/c4485436-fb57-46d1-a71c-9e498608c804 => generated 1239 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/559] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:50 2026] POST /v2.0/routers => generated 725 bytes in 2244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 286/560] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&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: 275/561] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/562] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:53.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89dc2fa4-2156-47c5-ab87-4cd0ecc16376'] response: {'name': 'network-changed', 'server_uuid': '92c88f8f-a7e2-48ef-ba77-475ba43a5ca1', 'tag': '305a6b53-9fde-4ad0-b54c-f472b3dd22da', 'status': 'completed', 'code': 200} 2026-06-30 19:10:53.481 8 INFO neutron.db.segments_db [None req-8478961b-f404-4b86-95e7-7768f5623849 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 68723ea7-8f5d-4370-97e7-78f14c7d81a1 of type vxlan for network 509f4b7f-ebc2-4e48-b0d5-a8c27304a974 [pid: 8|app: 0|req: 276/563] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/networks => generated 747 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/564] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => 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: 278/565] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/subnets => generated 694 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/566] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:10:53 2026] GET /v2.0/subnets?id=8625870e-a0fa-4832-a0e6-335c641adaac => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:53.875 8 INFO neutron.db.segments_db [None req-71b9b47d-a803-4094-81df-ccccca7223fc 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment d3ce0ed6-d5a6-4060-86e8-f6fbb89697c2 of type vxlan for network e837c2c0-b4bb-460e-a0c1-9f15e340d7b0 2026-06-30 19:10:54.202 8 INFO neutron.db.l3_hamode_db [None req-71b9b47d-a803-4094-81df-ccccca7223fc 714de80e7a8744cca4b78c071c6331f7 e21fc137d237485fa6665e66ec3c9fca - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 288/567] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:10:53 2026] PUT /v2.0/routers/c3e734a4-76b3-4be1-8ac0-a4664e9f98ef/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/568] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/569] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?tenant_id=762381a354f9489cb9cc0816a3e78d4c&device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 1242 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/570] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/571] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/572] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/573] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c4485436-fb57-46d1-a71c-9e498608c804 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/574] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/575] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/576] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/577] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/subnets?id=30297e23-5140-47ff-9136-3b27279de9e7 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/578] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/ports?network_id=ae7cc90f-79c9-4090-9166-abd1354e4572&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/579] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:10:54 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:10:54.994 7 WARNING neutron_lib.context [None req-eb15bb65-84e8-4de2-830f-bbad784b118b 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:55.092 8 INFO neutron.db.l3_hamode_db [None req-71b9b47d-a803-4094-81df-ccccca7223fc 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 301/580] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:10:54 2026] POST /v2.0/security-groups => generated 1659 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/581] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:10:55 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?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-06-30 19:10:55.141 7 WARNING neutron_lib.context [None req-3b24cccb-a784-44e9-bba1-db44f4ca0d07 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 303/582] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:55.258 7 WARNING neutron_lib.context [None req-bd9f920b-8be9-420f-b25e-ec760cd10ba4 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:10:55.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b18fe04b-c2ae-4d49-8f77-ff3a35efe620'] response: {'name': 'network-changed', 'server_uuid': '5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09', 'tag': 'c4485436-fb57-46d1-a71c-9e498608c804', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 304/583] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:55.414 7 WARNING neutron_lib.context [None req-f83412f7-3394-48a5-9a42-a29038144c37 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 305/584] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:10:55 2026] POST /v2.0/floatingips => generated 552 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/585] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/586] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/587] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:10:53 2026] POST /v2.0/routers => generated 734 bytes in 2339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/588] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/589] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/590] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => 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: 282/591] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?tenant_id=762381a354f9489cb9cc0816a3e78d4c&device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/592] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/593] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => 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: 285/594] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks?id=ae7cc90f-79c9-4090-9166-abd1354e4572 => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/595] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/subnets?id=8625870e-a0fa-4832-a0e6-335c641adaac => generated 701 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/596] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c4485436-fb57-46d1-a71c-9e498608c804 => 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: 288/597] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7&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: 8|app: 0|req: 289/598] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/subnets?id=30297e23-5140-47ff-9136-3b27279de9e7 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/599] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--954407906&fields=id&tenant_id=8bc3deb42c8d4cdb9638f36df1ab956f => generated 69 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/600] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/601] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?network_id=ae7cc90f-79c9-4090-9166-abd1354e4572&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/602] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks?id=6bbd03da-e71f-47ee-af38-2ab31c5f6dcf => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/603] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/604] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?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: 296/605] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/quotas/8bc3deb42c8d4cdb9638f36df1ab956f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/608] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/609] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/ports?tenant_id=8bc3deb42c8d4cdb9638f36df1ab956f&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/610] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:10:56 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/611] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/612] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => 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: 304/613] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/614] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:10:56 2026] PUT /v2.0/routers/841ecf9c-119f-4d93-839a-9a0d23690a91/add_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/615] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/616] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 973 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/617] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:57 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:10:57.899 8 WARNING neutron_lib.context [None req-4a77658c-c196-46b0-9b45-d296487e00cc c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 306/618] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:10:57 2026] POST /v2.0/security-groups => generated 1661 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:10:58.042 7 WARNING neutron_lib.context [None req-2a515b3f-2e13-4cfd-861b-26490f27c05a c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 313/619] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:58.176 8 WARNING neutron_lib.context [None req-471ebc0a-8ca2-4021-a1b5-c565efa2d6a7 c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 314/620] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => 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: 307/621] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:10:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:10:58.345 7 WARNING neutron_lib.context [None req-a625e743-638e-4325-bd5d-790fa9aae791 c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 308/622] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/623] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/624] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => 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: 311/625] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:58 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/626] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:10:58 2026] POST /v2.0/floatingips => generated 552 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/627] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/628] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/629] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/630] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/631] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:10:59 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/632] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => 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: 315/633] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/634] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:00 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/635] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/636] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/637] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/networks?id=6bbd03da-e71f-47ee-af38-2ab31c5f6dcf => generated 670 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/638] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => 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: 318/639] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:11:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8bc3deb42c8d4cdb9638f36df1ab956f => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:01.644 7 WARNING neutron_lib.context [req-b3dfcda7-3455-420b-8621-71e2e1d76025 req-f70294ea-61a4-40b4-9482-0efeb96c1d53 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 322/640] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:11:01 2026] POST /v2.0/ports => generated 958 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: 7|app: 0|req: 323/641] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/642] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/643] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/644] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/645] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:01 2026] PUT /v2.0/ports/160f316d-bd4b-48ef-bce0-599478140bb2 => generated 1239 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/646] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 973 bytes in 69 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: 320/647] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:02 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/648] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => 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: 321/649] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&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: 7|app: 0|req: 329/650] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:03.421 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad210444-d057-424c-9e0e-3f38e22d980e'] response: {'name': 'network-changed', 'server_uuid': '347a8207-86cf-46f6-9e47-6bf5c7ddbabb', 'tag': '160f316d-bd4b-48ef-bce0-599478140bb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 322/651] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/652] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/ports?tenant_id=8bc3deb42c8d4cdb9638f36df1ab956f&device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/653] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=160f316d-bd4b-48ef-bce0-599478140bb2 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/654] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/subnets?id=81fd648c-c234-4944-a614-868afb9895b0 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/655] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/ports?network_id=6bbd03da-e71f-47ee-af38-2ab31c5f6dcf&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: 7|app: 0|req: 332/656] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/657] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?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: 326/658] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?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: 327/659] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1285116431&fields=id&tenant_id=e21fc137d237485fa6665e66ec3c9fca => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/660] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/networks?id=509f4b7f-ebc2-4e48-b0d5-a8c27304a974 => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/661] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/662] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/quotas/e21fc137d237485fa6665e66ec3c9fca => 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: 331/663] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:03 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&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-06-30 19:11:04.059 7 INFO neutron.db.l3_db [None req-205e045c-94ef-4870-b646-3a10debd1c72 d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] Floating IP c4d9e77d-9a5f-4489-8e8d-120b4eaf8175 associated. External IP: 10.96.250.208, port: c4485436-fb57-46d1-a71c-9e498608c804. [pid: 8|app: 0|req: 332/664] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?tenant_id=e21fc137d237485fa6665e66ec3c9fca&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/665] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/networks/509f4b7f-ebc2-4e48-b0d5-a8c27304a974?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/666] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/networks/509f4b7f-ebc2-4e48-b0d5-a8c27304a974?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/667] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:11:03 2026] PUT /v2.0/floatingips/c4d9e77d-9a5f-4489-8e8d-120b4eaf8175 => generated 856 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/668] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/669] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&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: 336/670] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:04.742 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b30b27cf-92a9-4a2a-bc83-3ea347076294'] response: {'name': 'network-changed', 'server_uuid': '5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09', 'tag': 'c4485436-fb57-46d1-a71c-9e498608c804', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 335/671] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?tenant_id=8bc3deb42c8d4cdb9638f36df1ab956f&device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/672] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/networks?id=6bbd03da-e71f-47ee-af38-2ab31c5f6dcf => generated 766 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/673] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=160f316d-bd4b-48ef-bce0-599478140bb2 => 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: 338/674] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/subnets?id=81fd648c-c234-4944-a614-868afb9895b0 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/675] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/ports?network_id=6bbd03da-e71f-47ee-af38-2ab31c5f6dcf&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/676] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:04 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/677] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?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: 340/678] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/679] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/680] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?tenant_id=762381a354f9489cb9cc0816a3e78d4c&device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/681] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks?id=ae7cc90f-79c9-4090-9166-abd1354e4572 => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/682] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c4485436-fb57-46d1-a71c-9e498608c804 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/683] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/subnets?id=30297e23-5140-47ff-9136-3b27279de9e7 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/684] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?network_id=ae7cc90f-79c9-4090-9166-abd1354e4572&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/685] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/686] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/687] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/688] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/689] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/690] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:05 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/691] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/692] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:06.386 8 INFO neutron.db.l3_db [None req-f6c77d38-7003-4b6c-bc7f-4914e256c18b b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] Floating IP 8a4e0354-2030-45c5-89aa-88b7b85edeb3 associated. External IP: 10.96.250.219, port: 305a6b53-9fde-4ad0-b54c-f472b3dd22da. [pid: 8|app: 0|req: 347/693] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:11:05 2026] PUT /v2.0/floatingips/8a4e0354-2030-45c5-89aa-88b7b85edeb3 => generated 856 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/694] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/695] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:06.806 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b685649-ef22-4f22-89da-c5a61e8db313'] response: {'name': 'network-changed', 'server_uuid': '92c88f8f-a7e2-48ef-ba77-475ba43a5ca1', 'tag': '305a6b53-9fde-4ad0-b54c-f472b3dd22da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 349/696] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:06 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/697] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/698] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/699] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/700] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/701] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&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: 352/702] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/subnets?id=8625870e-a0fa-4832-a0e6-335c641adaac => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/703] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/ports?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/704] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/705] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?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: 354/706] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:07 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/707] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/708] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/709] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/710] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/networks?id=509f4b7f-ebc2-4e48-b0d5-a8c27304a974 => generated 679 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/711] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/712] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:11:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e21fc137d237485fa6665e66ec3c9fca => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:09.024 7 WARNING neutron_lib.context [req-bda49812-fa16-4603-9dab-b26445bea289 req-c4ea406f-6702-41a9-9805-56d12df3bbf7 c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:09.164 8 INFO neutron.db.l3_db [None req-a1c95b1f-f0df-4bbc-a617-42891fff5ada 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Floating IP e483d126-f239-4a1b-b913-e7e6573eb00b associated. External IP: 10.96.250.211, port: 160f316d-bd4b-48ef-bce0-599478140bb2. [pid: 7|app: 0|req: 358/713] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:11:09 2026] POST /v2.0/ports => generated 958 bytes in 377 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: 356/714] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:11:08 2026] PUT /v2.0/floatingips/e483d126-f239-4a1b-b913-e7e6573eb00b => generated 856 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:09.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02159871-8978-46d8-87ef-82a41335ee27'] response: {'name': 'network-changed', 'server_uuid': '347a8207-86cf-46f6-9e47-6bf5c7ddbabb', 'tag': '160f316d-bd4b-48ef-bce0-599478140bb2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 357/715] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:09 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/716] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:09 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&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: 7|app: 0|req: 359/717] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:09 2026] PUT /v2.0/ports/169c239d-2d61-426e-8d3f-755c3f192ceb => generated 1239 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/718] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:09 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 360/719] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&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-06-30 19:11:10.138 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1ec50cb-2de7-442b-bcb2-37fd18ed3aec'] response: {'name': 'network-changed', 'server_uuid': '1b6cd46c-67ee-41c2-bfdd-8c1728f06410', 'tag': '169c239d-2d61-426e-8d3f-755c3f192ceb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 361/720] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/ports?tenant_id=8bc3deb42c8d4cdb9638f36df1ab956f&device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/721] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/722] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/networks?id=6bbd03da-e71f-47ee-af38-2ab31c5f6dcf => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/723] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/724] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=160f316d-bd4b-48ef-bce0-599478140bb2 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/725] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/subnets?id=81fd648c-c234-4944-a614-868afb9895b0 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/726] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/ports?network_id=6bbd03da-e71f-47ee-af38-2ab31c5f6dcf&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: 8|app: 0|req: 363/727] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/728] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/729] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/ports?tenant_id=e21fc137d237485fa6665e66ec3c9fca&device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/730] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/networks?tenant_id=e21fc137d237485fa6665e66ec3c9fca&shared=False => generated 775 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/731] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:11:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/732] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/733] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/734] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&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: 367/735] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&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: 7|app: 0|req: 370/738] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/ports?tenant_id=e21fc137d237485fa6665e66ec3c9fca&device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/739] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=169c239d-2d61-426e-8d3f-755c3f192ceb => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/740] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/subnets?id=29e1f72a-093f-4d69-92ed-041d53765bb1 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/741] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/ports?network_id=509f4b7f-ebc2-4e48-b0d5-a8c27304a974&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: 7|app: 0|req: 372/742] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/743] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:11 2026] GET /v2.0/networks/509f4b7f-ebc2-4e48-b0d5-a8c27304a974?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: 372/744] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/networks/509f4b7f-ebc2-4e48-b0d5-a8c27304a974?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-06-30 19:11:12.326 7 INFO neutron.db.l3_db [req-d9129e4b-50f0-4887-87dd-bdcd136b26d1 req-e05770c7-357f-447c-959c-25eb60566a23 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] Floating IP e483d126-f239-4a1b-b913-e7e6573eb00b disassociated. External IP: 10.96.250.211, port: 160f316d-bd4b-48ef-bce0-599478140bb2. [pid: 8|app: 0|req: 373/745] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/746] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/747] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/security-groups?id=10729644-5be5-42eb-8c3f-7556b3ed2875&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: 376/748] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:12 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/749] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:11:12 2026] DELETE /v2.0/ports/160f316d-bd4b-48ef-bce0-599478140bb2 => generated 0 bytes in 706 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/750] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:13.627 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33d0fce6-64f0-4601-a292-c7477e402ff6'] response: {'server_uuid': '347a8207-86cf-46f6-9e47-6bf5c7ddbabb', 'name': 'network-vif-deleted', 'tag': '160f316d-bd4b-48ef-bce0-599478140bb2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/751] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/752] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:13 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/753] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => 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: 379/754] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/755] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:14 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&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: 380/756] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 1244 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/757] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1244 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/758] 10.0.0.58 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/759] 10.0.0.58 () {34 vars in 1039 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&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: 382/760] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/ports?device_id=347a8207-86cf-46f6-9e47-6bf5c7ddbabb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/761] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:15 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/762] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/763] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:16 2026] DELETE /v2.0/security-groups/10729644-5be5-42eb-8c3f-7556b3ed2875 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:16.976 8 INFO neutron.api.v2.resource [None req-c5b08e3a-828e-43af-a2fb-8faec4e78b86 3dcd02dad7e74111a6b6f23713b54b1b 8bc3deb42c8d4cdb9638f36df1ab956f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 384/764] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:11:16 2026] GET /v2.0/security-groups/10729644-5be5-42eb-8c3f-7556b3ed2875 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/765] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:11:16 2026] DELETE /v2.0/floatingips/e483d126-f239-4a1b-b913-e7e6573eb00b => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/766] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:17 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 973 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/767] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:17 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/768] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/769] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:18 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/770] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:11:17 2026] PUT /v2.0/routers/c3e734a4-76b3-4be1-8ac0-a4664e9f98ef/remove_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:19.085 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-ea1d83fb-90a9-4e0e-961d-2d3bad049a5a 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 570, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 724, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 383/771] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/772] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:19 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&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-06-30 19:11:19.789 8 INFO neutron.db.l3_hamode_db [None req-ea1d83fb-90a9-4e0e-961d-2d3bad049a5a 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 39cb2a59-8fd7-4e4e-a9f0-92849e6e9f12 was deleted as no HA routers are present in tenant 8bc3deb42c8d4cdb9638f36df1ab956f. [pid: 8|app: 0|req: 389/773] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:18 2026] DELETE /v2.0/routers/c3e734a4-76b3-4be1-8ac0-a4664e9f98ef => generated 0 bytes in 1283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/774] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/subnets/81fd648c-c234-4944-a614-868afb9895b0 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:20.205 8 INFO neutron.services.segments.plugin [-] Segment 66648239-3f88-4971-8146-978370ed9e86 resource provider aggregate not found 2026-06-30 19:11:20.220 8 INFO neutron.services.segments.plugin [-] Segment 66648239-3f88-4971-8146-978370ed9e86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66648239-3f88-4971-8146-978370ed9e86 found for delete ", "request_id": "req-338fdccf-9f0c-49b1-9414-a801371771a0"}]} 2026-06-30 19:11:20.256 8 INFO neutron.services.segments.plugin [-] Segment 66648239-3f88-4971-8146-978370ed9e86 resource provider aggregate not found 2026-06-30 19:11:20.271 8 INFO neutron.services.segments.plugin [-] Segment 66648239-3f88-4971-8146-978370ed9e86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66648239-3f88-4971-8146-978370ed9e86 found for delete ", "request_id": "req-77c06077-43d0-4b4e-a722-5e9c4943d5df"}]} [pid: 8|app: 0|req: 390/775] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:19 2026] DELETE /v2.0/networks/6bbd03da-e71f-47ee-af38-2ab31c5f6dcf => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/776] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/security-groups?tenant_id=8bc3deb42c8d4cdb9638f36df1ab956f&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/777] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:20 2026] DELETE /v2.0/security-groups/c0e3d381-0c37-4b33-ad29-d766df8703eb => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/778] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/779] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&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: 7|app: 0|req: 388/780] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:20 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:21.387 8 INFO neutron.db.l3_db [None req-91e0f2e1-340b-4051-bb38-340dd8d00266 c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] Floating IP f33e041c-d5bd-430a-aca3-00f1ed93a191 associated. External IP: 10.96.250.206, port: 169c239d-2d61-426e-8d3f-755c3f192ceb. [pid: 8|app: 0|req: 393/781] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:11:20 2026] PUT /v2.0/floatingips/f33e041c-d5bd-430a-aca3-00f1ed93a191 => generated 856 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/782] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:21.852 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e23ddafb-7e6f-4ced-a845-27d0ac51c432'] response: {'name': 'network-changed', 'server_uuid': '1b6cd46c-67ee-41c2-bfdd-8c1728f06410', 'tag': '169c239d-2d61-426e-8d3f-755c3f192ceb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 394/783] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:21 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:22.384 8 INFO neutron.services.segments.plugin [-] Segment f48008e6-89a4-43ac-86de-a5da47c843ab resource provider aggregate not found 2026-06-30 19:11:22.389 8 INFO neutron.services.segments.plugin [-] Segment f48008e6-89a4-43ac-86de-a5da47c843ab resource provider aggregate not found [pid: 7|app: 0|req: 390/784] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:22.405 8 INFO neutron.services.segments.plugin [-] Segment f48008e6-89a4-43ac-86de-a5da47c843ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48008e6-89a4-43ac-86de-a5da47c843ab found for delete ", "request_id": "req-4c70dcf8-e39c-4955-87f5-348d20674d93"}]} [pid: 8|app: 0|req: 395/785] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?tenant_id=e21fc137d237485fa6665e66ec3c9fca&device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:22.417 8 INFO neutron.services.segments.plugin [-] Segment f48008e6-89a4-43ac-86de-a5da47c843ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f48008e6-89a4-43ac-86de-a5da47c843ab found for delete ", "request_id": "req-6355f4d0-e595-42bf-b7ea-e9a2d817d7c0"}]} [pid: 7|app: 0|req: 391/786] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/787] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks?id=509f4b7f-ebc2-4e48-b0d5-a8c27304a974 => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/788] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=169c239d-2d61-426e-8d3f-755c3f192ceb => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/789] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/subnets?id=29e1f72a-093f-4d69-92ed-041d53765bb1 => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/790] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/ports?network_id=509f4b7f-ebc2-4e48-b0d5-a8c27304a974&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/791] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks/509f4b7f-ebc2-4e48-b0d5-a8c27304a974?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/792] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:22 2026] GET /v2.0/networks/509f4b7f-ebc2-4e48-b0d5-a8c27304a974?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:22.824 8 INFO neutron.db.segments_db [None req-d489609d-198d-4a20-b3b2-23ad9c205a70 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment f0510161-4e47-4a9b-82fb-d14f907d073c of type vxlan for network abda5f0a-d634-4e29-b40c-2e59f9e090e7 [pid: 8|app: 0|req: 397/793] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:11:22 2026] POST /v2.0/networks => generated 743 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/794] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:11:22 2026] POST /v2.0/subnets => generated 690 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:23.152 8 INFO neutron.db.segments_db [None req-e06fcdd8-efea-4371-bf84-697602008b72 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 6c93fee6-fda4-4878-a0f2-9a3589f2c030 of type vxlan for network 99636b89-fb19-408e-8a05-420f7a519b03 2026-06-30 19:11:23.390 8 INFO neutron.db.l3_hamode_db [None req-e06fcdd8-efea-4371-bf84-697602008b72 714de80e7a8744cca4b78c071c6331f7 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 398/795] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:23 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/796] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:23 2026] GET /v2.0/security-groups?id=b89d000a-397a-4bd5-8557-8e39042a6a89&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:24.225 8 INFO neutron.db.l3_hamode_db [None req-e06fcdd8-efea-4371-bf84-697602008b72 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 400/797] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:24.556 7 INFO neutron.db.l3_db [req-1d503e4d-08c3-48e1-bc0c-03d4b3fdff8f req-276df607-2444-482c-bb74-62bdfe171ce6 c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] Floating IP f33e041c-d5bd-430a-aca3-00f1ed93a191 disassociated. External IP: 10.96.250.206, port: 169c239d-2d61-426e-8d3f-755c3f192ceb. [pid: 7|app: 0|req: 401/798] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:11:24 2026] DELETE /v2.0/ports/169c239d-2d61-426e-8d3f-755c3f192ceb => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/799] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:24 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => 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: 398/800] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:11:23 2026] POST /v2.0/routers => generated 730 bytes in 2026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:25.153 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf8b3e6a-f75d-4190-9c94-0c4fc015e1ad'] response: {'server_uuid': '1b6cd46c-67ee-41c2-bfdd-8c1728f06410', 'name': 'network-vif-deleted', 'tag': '169c239d-2d61-426e-8d3f-755c3f192ceb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 399/801] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:26 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/802] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:11:25 2026] PUT /v2.0/routers/ec59fb97-2619-4d43-ba34-367428b211ab/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:26.908 8 WARNING neutron_lib.context [None req-d36111e1-ca19-4f4c-a892-8e3491f43677 d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 401/805] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:11:26 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:11:27.033 7 WARNING neutron_lib.context [None req-54ccaef4-99e3-466a-b802-8268f1a7b092 d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 402/806] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:27 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/807] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:11:27 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-06-30 19:11:27.166 8 WARNING neutron_lib.context [None req-ad9f8e93-ead8-4561-b68f-874297f6acd5 d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 403/808] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:11:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:27.286 7 WARNING neutron_lib.context [None req-79a6f926-99eb-4a89-81bc-f92b0f430e35 d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 406/809] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:11:27 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/810] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?device_id=1b6cd46c-67ee-41c2-bfdd-8c1728f06410 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/811] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1176779132&fields=id&tenant_id=7d9ac82bc2514723b6541441b3f2c3fb => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/812] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks?id=abda5f0a-d634-4e29-b40c-2e59f9e090e7 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/813] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/quotas/7d9ac82bc2514723b6541441b3f2c3fb => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/814] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?tenant_id=7d9ac82bc2514723b6541441b3f2c3fb&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/815] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks/abda5f0a-d634-4e29-b40c-2e59f9e090e7?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/816] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/networks/abda5f0a-d634-4e29-b40c-2e59f9e090e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/817] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:28 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/818] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:29 2026] DELETE /v2.0/security-groups/b89d000a-397a-4bd5-8557-8e39042a6a89 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:29.441 7 INFO neutron.api.v2.resource [None req-405a636b-960d-4ec6-a646-93ca5f137851 c920c6228eca42f7bfda60120d027d40 e21fc137d237485fa6665e66ec3c9fca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 411/819] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/security-groups/b89d000a-397a-4bd5-8557-8e39042a6a89 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/820] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:11:29 2026] DELETE /v2.0/floatingips/f33e041c-d5bd-430a-aca3-00f1ed93a191 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/821] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:29 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/822] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:11:29 2026] PUT /v2.0/routers/841ecf9c-119f-4d93-839a-9a0d23690a91/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/823] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:30 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:31.648 8 INFO neutron.services.segments.plugin [-] Segment d3ce0ed6-d5a6-4060-86e8-f6fbb89697c2 resource provider aggregate not found 2026-06-30 19:11:31.655 8 INFO neutron.services.segments.plugin [-] Segment d3ce0ed6-d5a6-4060-86e8-f6fbb89697c2 resource provider aggregate not found 2026-06-30 19:11:31.665 8 INFO neutron.services.segments.plugin [-] Segment d3ce0ed6-d5a6-4060-86e8-f6fbb89697c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3ce0ed6-d5a6-4060-86e8-f6fbb89697c2 found for delete ", "request_id": "req-d9ff864a-b43c-479e-829a-930c9893ff43"}]} 2026-06-30 19:11:31.675 8 INFO neutron.services.segments.plugin [-] Segment d3ce0ed6-d5a6-4060-86e8-f6fbb89697c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3ce0ed6-d5a6-4060-86e8-f6fbb89697c2 found for delete ", "request_id": "req-bc1eb56b-4df9-4f93-9682-e7bea1c29b20"}]} 2026-06-30 19:11:31.676 8 INFO neutron.db.l3_hamode_db [None req-e79bd0a0-3029-4aec-b952-241412987e9b 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network e837c2c0-b4bb-460e-a0c1-9f15e340d7b0 was deleted as no HA routers are present in tenant e21fc137d237485fa6665e66ec3c9fca. [pid: 8|app: 0|req: 411/824] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:30 2026] DELETE /v2.0/routers/841ecf9c-119f-4d93-839a-9a0d23690a91 => generated 0 bytes in 988 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/825] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:31 2026] DELETE /v2.0/subnets/29e1f72a-093f-4d69-92ed-041d53765bb1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/826] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:31 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => 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: 412/827] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:31 2026] DELETE /v2.0/networks/509f4b7f-ebc2-4e48-b0d5-a8c27304a974 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/828] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/security-groups?tenant_id=e21fc137d237485fa6665e66ec3c9fca&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/829] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:32 2026] DELETE /v2.0/security-groups/512b568d-cd43-414a-87f1-29f9b981cd80 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/830] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:32 2026] GET /v2.0/networks?id=abda5f0a-d634-4e29-b40c-2e59f9e090e7 => generated 675 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/831] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7d9ac82bc2514723b6541441b3f2c3fb => generated 181 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:33.152 7 WARNING neutron_lib.context [req-9cd56f7b-4e4c-4b6c-a170-4ef88742e8a0 req-6b87ec85-4c41-4018-b2ba-6214ffaee47d d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 415/832] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:33 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/833] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:11:33 2026] POST /v2.0/ports => generated 954 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:33.691 8 INFO neutron.services.segments.plugin [-] Segment 68723ea7-8f5d-4370-97e7-78f14c7d81a1 resource provider aggregate not found 2026-06-30 19:11:33.696 8 INFO neutron.services.segments.plugin [-] Segment 68723ea7-8f5d-4370-97e7-78f14c7d81a1 resource provider aggregate not found 2026-06-30 19:11:33.710 8 INFO neutron.services.segments.plugin [-] Segment 68723ea7-8f5d-4370-97e7-78f14c7d81a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68723ea7-8f5d-4370-97e7-78f14c7d81a1 found for delete ", "request_id": "req-8fcf558e-6990-47f1-8dc4-1493c0e3cbdb"}]} 2026-06-30 19:11:33.711 8 INFO neutron.services.segments.plugin [-] Segment 68723ea7-8f5d-4370-97e7-78f14c7d81a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68723ea7-8f5d-4370-97e7-78f14c7d81a1 found for delete ", "request_id": "req-700bc70c-6f1f-4870-b457-f3a7b6c94b9d"}]} [pid: 8|app: 0|req: 416/834] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:33 2026] PUT /v2.0/ports/4be0c41a-0f74-4d3f-bd30-61d5da5f1439 => generated 1235 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 419/835] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 969 bytes in 80 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: 417/836] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/837] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:34 2026] GET /v2.0/ports?tenant_id=7d9ac82bc2514723b6541441b3f2c3fb&device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:35.029 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-338f5dc4-d7f5-426a-a5be-fec1d9e472fc'] response: {'name': 'network-changed', 'server_uuid': 'e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4', 'tag': '4be0c41a-0f74-4d3f-bd30-61d5da5f1439', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 418/838] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/networks?tenant_id=7d9ac82bc2514723b6541441b3f2c3fb&shared=False => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/839] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/840] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/841] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/ports/305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 972 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/842] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/843] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/844] 199.204.45.248 () {34 vars in 1000 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/subnets?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 683 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/845] 199.204.45.248 () {34 vars in 1146 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1&device_owner=compute%3Anova&network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/846] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:35 2026] GET /v2.0/security-groups?tenant_id=99e428ef546647f193abf02e07a82f06&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/847] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:36 2026] DELETE /v2.0/security-groups/9487ec95-27ac-4a2a-884c-6cbf0fd01311 => 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: 423/848] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?tenant_id=7d9ac82bc2514723b6541441b3f2c3fb&device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/849] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4be0c41a-0f74-4d3f-bd30-61d5da5f1439 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/850] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/subnets?id=b6c78349-27a7-4512-b014-a976908ef8b5 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/851] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/security-groups?tenant_id=7e2875d2e2254a8bbaa6024f4bd412d5&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/852] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?network_id=abda5f0a-d634-4e29-b40c-2e59f9e090e7&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: 428/853] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:36 2026] DELETE /v2.0/security-groups/814ed83a-7eab-47e8-8db4-5c2ae08aa012 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/854] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/networks/abda5f0a-d634-4e29-b40c-2e59f9e090e7?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/855] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:36 2026] PUT /v2.0/ports/305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 1153 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/856] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/networks/abda5f0a-d634-4e29-b40c-2e59f9e090e7?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 427/857] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/858] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:36 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:37.203 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e41b922-369f-4c13-8af2-034a0427343b'] response: {'name': 'network-changed', 'server_uuid': '92c88f8f-a7e2-48ef-ba77-475ba43a5ca1', 'tag': '305a6b53-9fde-4ad0-b54c-f472b3dd22da', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 428/859] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1425 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/860] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/861] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/862] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/863] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/subnets?id=8625870e-a0fa-4832-a0e6-335c641adaac => 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: 434/864] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/ports?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/865] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?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: 435/866] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/867] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/868] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:37 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/869] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1425 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/870] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/871] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/872] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1156 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/873] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/874] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&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: 440/875] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/subnets?id=8625870e-a0fa-4832-a0e6-335c641adaac => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/876] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/ports?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/877] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/878] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:38 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/879] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/880] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&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: 443/881] 199.204.45.248 () {34 vars in 1120 bytes} [Tue Jun 30 19:11:39 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1156 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/882] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:11:39 2026] PUT /v2.0/ports/305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 972 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/883] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:11:40.240 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2968e821-f4f0-4304-a332-3e99702a5229'] response: {'name': 'network-changed', 'server_uuid': '92c88f8f-a7e2-48ef-ba77-475ba43a5ca1', 'tag': '305a6b53-9fde-4ad0-b54c-f472b3dd22da', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 440/884] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&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: 445/885] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/886] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/887] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/888] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/subnets?id=8625870e-a0fa-4832-a0e6-335c641adaac => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/889] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/ports?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/890] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:40 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?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: 448/891] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/892] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/893] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&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: 7|app: 0|req: 445/894] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:41 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:41.908 8 INFO neutron.db.l3_db [None req-89fc11f0-1e2a-4462-a73f-e445209d0a54 d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Floating IP 6cc7ed92-2c67-419f-b359-3c4da8ad64c1 associated. External IP: 10.96.250.217, port: 4be0c41a-0f74-4d3f-bd30-61d5da5f1439. [pid: 7|app: 0|req: 448/897] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/898] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:11:41 2026] PUT /v2.0/floatingips/6cc7ed92-2c67-419f-b359-3c4da8ad64c1 => generated 855 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/899] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/networks?id=430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/900] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/901] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/902] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/subnets?id=8625870e-a0fa-4832-a0e6-335c641adaac => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/903] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/904] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?network_id=430ec2fc-5693-41f6-a172-865e3cebfbe7&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: 453/905] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/906] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&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-06-30 19:11:42.407 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa2fc935-b77d-4e80-a377-d28405a24424'] response: {'name': 'network-changed', 'server_uuid': 'e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4', 'tag': '4be0c41a-0f74-4d3f-bd30-61d5da5f1439', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 454/907] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/908] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/909] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/910] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&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: 454/911] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?tenant_id=5eb8aa8460974e9ea0d40c20c738e1a1&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/912] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/913] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/914] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/915] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:42 2026] DELETE /v2.0/security-groups/8a803f91-863b-41e1-9da7-4f9910ee1f56 => 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: 457/916] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/917] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/ports?tenant_id=7d9ac82bc2514723b6541441b3f2c3fb&device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/918] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/networks?id=abda5f0a-d634-4e29-b40c-2e59f9e090e7 => generated 771 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/919] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:42 2026] GET /v2.0/security-groups?tenant_id=1840d760aff449ed9de693d9a90f3c82&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/920] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4be0c41a-0f74-4d3f-bd30-61d5da5f1439 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/921] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/subnets?id=b6c78349-27a7-4512-b014-a976908ef8b5 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/922] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:43 2026] DELETE /v2.0/security-groups/6974602a-ea85-4a03-862d-972d18e3817c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/923] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/ports?network_id=abda5f0a-d634-4e29-b40c-2e59f9e090e7&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: 460/924] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/925] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/networks/abda5f0a-d634-4e29-b40c-2e59f9e090e7?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: 461/926] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/927] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/networks/abda5f0a-d634-4e29-b40c-2e59f9e090e7?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: 462/928] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/929] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/security-groups?id=f53ee2cc-0b96-4058-855d-3d6c6437b8f6&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: 463/930] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/931] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:43 2026] GET /v2.0/security-groups?id=0480806d-5c86-4327-a5a9-3d0416d67b37&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/932] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/933] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => 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: 466/934] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:44.500 7 INFO neutron.db.l3_db [req-6b8ef67a-b33d-4dab-9e53-5a02aa35421e req-3c0c0b11-addc-441c-9b90-e482ce2b4ce5 b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] Floating IP 8a4e0354-2030-45c5-89aa-88b7b85edeb3 disassociated. External IP: 10.96.250.219, port: 305a6b53-9fde-4ad0-b54c-f472b3dd22da. [pid: 8|app: 0|req: 467/935] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:44.923 8 INFO neutron.db.l3_db [req-a47e4659-3af0-45fc-803e-929829bc65e0 req-22729ead-8972-4b1d-908f-144d16f09bea d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] Floating IP 6cc7ed92-2c67-419f-b359-3c4da8ad64c1 disassociated. External IP: 10.96.250.217, port: 4be0c41a-0f74-4d3f-bd30-61d5da5f1439. [pid: 7|app: 0|req: 469/936] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:11:44 2026] DELETE /v2.0/ports/305a6b53-9fde-4ad0-b54c-f472b3dd22da => generated 0 bytes in 690 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/937] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:44.971 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f742e128-38ff-4d92-abcd-38a853d61a0b'] response: {'server_uuid': '92c88f8f-a7e2-48ef-ba77-475ba43a5ca1', 'name': 'network-vif-deleted', 'tag': '305a6b53-9fde-4ad0-b54c-f472b3dd22da', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 471/938] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:44 2026] GET /v2.0/ports?tenant_id=762381a354f9489cb9cc0816a3e78d4c&device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:45.222 7 WARNING neutron_lib.context [None req-6dce9db7-fbc9-424f-b694-73c9f12f55c8 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:45.222 7 WARNING neutron_lib.context [None req-6dce9db7-fbc9-424f-b694-73c9f12f55c8 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 468/939] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:11:44 2026] DELETE /v2.0/ports/4be0c41a-0f74-4d3f-bd30-61d5da5f1439 => generated 0 bytes in 739 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:45.382 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ee09fb4-a792-480a-a589-0fd638112397'] response: {'server_uuid': 'e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4', 'name': 'network-vif-deleted', 'tag': '4be0c41a-0f74-4d3f-bd30-61d5da5f1439', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 469/940] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/networks?id=ae7cc90f-79c9-4090-9166-abd1354e4572 => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:45.410 7 INFO neutron.db.segments_db [None req-6dce9db7-fbc9-424f-b694-73c9f12f55c8 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Added segment 13e47cb5-6473-4b84-91d1-bce45c9eb8f2 of type vxlan for network 32f2d9d8-7afe-468c-b704-4ec294c5f717 [pid: 8|app: 0|req: 470/941] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/942] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c4485436-fb57-46d1-a71c-9e498608c804 => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:45.484 7 INFO neutron.db.segments_db [None req-6dce9db7-fbc9-424f-b694-73c9f12f55c8 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Added segment 78aa8a0c-d1dc-4b3c-a6d0-077343c3135d of type vxlan for network 05083860-ed45-48e7-881a-61d3b7051446 [pid: 8|app: 0|req: 472/943] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/subnets?id=30297e23-5140-47ff-9136-3b27279de9e7 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/944] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/945] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/ports?network_id=ae7cc90f-79c9-4090-9166-abd1354e4572&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/946] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:11:45 2026] POST /v2.0/networks => generated 1245 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/947] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/948] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?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: 476/949] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/950] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:11:45 2026] GET /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572?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-06-30 19:11:45.826 8 INFO neutron.services.segments.plugin [-] Segment 13e47cb5-6473-4b84-91d1-bce45c9eb8f2 resource provider aggregate not found 2026-06-30 19:11:45.834 8 INFO neutron.services.segments.plugin [-] Segment 13e47cb5-6473-4b84-91d1-bce45c9eb8f2 resource provider aggregate not found 2026-06-30 19:11:45.838 8 INFO neutron.services.segments.plugin [-] Segment 13e47cb5-6473-4b84-91d1-bce45c9eb8f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13e47cb5-6473-4b84-91d1-bce45c9eb8f2 found for delete ", "request_id": "req-d7bd761e-fb97-467d-8fb9-66a5797db3ff"}]} 2026-06-30 19:11:45.852 8 INFO neutron.services.segments.plugin [-] Segment 13e47cb5-6473-4b84-91d1-bce45c9eb8f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13e47cb5-6473-4b84-91d1-bce45c9eb8f2 found for delete ", "request_id": "req-9bb9d11e-077d-46d2-89fc-01d43466b659"}]} [pid: 8|app: 0|req: 477/951] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:45 2026] DELETE /v2.0/networks/32f2d9d8-7afe-468c-b704-4ec294c5f717 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:45.997 7 INFO neutron.services.segments.plugin [-] Segment 78aa8a0c-d1dc-4b3c-a6d0-077343c3135d resource provider aggregate not found 2026-06-30 19:11:46.001 7 INFO neutron.services.segments.plugin [-] Segment 78aa8a0c-d1dc-4b3c-a6d0-077343c3135d resource provider aggregate not found [pid: 7|app: 0|req: 475/952] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:45 2026] DELETE /v2.0/networks/05083860-ed45-48e7-881a-61d3b7051446 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:46.038 7 INFO neutron.services.segments.plugin [-] Segment 78aa8a0c-d1dc-4b3c-a6d0-077343c3135d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78aa8a0c-d1dc-4b3c-a6d0-077343c3135d found for delete ", "request_id": "req-b7dbe081-6723-436b-8684-cea52fc659e3"}]} 2026-06-30 19:11:46.040 7 INFO neutron.services.segments.plugin [-] Segment 78aa8a0c-d1dc-4b3c-a6d0-077343c3135d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78aa8a0c-d1dc-4b3c-a6d0-077343c3135d found for delete ", "request_id": "req-43061810-085c-474e-8f11-a3878cb989f4"}]} [pid: 7|app: 0|req: 476/953] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => 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: 478/954] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/networks => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:46.091 7 WARNING neutron_lib.context [None req-2ea92eea-dc10-4979-8efe-54db4b730063 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:46.143 7 INFO neutron.db.segments_db [None req-2ea92eea-dc10-4979-8efe-54db4b730063 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Added segment a4a7ed6d-7b8a-4655-ba1c-cbd0c04aaf4a of type vxlan for network 28cf4e18-f3c5-4a6b-878e-94ba2e2d8e44 [pid: 7|app: 0|req: 477/955] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:11:46 2026] POST /v2.0/networks => generated 649 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:46.249 8 WARNING neutron_lib.context [None req-ebe30a21-a4ac-45af-8ee0-6b422eea9d5f d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:46.303 8 INFO neutron.db.segments_db [None req-ebe30a21-a4ac-45af-8ee0-6b422eea9d5f d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Added segment 166f327c-3957-4f85-a27a-71b70900d009 of type vxlan for network 9ff313e7-8f2d-4f9c-9c4f-b4c9060145bb [pid: 8|app: 0|req: 479/956] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:11:46 2026] POST /v2.0/networks => generated 650 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:46.426 7 WARNING neutron_lib.context [None req-cf594216-a948-4577-ae70-7cb935cbfdde d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:46.447 7 WARNING neutron_lib.context [None req-cf594216-a948-4577-ae70-7cb935cbfdde d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 480/957] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => 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: 481/958] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/959] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:46 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/960] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:11:46 2026] POST /v2.0/ports => generated 1505 bytes in 614 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: 483/961] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:11:47 2026] GET /v2.0/ports => generated 1505 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/962] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:47 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => 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: 484/963] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:11:47 2026] DELETE /v2.0/ports/85989899-0312-473a-8924-c76425122b34 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/964] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:11:47 2026] DELETE /v2.0/ports/dc8871ab-c341-4c1b-9b03-40ac5fdbf524 => 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: 485/965] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:11:47 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-06-30 19:11:47.545 7 WARNING neutron_lib.context [None req-c5a513e9-65bb-4e31-8a2b-b9cca0584068 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:47.626 7 INFO neutron.db.segments_db [None req-c5a513e9-65bb-4e31-8a2b-b9cca0584068 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Added segment db75f125-d600-4e3a-a5f7-6d75f08b7540 of type vxlan for network e7a5a4f5-4588-4fc1-a4fb-7bdc5f733794 [pid: 8|app: 0|req: 486/966] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:47 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/967] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/networks => generated 649 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:11:47.760 8 WARNING neutron_lib.context [None req-629e2445-63e2-46fd-aecf-4293e09dda6d d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:11:47.807 8 INFO neutron.db.segments_db [None req-629e2445-63e2-46fd-aecf-4293e09dda6d d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Added segment c3df3051-afb7-4d50-9077-3e840ecd190d of type vxlan for network 427ff671-a268-40f3-8559-7b3f7a9a899c [pid: 8|app: 0|req: 487/968] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/networks => generated 649 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/969] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:47 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:47.948 7 WARNING neutron_lib.context [None req-4b1f1f06-e17c-4ce8-955a-bcd28d553d26 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 488/970] 199.204.45.248 () {34 vars in 1096 bytes} [Tue Jun 30 19:11:47 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:47.977 7 WARNING neutron_lib.context [None req-4b1f1f06-e17c-4ce8-955a-bcd28d553d26 d42035f77dcf471ba213dd5e423c897d c144dfd5e5f744aea8f03a2da30f8ab5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 489/971] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:47 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&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: 490/972] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/ports?device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/973] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:11:47 2026] POST /v2.0/subnets => generated 1274 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/974] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnets => generated 1910 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/975] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/subnets/e356502c-0bb6-49b7-9edd-efc3df8f72c6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/976] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/subnets/95777168-f799-44f1-8aa0-386b9b5482b3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/977] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/subnets => generated 649 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/978] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/ports?device_id=e8d8dbb3-4f01-4a00-a622-ea00f6c6c7e4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:48.882 8 INFO neutron.services.segments.plugin [-] Segment c3df3051-afb7-4d50-9077-3e840ecd190d resource provider aggregate not found 2026-06-30 19:11:48.887 8 INFO neutron.services.segments.plugin [-] Segment c3df3051-afb7-4d50-9077-3e840ecd190d resource provider aggregate not found 2026-06-30 19:11:48.894 8 INFO neutron.services.segments.plugin [-] Segment c3df3051-afb7-4d50-9077-3e840ecd190d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3df3051-afb7-4d50-9077-3e840ecd190d found for delete ", "request_id": "req-c540e586-72f7-42f9-9e18-a601ba37881b"}]} [pid: 8|app: 0|req: 493/979] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/networks/427ff671-a268-40f3-8559-7b3f7a9a899c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:48.968 8 INFO neutron.services.segments.plugin [-] Segment c3df3051-afb7-4d50-9077-3e840ecd190d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3df3051-afb7-4d50-9077-3e840ecd190d found for delete ", "request_id": "req-0fc8746a-0965-4be6-9d5e-fb97fde4fb8e"}]} [pid: 8|app: 0|req: 494/980] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:11:48 2026] GET /v2.0/ports?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&device_id=92c88f8f-a7e2-48ef-ba77-475ba43a5ca1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:11:49.057 7 INFO neutron.services.segments.plugin [-] Segment db75f125-d600-4e3a-a5f7-6d75f08b7540 resource provider aggregate not found 2026-06-30 19:11:49.062 7 INFO neutron.services.segments.plugin [-] Segment db75f125-d600-4e3a-a5f7-6d75f08b7540 resource provider aggregate not found [pid: 7|app: 0|req: 487/981] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:48 2026] DELETE /v2.0/networks/e7a5a4f5-4588-4fc1-a4fb-7bdc5f733794 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:49.083 7 INFO neutron.services.segments.plugin [-] Segment db75f125-d600-4e3a-a5f7-6d75f08b7540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db75f125-d600-4e3a-a5f7-6d75f08b7540 found for delete ", "request_id": "req-31586902-00e9-488c-ac28-f8e71a602d75"}]} 2026-06-30 19:11:49.090 7 INFO neutron.services.segments.plugin [-] Segment db75f125-d600-4e3a-a5f7-6d75f08b7540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db75f125-d600-4e3a-a5f7-6d75f08b7540 found for delete ", "request_id": "req-ad5e684f-b811-49c4-8cc4-86abe0ba0d68"}]} [pid: 8|app: 0|req: 495/982] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/983] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/984] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/networks/9ff313e7-8f2d-4f9c-9c4f-b4c9060145bb => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/985] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/networks/28cf4e18-f3c5-4a6b-878e-94ba2e2d8e44 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/986] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/security-groups/f53ee2cc-0b96-4058-855d-3d6c6437b8f6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:49.497 8 INFO neutron.api.v2.resource [None req-ac129997-1de4-4f19-bb56-6758fdbbe9eb b05e3da6a4d14f9eb57bbdce05fe570d ff9f1e69dbd24052be9c75d42ab167fd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/987] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/security-groups/f53ee2cc-0b96-4058-855d-3d6c6437b8f6 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/988] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/networks?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&shared=False => generated 779 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/989] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/990] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/floatingips/8a4e0354-2030-45c5-89aa-88b7b85edeb3 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/991] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:49 2026] DELETE /v2.0/security-groups/0480806d-5c86-4327-a5a9-3d0416d67b37 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/992] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:49 2026] GET /v2.0/security-groups?tenant_id=c144dfd5e5f744aea8f03a2da30f8ab5&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:50.127 7 INFO neutron.api.v2.resource [None req-b7eea5a2-4931-4743-b9b3-46bdb3331642 d3a30c50c1ab44c7922211b710c64dcb 7d9ac82bc2514723b6541441b3f2c3fb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/993] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/security-groups/0480806d-5c86-4327-a5a9-3d0416d67b37 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/994] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:50 2026] DELETE /v2.0/security-groups/77e6a29a-b4de-49bc-95ee-d026a5ce2272 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/995] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:11:50 2026] DELETE /v2.0/floatingips/6cc7ed92-2c67-419f-b359-3c4da8ad64c1 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/996] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => 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: 501/997] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:11:49 2026] PUT /v2.0/routers/07b60721-82cd-4bd2-8885-b56a85d5eea3/remove_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/998] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:50 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:50.917 8 INFO neutron.services.segments.plugin [-] Segment a4a7ed6d-7b8a-4655-ba1c-cbd0c04aaf4a resource provider aggregate not found 2026-06-30 19:11:50.935 8 INFO neutron.services.segments.plugin [-] Segment a4a7ed6d-7b8a-4655-ba1c-cbd0c04aaf4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4a7ed6d-7b8a-4655-ba1c-cbd0c04aaf4a found for delete ", "request_id": "req-1f109b4c-ba92-404b-a79b-22c7a05a95d7"}]} 2026-06-30 19:11:50.984 8 INFO neutron.services.segments.plugin [-] Segment a4a7ed6d-7b8a-4655-ba1c-cbd0c04aaf4a resource provider aggregate not found 2026-06-30 19:11:51.010 8 INFO neutron.services.segments.plugin [-] Segment a4a7ed6d-7b8a-4655-ba1c-cbd0c04aaf4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4a7ed6d-7b8a-4655-ba1c-cbd0c04aaf4a found for delete ", "request_id": "req-56395a4c-a8c5-4265-85af-9dd2a376ad55"}]} 2026-06-30 19:11:51.112 7 INFO neutron.services.segments.plugin [-] Segment 166f327c-3957-4f85-a27a-71b70900d009 resource provider aggregate not found 2026-06-30 19:11:51.116 7 INFO neutron.services.segments.plugin [-] Segment 166f327c-3957-4f85-a27a-71b70900d009 resource provider aggregate not found 2026-06-30 19:11:51.129 7 INFO neutron.services.segments.plugin [-] Segment 166f327c-3957-4f85-a27a-71b70900d009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 166f327c-3957-4f85-a27a-71b70900d009 found for delete ", "request_id": "req-65002fd5-f52b-49b6-8daf-b91b7e9cc2dc"}]} 2026-06-30 19:11:51.134 7 INFO neutron.services.segments.plugin [-] Segment 166f327c-3957-4f85-a27a-71b70900d009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 166f327c-3957-4f85-a27a-71b70900d009 found for delete ", "request_id": "req-6a622ab1-2d26-4093-9b4b-f8790290f6b0"}]} [pid: 7|app: 0|req: 497/999] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:11:50 2026] PUT /v2.0/routers/ec59fb97-2619-4d43-ba34-367428b211ab/remove_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:11:51.947 8 INFO neutron.db.l3_hamode_db [None req-6ca768e7-bea9-44b6-ba68-6b9c61da8668 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 6225c725-507f-45b1-91f7-ed05e8213ce7 was deleted as no HA routers are present in tenant ff9f1e69dbd24052be9c75d42ab167fd. [pid: 8|app: 0|req: 503/1000] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:50 2026] DELETE /v2.0/routers/07b60721-82cd-4bd2-8885-b56a85d5eea3 => generated 0 bytes in 1041 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1001] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:51 2026] DELETE /v2.0/subnets/8625870e-a0fa-4832-a0e6-335c641adaac => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1002] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1003] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:52 2026] DELETE /v2.0/networks/430ec2fc-5693-41f6-a172-865e3cebfbe7 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1004] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1005] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:52 2026] GET /v2.0/security-groups?tenant_id=ff9f1e69dbd24052be9c75d42ab167fd&name=default => generated 2921 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1006] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:52 2026] DELETE /v2.0/security-groups/674fd088-abbd-4352-bc0e-d6df4a373e0c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:52.793 7 INFO neutron.db.l3_hamode_db [None req-01500ca9-ce64-4797-b8a6-482c99ce8bb2 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 99636b89-fb19-408e-8a05-420f7a519b03 was deleted as no HA routers are present in tenant 7d9ac82bc2514723b6541441b3f2c3fb. [pid: 7|app: 0|req: 498/1007] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:51 2026] DELETE /v2.0/routers/ec59fb97-2619-4d43-ba34-367428b211ab => generated 0 bytes in 1044 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1008] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:11:52 2026] DELETE /v2.0/subnets/b6c78349-27a7-4512-b014-a976908ef8b5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:53.150 7 INFO neutron.services.segments.plugin [-] Segment 6c93fee6-fda4-4878-a0f2-9a3589f2c030 resource provider aggregate not found 2026-06-30 19:11:53.161 7 INFO neutron.services.segments.plugin [-] Segment 6c93fee6-fda4-4878-a0f2-9a3589f2c030 resource provider aggregate not found 2026-06-30 19:11:53.167 7 INFO neutron.services.segments.plugin [-] Segment 6c93fee6-fda4-4878-a0f2-9a3589f2c030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c93fee6-fda4-4878-a0f2-9a3589f2c030 found for delete ", "request_id": "req-d9fcd556-444b-4507-959d-324df318929b"}]} 2026-06-30 19:11:53.182 7 INFO neutron.services.segments.plugin [-] Segment 6c93fee6-fda4-4878-a0f2-9a3589f2c030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c93fee6-fda4-4878-a0f2-9a3589f2c030 found for delete ", "request_id": "req-01bde6d9-1093-49d5-8d8e-4914ed60c2f9"}]} [pid: 7|app: 0|req: 499/1009] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:11:52 2026] DELETE /v2.0/networks/abda5f0a-d634-4e29-b40c-2e59f9e090e7 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:11:53.433 8 INFO neutron.services.segments.plugin [-] Segment 2ade852d-33af-4320-8534-23593199ea55 resource provider aggregate not found 2026-06-30 19:11:53.449 8 INFO neutron.services.segments.plugin [-] Segment 2ade852d-33af-4320-8534-23593199ea55 resource provider aggregate not found 2026-06-30 19:11:53.454 8 INFO neutron.services.segments.plugin [-] Segment 2ade852d-33af-4320-8534-23593199ea55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ade852d-33af-4320-8534-23593199ea55 found for delete ", "request_id": "req-25a7042b-9cb3-439d-9152-b50fd4cbf69c"}]} 2026-06-30 19:11:53.461 8 INFO neutron.services.segments.plugin [-] Segment 2ade852d-33af-4320-8534-23593199ea55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ade852d-33af-4320-8534-23593199ea55 found for delete ", "request_id": "req-0e7d68f5-3dbf-4c5c-9fd5-58c45a5c2e63"}]} 2026-06-30 19:11:53.468 8 INFO neutron.services.segments.plugin [-] Segment fcb9a09a-807c-4a43-9075-efed6f8044e3 resource provider aggregate not found [pid: 8|app: 0|req: 511/1010] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:53 2026] GET /v2.0/security-groups?tenant_id=7d9ac82bc2514723b6541441b3f2c3fb&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1011] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:53 2026] DELETE /v2.0/security-groups/21e8ea3b-446c-4b04-b149-d00dfb37f45b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:11:55.925 8 INFO neutron.services.segments.plugin [-] Segment fcb9a09a-807c-4a43-9075-efed6f8044e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb9a09a-807c-4a43-9075-efed6f8044e3 found for delete ", "request_id": "req-0b8e9623-4692-4d83-8cde-809ad595f0b4"}]} 2026-06-30 19:11:55.927 8 INFO neutron.services.segments.plugin [-] Segment fcb9a09a-807c-4a43-9075-efed6f8044e3 resource provider aggregate not found 2026-06-30 19:11:55.944 8 INFO neutron.services.segments.plugin [-] Segment fcb9a09a-807c-4a43-9075-efed6f8044e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb9a09a-807c-4a43-9075-efed6f8044e3 found for delete ", "request_id": "req-a7d80df2-8452-4f4b-918d-9ea004232a49"}]} [pid: 8|app: 0|req: 512/1012] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:55 2026] GET /v2.0/security-groups?tenant_id=8d4f84aead874d6eaa51d9869adcd579&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:11:56.194 7 INFO neutron.services.segments.plugin [-] Segment f0510161-4e47-4a9b-82fb-d14f907d073c resource provider aggregate not found 2026-06-30 19:11:56.199 7 INFO neutron.services.segments.plugin [-] Segment f0510161-4e47-4a9b-82fb-d14f907d073c resource provider aggregate not found 2026-06-30 19:11:56.208 7 INFO neutron.services.segments.plugin [-] Segment f0510161-4e47-4a9b-82fb-d14f907d073c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0510161-4e47-4a9b-82fb-d14f907d073c found for delete ", "request_id": "req-3c35dcb6-1d49-423e-90ae-b103bb933783"}]} 2026-06-30 19:11:56.217 7 INFO neutron.services.segments.plugin [-] Segment f0510161-4e47-4a9b-82fb-d14f907d073c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0510161-4e47-4a9b-82fb-d14f907d073c found for delete ", "request_id": "req-562fa231-1308-4769-9258-fda87bfedd55"}]} [pid: 7|app: 0|req: 501/1013] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/security-groups/8689736b-bda5-49ab-b56c-54b2e62987e2 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1014] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/security-groups?tenant_id=6170891d466e4972820453b2d67cc722&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1015] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/security-groups/b5d48ce4-5725-4304-ae0f-5e1b01ec2527 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1018] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:56 2026] GET /v2.0/security-groups?tenant_id=138167892a334d0294d1c844618f11a9&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1019] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:56 2026] DELETE /v2.0/security-groups/1297f28a-b112-4bcb-ad13-05b27a9c3acd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1020] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:58 2026] GET /v2.0/security-groups?tenant_id=bf9907e199734e29b03ab019f5b298aa&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1021] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:58 2026] DELETE /v2.0/security-groups/208ab779-760e-4e6a-97e2-8fac763c7a13 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1022] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:11:59 2026] GET /v2.0/security-groups?tenant_id=14918fcccc0846b79af6563a48df61e4&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1023] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:11:59 2026] DELETE /v2.0/security-groups/d51941e0-4b1f-4221-b83e-7a58507fac5b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1024] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:00 2026] GET /v2.0/security-groups?tenant_id=f8f44b75402d4178a0073c1fa29e27e4&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1025] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:00 2026] DELETE /v2.0/security-groups/786a7973-0c9f-438c-86a4-9bdac8e2fa9a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1026] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:01 2026] GET /v2.0/security-groups?tenant_id=b249d1c5165c4ff1b23c559206bf8ee4&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1027] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:01 2026] DELETE /v2.0/security-groups/f848c0e8-bf32-4b8a-887d-a829bddc0435 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1028] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:02 2026] GET /v2.0/security-groups?tenant_id=e6ce45da33264fce89d685a5651e3f09&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1029] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:02 2026] DELETE /v2.0/security-groups/5c80a5cf-d0cf-44d6-9e47-439521460ba9 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:03.031 7 INFO neutron.db.segments_db [None req-92e51454-a895-474d-a269-06e1a8e3dcc8 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 50b5a95a-c273-4593-8e33-0bb9b844c5b3 of type vxlan for network 5711a1c3-749f-471d-b445-a681bafc8948 [pid: 7|app: 0|req: 508/1030] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:12:02 2026] POST /v2.0/networks => generated 740 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1031] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/subnets => generated 687 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:03.312 8 INFO neutron.db.segments_db [None req-23a42516-8e4e-43ae-87ce-f368a97c91fc 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 96c2ab35-cc7e-4b26-acf4-e2d8363c2059 of type vxlan for network e02dd582-59fd-4fab-9c30-dbd0e563a861 [pid: 7|app: 0|req: 509/1032] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/security-groups?tenant_id=fd8880e2cac34b79b90ede8ea7712bee&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1033] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:03.571 8 INFO neutron.db.l3_hamode_db [None req-23a42516-8e4e-43ae-87ce-f368a97c91fc 714de80e7a8744cca4b78c071c6331f7 a2bc035a31a44fc1a76852bf8805a29e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 511/1034] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/security-groups/88692cd8-0b42-4dd2-b39b-cb83dd140b57 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1035] 10.0.0.58 () {34 vars in 1039 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1036] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:03 2026] GET /v2.0/security-groups?tenant_id=afd3fb27c10f47d892fe70ffa59b3ed0&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1037] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:03 2026] DELETE /v2.0/security-groups/5b01ea91-7f89-465e-ac56-8d09bf518293 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:04.348 8 INFO neutron.db.l3_hamode_db [None req-23a42516-8e4e-43ae-87ce-f368a97c91fc 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:04.630 7 WARNING neutron_lib.context [None req-555fff6b-acec-457d-b155-0e8f6e11b8f3 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:04.783 7 INFO neutron.db.segments_db [None req-555fff6b-acec-457d-b155-0e8f6e11b8f3 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] Added segment 83d8a659-f55a-4f8c-87f8-e24d6415a36d of type vxlan for network 2d9091db-c284-492f-a9ec-48dd7ba21589 [pid: 7|app: 0|req: 515/1038] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:04 2026] POST /v2.0/networks => generated 648 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:05.316 7 WARNING neutron_lib.context [None req-e3bebded-8d71-46d4-823f-18477887c5cf 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 524/1039] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:03 2026] POST /v2.0/routers => generated 727 bytes in 2082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1040] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:05 2026] POST /v2.0/subnets => generated 673 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:05.626 7 WARNING neutron_lib.context [None req-a5e2aeaa-b823-4f75-939a-3f11244215fd 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:05.674 7 INFO neutron.db.segments_db [None req-a5e2aeaa-b823-4f75-939a-3f11244215fd 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] Added segment 564b936e-95b6-422f-9df1-79e62ba7a34b of type vxlan for network 6e4e33d2-df8a-46ae-8678-1a419ca9ee50 [pid: 7|app: 0|req: 517/1041] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:05 2026] POST /v2.0/networks => generated 648 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1042] 10.0.0.214 () {32 vars in 653 bytes} [Tue Jun 30 19:12:05 2026] GET /v2.0/extensions => generated 20516 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1043] 10.0.0.214 () {34 vars in 743 bytes} [Tue Jun 30 19:12:05 2026] PUT /v2.0/networks/6e4e33d2-df8a-46ae-8678-1a419ca9ee50 => generated 592 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1044] 10.0.0.214 () {32 vars in 681 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:06.023 7 WARNING neutron_lib.context [None req-3c7f5d7e-423e-4e57-820f-f57f2d6f490e 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 521/1045] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:06 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1046] 10.0.0.214 () {32 vars in 681 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1047] 10.0.0.214 () {34 vars in 741 bytes} [Tue Jun 30 19:12:06 2026] PUT /v2.0/subnets/650c01cb-fcf9-4fbc-9a03-f60f16b34c7e => generated 656 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1048] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:12:06 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: 8|app: 0|req: 525/1049] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:05 2026] PUT /v2.0/routers/f5a475d9-5c64-46c5-9b3b-a843241b2a65/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:06.595 7 INFO neutron.services.segments.plugin [-] Segment 564b936e-95b6-422f-9df1-79e62ba7a34b resource provider aggregate not found [pid: 8|app: 0|req: 526/1050] 10.0.0.214 () {32 vars in 665 bytes} [Tue Jun 30 19:12:06 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) 2026-06-30 19:12:06.601 7 INFO neutron.services.segments.plugin [-] Segment 564b936e-95b6-422f-9df1-79e62ba7a34b resource provider aggregate not found [pid: 8|app: 0|req: 527/1051] 10.0.0.214 () {32 vars in 699 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:06.613 7 INFO neutron.services.segments.plugin [-] Segment 564b936e-95b6-422f-9df1-79e62ba7a34b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 564b936e-95b6-422f-9df1-79e62ba7a34b found for delete ", "request_id": "req-7c927685-037f-4d40-ab0f-7483931e448c"}]} 2026-06-30 19:12:06.620 7 INFO neutron.services.segments.plugin [-] Segment 564b936e-95b6-422f-9df1-79e62ba7a34b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 564b936e-95b6-422f-9df1-79e62ba7a34b found for delete ", "request_id": "req-b48dd6f5-51dc-48e7-9e45-8a1938c4b282"}]} [pid: 8|app: 0|req: 528/1052] 10.0.0.214 () {32 vars in 697 bytes} [Tue Jun 30 19:12:06 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: 529/1053] 10.0.0.214 () {32 vars in 701 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1054] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:06 2026] DELETE /v2.0/networks/6e4e33d2-df8a-46ae-8678-1a419ca9ee50 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1055] 10.0.0.214 () {32 vars in 689 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1056] 10.0.0.214 () {32 vars in 703 bytes} [Tue Jun 30 19:12:06 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) 2026-06-30 19:12:06.663 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c872ac6-27fb-4f5c-a300-3ded85236a8a 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 526/1057] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:06 2026] DELETE /v2.0/networks/6e4e33d2-df8a-46ae-8678-1a419ca9ee50 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1058] 10.0.0.214 () {32 vars in 693 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1059] 10.0.0.214 () {32 vars in 695 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1060] 10.0.0.214 () {32 vars in 685 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1061] 10.0.0.214 () {32 vars in 687 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1062] 10.0.0.214 () {32 vars in 661 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1063] 10.0.0.214 () {32 vars in 699 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1064] 10.0.0.214 () {32 vars in 679 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1065] 10.0.0.214 () {32 vars in 683 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1066] 10.0.0.214 () {32 vars in 675 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1067] 10.0.0.214 () {32 vars in 689 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1068] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1069] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1070] 10.0.0.214 () {32 vars in 687 bytes} [Tue Jun 30 19:12:06 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: 7|app: 0|req: 538/1071] 10.0.0.214 () {32 vars in 669 bytes} [Tue Jun 30 19:12:06 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: 7|app: 0|req: 539/1072] 10.0.0.214 () {32 vars in 687 bytes} [Tue Jun 30 19:12:06 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: 7|app: 0|req: 540/1073] 10.0.0.214 () {32 vars in 681 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1074] 10.0.0.214 () {32 vars in 699 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1075] 10.0.0.214 () {32 vars in 679 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1076] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/subnets?network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1077] 10.0.0.214 () {32 vars in 667 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1078] 10.0.0.214 () {32 vars in 653 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions => generated 20516 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1079] 10.0.0.214 () {32 vars in 677 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1080] 10.0.0.214 () {32 vars in 665 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1081] 10.0.0.214 () {32 vars in 675 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1082] 10.0.0.214 () {32 vars in 713 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1083] 10.0.0.214 () {32 vars in 691 bytes} [Tue Jun 30 19:12:06 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: 8|app: 0|req: 540/1084] 10.0.0.214 () {32 vars in 683 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1085] 10.0.0.214 () {32 vars in 669 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1086] 10.0.0.214 () {32 vars in 687 bytes} [Tue Jun 30 19:12:06 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: 7|app: 0|req: 545/1087] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/networks => generated 1313 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1088] 10.0.0.214 () {32 vars in 705 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1089] 10.0.0.214 () {32 vars in 675 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1090] 10.0.0.214 () {32 vars in 701 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1091] 10.0.0.214 () {32 vars in 675 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1092] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/subnets => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1093] 10.0.0.214 () {32 vars in 693 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1094] 10.0.0.214 () {32 vars in 689 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1095] 10.0.0.214 () {32 vars in 709 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1096] 10.0.0.214 () {32 vars in 705 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1097] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1098] 10.0.0.214 () {32 vars in 697 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1099] 10.0.0.214 () {32 vars in 711 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1100] 10.0.0.214 () {32 vars in 669 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1101] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/networks/2d9091db-c284-492f-a9ec-48dd7ba21589 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1102] 10.0.0.214 () {32 vars in 687 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1103] 10.0.0.214 () {32 vars in 681 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1104] 10.0.0.214 () {32 vars in 675 bytes} [Tue Jun 30 19:12:06 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: 7|app: 0|req: 548/1105] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:12:06 2026] GET /v2.0/subnets/59d5e96f-de74-4bc6-badf-b6c446bc7c8a => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1106] 10.0.0.214 () {32 vars in 671 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1107] 10.0.0.214 () {32 vars in 661 bytes} [Tue Jun 30 19:12:07 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) 2026-06-30 19:12:07.041 7 INFO neutron.pecan_wsgi.hooks.translation [None req-724c71f5-2727-4200-b11b-f8c4329ff9d1 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1108] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:07 2026] DELETE /v2.0/subnets/650c01cb-fcf9-4fbc-9a03-f60f16b34c7e => 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: 560/1109] 10.0.0.214 () {32 vars in 699 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1110] 10.0.0.214 () {32 vars in 699 bytes} [Tue Jun 30 19:12:07 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) 2026-06-30 19:12:07.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71891ee0-f7f4-4338-8993-050f3351ac64 503ad6700a484659bd760f4ccdd2f08d ece78125e32d42289a4ebd303e15cee4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1111] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:07 2026] DELETE /v2.0/networks/6e4e33d2-df8a-46ae-8678-1a419ca9ee50 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1112] 10.0.0.214 () {32 vars in 677 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1113] 10.0.0.214 () {32 vars in 669 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1114] 10.0.0.214 () {32 vars in 683 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1115] 10.0.0.214 () {32 vars in 701 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1116] 10.0.0.214 () {32 vars in 685 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1117] 10.0.0.214 () {32 vars in 707 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1118] 10.0.0.214 () {32 vars in 669 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1119] 10.0.0.214 () {32 vars in 697 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1120] 10.0.0.214 () {32 vars in 695 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1121] 10.0.0.214 () {32 vars in 685 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1122] 10.0.0.214 () {32 vars in 689 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1123] 10.0.0.214 () {32 vars in 667 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1124] 10.0.0.214 () {32 vars in 681 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1125] 10.0.0.214 () {32 vars in 681 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1126] 10.0.0.214 () {32 vars in 691 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1127] 10.0.0.214 () {32 vars in 691 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1128] 10.0.0.214 () {32 vars in 695 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1129] 10.0.0.214 () {32 vars in 685 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1130] 10.0.0.214 () {32 vars in 689 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1131] 10.0.0.214 () {32 vars in 701 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1132] 10.0.0.214 () {32 vars in 703 bytes} [Tue Jun 30 19:12:07 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) [pid: 7|app: 0|req: 551/1133] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:07 2026] DELETE /v2.0/subnets/59d5e96f-de74-4bc6-badf-b6c446bc7c8a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1134] 10.0.0.214 () {32 vars in 713 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1135] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1136] 10.0.0.214 () {32 vars in 715 bytes} [Tue Jun 30 19:12:07 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: 7|app: 0|req: 555/1137] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1138] 10.0.0.214 () {32 vars in 741 bytes} [Tue Jun 30 19:12:07 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: 7|app: 0|req: 557/1139] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1140] 10.0.0.214 () {32 vars in 683 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1141] 10.0.0.214 () {32 vars in 669 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1142] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1143] 10.0.0.214 () {32 vars in 679 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1144] 10.0.0.214 () {32 vars in 669 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1145] 10.0.0.214 () {32 vars in 697 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1146] 10.0.0.214 () {32 vars in 705 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1147] 10.0.0.214 () {32 vars in 701 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1148] 10.0.0.214 () {32 vars in 701 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1149] 10.0.0.214 () {32 vars in 683 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1150] 10.0.0.214 () {32 vars in 705 bytes} [Tue Jun 30 19:12:07 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: 7|app: 0|req: 569/1151] 10.0.0.214 () {32 vars in 695 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1152] 10.0.0.214 () {32 vars in 689 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1153] 10.0.0.214 () {32 vars in 697 bytes} [Tue Jun 30 19:12:07 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: 7|app: 0|req: 572/1154] 10.0.0.214 () {32 vars in 679 bytes} [Tue Jun 30 19:12:07 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: 7|app: 0|req: 573/1155] 10.0.0.214 () {32 vars in 689 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1156] 10.0.0.214 () {32 vars in 701 bytes} [Tue Jun 30 19:12:07 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: 7|app: 0|req: 575/1157] 10.0.0.214 () {32 vars in 665 bytes} [Tue Jun 30 19:12:07 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: 7|app: 0|req: 576/1158] 10.0.0.214 () {32 vars in 681 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1159] 10.0.0.214 () {32 vars in 693 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1160] 10.0.0.214 () {32 vars in 677 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:07.469 8 INFO neutron.services.segments.plugin [-] Segment 83d8a659-f55a-4f8c-87f8-e24d6415a36d resource provider aggregate not found 2026-06-30 19:12:07.474 8 INFO neutron.services.segments.plugin [-] Segment 83d8a659-f55a-4f8c-87f8-e24d6415a36d resource provider aggregate not found [pid: 7|app: 0|req: 579/1161] 10.0.0.214 () {32 vars in 667 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:07.483 8 INFO neutron.services.segments.plugin [-] Segment 83d8a659-f55a-4f8c-87f8-e24d6415a36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d8a659-f55a-4f8c-87f8-e24d6415a36d found for delete ", "request_id": "req-73bf2ff9-5609-40a6-9347-72e054a4e32d"}]} [pid: 8|app: 0|req: 583/1162] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:07 2026] DELETE /v2.0/networks/2d9091db-c284-492f-a9ec-48dd7ba21589 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:08.048 8 INFO neutron.services.segments.plugin [-] Segment 83d8a659-f55a-4f8c-87f8-e24d6415a36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d8a659-f55a-4f8c-87f8-e24d6415a36d found for delete ", "request_id": "req-519172f6-2867-4d17-8a70-b68bc7ee358e"}]} [pid: 7|app: 0|req: 580/1163] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:07 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1164] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/security-groups?tenant_id=ece78125e32d42289a4ebd303e15cee4&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1165] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&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: 584/1166] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/security-groups?tenant_id=f8f0e74c8ccd448d840120825904dae5&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1167] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/security-groups/f38b5c6f-c4d1-4373-b677-8463b9cc8a88 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1168] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:08 2026] DELETE /v2.0/security-groups/b316d87f-827b-42af-846c-a1504aa7e01d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1169] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1170] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:08 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1171] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => 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: 587/1172] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:09 2026] GET /v2.0/security-groups?id=d21aa8a7-b276-42da-990a-3c3694baa08a&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:10.291 7 WARNING neutron_lib.context [None req-9c69ae26-9dae-4289-8f81-907f52a509f4 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:10.433 8 WARNING neutron_lib.context [None req-f9ca2469-47df-414e-9b82-539d120fe8f1 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:10.449 7 INFO neutron.db.segments_db [None req-9c69ae26-9dae-4289-8f81-907f52a509f4 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment 2f616b01-d827-40d1-a712-26da5fcde68a of type vxlan for network 4bc39e33-f517-4dfc-b877-dcca12e635d5 [pid: 7|app: 0|req: 586/1173] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:10 2026] POST /v2.0/networks => generated 634 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:10.585 8 INFO neutron.db.segments_db [None req-f9ca2469-47df-414e-9b82-539d120fe8f1 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Added segment e9b88167-785a-405b-b2c0-badee9f1c589 of type vxlan for network 82bb5e47-561f-4655-b301-9ccddef21930 [pid: 7|app: 0|req: 587/1174] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:12:10 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:10.601 7 WARNING neutron_lib.context [None req-070dfd4f-ad93-4024-8143-d23715b1f353 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:10.654 7 INFO neutron.db.segments_db [None req-070dfd4f-ad93-4024-8143-d23715b1f353 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment beb1b8d3-f26c-44ad-b8db-b095eaf6180b of type vxlan for network 227db995-ab04-4068-ae4c-93541f5532c7 [pid: 8|app: 0|req: 588/1175] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:10 2026] POST /v2.0/networks => generated 650 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1176] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:10 2026] POST /v2.0/networks => generated 634 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:10.784 7 WARNING neutron_lib.context [None req-881fddee-83c2-4b35-936f-5e1ba6646dbe 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 589/1177] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:10 2026] POST /v2.0/subnets => generated 627 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:11.030 7 WARNING neutron_lib.context [None req-a6235cd3-dff2-488c-8a4c-a96248084dc7 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:11.060 8 INFO neutron.db.l3_db [req-566566af-8aab-4200-8ffc-f606798223b6 req-54f6b8c8-d224-44fc-907c-3f41fa5b999b d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] Floating IP c4d9e77d-9a5f-4489-8e8d-120b4eaf8175 disassociated. External IP: 10.96.250.208, port: c4485436-fb57-46d1-a71c-9e498608c804. [pid: 7|app: 0|req: 590/1178] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:11 2026] POST /v2.0/subnets => generated 646 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1179] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1180] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/networks?id=5711a1c3-749f-471d-b445-a681bafc8948 => generated 672 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:11.297 7 WARNING neutron_lib.context [None req-a4232e5c-e7db-4bf4-b6d9-ccb197469963 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:11.330 7 INFO neutron.db.segments_db [None req-a4232e5c-e7db-4bf4-b6d9-ccb197469963 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Added segment cfeca40f-e2a9-45bc-a6f8-667b773734df of type vxlan for network b49b8030-64be-49fc-9b21-4771a41cf1dc [pid: 8|app: 0|req: 589/1181] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:12:10 2026] DELETE /v2.0/ports/c4485436-fb57-46d1-a71c-9e498608c804 => generated 0 bytes in 719 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:11.405 8 WARNING neutron_lib.context [None req-30a9db23-50a8-4193-9db5-82feb964bfea 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:11.443 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4885d5b8-53e2-4071-9eca-7a80a92b6d5a'] response: {'server_uuid': '5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09', 'name': 'network-vif-deleted', 'tag': 'c4485436-fb57-46d1-a71c-9e498608c804', 'status': 'completed', 'code': 200} 2026-06-30 19:12:11.584 7 INFO neutron.db.l3_hamode_db [None req-a4232e5c-e7db-4bf4-b6d9-ccb197469963 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 590/1182] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:11 2026] POST /v2.0/subnets => generated 655 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1183] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:12:11 2026] GET /v2.0/quotas/a2bc035a31a44fc1a76852bf8805a29e => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:11.687 8 WARNING neutron_lib.context [None req-f2a76c16-1a49-44da-97a4-3b6703d25531 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:11.725 8 INFO neutron.db.segments_db [None req-f2a76c16-1a49-44da-97a4-3b6703d25531 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment 35c1b85d-9133-40cc-9de9-76fe47c56494 of type vxlan for network 499955c7-c36e-4f59-b332-291f08bc6a6e 2026-06-30 19:12:11.966 8 INFO neutron.db.l3_hamode_db [None req-f2a76c16-1a49-44da-97a4-3b6703d25531 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:12.102 8 INFO neutron.db.l3_hamode_db [None req-f2a76c16-1a49-44da-97a4-3b6703d25531 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:12.482 7 INFO neutron.db.l3_hamode_db [None req-a4232e5c-e7db-4bf4-b6d9-ccb197469963 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 592/1184] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:11 2026] POST /v2.0/routers => generated 511 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1185] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/ports?tenant_id=a2bc035a31a44fc1a76852bf8805a29e&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1188] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:12 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1189] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:11 2026] POST /v2.0/routers => generated 694 bytes in 2199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1190] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:12:13 2026] GET /v2.0/networks/5711a1c3-749f-471d-b445-a681bafc8948?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: 597/1191] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:12 2026] PUT /v2.0/routers/f24477e0-438e-4a8d-8c9a-8fdf38018e3c/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1192] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/networks/5711a1c3-749f-471d-b445-a681bafc8948?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: 599/1193] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/ports?device_id=5dbd3a9f-c25d-4eb6-bece-e1ed96c9ea09 => 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: 600/1194] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:14 2026] GET /v2.0/ports/6d304b15-4161-4f38-a9b0-f56aa876c857 => generated 959 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1195] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:13 2026] PUT /v2.0/routers/d5b532e1-0d8e-4e7b-899a-eab1fb937bba/add_router_interface => generated 309 bytes in 1636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1196] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:15 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:15.205 7 WARNING neutron_lib.context [None req-724abe72-5411-4a9b-a34c-bf7b728465c6 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 601/1197] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:14 2026] PUT /v2.0/routers/f24477e0-438e-4a8d-8c9a-8fdf38018e3c/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1198] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:15 2026] DELETE /v2.0/security-groups/d21aa8a7-b276-42da-990a-3c3694baa08a => 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: 603/1199] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:15 2026] GET /v2.0/ports/0c2ec15c-c519-4775-a45b-751d36f44c69 => generated 967 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:15.399 8 INFO neutron.api.v2.resource [None req-5e65eeef-c333-48f4-9332-c6ba28c4d772 d7f11ecacee74154b317ebc050e2f7e0 762381a354f9489cb9cc0816a3e78d4c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1200] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:12:15 2026] GET /v2.0/security-groups/d21aa8a7-b276-42da-990a-3c3694baa08a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1201] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:12:15 2026] POST /v2.0/ports => generated 958 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 598/1202] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:12:15 2026] DELETE /v2.0/floatingips/c4d9e77d-9a5f-4489-8e8d-120b4eaf8175 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:15.847 7 WARNING neutron_lib.context [None req-c95a750b-5167-41c6-9981-289d8a605887 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 605/1203] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:15 2026] PUT /v2.0/routers/f24477e0-438e-4a8d-8c9a-8fdf38018e3c/remove_router_interface => generated 309 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1204] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:12:15 2026] POST /v2.0/ports => generated 954 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 600/1205] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:16 2026] PUT /v2.0/routers/f24477e0-438e-4a8d-8c9a-8fdf38018e3c/remove_router_interface => generated 309 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:16.970 7 WARNING neutron_lib.context [None req-66af8d0c-dc61-4db1-a4e1-2d5c76e22e85 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 606/1206] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:16 2026] PUT /v2.0/routers/e6c51d69-5ca0-46e5-9196-aab3bec50d2b/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1207] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:17 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1208] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:17 2026] GET /v2.0/ports?device_id=f24477e0-438e-4a8d-8c9a-8fdf38018e3c => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:17.716 7 INFO neutron.db.l3_db [None req-66af8d0c-dc61-4db1-a4e1-2d5c76e22e85 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Floating IP adb08861-d325-44f6-886c-e4c92c085e75 associated. External IP: 10.96.250.210, port: 68a334ed-8b5d-4f09-ac27-3700ca420f07. 2026-06-30 19:12:17.911 8 INFO neutron.services.segments.plugin [-] Segment ab91ea7e-cb05-4479-87be-bf775cb86fd5 resource provider aggregate not found 2026-06-30 19:12:17.915 8 INFO neutron.services.segments.plugin [-] Segment ab91ea7e-cb05-4479-87be-bf775cb86fd5 resource provider aggregate not found 2026-06-30 19:12:17.925 8 INFO neutron.services.segments.plugin [-] Segment ab91ea7e-cb05-4479-87be-bf775cb86fd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab91ea7e-cb05-4479-87be-bf775cb86fd5 found for delete ", "request_id": "req-40c3da97-1791-4a7d-8ad9-8fd84983bb1a"}]} 2026-06-30 19:12:17.938 8 INFO neutron.services.segments.plugin [-] Segment ab91ea7e-cb05-4479-87be-bf775cb86fd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab91ea7e-cb05-4479-87be-bf775cb86fd5 found for delete ", "request_id": "req-27ac774f-f9d1-4a90-a1f1-e7150e240404"}]} 2026-06-30 19:12:17.940 8 INFO neutron.db.l3_hamode_db [None req-ee3eb151-d8db-4884-b8da-336aadda30bb 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 875cfa77-0453-4a21-b3a1-786c8a5f9c31 was deleted as no HA routers are present in tenant 762381a354f9489cb9cc0816a3e78d4c. [pid: 8|app: 0|req: 609/1209] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:17 2026] DELETE /v2.0/routers/e6c51d69-5ca0-46e5-9196-aab3bec50d2b => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1210] 10.0.0.214 () {34 vars in 677 bytes} [Tue Jun 30 19:12:16 2026] POST /v2.0/floatingips => generated 841 bytes in 1055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1211] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/subnets/30297e23-5140-47ff-9136-3b27279de9e7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:18.283 7 INFO neutron.db.l3_db [None req-99eb884a-33e4-4c4d-b13c-cb14b11ea182 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Floating IP adb08861-d325-44f6-886c-e4c92c085e75 disassociated. External IP: 10.96.250.210, port: 68a334ed-8b5d-4f09-ac27-3700ca420f07. 2026-06-30 19:12:18.452 8 INFO neutron.db.l3_hamode_db [None req-f55b1d8c-9aa3-4983-af09-049051f9845e 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] HA network 499955c7-c36e-4f59-b332-291f08bc6a6e was deleted as no HA routers are present in tenant 2c28e80acdb947ce9a8ac834a50bb6b0. [pid: 8|app: 0|req: 610/1212] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:17 2026] DELETE /v2.0/routers/f24477e0-438e-4a8d-8c9a-8fdf38018e3c => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1213] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1214] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:12:18 2026] PUT /v2.0/floatingips/adb08861-d325-44f6-886c-e4c92c085e75 => generated 552 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1215] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/networks/ae7cc90f-79c9-4090-9166-abd1354e4572 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1216] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/subnets/669e7b79-c966-4556-8387-a185bdac3500 => 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: 613/1217] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:12:18 2026] GET /v2.0/networks?id=5711a1c3-749f-471d-b445-a681bafc8948 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1218] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/subnets/91b36e89-8d2b-49be-8e4e-8d28f63da038 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:18.966 8 WARNING neutron_lib.context [req-fda3b4ca-75c1-49ee-ac89-29cf170b47e5 req-258247b6-48bd-4cb2-a359-33fce904631e a32821fba03740f3bf44e9abefae8274 a2bc035a31a44fc1a76852bf8805a29e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 605/1219] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:12:18 2026] DELETE /v2.0/floatingips/adb08861-d325-44f6-886c-e4c92c085e75 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1220] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:19 2026] GET /v2.0/security-groups?tenant_id=762381a354f9489cb9cc0816a3e78d4c&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1221] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:12:18 2026] POST /v2.0/ports => generated 958 bytes in 390 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-06-30 19:12:19.352 8 WARNING neutron_lib.context [None req-1cfbe782-5807-4623-ab5c-0d736a3c45ae 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:19.391 7 INFO neutron.services.segments.plugin [-] Segment beb1b8d3-f26c-44ad-b8db-b095eaf6180b resource provider aggregate not found 2026-06-30 19:12:19.395 7 INFO neutron.services.segments.plugin [-] Segment beb1b8d3-f26c-44ad-b8db-b095eaf6180b resource provider aggregate not found 2026-06-30 19:12:19.402 7 INFO neutron.services.segments.plugin [-] Segment beb1b8d3-f26c-44ad-b8db-b095eaf6180b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid beb1b8d3-f26c-44ad-b8db-b095eaf6180b found for delete ", "request_id": "req-089585af-ddf3-4c46-b414-fdc72223e409"}]} 2026-06-30 19:12:19.404 7 INFO neutron.services.segments.plugin [-] Segment beb1b8d3-f26c-44ad-b8db-b095eaf6180b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid beb1b8d3-f26c-44ad-b8db-b095eaf6180b found for delete ", "request_id": "req-ed257d30-0147-4a87-ba04-965411398f4e"}]} [pid: 7|app: 0|req: 607/1222] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:19 2026] DELETE /v2.0/networks/227db995-ab04-4068-ae4c-93541f5532c7 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1223] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:19 2026] DELETE /v2.0/security-groups/d90e422c-a9ed-4530-b5ea-680b6d566b32 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:19.944 8 INFO neutron.services.segments.plugin [-] Segment 35c1b85d-9133-40cc-9de9-76fe47c56494 resource provider aggregate not found 2026-06-30 19:12:19.955 8 INFO neutron.services.segments.plugin [-] Segment 35c1b85d-9133-40cc-9de9-76fe47c56494 resource provider aggregate not found 2026-06-30 19:12:19.961 8 INFO neutron.services.segments.plugin [-] Segment 35c1b85d-9133-40cc-9de9-76fe47c56494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c1b85d-9133-40cc-9de9-76fe47c56494 found for delete ", "request_id": "req-7d8eda86-acc7-4a1a-945e-8148158e17a0"}]} [pid: 7|app: 0|req: 609/1224] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:12:19 2026] PUT /v2.0/ports/df980c6f-d66a-4598-91bf-d49b46e58211 => generated 1239 bytes in 453 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-06-30 19:12:19.979 8 INFO neutron.services.segments.plugin [-] Segment 35c1b85d-9133-40cc-9de9-76fe47c56494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c1b85d-9133-40cc-9de9-76fe47c56494 found for delete ", "request_id": "req-188faf0f-e59d-4e99-9998-66a1f8e73d7f"}]} 2026-06-30 19:12:19.983 8 INFO neutron.services.segments.plugin [-] Segment b9376499-e933-42f7-83a9-1f76cba69ad8 resource provider aggregate not found 2026-06-30 19:12:19.994 8 INFO neutron.services.segments.plugin [-] Segment b9376499-e933-42f7-83a9-1f76cba69ad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9376499-e933-42f7-83a9-1f76cba69ad8 found for delete ", "request_id": "req-e7a951dd-1b0c-4b3d-8ccf-4e0b9c2c3440"}]} 2026-06-30 19:12:19.999 8 INFO neutron.services.segments.plugin [-] Segment b9376499-e933-42f7-83a9-1f76cba69ad8 resource provider aggregate not found 2026-06-30 19:12:20.011 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fde77a9f-dda6-43c1-8a0c-d2aa23e07f8f'] response: {'name': 'network-changed', 'server_uuid': '513d811a-a24c-4b92-8526-72ec19918ee6', 'tag': 'df980c6f-d66a-4598-91bf-d49b46e58211', 'status': 'completed', 'code': 200} 2026-06-30 19:12:20.014 8 INFO neutron.services.segments.plugin [-] Segment b9376499-e933-42f7-83a9-1f76cba69ad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9376499-e933-42f7-83a9-1f76cba69ad8 found for delete ", "request_id": "req-f2b648af-36ca-4bc8-bbdc-5e1cc687752f"}]} [pid: 7|app: 0|req: 610/1225] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:19 2026] DELETE /v2.0/networks/4bc39e33-f517-4dfc-b877-dcca12e635d5 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:20.182 8 INFO neutron.db.l3_db [None req-1cfbe782-5807-4623-ab5c-0d736a3c45ae 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Floating IP 8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 associated. External IP: 10.96.250.201, port: 21fc188f-3e9b-4197-9b26-fb006b218d36. [pid: 7|app: 0|req: 611/1226] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:20.209 7 WARNING neutron_lib.context [None req-cdf6e4be-b12f-4659-b68c-2c89299827d1 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:20.262 7 INFO neutron.db.segments_db [None req-cdf6e4be-b12f-4659-b68c-2c89299827d1 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment 66814637-d74e-4fd6-91eb-a26ed466411c of type vxlan for network ef737d19-7835-4a3f-9d79-990b2517784a [pid: 7|app: 0|req: 612/1227] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:20 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1228] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:20.395 7 WARNING neutron_lib.context [None req-37ec388a-c4a4-4408-9145-cf583a0f8a61 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 616/1229] 10.0.0.214 () {34 vars in 677 bytes} [Tue Jun 30 19:12:19 2026] POST /v2.0/floatingips => generated 842 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1230] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/floatingips/8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 => generated 842 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1231] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/ports?tenant_id=a2bc035a31a44fc1a76852bf8805a29e&device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1232] 10.0.0.214 () {32 vars in 655 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/floatingips => generated 845 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1233] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:20 2026] POST /v2.0/subnets => generated 646 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1234] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:12:20 2026] GET /v2.0/networks?tenant_id=a2bc035a31a44fc1a76852bf8805a29e&shared=False => generated 768 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:20.739 8 WARNING neutron_lib.context [None req-1537a0f8-cb52-47dd-8283-10dace2599dd 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:20.787 8 INFO neutron.db.segments_db [None req-1537a0f8-cb52-47dd-8283-10dace2599dd 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment abcad2b4-05b3-4693-9a6a-f2c4fc48f838 of type vxlan for network e2b1221d-f631-495d-b650-6540ac43393c 2026-06-30 19:12:21.051 8 INFO neutron.db.l3_hamode_db [None req-1537a0f8-cb52-47dd-8283-10dace2599dd 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:21.056 7 INFO neutron.db.l3_db [None req-82fb5e25-9257-41e8-8f7e-47b6aac197ac 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Floating IP 8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 associated. External IP: 10.96.250.201, port: 21fc188f-3e9b-4197-9b26-fb006b218d36. 2026-06-30 19:12:21.179 8 INFO neutron.db.l3_hamode_db [None req-1537a0f8-cb52-47dd-8283-10dace2599dd 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:21.428 7 INFO neutron.services.segments.plugin [-] Segment 2f616b01-d827-40d1-a712-26da5fcde68a resource provider aggregate not found 2026-06-30 19:12:21.431 7 INFO neutron.services.segments.plugin [-] Segment 2f616b01-d827-40d1-a712-26da5fcde68a resource provider aggregate not found 2026-06-30 19:12:21.439 7 INFO neutron.services.segments.plugin [-] Segment 2f616b01-d827-40d1-a712-26da5fcde68a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f616b01-d827-40d1-a712-26da5fcde68a found for delete ", "request_id": "req-9db07d7e-43cb-42ed-a065-c3878cbbef07"}]} 2026-06-30 19:12:21.440 7 INFO neutron.services.segments.plugin [-] Segment 2f616b01-d827-40d1-a712-26da5fcde68a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f616b01-d827-40d1-a712-26da5fcde68a found for delete ", "request_id": "req-bea8a699-d80c-4c62-a3ee-0640932f2ca7"}]} [pid: 7|app: 0|req: 615/1235] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:12:20 2026] PUT /v2.0/floatingips/8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 => generated 841 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1236] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:12:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:22.040 7 INFO neutron.db.segments_db [None req-da95db24-f8d5-448a-9cb2-8f5468611887 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 44134138-be70-437e-b562-ce2199234970 of type vxlan for network 6670a611-6481-4586-9277-48d87ef900ab [pid: 8|app: 0|req: 621/1237] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:20 2026] POST /v2.0/routers => generated 510 bytes in 1429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1238] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:12:21 2026] POST /v2.0/networks => generated 744 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1239] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:22.252 8 WARNING neutron_lib.context [None req-5472a44c-d32a-439b-8973-441d2a2b4bb7 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:22.293 7 INFO neutron.db.l3_db [None req-9c5e4387-7564-4173-9048-092c6e10528e 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] Floating IP 8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 disassociated. External IP: 10.96.250.201, port: 68a334ed-8b5d-4f09-ac27-3700ca420f07. [pid: 8|app: 0|req: 623/1240] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:12:22 2026] POST /v2.0/ports => generated 964 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: 7|app: 0|req: 618/1241] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:12:22 2026] PUT /v2.0/floatingips/8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 => generated 552 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1242] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:22 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1243] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:22 2026] POST /v2.0/subnets => generated 691 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1244] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:12:22 2026] DELETE /v2.0/floatingips/8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:23.007 8 INFO neutron.db.segments_db [None req-810174aa-f6e0-48d3-b357-0cf8c39154f2 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 4295cf04-64f0-4fd3-b397-697a4d8527c0 of type vxlan for network 70e5149c-21a5-4274-97f5-e5ae65caaa3a 2026-06-30 19:12:23.264 8 INFO neutron.db.l3_hamode_db [None req-810174aa-f6e0-48d3-b357-0cf8c39154f2 714de80e7a8744cca4b78c071c6331f7 3fedb401d5914cc1ae97f0d5dbabcb08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 620/1245] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:22 2026] PUT /v2.0/routers/2e83c29e-1912-41b7-9cd0-e5a9e3614c80/add_router_interface => generated 309 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 621/1246] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/ports?tenant_id=a2bc035a31a44fc1a76852bf8805a29e&device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:23.764 7 INFO neutron.api.v2.resource [None req-a74ee861-2d9d-41e2-ac28-42728e3c0605 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1247] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:12:23 2026] DELETE /v2.0/floatingips/8771f1d8-f7bd-48b0-85f0-f0fafc2ec6b1 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1248] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/ports/ccfed545-d485-43ed-903f-6e27de8ad803 => generated 1038 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1249] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1250] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:12:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=df980c6f-d66a-4598-91bf-d49b46e58211 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:24.020 8 INFO neutron.db.l3_hamode_db [None req-810174aa-f6e0-48d3-b357-0cf8c39154f2 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 626/1251] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:23 2026] DELETE /v2.0/ports/68a334ed-8b5d-4f09-ac27-3700ca420f07 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1252] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:24 2026] PUT /v2.0/routers/2e83c29e-1912-41b7-9cd0-e5a9e3614c80/remove_router_interface => generated 309 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 628/1253] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:24 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&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: 626/1254] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:22 2026] POST /v2.0/routers => generated 731 bytes in 1994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1255] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:12:24 2026] GET /v2.0/subnets?id=e05b0d75-16e8-4905-9624-bf717f086be5 => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:25.095 7 INFO neutron.api.v2.resource [None req-959a4340-1e62-4234-9aeb-be9939f33145 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1256] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:24 2026] PUT /v2.0/routers/2e83c29e-1912-41b7-9cd0-e5a9e3614c80/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1257] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:24 2026] DELETE /v2.0/ports/21fc188f-3e9b-4197-9b26-fb006b218d36 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1258] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:25 2026] GET /v2.0/ports?network_id=5711a1c3-749f-471d-b445-a681bafc8948&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1259] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:25 2026] GET /v2.0/ports?device_id=2e83c29e-1912-41b7-9cd0-e5a9e3614c80 => 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: 630/1260] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:25 2026] GET /v2.0/ports?device_id=d5b532e1-0d8e-4e7b-899a-eab1fb937bba => generated 958 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1261] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:25 2026] GET /v2.0/networks/5711a1c3-749f-471d-b445-a681bafc8948?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:26.015 8 INFO neutron.services.segments.plugin [-] Segment abcad2b4-05b3-4693-9a6a-f2c4fc48f838 resource provider aggregate not found 2026-06-30 19:12:26.022 8 INFO neutron.services.segments.plugin [-] Segment abcad2b4-05b3-4693-9a6a-f2c4fc48f838 resource provider aggregate not found 2026-06-30 19:12:26.029 8 INFO neutron.services.segments.plugin [-] Segment abcad2b4-05b3-4693-9a6a-f2c4fc48f838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abcad2b4-05b3-4693-9a6a-f2c4fc48f838 found for delete ", "request_id": "req-0a511fa7-2627-4c77-a944-e7286ba4ef07"}]} 2026-06-30 19:12:26.035 8 INFO neutron.services.segments.plugin [-] Segment abcad2b4-05b3-4693-9a6a-f2c4fc48f838 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abcad2b4-05b3-4693-9a6a-f2c4fc48f838 found for delete ", "request_id": "req-01b80eba-cbdd-4389-a822-04b1d9bdea57"}]} 2026-06-30 19:12:26.037 8 INFO neutron.db.l3_hamode_db [None req-3f694102-0247-4471-9024-b67650bff2ba 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] HA network e2b1221d-f631-495d-b650-6540ac43393c was deleted as no HA routers are present in tenant 2c28e80acdb947ce9a8ac834a50bb6b0. [pid: 8|app: 0|req: 632/1262] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:25 2026] DELETE /v2.0/routers/2e83c29e-1912-41b7-9cd0-e5a9e3614c80 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1263] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:25 2026] PUT /v2.0/routers/d43e5dd0-d9b9-4d05-b4f4-00fa86174791/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1264] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:26 2026] GET /v2.0/networks/5711a1c3-749f-471d-b445-a681bafc8948?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1265] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:26 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 973 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1266] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:26 2026] DELETE /v2.0/subnets/d76a6384-4091-4a3e-8012-62209ba48450 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1267] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:26 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1270] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:26 2026] PUT /v2.0/routers/d5b532e1-0d8e-4e7b-899a-eab1fb937bba/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:27.072 7 INFO neutron.services.segments.plugin [-] Segment 66814637-d74e-4fd6-91eb-a26ed466411c resource provider aggregate not found 2026-06-30 19:12:27.078 7 INFO neutron.services.segments.plugin [-] Segment 66814637-d74e-4fd6-91eb-a26ed466411c resource provider aggregate not found 2026-06-30 19:12:27.096 7 INFO neutron.services.segments.plugin [-] Segment 66814637-d74e-4fd6-91eb-a26ed466411c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66814637-d74e-4fd6-91eb-a26ed466411c found for delete ", "request_id": "req-519e5e80-dfbf-4ef9-af3f-68eef68d6f3b"}]} [pid: 7|app: 0|req: 638/1271] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:26 2026] DELETE /v2.0/networks/ef737d19-7835-4a3f-9d79-990b2517784a => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:27.108 7 INFO neutron.services.segments.plugin [-] Segment 66814637-d74e-4fd6-91eb-a26ed466411c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66814637-d74e-4fd6-91eb-a26ed466411c found for delete ", "request_id": "req-bd901ac3-b43d-4f43-a132-1b2e393f2d36"}]} 2026-06-30 19:12:27.113 7 WARNING neutron_lib.context [None req-402a1be3-b718-4a43-a470-3fa2bb520ce5 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:27.166 7 INFO neutron.db.segments_db [None req-402a1be3-b718-4a43-a470-3fa2bb520ce5 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment 04c470a5-6a28-475b-9aee-6cd7f4ee2d0b of type vxlan for network 62070374-6980-4012-a21c-38d0482622f2 [pid: 7|app: 0|req: 639/1272] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/networks => generated 634 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:27.317 7 WARNING neutron_lib.context [None req-daa3ad76-9b32-40f2-8239-a575bd931604 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 640/1273] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/subnets => generated 646 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1274] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:12:27 2026] GET /v2.0/networks?id=6670a611-6481-4586-9277-48d87ef900ab => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:27.677 7 WARNING neutron_lib.context [None req-5450cd6a-a53b-4559-be51-a7e4bc193e37 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:27.717 7 INFO neutron.db.segments_db [None req-5450cd6a-a53b-4559-be51-a7e4bc193e37 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment 8a0355d2-a434-4f34-b32c-5734923d147b of type vxlan for network aa162f67-bb76-4a9f-a8d9-11c57fc0cd81 2026-06-30 19:12:27.868 8 INFO neutron.db.l3_hamode_db [None req-5a87b196-6b48-42a4-a897-d9b4171a6bc3 1e0f6ef4cf364cec9fc3d7bff1ef89af cf3743d4d7a44ef4b7185145178ec076 - - default default] HA network b49b8030-64be-49fc-9b21-4771a41cf1dc was deleted as no HA routers are present in tenant cf3743d4d7a44ef4b7185145178ec076. [pid: 8|app: 0|req: 634/1275] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:26 2026] DELETE /v2.0/routers/d5b532e1-0d8e-4e7b-899a-eab1fb937bba => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1276] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:12:27 2026] GET /v2.0/quotas/3fedb401d5914cc1ae97f0d5dbabcb08 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:27.989 7 INFO neutron.db.l3_hamode_db [None req-5450cd6a-a53b-4559-be51-a7e4bc193e37 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 636/1277] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:27 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:28.049 8 INFO neutron.services.segments.plugin [-] Segment cfeca40f-e2a9-45bc-a6f8-667b773734df resource provider aggregate not found 2026-06-30 19:12:28.058 8 INFO neutron.services.segments.plugin [-] Segment cfeca40f-e2a9-45bc-a6f8-667b773734df resource provider aggregate not found 2026-06-30 19:12:28.063 8 INFO neutron.services.segments.plugin [-] Segment cfeca40f-e2a9-45bc-a6f8-667b773734df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfeca40f-e2a9-45bc-a6f8-667b773734df found for delete ", "request_id": "req-6c1a165c-c50c-4830-beec-8338fd23bd81"}]} 2026-06-30 19:12:28.076 8 INFO neutron.services.segments.plugin [-] Segment cfeca40f-e2a9-45bc-a6f8-667b773734df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfeca40f-e2a9-45bc-a6f8-667b773734df found for delete ", "request_id": "req-44f39e9e-f909-4ef6-833d-b9eff42a90a7"}]} 2026-06-30 19:12:28.153 7 INFO neutron.db.l3_hamode_db [None req-5450cd6a-a53b-4559-be51-a7e4bc193e37 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 637/1278] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:28 2026] DELETE /v2.0/subnets/bbb4ebf1-0c7e-4693-b004-fdceafa74ebf => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1279] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/ports?tenant_id=3fedb401d5914cc1ae97f0d5dbabcb08&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1280] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1281] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:28 2026] DELETE /v2.0/networks/82bb5e47-561f-4655-b301-9ccddef21930 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1282] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/networks/6670a611-6481-4586-9277-48d87ef900ab?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: 642/1283] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/networks/6670a611-6481-4586-9277-48d87ef900ab?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: 643/1284] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1285] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:27 2026] POST /v2.0/routers => generated 509 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1286] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:28 2026] GET /v2.0/security-groups?tenant_id=cf3743d4d7a44ef4b7185145178ec076&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1287] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:29 2026] DELETE /v2.0/security-groups/801e23e3-a76d-4805-999d-4c6d21ed5c40 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1288] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1289] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1290] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:29 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:30.076 8 INFO neutron.services.segments.plugin [-] Segment e9b88167-785a-405b-b2c0-badee9f1c589 resource provider aggregate not found 2026-06-30 19:12:30.090 8 INFO neutron.services.segments.plugin [-] Segment e9b88167-785a-405b-b2c0-badee9f1c589 resource provider aggregate not found 2026-06-30 19:12:30.095 8 INFO neutron.services.segments.plugin [-] Segment e9b88167-785a-405b-b2c0-badee9f1c589 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b88167-785a-405b-b2c0-badee9f1c589 found for delete ", "request_id": "req-0f01a982-ccc3-4302-a89b-965a5174a3e0"}]} 2026-06-30 19:12:30.105 8 INFO neutron.services.segments.plugin [-] Segment e9b88167-785a-405b-b2c0-badee9f1c589 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9b88167-785a-405b-b2c0-badee9f1c589 found for delete ", "request_id": "req-7770bc06-d4b8-47cb-a64a-9ad30f5b3342"}]} [pid: 8|app: 0|req: 644/1291] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:28 2026] PUT /v2.0/routers/4ce4ad61-72e8-4f78-8111-fc4c63253027/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1292] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/ports/6580ca2f-dbe4-43ab-b502-246ae225a7c7 => generated 959 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1293] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1294] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&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: 7|app: 0|req: 651/1295] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:30 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => 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: 645/1296] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:30 2026] PUT /v2.0/routers/4ce4ad61-72e8-4f78-8111-fc4c63253027/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1297] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/ports?device_id=4ce4ad61-72e8-4f78-8111-fc4c63253027 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:31.271 7 WARNING neutron_lib.context [None req-861e5be0-5804-4311-9106-3aadb2037971 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:31.583 7 INFO neutron.db.segments_db [None req-861e5be0-5804-4311-9106-3aadb2037971 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] Added segment 5a874754-7ce1-42f0-97b5-08609f2db46d of type vxlan for network 9e1c84b2-7988-405d-b9b8-d895204ab616 [pid: 7|app: 0|req: 652/1298] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:31 2026] POST /v2.0/networks => generated 644 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:31.742 7 WARNING neutron_lib.context [None req-aafca966-e1de-4d30-950c-6f10cf003b5a 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:31.767 8 INFO neutron.db.l3_hamode_db [None req-3e4d58d4-4c33-4ca0-8b35-79c9780182c4 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] HA network aa162f67-bb76-4a9f-a8d9-11c57fc0cd81 was deleted as no HA routers are present in tenant 2c28e80acdb947ce9a8ac834a50bb6b0. [pid: 8|app: 0|req: 647/1299] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/routers/4ce4ad61-72e8-4f78-8111-fc4c63253027 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1300] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1301] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:31 2026] DELETE /v2.0/subnets/f65881d5-1113-438a-9874-8924f3c37d3c => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1302] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:31 2026] POST /v2.0/subnets => generated 641 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1303] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:31 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1304] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:32 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:32.037 7 WARNING neutron_lib.context [None req-fbe4edde-3bd3-457b-9159-fb5cbb34b369 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:32.090 7 INFO neutron.db.segments_db [None req-fbe4edde-3bd3-457b-9159-fb5cbb34b369 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] Added segment 847b216c-9115-4a82-9d81-5cd6471e2d72 of type vxlan for network 12ae57d4-f7fa-41bf-ab5b-b1d6f79a2ec8 2026-06-30 19:12:32.118 8 INFO neutron.services.segments.plugin [-] Segment 8a0355d2-a434-4f34-b32c-5734923d147b resource provider aggregate not found 2026-06-30 19:12:32.124 8 INFO neutron.services.segments.plugin [-] Segment 8a0355d2-a434-4f34-b32c-5734923d147b resource provider aggregate not found 2026-06-30 19:12:32.134 8 INFO neutron.services.segments.plugin [-] Segment 8a0355d2-a434-4f34-b32c-5734923d147b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0355d2-a434-4f34-b32c-5734923d147b found for delete ", "request_id": "req-07c66dcf-531f-44d9-be27-2087467892b0"}]} 2026-06-30 19:12:32.136 8 INFO neutron.services.segments.plugin [-] Segment 8a0355d2-a434-4f34-b32c-5734923d147b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a0355d2-a434-4f34-b32c-5734923d147b found for delete ", "request_id": "req-7d6d41d7-e90f-4924-a7bc-b120cdab3cc1"}]} [pid: 7|app: 0|req: 655/1305] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:32 2026] POST /v2.0/networks => generated 644 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1306] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/networks/62070374-6980-4012-a21c-38d0482622f2 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:32.334 8 WARNING neutron_lib.context [None req-6ba51f2d-c108-4b3e-8a42-b2c540bd05f9 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 656/1307] 10.0.0.214 () {34 vars in 743 bytes} [Tue Jun 30 19:12:32 2026] PUT /v2.0/networks/12ae57d4-f7fa-41bf-ab5b-b1d6f79a2ec8 => generated 592 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:32.361 7 WARNING neutron_lib.context [None req-3c310461-a1fb-4539-bdb4-ec588fcce557 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:32.376 8 INFO neutron.db.segments_db [None req-6ba51f2d-c108-4b3e-8a42-b2c540bd05f9 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Added segment eae137cf-da4f-4307-9ec9-9f4b1ec068b9 of type vxlan for network 3e6eb3f6-2422-4bc8-a29f-577f127eadba [pid: 7|app: 0|req: 657/1308] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:32 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:32.654 8 INFO neutron.db.l3_hamode_db [None req-6ba51f2d-c108-4b3e-8a42-b2c540bd05f9 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 658/1309] 10.0.0.214 () {34 vars in 741 bytes} [Tue Jun 30 19:12:32 2026] PUT /v2.0/subnets/d41b659c-0b33-406a-963f-fe49973118f2 => generated 636 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:32.991 7 INFO neutron.services.segments.plugin [-] Segment 847b216c-9115-4a82-9d81-5cd6471e2d72 resource provider aggregate not found 2026-06-30 19:12:32.995 7 INFO neutron.services.segments.plugin [-] Segment 847b216c-9115-4a82-9d81-5cd6471e2d72 resource provider aggregate not found 2026-06-30 19:12:33.004 7 INFO neutron.services.segments.plugin [-] Segment 847b216c-9115-4a82-9d81-5cd6471e2d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 847b216c-9115-4a82-9d81-5cd6471e2d72 found for delete ", "request_id": "req-8d56772c-a915-4407-8115-af0e10181a32"}]} 2026-06-30 19:12:33.010 7 INFO neutron.services.segments.plugin [-] Segment 847b216c-9115-4a82-9d81-5cd6471e2d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 847b216c-9115-4a82-9d81-5cd6471e2d72 found for delete ", "request_id": "req-5df5f64e-2033-47c5-ba45-2ee938b1cc56"}]} [pid: 7|app: 0|req: 659/1310] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:32 2026] DELETE /v2.0/networks/12ae57d4-f7fa-41bf-ab5b-b1d6f79a2ec8 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1311] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/networks?id=6670a611-6481-4586-9277-48d87ef900ab => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:33.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95f3d3c5-ff09-4e40-ad8f-8168958bf926 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1312] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:33 2026] DELETE /v2.0/networks/12ae57d4-f7fa-41bf-ab5b-b1d6f79a2ec8 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:33.091 7 WARNING neutron_lib.context [req-a633a2f6-54ea-455a-86dc-ed2004bafe43 req-924c442a-af7e-40f0-8b25-40b0ee736215 d375dea629d94570a0f51b3d87c9052b 3fedb401d5914cc1ae97f0d5dbabcb08 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:33.446 8 INFO neutron.db.l3_hamode_db [None req-6ba51f2d-c108-4b3e-8a42-b2c540bd05f9 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 662/1313] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:12:33 2026] POST /v2.0/ports => generated 958 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 663/1314] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1315] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 961 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1316] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:33 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:34.154 8 INFO neutron.services.segments.plugin [-] Segment 04c470a5-6a28-475b-9aee-6cd7f4ee2d0b resource provider aggregate not found 2026-06-30 19:12:34.159 8 INFO neutron.services.segments.plugin [-] Segment 04c470a5-6a28-475b-9aee-6cd7f4ee2d0b resource provider aggregate not found [pid: 7|app: 0|req: 666/1317] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:12:33 2026] PUT /v2.0/ports/fce20391-e391-49f7-9586-5f65c2c16883 => generated 1239 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:34.166 8 INFO neutron.services.segments.plugin [-] Segment 04c470a5-6a28-475b-9aee-6cd7f4ee2d0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04c470a5-6a28-475b-9aee-6cd7f4ee2d0b found for delete ", "request_id": "req-0fe5a74b-9c04-47b5-a5c5-82fefd26bd37"}]} /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-06-30 19:12:34.173 8 INFO neutron.services.segments.plugin [-] Segment 04c470a5-6a28-475b-9aee-6cd7f4ee2d0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04c470a5-6a28-475b-9aee-6cd7f4ee2d0b found for delete ", "request_id": "req-dc927656-4b37-43af-b62b-5c3cccfe280d"}]} [pid: 7|app: 0|req: 667/1318] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/subnets?network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1319] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1320] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:34.283 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-831be91c-3b4a-4d29-ae40-2e11e337c20d'] response: {'name': 'network-changed', 'server_uuid': '19ddb4cb-d60f-4f5c-99c3-70a44abd9afb', 'tag': 'fce20391-e391-49f7-9586-5f65c2c16883', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 670/1321] 10.0.0.214 () {32 vars in 653 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/extensions => generated 20516 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1322] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/networks => generated 1309 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1323] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:32 2026] POST /v2.0/routers => generated 691 bytes in 2029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1324] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:12:34 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: 8|app: 0|req: 654/1325] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/networks/9e1c84b2-7988-405d-b9b8-d895204ab616 => generated 669 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1326] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/routers/50a3310c-936d-44ab-9961-0482ddcf2d35 => generated 697 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1327] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/subnets/6537c592-8b0d-4fec-b262-aad88223c34a => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:34.488 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ea4ea19-6f87-4d00-a28b-3319e944916e 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1328] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:34 2026] DELETE /v2.0/subnets/d41b659c-0b33-406a-963f-fe49973118f2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:34.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06584fa5-6934-48c2-af05-01f937c4a42e 9093df2c181f4fe594915b2802eaec87 138523f8d5554273a5054311150a2962 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 657/1329] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:34 2026] DELETE /v2.0/networks/12ae57d4-f7fa-41bf-ab5b-b1d6f79a2ec8 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1330] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/routers => generated 700 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1331] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:34 2026] DELETE /v2.0/subnets/6537c592-8b0d-4fec-b262-aad88223c34a => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1332] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:34 2026] DELETE /v2.0/networks/9e1c84b2-7988-405d-b9b8-d895204ab616 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1333] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:34 2026] GET /v2.0/ports?tenant_id=3fedb401d5914cc1ae97f0d5dbabcb08&device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1334] 10.0.0.214 () {34 vars in 741 bytes} [Tue Jun 30 19:12:34 2026] PUT /v2.0/routers/50a3310c-936d-44ab-9961-0482ddcf2d35 => generated 704 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1335] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/networks?tenant_id=3fedb401d5914cc1ae97f0d5dbabcb08&shared=False => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1336] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1337] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/routers/50a3310c-936d-44ab-9961-0482ddcf2d35 => generated 704 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1338] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/ports?device_id=50a3310c-936d-44ab-9961-0482ddcf2d35 => 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: 664/1339] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1340] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1341] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/security-groups?tenant_id=138523f8d5554273a5054311150a2962&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1342] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/security-groups/5324663e-a614-4664-a50e-8b4106bc4559 => 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: 668/1343] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1344] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:35.930 7 INFO neutron.services.segments.plugin [-] Segment eae137cf-da4f-4307-9ec9-9f4b1ec068b9 resource provider aggregate not found 2026-06-30 19:12:35.935 7 INFO neutron.services.segments.plugin [-] Segment eae137cf-da4f-4307-9ec9-9f4b1ec068b9 resource provider aggregate not found 2026-06-30 19:12:35.946 7 INFO neutron.services.segments.plugin [-] Segment eae137cf-da4f-4307-9ec9-9f4b1ec068b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eae137cf-da4f-4307-9ec9-9f4b1ec068b9 found for delete ", "request_id": "req-325e79a3-841e-4556-82ce-a6b308c8fdc1"}]} 2026-06-30 19:12:35.948 7 INFO neutron.db.l3_hamode_db [None req-8b7d7457-1a88-44ed-aefc-246c6a71f291 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] HA network 3e6eb3f6-2422-4bc8-a29f-577f127eadba was deleted as no HA routers are present in tenant 2c28e80acdb947ce9a8ac834a50bb6b0. [pid: 7|app: 0|req: 676/1345] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/routers/50a3310c-936d-44ab-9961-0482ddcf2d35 => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1346] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:35 2026] GET /v2.0/ports?device_id=50a3310c-936d-44ab-9961-0482ddcf2d35 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:35.992 7 INFO neutron.services.segments.plugin [-] Segment eae137cf-da4f-4307-9ec9-9f4b1ec068b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eae137cf-da4f-4307-9ec9-9f4b1ec068b9 found for delete ", "request_id": "req-818b2330-d808-48e3-ad11-091d25a736ce"}]} 2026-06-30 19:12:36.010 7 INFO neutron.api.v2.resource [None req-94a746a5-189c-49ba-a033-78085b0e2708 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 677/1347] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:35 2026] DELETE /v2.0/routers/50a3310c-936d-44ab-9961-0482ddcf2d35 => 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: 671/1348] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=4ce4ad61-72e8-4f78-8111-fc4c63253027 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:36.073 7 INFO neutron.api.v2.resource [None req-8a2994bf-2a7a-4cf3-8c0c-2897ab6e992f 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1349] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/routers/4ce4ad61-72e8-4f78-8111-fc4c63253027 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:36.095 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7d057db-f741-44af-a498-755723466b1d 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 672/1350] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/subnets/f65881d5-1113-438a-9874-8924f3c37d3c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1351] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=2e83c29e-1912-41b7-9cd0-e5a9e3614c80 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:36.146 7 INFO neutron.api.v2.resource [None req-39ec0736-e781-4a13-9f57-6c02d3d0802c 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1352] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/routers/2e83c29e-1912-41b7-9cd0-e5a9e3614c80 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1353] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?tenant_id=3fedb401d5914cc1ae97f0d5dbabcb08&device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:12:36.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a95b0b74-c43e-4d77-a44f-a6b0a195587d 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1354] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/subnets/d76a6384-4091-4a3e-8012-62209ba48450 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:36.179 8 INFO neutron.services.segments.plugin [-] Segment 5a874754-7ce1-42f0-97b5-08609f2db46d resource provider aggregate not found [pid: 7|app: 0|req: 682/1355] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=f24477e0-438e-4a8d-8c9a-8fdf38018e3c => 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: 674/1356] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=fce20391-e391-49f7-9586-5f65c2c16883 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:36.196 8 INFO neutron.services.segments.plugin [-] Segment 5a874754-7ce1-42f0-97b5-08609f2db46d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a874754-7ce1-42f0-97b5-08609f2db46d found for delete ", "request_id": "req-86ab9b45-7233-44ba-a775-307eecb7f62d"}]} 2026-06-30 19:12:36.197 8 INFO neutron.services.segments.plugin [-] Segment 5a874754-7ce1-42f0-97b5-08609f2db46d resource provider aggregate not found 2026-06-30 19:12:36.207 7 INFO neutron.api.v2.resource [None req-e9d483aa-505a-4a42-9566-88cbf4cdc496 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1357] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/routers/f24477e0-438e-4a8d-8c9a-8fdf38018e3c => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:36.213 8 INFO neutron.services.segments.plugin [-] Segment 5a874754-7ce1-42f0-97b5-08609f2db46d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a874754-7ce1-42f0-97b5-08609f2db46d found for delete ", "request_id": "req-5d9128c8-bca5-42e5-8347-5c18b7d92bff"}]} 2026-06-30 19:12:36.227 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c392cce1-9964-4b3b-9750-18853f4ba2e9 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1358] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/subnets/669e7b79-c966-4556-8387-a185bdac3500 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1359] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/subnets?id=2e78cb12-5318-4869-954c-c610f94d1ff8 => generated 694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:36.246 7 INFO neutron.pecan_wsgi.hooks.translation [None req-686af5dd-3cf5-4980-b2e0-14ad8e35e3f0 8cec57575dd544d48ac326630312f01c 2c28e80acdb947ce9a8ac834a50bb6b0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1360] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/subnets/91b36e89-8d2b-49be-8e4e-8d28f63da038 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1361] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?network_id=6670a611-6481-4586-9277-48d87ef900ab&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: 7|app: 0|req: 686/1362] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/networks/6670a611-6481-4586-9277-48d87ef900ab?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: 677/1363] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/networks/6670a611-6481-4586-9277-48d87ef900ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1364] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1365] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&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: 7|app: 0|req: 688/1366] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/security-groups?tenant_id=2c28e80acdb947ce9a8ac834a50bb6b0&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1367] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1368] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:36 2026] GET /v2.0/security-groups?id=ebac4f5d-e1e9-42fc-a47b-c12095b1dc38&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1369] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:36 2026] DELETE /v2.0/security-groups/5161ec19-92f2-4754-9b1a-e60dc94982b3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:37.579 7 WARNING neutron_lib.context [None req-2fe55852-8358-47f3-afe7-eef2fc408409 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 680/1370] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:37.743 7 INFO neutron.db.segments_db [None req-2fe55852-8358-47f3-afe7-eef2fc408409 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Added segment 06f587cb-9d75-4808-bfe6-70c9b562c267 of type vxlan for network 4c928921-6f3d-44bd-8eb6-98dd882b514b [pid: 8|app: 0|req: 681/1371] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:12:37 2026] DELETE /v2.0/ports/df980c6f-d66a-4598-91bf-d49b46e58211 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1372] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:37.973 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37a7c1ec-4e78-4f20-b8af-185948a1fa41'] response: {'server_uuid': '513d811a-a24c-4b92-8526-72ec19918ee6', 'name': 'network-vif-deleted', 'tag': 'df980c6f-d66a-4598-91bf-d49b46e58211', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 683/1373] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:37 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1374] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1375] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:37 2026] POST /v2.0/networks => generated 644 bytes in 758 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:38.184 8 WARNING neutron_lib.context [None req-253dc5ab-db43-477e-a3bb-f0e4ad81faa9 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 685/1376] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:12:38 2026] POST /v2.0/ports => generated 774 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:38.504 7 WARNING neutron_lib.context [None req-38f848b8-a18d-4370-9fe8-bcf5864a3f52 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:38.582 7 INFO neutron.db.segments_db [None req-38f848b8-a18d-4370-9fe8-bcf5864a3f52 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Added segment 7b82d8aa-0524-46b4-a688-e2afc27758b1 of type vxlan for network 3d3eb209-e44b-405f-a8fa-ca2478f812a1 [pid: 7|app: 0|req: 692/1377] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:38 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /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-06-30 19:12:38.688 8 WARNING neutron_lib.context [None req-0df5f5bc-c2c6-4b50-8a8e-a571e213162f 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:38.925 7 WARNING neutron_lib.context [None req-460e86f2-dcee-405d-b213-ce2f71011433 719d95b497e84040b9e6a16656967795 58fc7a368458434da49b4230300e6af1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 686/1378] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:38 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:38.944 8 WARNING neutron_lib.context [None req-e3c0fe82-0ad3-483e-bc2d-d334f92e1920 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 693/1379] 10.0.0.214 () {34 vars in 677 bytes} [Tue Jun 30 19:12:38 2026] POST /v2.0/subnetpools => generated 549 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1380] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:12:38 2026] GET /v2.0/subnetpools/48b2c8fa-eb29-4f4a-9a48-baa3013f3a29 => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1381] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:12:39 2026] PUT /v2.0/subnetpools/48b2c8fa-eb29-4f4a-9a48-baa3013f3a29 => generated 501 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1382] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1383] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/subnetpools/48b2c8fa-eb29-4f4a-9a48-baa3013f3a29 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1384] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1385] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:39.258 7 INFO neutron.api.v2.resource [None req-a127d001-f753-404c-91aa-0a2788f6ceb9 719d95b497e84040b9e6a16656967795 58fc7a368458434da49b4230300e6af1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1386] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/subnetpools/48b2c8fa-eb29-4f4a-9a48-baa3013f3a29 => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:39.274 7 INFO neutron.api.v2.resource [None req-bd31764e-947c-4511-bde5-f45b7d669266 719d95b497e84040b9e6a16656967795 58fc7a368458434da49b4230300e6af1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 701/1387] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/subnetpools/48b2c8fa-eb29-4f4a-9a48-baa3013f3a29 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1388] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:12:38 2026] POST /v2.0/ports => generated 949 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1389] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/ports/cfe39a34-9a06-4e4c-9245-9b5d57ccae16 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:12:39.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dffd96cf-18d9-4254-8d01-58d840a36acd 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1390] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/ports/cfe39a34-9a06-4e4c-9245-9b5d57ccae16 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:39.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-817f430f-50c2-4859-9c99-0cad731dd5c4 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1391] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/ports/cfe39a34-9a06-4e4c-9245-9b5d57ccae16 => 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: 689/1392] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/subnets/27a3f50c-e974-4de0-91fb-0834b2ae1c4a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1393] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:39 2026] GET /v2.0/security-groups?tenant_id=58fc7a368458434da49b4230300e6af1&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1394] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/security-groups/1d7405c9-55a6-4cbf-bfd5-29267779396a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:40.159 8 INFO neutron.services.segments.plugin [-] Segment 7b82d8aa-0524-46b4-a688-e2afc27758b1 resource provider aggregate not found 2026-06-30 19:12:40.163 8 INFO neutron.services.segments.plugin [-] Segment 7b82d8aa-0524-46b4-a688-e2afc27758b1 resource provider aggregate not found 2026-06-30 19:12:40.179 8 INFO neutron.services.segments.plugin [-] Segment 7b82d8aa-0524-46b4-a688-e2afc27758b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b82d8aa-0524-46b4-a688-e2afc27758b1 found for delete ", "request_id": "req-3fe12611-d010-4acb-9787-7cebc01dbcfd"}]} 2026-06-30 19:12:40.179 8 INFO neutron.services.segments.plugin [-] Segment 7b82d8aa-0524-46b4-a688-e2afc27758b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b82d8aa-0524-46b4-a688-e2afc27758b1 found for delete ", "request_id": "req-31593058-ceaf-4304-9848-ff918c3cbd81"}]} [pid: 8|app: 0|req: 690/1395] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:39 2026] DELETE /v2.0/networks/3d3eb209-e44b-405f-a8fa-ca2478f812a1 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:40.199 7 WARNING neutron_lib.context [None req-8bceb29b-319a-4ad0-b945-27411d69ec31 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:40.268 7 INFO neutron.db.segments_db [None req-8bceb29b-319a-4ad0-b945-27411d69ec31 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Added segment 82b30e30-3f60-416e-8140-4a769e74db61 of type vxlan for network c01daab2-26d9-455a-b2d7-38456538b05a [pid: 8|app: 0|req: 691/1396] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:40 2026] GET /v2.0/ports?device_id=513d811a-a24c-4b92-8526-72ec19918ee6 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1397] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:40.377 7 WARNING neutron_lib.context [None req-fa5b7d1f-6a03-429b-a7fc-c9c240310cdd 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 692/1398] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:40 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1399] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:40 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&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: 7|app: 0|req: 707/1400] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:40.651 8 WARNING neutron_lib.context [None req-00842f66-c435-4fa2-8819-fb608962de20 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 694/1401] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:12:40 2026] POST /v2.0/ports => generated 916 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1402] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:41 2026] DELETE /v2.0/ports/2fc3af66-086f-408a-94ba-85971c277bab => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:41.317 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7290ff5-0eec-4cd7-8e12-3acc30baf0e5 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1403] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:41 2026] GET /v2.0/ports/2fc3af66-086f-408a-94ba-85971c277bab => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1404] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:41 2026] DELETE /v2.0/subnets/06c4f287-ebe0-4bbb-b57f-8f7428ba1bf9 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1405] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:41 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1406] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:41 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&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: 8|app: 0|req: 696/1409] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:41 2026] DELETE /v2.0/networks/c01daab2-26d9-455a-b2d7-38456538b05a => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:41.878 8 WARNING neutron_lib.context [None req-b7885f64-4749-40fd-9df1-26b41dd770c9 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 697/1410] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:12:41 2026] POST /v2.0/ports => generated 775 bytes in 258 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: 698/1411] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:42 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:42.181 7 INFO neutron.db.segments_db [None req-daf7adaa-03f5-4fda-97bf-4fe2edcf4661 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment ebc286b2-d38e-4933-aa65-8b3c0e258f50 of type vxlan for network c1bb4f35-1a60-4a85-8864-449da0bd68eb 2026-06-30 19:12:42.199 8 INFO neutron.services.segments.plugin [-] Segment 82b30e30-3f60-416e-8140-4a769e74db61 resource provider aggregate not found 2026-06-30 19:12:42.204 8 INFO neutron.services.segments.plugin [-] Segment 82b30e30-3f60-416e-8140-4a769e74db61 resource provider aggregate not found 2026-06-30 19:12:42.215 8 INFO neutron.services.segments.plugin [-] Segment 82b30e30-3f60-416e-8140-4a769e74db61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b30e30-3f60-416e-8140-4a769e74db61 found for delete ", "request_id": "req-96412d9c-225e-4ae4-9015-517773fc371c"}]} 2026-06-30 19:12:42.220 8 INFO neutron.services.segments.plugin [-] Segment 82b30e30-3f60-416e-8140-4a769e74db61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b30e30-3f60-416e-8140-4a769e74db61 found for delete ", "request_id": "req-c0107db9-cd72-43e2-962e-91a0e8680728"}]} [pid: 7|app: 0|req: 714/1412] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:12:41 2026] POST /v2.0/networks => generated 740 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1413] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:42 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1414] 10.0.0.214 () {34 vars in 737 bytes} [Tue Jun 30 19:12:42 2026] PUT /v2.0/ports/4e144e12-aea3-47dd-beef-95a89110cf86 => generated 752 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 716/1415] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:42 2026] POST /v2.0/subnets => generated 687 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:42.586 7 INFO neutron.db.segments_db [None req-ce2ee6ce-2d07-4ee9-a7a5-e4811970c76d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment ea85cca0-65fd-4b50-ad4a-5ef3f0270279 of type vxlan for network 3a34cf1d-a09f-420b-9e4d-fab159600338 [pid: 8|app: 0|req: 700/1416] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:42 2026] DELETE /v2.0/ports/4e144e12-aea3-47dd-beef-95a89110cf86 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:42.837 7 INFO neutron.db.l3_hamode_db [None req-ce2ee6ce-2d07-4ee9-a7a5-e4811970c76d 714de80e7a8744cca4b78c071c6331f7 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:43.666 7 INFO neutron.db.l3_hamode_db [None req-ce2ee6ce-2d07-4ee9-a7a5-e4811970c76d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 701/1417] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:42 2026] PUT /v2.0/routers/f5a475d9-5c64-46c5-9b3b-a843241b2a65/remove_router_interface => generated 309 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1418] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:12:43 2026] GET /v2.0/ports => generated 777 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1419] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:43 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1420] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:42 2026] POST /v2.0/routers => generated 727 bytes in 2115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:44.654 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1af3c3cc-f56e-442f-b65c-d6b9e31e1000 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1421] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:44 2026] GET /v2.0/ports/4e144e12-aea3-47dd-beef-95a89110cf86 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:44.675 8 INFO neutron.services.segments.plugin [-] Segment 96c2ab35-cc7e-4b26-acf4-e2d8363c2059 resource provider aggregate not found 2026-06-30 19:12:44.678 8 INFO neutron.services.segments.plugin [-] Segment 96c2ab35-cc7e-4b26-acf4-e2d8363c2059 resource provider aggregate not found 2026-06-30 19:12:44.685 8 INFO neutron.services.segments.plugin [-] Segment 96c2ab35-cc7e-4b26-acf4-e2d8363c2059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c2ab35-cc7e-4b26-acf4-e2d8363c2059 found for delete ", "request_id": "req-77adda91-e023-4999-be88-f98bbf630dbe"}]} 2026-06-30 19:12:44.688 8 INFO neutron.services.segments.plugin [-] Segment 96c2ab35-cc7e-4b26-acf4-e2d8363c2059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c2ab35-cc7e-4b26-acf4-e2d8363c2059 found for delete ", "request_id": "req-8749c749-b1f8-46c9-a9ed-00e732e7e178"}]} 2026-06-30 19:12:44.689 8 INFO neutron.db.l3_hamode_db [None req-249fbe74-f957-4754-bfe0-a6726bbb07f5 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network e02dd582-59fd-4fab-9c30-dbd0e563a861 was deleted as no HA routers are present in tenant a2bc035a31a44fc1a76852bf8805a29e. [pid: 7|app: 0|req: 719/1422] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:12:44 2026] GET /v2.0/security-groups?id=38d46dc6-7ed3-4335-8d5f-b2780131b2e8&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1423] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:43 2026] DELETE /v2.0/routers/f5a475d9-5c64-46c5-9b3b-a843241b2a65 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1424] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:12:44 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1425] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:12:44 2026] GET /v2.0/ports => generated 777 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1426] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:44 2026] DELETE /v2.0/subnets/e05b0d75-16e8-4905-9624-bf717f086be5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1427] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:12:44 2026] DELETE /v2.0/ports/fce20391-e391-49f7-9586-5f65c2c16883 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1428] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/ports/4345afb8-8172-429b-a016-4b306c0f5d6f => generated 774 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:45.240 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cc7d1bb-a756-45e9-ae2b-a898ad5d0fd3'] response: {'server_uuid': '19ddb4cb-d60f-4f5c-99c3-70a44abd9afb', 'name': 'network-vif-deleted', 'tag': 'fce20391-e391-49f7-9586-5f65c2c16883', 'status': 'completed', 'code': 200} 2026-06-30 19:12:45.520 7 INFO neutron.services.segments.plugin [-] Segment 50b5a95a-c273-4593-8e33-0bb9b844c5b3 resource provider aggregate not found 2026-06-30 19:12:45.527 7 INFO neutron.services.segments.plugin [-] Segment 50b5a95a-c273-4593-8e33-0bb9b844c5b3 resource provider aggregate not found 2026-06-30 19:12:45.544 7 INFO neutron.services.segments.plugin [-] Segment 50b5a95a-c273-4593-8e33-0bb9b844c5b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50b5a95a-c273-4593-8e33-0bb9b844c5b3 found for delete ", "request_id": "req-ad2241a6-3ff2-4020-8af7-a7351b4f4f77"}]} 2026-06-30 19:12:45.548 7 INFO neutron.services.segments.plugin [-] Segment 50b5a95a-c273-4593-8e33-0bb9b844c5b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50b5a95a-c273-4593-8e33-0bb9b844c5b3 found for delete ", "request_id": "req-4a3c89a3-30bf-42bf-8d7b-e6d10c19e89a"}]} [pid: 7|app: 0|req: 725/1429] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:45 2026] DELETE /v2.0/networks/5711a1c3-749f-471d-b445-a681bafc8948 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:45.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-035ff8b4-782b-4c46-b48b-4e3a3b9763ae 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1430] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:45 2026] DELETE /v2.0/ports/2fc3af66-086f-408a-94ba-85971c277bab => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:45.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7007c02-61b3-425f-9a73-810883adcd5c 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1431] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:45 2026] DELETE /v2.0/subnets/06c4f287-ebe0-4bbb-b57f-8f7428ba1bf9 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:12:45.616 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cb92bbd-6289-43a3-8e8e-5a145678bd86 81f89424c28145afb85d4fd988e8d8c6 e9e21a599e644701b47b1051ccd307b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1432] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:45 2026] DELETE /v2.0/subnets/27a3f50c-e974-4de0-91fb-0834b2ae1c4a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1433] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:12:45 2026] DELETE /v2.0/ports/4345afb8-8172-429b-a016-4b306c0f5d6f => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1434] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/security-groups?tenant_id=a2bc035a31a44fc1a76852bf8805a29e&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1435] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:45 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => 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: 705/1436] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:44 2026] PUT /v2.0/routers/687305ed-e2aa-4fe7-8c29-47da6b4a45e4/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1437] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:45 2026] DELETE /v2.0/networks/4c928921-6f3d-44bd-8eb6-98dd882b514b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1438] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:46 2026] DELETE /v2.0/security-groups/ebac4f5d-e1e9-42fc-a47b-c12095b1dc38 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1439] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/security-groups?tenant_id=e9e21a599e644701b47b1051ccd307b7&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1440] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:46 2026] DELETE /v2.0/security-groups/bd2c05a5-9ad0-4e34-9d6e-6de85ace2271 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1441] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:46 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:47.478 8 INFO neutron.db.segments_db [None req-8c2cc991-2e95-4d04-b07e-cdcb2c3c16a9 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment efe135bc-2dec-4ed4-896d-8d2a17c80469 of type vxlan for network 34947d8b-153c-4aa4-a46d-df40b145fda3 [pid: 8|app: 0|req: 708/1442] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/networks => generated 741 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:47.675 7 INFO neutron.services.segments.plugin [-] Segment 06f587cb-9d75-4808-bfe6-70c9b562c267 resource provider aggregate not found 2026-06-30 19:12:47.678 7 INFO neutron.services.segments.plugin [-] Segment 06f587cb-9d75-4808-bfe6-70c9b562c267 resource provider aggregate not found 2026-06-30 19:12:47.695 7 INFO neutron.services.segments.plugin [-] Segment 06f587cb-9d75-4808-bfe6-70c9b562c267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f587cb-9d75-4808-bfe6-70c9b562c267 found for delete ", "request_id": "req-559a9837-3eb1-4764-95f1-0d6a3e965a80"}]} 2026-06-30 19:12:47.703 7 INFO neutron.services.segments.plugin [-] Segment 06f587cb-9d75-4808-bfe6-70c9b562c267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06f587cb-9d75-4808-bfe6-70c9b562c267 found for delete ", "request_id": "req-3ce385a0-becc-47db-8272-809dbc7566b2"}]} [pid: 7|app: 0|req: 735/1443] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/subnets => generated 688 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:47.990 8 INFO neutron.db.segments_db [None req-815270c1-1f65-46c6-8ef8-1954e8fdca5f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Added segment 2f2c93f7-5af6-4518-b17b-9cf22b3f82f7 of type vxlan for network 26bbbc87-92f8-4619-bb71-fd1b2380e081 [pid: 7|app: 0|req: 736/1444] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:48 2026] GET /v2.0/ports?device_id=19ddb4cb-d60f-4f5c-99c3-70a44abd9afb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:48.312 8 INFO neutron.db.l3_hamode_db [None req-815270c1-1f65-46c6-8ef8-1954e8fdca5f 714de80e7a8744cca4b78c071c6331f7 d8414a37dc52458e968b9f4f7e9babf7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:48.835 7 WARNING neutron_lib.context [None req-30802a65-ceea-4848-a0eb-7a3e6253030b 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:49.017 7 INFO neutron.db.segments_db [None req-30802a65-ceea-4848-a0eb-7a3e6253030b 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment b8eb7c70-bdb8-4458-b464-0b0b4577ee5a of type vxlan for network e219f2e9-cb5b-4b66-a894-b4d22076c19a [pid: 7|app: 0|req: 737/1445] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:48 2026] POST /v2.0/networks => generated 630 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:49.576 8 INFO neutron.db.l3_hamode_db [None req-815270c1-1f65-46c6-8ef8-1954e8fdca5f 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 738/1446] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:49 2026] PUT /v2.0/routers/d43e5dd0-d9b9-4d05-b4f4-00fa86174791/remove_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:50.226 7 WARNING neutron_lib.context [None req-767ee4b8-987e-451f-8e8e-6443c1667f93 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:50.293 7 INFO neutron.db.segments_db [None req-767ee4b8-987e-451f-8e8e-6443c1667f93 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment 385a1c05-a508-4912-8696-8efa5fd5c190 of type vxlan for network 7aae0694-7137-4f1e-9176-cc753b86ee74 [pid: 7|app: 0|req: 739/1447] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:50 2026] POST /v2.0/networks => generated 628 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1448] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:47 2026] POST /v2.0/routers => generated 728 bytes in 2659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:50.594 8 WARNING neutron_lib.context [None req-0e5ff61b-5de9-4a58-9cfc-72863c7161f8 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 710/1449] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:50 2026] POST /v2.0/subnets => generated 626 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:51.275 7 INFO neutron.services.segments.plugin [-] Segment 4295cf04-64f0-4fd3-b397-697a4d8527c0 resource provider aggregate not found 2026-06-30 19:12:51.281 7 INFO neutron.services.segments.plugin [-] Segment 4295cf04-64f0-4fd3-b397-697a4d8527c0 resource provider aggregate not found 2026-06-30 19:12:51.295 7 INFO neutron.db.l3_hamode_db [None req-e9417f07-6549-421f-bcb4-8755a59b450c 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 70e5149c-21a5-4274-97f5-e5ae65caaa3a was deleted as no HA routers are present in tenant 3fedb401d5914cc1ae97f0d5dbabcb08. [pid: 7|app: 0|req: 740/1450] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:50 2026] DELETE /v2.0/routers/d43e5dd0-d9b9-4d05-b4f4-00fa86174791 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:51.303 7 INFO neutron.services.segments.plugin [-] Segment 4295cf04-64f0-4fd3-b397-697a4d8527c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4295cf04-64f0-4fd3-b397-697a4d8527c0 found for delete ", "request_id": "req-935151ca-b23c-41be-baca-a3e4abfcf320"}]} 2026-06-30 19:12:51.304 7 INFO neutron.services.segments.plugin [-] Segment 4295cf04-64f0-4fd3-b397-697a4d8527c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4295cf04-64f0-4fd3-b397-697a4d8527c0 found for delete ", "request_id": "req-36e9da34-93a7-400d-baf8-cbdf7f4e7d73"}]} 2026-06-30 19:12:51.308 7 WARNING neutron_lib.context [None req-1464bc4a-54a4-491b-ae06-afa335021267 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 741/1451] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:51 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1452] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:51 2026] DELETE /v2.0/subnets/2e78cb12-5318-4869-954c-c610f94d1ff8 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:51.742 7 WARNING neutron_lib.context [None req-469a22f7-26f0-4f9e-ae3e-2c1988d8965f 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:51.786 7 INFO neutron.db.segments_db [None req-469a22f7-26f0-4f9e-ae3e-2c1988d8965f 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment 043d4895-9b1b-4b34-8351-a1c33beceb49 of type vxlan for network f23a0440-c8c4-4616-a125-64d32742c2c8 2026-06-30 19:12:52.060 7 INFO neutron.db.l3_hamode_db [None req-469a22f7-26f0-4f9e-ae3e-2c1988d8965f 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 711/1453] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:50 2026] PUT /v2.0/routers/b75f4cb0-ac62-4fe1-ac01-29bdafe5aecb/add_router_interface => generated 309 bytes in 1235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:52.236 7 INFO neutron.db.l3_hamode_db [None req-469a22f7-26f0-4f9e-ae3e-2c1988d8965f 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:12:52.395 8 INFO neutron.services.segments.plugin [-] Segment 44134138-be70-437e-b562-ce2199234970 resource provider aggregate not found 2026-06-30 19:12:52.400 8 INFO neutron.services.segments.plugin [-] Segment 44134138-be70-437e-b562-ce2199234970 resource provider aggregate not found [pid: 8|app: 0|req: 712/1454] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:52 2026] DELETE /v2.0/networks/6670a611-6481-4586-9277-48d87ef900ab => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:52.661 8 INFO neutron.services.segments.plugin [-] Segment 44134138-be70-437e-b562-ce2199234970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44134138-be70-437e-b562-ce2199234970 found for delete ", "request_id": "req-022a0731-9e36-48e4-b699-64d4e6a9017f"}]} 2026-06-30 19:12:52.662 8 INFO neutron.services.segments.plugin [-] Segment 44134138-be70-437e-b562-ce2199234970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44134138-be70-437e-b562-ce2199234970 found for delete ", "request_id": "req-13d4bf09-4208-412a-b553-25f35bbbd299"}]} [pid: 8|app: 0|req: 713/1455] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:52 2026] GET /v2.0/security-groups?tenant_id=3fedb401d5914cc1ae97f0d5dbabcb08&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1456] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:52 2026] DELETE /v2.0/security-groups/38d46dc6-7ed3-4335-8d5f-b2780131b2e8 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:12:53.016 8 WARNING neutron_lib.context [None req-be56929b-1172-4575-9462-3883f5de28a0 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 743/1457] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:51 2026] POST /v2.0/routers => generated 506 bytes in 1350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1458] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/security-groups => generated 1673 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:12:53.183 8 WARNING neutron_lib.context [None req-63256f8a-d0de-467b-90d6-a2b503a21690 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 716/1459] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:53 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) 2026-06-30 19:12:53.296 8 WARNING neutron_lib.context [None req-92c3cca1-6c7e-4361-8ab4-13cc9793aee0 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 717/1460] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:53.398 8 WARNING neutron_lib.context [None req-da399bc8-76b3-4d01-8c96-659335f301ac 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 718/1461] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:53.556 8 WARNING neutron_lib.context [None req-678a6b3d-a2d8-47f0-a1b2-d900623444cb 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 719/1462] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:53.710 8 WARNING neutron_lib.context [None req-186a2be0-0599-4815-b8ba-cec1652f07ed 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:53.747 8 INFO neutron.db.securitygroups_db [None req-186a2be0-0599-4815-b8ba-cec1652f07ed 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Project d7c46b8e742a4d898e1f69833eefd7f6 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: 720/1463] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:53.870 8 WARNING neutron_lib.context [None req-cb4b68d1-1cd3-4678-91fe-9d56b9f84e3d 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:53.905 8 INFO neutron.db.securitygroups_db [None req-cb4b68d1-1cd3-4678-91fe-9d56b9f84e3d 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Project d7c46b8e742a4d898e1f69833eefd7f6 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: 721/1464] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1465] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:53 2026] PUT /v2.0/routers/82701390-4e7a-44db-830c-1d4a50ad5a59/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1466] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:54 2026] GET /v2.0/ports/c0fbe192-bf0a-4f08-8834-8969fba2fb8b => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:12:54.418 8 WARNING neutron_lib.context [None req-9e50860f-e3da-402d-8380-36a6315d8617 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1467] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/security-groups => generated 1659 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:12:54.588 8 WARNING neutron_lib.context [None req-ed1dce7a-e718-408d-a8a8-19365f294957 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 724/1468] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:54.752 8 WARNING neutron_lib.context [None req-a0d9ba01-5c46-42ff-af03-e5d7fe21915d 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 725/1469] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:54.924 8 WARNING neutron_lib.context [None req-b077eb59-c476-457c-962a-04115604b760 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 726/1470] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:12:54 2026] POST /v2.0/floatingips => generated 552 bytes in 686 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1471] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 30 19:12:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-328910485&fields=id&tenant_id=d7c46b8e742a4d898e1f69833eefd7f6 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1472] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 30 19:12:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1746296957&fields=id&tenant_id=d7c46b8e742a4d898e1f69833eefd7f6 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1473] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:12:54 2026] PUT /v2.0/routers/82701390-4e7a-44db-830c-1d4a50ad5a59/add_router_interface => generated 309 bytes in 1451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1474] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:12:55 2026] GET /v2.0/networks?id=c1bb4f35-1a60-4a85-8864-449da0bd68eb => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1475] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:12:55 2026] GET /v2.0/ports/34fb863e-a64a-42f8-b379-18ab34835c9c => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1476] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:12:55 2026] GET /v2.0/quotas/d7c46b8e742a4d898e1f69833eefd7f6 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1477] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:12:55 2026] GET /v2.0/ports?tenant_id=d7c46b8e742a4d898e1f69833eefd7f6&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1478] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:12:56 2026] GET /v2.0/networks/c1bb4f35-1a60-4a85-8864-449da0bd68eb?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: 733/1479] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:12:56 2026] GET /v2.0/networks/c1bb4f35-1a60-4a85-8864-449da0bd68eb?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: 734/1480] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:56 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1481] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:55 2026] PUT /v2.0/routers/82701390-4e7a-44db-830c-1d4a50ad5a59/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1484] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:56 2026] GET /v2.0/security-groups?tenant_id=b6e02dead35a460cbd640efe5439dcc0&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1485] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:56 2026] DELETE /v2.0/security-groups/b6cd3501-3ba0-441b-a0a2-a5e0ba56bf7c => 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: 737/1486] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:57 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1487] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:12:56 2026] PUT /v2.0/routers/82701390-4e7a-44db-830c-1d4a50ad5a59/remove_router_interface => generated 309 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1488] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:12:57 2026] GET /v2.0/ports?device_id=82701390-4e7a-44db-830c-1d4a50ad5a59 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:12:58.137 7 INFO neutron.services.segments.plugin [-] Segment 043d4895-9b1b-4b34-8351-a1c33beceb49 resource provider aggregate not found 2026-06-30 19:12:58.144 7 INFO neutron.services.segments.plugin [-] Segment 043d4895-9b1b-4b34-8351-a1c33beceb49 resource provider aggregate not found 2026-06-30 19:12:58.148 7 INFO neutron.services.segments.plugin [-] Segment 043d4895-9b1b-4b34-8351-a1c33beceb49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 043d4895-9b1b-4b34-8351-a1c33beceb49 found for delete ", "request_id": "req-d048f623-5498-4120-9082-6240af88406c"}]} 2026-06-30 19:12:58.155 7 INFO neutron.services.segments.plugin [-] Segment 043d4895-9b1b-4b34-8351-a1c33beceb49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 043d4895-9b1b-4b34-8351-a1c33beceb49 found for delete ", "request_id": "req-c2ed2853-0ed0-459a-8c4d-fa6c11b89987"}]} 2026-06-30 19:12:58.163 7 INFO neutron.db.l3_hamode_db [None req-68116656-7dab-44ab-b73d-ff939d0e1fc7 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] HA network f23a0440-c8c4-4616-a125-64d32742c2c8 was deleted as no HA routers are present in tenant 13390e3f52044067949e704c63618248. [pid: 7|app: 0|req: 751/1489] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:57 2026] DELETE /v2.0/routers/82701390-4e7a-44db-830c-1d4a50ad5a59 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1490] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/subnets/0a2c2609-15d9-4805-b0ea-3e31de182d7f => 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: 740/1491] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1492] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/subnets/ae946729-036a-4135-b464-d76aa9ebd882 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1493] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:58 2026] GET /v2.0/security-groups?tenant_id=93b10101f39a4413bee0d9bec7de9af5&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1494] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/networks/7aae0694-7137-4f1e-9176-cc753b86ee74 => 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: 742/1495] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/security-groups/03d5926e-3187-44ec-9f79-ab85ddf21b6e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1496] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:12:58 2026] DELETE /v2.0/networks/e219f2e9-cb5b-4b66-a894-b4d22076c19a => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:12:59.182 7 WARNING neutron_lib.context [None req-f174fdc4-47e5-4041-9581-7a746733f2a1 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:59.238 7 INFO neutron.db.segments_db [None req-f174fdc4-47e5-4041-9581-7a746733f2a1 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment 8b236d9c-ecf3-407f-bdc1-91c9c7339533 of type vxlan for network 8916ab99-b4dd-42ac-90b5-98d45e8821db [pid: 8|app: 0|req: 743/1497] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:12:59 2026] GET /v2.0/security-groups?tenant_id=2aa7e8910a604f25a84b874fe96e2c9d&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1498] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:12:59 2026] POST /v2.0/networks => generated 628 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:59.332 7 WARNING neutron_lib.context [None req-fd106680-db6e-4c97-b487-d890e829ea97 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 744/1499] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:12:59 2026] DELETE /v2.0/security-groups/a30b487d-cb9c-4417-b9b8-d87f702e6db1 => 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: 745/1500] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:12:59 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1501] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:59 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:12:59.637 8 WARNING neutron_lib.context [None req-c04d2a23-3bf8-4688-9732-b9c09800753e 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:12:59.699 8 INFO neutron.db.segments_db [None req-c04d2a23-3bf8-4688-9732-b9c09800753e 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment 512ebaf3-0235-4a1f-9236-c5bb169b45b8 of type vxlan for network 94088e29-ae3e-411b-a8b7-b7d9e2200a5a 2026-06-30 19:12:59.983 8 INFO neutron.db.l3_hamode_db [None req-c04d2a23-3bf8-4688-9732-b9c09800753e 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:00.086 8 INFO neutron.db.l3_hamode_db [None req-c04d2a23-3bf8-4688-9732-b9c09800753e 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:00.531 7 INFO neutron.services.segments.plugin [-] Segment 385a1c05-a508-4912-8696-8efa5fd5c190 resource provider aggregate not found 2026-06-30 19:13:00.539 7 INFO neutron.services.segments.plugin [-] Segment 385a1c05-a508-4912-8696-8efa5fd5c190 resource provider aggregate not found 2026-06-30 19:13:00.554 7 INFO neutron.services.segments.plugin [-] Segment 385a1c05-a508-4912-8696-8efa5fd5c190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 385a1c05-a508-4912-8696-8efa5fd5c190 found for delete ", "request_id": "req-465a4795-28cc-4b28-a62a-4f90004bc226"}]} 2026-06-30 19:13:00.566 7 INFO neutron.services.segments.plugin [-] Segment 385a1c05-a508-4912-8696-8efa5fd5c190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 385a1c05-a508-4912-8696-8efa5fd5c190 found for delete ", "request_id": "req-bf14bcb6-fcb4-41bb-bfc4-7c6bf51efd62"}]} 2026-06-30 19:13:00.577 7 INFO neutron.services.segments.plugin [-] Segment b8eb7c70-bdb8-4458-b464-0b0b4577ee5a resource provider aggregate not found 2026-06-30 19:13:00.588 7 INFO neutron.services.segments.plugin [-] Segment b8eb7c70-bdb8-4458-b464-0b0b4577ee5a resource provider aggregate not found 2026-06-30 19:13:00.594 7 INFO neutron.services.segments.plugin [-] Segment b8eb7c70-bdb8-4458-b464-0b0b4577ee5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8eb7c70-bdb8-4458-b464-0b0b4577ee5a found for delete ", "request_id": "req-f93f1ad6-fbab-4b9b-b399-515b25e1f81e"}]} [pid: 7|app: 0|req: 757/1502] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:13:00 2026] GET /v2.0/networks?id=c1bb4f35-1a60-4a85-8864-449da0bd68eb => generated 672 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:00.619 7 INFO neutron.services.segments.plugin [-] Segment b8eb7c70-bdb8-4458-b464-0b0b4577ee5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8eb7c70-bdb8-4458-b464-0b0b4577ee5a found for delete ", "request_id": "req-f138e6cb-4150-44d4-83aa-6e8f9d445a25"}]} [pid: 7|app: 0|req: 758/1503] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:13:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d7c46b8e742a4d898e1f69833eefd7f6 => generated 273 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1504] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:00 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:00.697 7 WARNING neutron_lib.context [req-bd014f69-3754-40da-9d54-37325bc2eec9 req-f078ed1a-8987-49f6-96f4-e330c3f05cfe 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 746/1505] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:12:59 2026] POST /v2.0/routers => generated 507 bytes in 1235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:00.885 8 WARNING neutron_lib.context [None req-33fea6eb-f388-4bee-8af0-9374f63dabd1 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 760/1506] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:13:00 2026] POST /v2.0/ports => generated 993 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 747/1507] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:13:00 2026] POST /v2.0/ports => generated 947 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 761/1508] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:13:01 2026] PUT /v2.0/ports/38c337a4-9207-4b83-8018-851b42599571 => generated 1274 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:01.712 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f9d6a34-f0ee-4442-8862-ac946429adf2'] response: {'name': 'network-changed', 'server_uuid': 'c48ca7d0-69d2-4648-bc06-91094c6f0f3b', 'tag': '38c337a4-9207-4b83-8018-851b42599571', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:02.068 7 INFO neutron.db.segments_db [None req-103f8fc9-ee8e-4ea8-98a0-921ea901fced 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] Added segment 51b4bbbc-aa49-4513-a453-d665ff123c55 of type vxlan for network 3597c510-a659-40ea-a32c-41fe9e76d154 [pid: 7|app: 0|req: 762/1509] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:01 2026] POST /v2.0/networks => generated 726 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1510] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1008 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1511] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:02 2026] POST /v2.0/subnets => generated 644 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1512] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/ports?tenant_id=d7c46b8e742a4d898e1f69833eefd7f6&device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1513] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:13:01 2026] PUT /v2.0/routers/aa58cc2a-4188-43c1-86f8-4b5f67f75be0/add_router_interface => generated 309 bytes in 1229 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-06-30 19:13:02.481 8 WARNING neutron.api.v2.base [None req-3f6c4e08-bd93-4fae-b7a5-641cb7e9eda1 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - 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-06-30 19:13:02.482 8 INFO neutron.api.v2.resource [None req-3f6c4e08-bd93-4fae-b7a5-641cb7e9eda1 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 749/1514] 10.0.0.214 () {34 vars in 681 bytes} [Tue Jun 30 19:13:02 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1515] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1516] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/ports/799279b6-8719-496c-bcd4-2eb999f41f41 => generated 1021 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1517] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:13:02 2026] GET /v2.0/networks?tenant_id=d7c46b8e742a4d898e1f69833eefd7f6&shared=False => generated 768 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:02.714 7 INFO neutron.services.segments.plugin [-] Segment 51b4bbbc-aa49-4513-a453-d665ff123c55 resource provider aggregate not found 2026-06-30 19:13:02.721 7 INFO neutron.services.segments.plugin [-] Segment 51b4bbbc-aa49-4513-a453-d665ff123c55 resource provider aggregate not found 2026-06-30 19:13:02.735 7 INFO neutron.services.segments.plugin [-] Segment 51b4bbbc-aa49-4513-a453-d665ff123c55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51b4bbbc-aa49-4513-a453-d665ff123c55 found for delete ", "request_id": "req-7a119214-8078-43cd-a62e-722fbed0a1c5"}]} [pid: 7|app: 0|req: 768/1518] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:02 2026] DELETE /v2.0/networks/3597c510-a659-40ea-a32c-41fe9e76d154 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:02.744 7 INFO neutron.services.segments.plugin [-] Segment 51b4bbbc-aa49-4513-a453-d665ff123c55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51b4bbbc-aa49-4513-a453-d665ff123c55 found for delete ", "request_id": "req-b8bc9c07-bb84-450c-b494-c6ecdfed02dc"}]} [pid: 7|app: 0|req: 769/1519] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:13:02 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-06-30 19:13:02.841 7 INFO neutron.db.segments_db [None req-11e171b0-951d-4c7e-b207-1f461fd71f07 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] Added segment 40fa93bc-10ae-4826-8734-ed55a3833377 of type vxlan for network 25414cf3-a10f-48e2-8024-72eb601c1de6 [pid: 7|app: 0|req: 770/1520] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:02 2026] POST /v2.0/networks => generated 727 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1521] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:02 2026] POST /v2.0/subnets => generated 647 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:03.162 7 WARNING neutron.api.v2.base [None req-83cc30c9-e604-4739-9eb0-5b9cdb83d27b 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - 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-06-30 19:13:03.163 7 INFO neutron.api.v2.resource [None req-83cc30c9-e604-4739-9eb0-5b9cdb83d27b 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 772/1522] 10.0.0.214 () {34 vars in 681 bytes} [Tue Jun 30 19:13:03 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: 7|app: 0|req: 773/1523] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:03 2026] DELETE /v2.0/networks/25414cf3-a10f-48e2-8024-72eb601c1de6 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1524] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:13:02 2026] PUT /v2.0/routers/aa58cc2a-4188-43c1-86f8-4b5f67f75be0/remove_router_interface => generated 309 bytes in 827 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-06-30 19:13:03.422 7 INFO neutron.db.segments_db [None req-a0d870c0-2b13-4d52-b4e6-1a97ef9747dc 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] Added segment 72c2866e-5cc5-4d24-8c0a-992f28932003 of type vxlan for network b302410e-6409-4958-b4e0-b1985d756e44 2026-06-30 19:13:03.490 8 INFO neutron.api.v2.resource [None req-df7dd8e8-ee7f-4787-b127-70424a212af0 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1525] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:13:03 2026] PUT /v2.0/routers/aa58cc2a-4188-43c1-86f8-4b5f67f75be0/remove_router_interface => generated 197 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1526] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:03 2026] POST /v2.0/networks => generated 727 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1527] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:03 2026] GET /v2.0/ports?device_id=aa58cc2a-4188-43c1-86f8-4b5f67f75be0 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1528] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:03 2026] POST /v2.0/subnets => generated 647 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1529] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:03 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1530] 10.0.0.214 () {34 vars in 681 bytes} [Tue Jun 30 19:13:03 2026] POST /v2.0/rbac-policies => generated 324 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:04.034 8 INFO neutron.services.segments.plugin [-] Segment 512ebaf3-0235-4a1f-9236-c5bb169b45b8 resource provider aggregate not found 2026-06-30 19:13:04.041 8 INFO neutron.services.segments.plugin [-] Segment 512ebaf3-0235-4a1f-9236-c5bb169b45b8 resource provider aggregate not found 2026-06-30 19:13:04.047 8 INFO neutron.services.segments.plugin [-] Segment 512ebaf3-0235-4a1f-9236-c5bb169b45b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 512ebaf3-0235-4a1f-9236-c5bb169b45b8 found for delete ", "request_id": "req-3449070c-407a-4866-bf65-d9f2a1c54fe9"}]} 2026-06-30 19:13:04.053 8 INFO neutron.services.segments.plugin [-] Segment 512ebaf3-0235-4a1f-9236-c5bb169b45b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 512ebaf3-0235-4a1f-9236-c5bb169b45b8 found for delete ", "request_id": "req-b867c307-c598-4954-b1ce-00129555185d"}]} [pid: 7|app: 0|req: 778/1531] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:04.061 8 INFO neutron.db.l3_hamode_db [None req-c6cf9b46-f17a-4c90-accf-f777e5da3bc4 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] HA network 94088e29-ae3e-411b-a8b7-b7d9e2200a5a was deleted as no HA routers are present in tenant 13390e3f52044067949e704c63618248. [pid: 8|app: 0|req: 754/1532] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:03 2026] DELETE /v2.0/routers/aa58cc2a-4188-43c1-86f8-4b5f67f75be0 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1533] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/ports?tenant_id=d7c46b8e742a4d898e1f69833eefd7f6&device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1534] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/subnets/c71aab19-8dca-4849-be0c-0c021c340bc5 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1535] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=38c337a4-9207-4b83-8018-851b42599571 => 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: 755/1536] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/security-groups?tenant_id=4035953a939d449b85bd90d64ec9d9ac&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: 756/1537] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/subnets?id=8803232d-36e1-4e9b-b0af-e8d6173ddbf5 => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1538] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/networks/b302410e-6409-4958-b4e0-b1985d756e44 => generated 655 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1539] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/networks/8916ab99-b4dd-42ac-90b5-98d45e8821db => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1540] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/ports?network_id=c1bb4f35-1a60-4a85-8864-449da0bd68eb&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:04.608 7 WARNING neutron_lib.context [None req-a8a43365-dd51-4b70-ac5a-ce6b6b67d6ba 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 758/1541] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:04 2026] DELETE /v2.0/security-groups/885504ea-7748-45ac-9b03-605d444609b8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:04.667 7 INFO neutron.db.segments_db [None req-a8a43365-dd51-4b70-ac5a-ce6b6b67d6ba 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment 9d211d1d-807e-47e6-9dac-f1e9f53d0e48 of type vxlan for network ba450d45-509f-4a18-8de0-00eff5e4ea06 [pid: 8|app: 0|req: 759/1542] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/networks/c1bb4f35-1a60-4a85-8864-449da0bd68eb?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1543] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:04 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:04.754 7 INFO neutron.services.segments.plugin [-] Segment 40fa93bc-10ae-4826-8734-ed55a3833377 resource provider aggregate not found 2026-06-30 19:13:04.769 7 INFO neutron.services.segments.plugin [-] Segment 40fa93bc-10ae-4826-8734-ed55a3833377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40fa93bc-10ae-4826-8734-ed55a3833377 found for delete ", "request_id": "req-2220e304-e027-4b91-8e0a-017466de54fd"}]} 2026-06-30 19:13:04.783 7 INFO neutron.services.segments.plugin [-] Segment 8b236d9c-ecf3-407f-bdc1-91c9c7339533 resource provider aggregate not found 2026-06-30 19:13:04.792 7 INFO neutron.services.segments.plugin [-] Segment 40fa93bc-10ae-4826-8734-ed55a3833377 resource provider aggregate not found [pid: 8|app: 0|req: 760/1544] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/networks/c1bb4f35-1a60-4a85-8864-449da0bd68eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:04.801 8 WARNING neutron_lib.context [None req-07d9de30-a25b-441b-aebc-34da7faab3b0 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:04.803 7 INFO neutron.services.segments.plugin [-] Segment 8b236d9c-ecf3-407f-bdc1-91c9c7339533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b236d9c-ecf3-407f-bdc1-91c9c7339533 found for delete ", "request_id": "req-cae7d3a3-c665-426f-9364-59067b8a43f0"}]} 2026-06-30 19:13:04.810 7 INFO neutron.services.segments.plugin [-] Segment 40fa93bc-10ae-4826-8734-ed55a3833377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40fa93bc-10ae-4826-8734-ed55a3833377 found for delete ", "request_id": "req-66f78f11-ef27-40c0-9f20-e7b6e2544735"}]} 2026-06-30 19:13:04.828 7 INFO neutron.services.segments.plugin [-] Segment 8b236d9c-ecf3-407f-bdc1-91c9c7339533 resource provider aggregate not found 2026-06-30 19:13:04.845 7 INFO neutron.services.segments.plugin [-] Segment 8b236d9c-ecf3-407f-bdc1-91c9c7339533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b236d9c-ecf3-407f-bdc1-91c9c7339533 found for delete ", "request_id": "req-c50409fe-755c-4246-862d-e19a60fa704f"}]} [pid: 7|app: 0|req: 785/1545] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/security-groups?tenant_id=82070e0998e64e65a688c4ebb864dfe6&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:05.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2df20428-a78e-4c88-b359-63f4fe4fd9fc 4df283e70f6a436ba935ddf4b583c1b2 13723e76cd7b45cf8025775dbb447592 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 786/1546] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:13:04 2026] GET /v2.0/networks/b302410e-6409-4958-b4e0-b1985d756e44 => generated 138 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1547] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:04 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1548] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:05 2026] DELETE /v2.0/security-groups/f04fd057-1e1c-47a2-a93c-acab48620cb3 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:05.115 7 WARNING neutron_lib.context [None req-66a54e34-549b-480b-8ef0-34be981cc9dd 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:05.149 7 INFO neutron.db.segments_db [None req-66a54e34-549b-480b-8ef0-34be981cc9dd 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment 946c974a-cfd4-46ac-aef6-42619d5384c2 of type vxlan for network 01382743-e141-4518-92fc-d7dc4c194e15 2026-06-30 19:13:05.385 7 INFO neutron.db.l3_hamode_db [None req-66a54e34-549b-480b-8ef0-34be981cc9dd 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 762/1549] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:05 2026] DELETE /v2.0/networks/b302410e-6409-4958-b4e0-b1985d756e44 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:05.542 7 INFO neutron.db.l3_hamode_db [None req-66a54e34-549b-480b-8ef0-34be981cc9dd 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 763/1550] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:05 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1008 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:05.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85483eee-b356-4536-8266-4dddd5d3cf53 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1551] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:05 2026] DELETE /v2.0/subnets/7fb5989e-94bf-41b2-a2b9-f3368a3b2884 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1552] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:05 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:05.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a5dddff-4b98-48ca-8da1-406a4cc6be56 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1553] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:05 2026] DELETE /v2.0/subnets/ccd8e840-f999-4f87-a9bc-fe7ea7ce115f => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:05.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f3c701b-3042-4159-b337-f74be6702f19 42d69d167ce0481f94d2bb639d4404c9 e06ef7530e5543ecb2f2f0a89d693188 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1554] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:05 2026] DELETE /v2.0/subnets/606cac17-4d94-4bd2-be26-6c3c75d9016b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1555] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:05 2026] POST /v2.0/routers => generated 506 bytes in 1206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:06.367 8 INFO neutron.services.segments.plugin [-] Segment 72c2866e-5cc5-4d24-8c0a-992f28932003 resource provider aggregate not found 2026-06-30 19:13:06.372 8 INFO neutron.services.segments.plugin [-] Segment 72c2866e-5cc5-4d24-8c0a-992f28932003 resource provider aggregate not found 2026-06-30 19:13:06.382 8 INFO neutron.services.segments.plugin [-] Segment 72c2866e-5cc5-4d24-8c0a-992f28932003 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c2866e-5cc5-4d24-8c0a-992f28932003 found for delete ", "request_id": "req-59237245-0227-407d-b9a4-82c6d4cad804"}]} 2026-06-30 19:13:06.393 8 INFO neutron.services.segments.plugin [-] Segment 72c2866e-5cc5-4d24-8c0a-992f28932003 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c2866e-5cc5-4d24-8c0a-992f28932003 found for delete ", "request_id": "req-13a9fab0-7793-4219-857b-02a644428224"}]} [pid: 7|app: 0|req: 789/1556] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/security-groups?tenant_id=e06ef7530e5543ecb2f2f0a89d693188&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1557] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:06 2026] DELETE /v2.0/security-groups/26677b90-fda9-44fc-be7c-e49f490094f9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1558] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1559] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1560] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:06 2026] GET /v2.0/security-groups?tenant_id=c7c5a5931e1643a08344e221bfb8dd07&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1561] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:07 2026] DELETE /v2.0/security-groups/c3defa8a-d0a5-4ea4-855e-b3e3d47145e3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1562] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/security-groups?tenant_id=13723e76cd7b45cf8025775dbb447592&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1563] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:07 2026] DELETE /v2.0/security-groups/d85c7293-c89e-4e7d-877a-311b1d3adae2 => 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: 768/1564] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:13:06 2026] PUT /v2.0/routers/93b15d05-8248-4c3b-a72e-83566a1ae123/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1565] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1277 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1566] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/ports/7146bf62-ca10-4ee3-bc21-899cde98ddfa => generated 955 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1567] 199.204.45.248 () {34 vars in 1124 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1568] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1569] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:07 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1570] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:13:07 2026] PUT /v2.0/routers/93b15d05-8248-4c3b-a72e-83566a1ae123/remove_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1571] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:08 2026] GET /v2.0/ports?device_id=93b15d05-8248-4c3b-a72e-83566a1ae123 => 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: 774/1572] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1573] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:09 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:09.392 7 INFO neutron.services.segments.plugin [-] Segment 946c974a-cfd4-46ac-aef6-42619d5384c2 resource provider aggregate not found 2026-06-30 19:13:09.397 7 INFO neutron.services.segments.plugin [-] Segment 946c974a-cfd4-46ac-aef6-42619d5384c2 resource provider aggregate not found 2026-06-30 19:13:09.411 7 INFO neutron.services.segments.plugin [-] Segment 946c974a-cfd4-46ac-aef6-42619d5384c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 946c974a-cfd4-46ac-aef6-42619d5384c2 found for delete ", "request_id": "req-fe739680-dbb4-4558-8d93-b2e991219241"}]} 2026-06-30 19:13:09.412 7 INFO neutron.services.segments.plugin [-] Segment 946c974a-cfd4-46ac-aef6-42619d5384c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 946c974a-cfd4-46ac-aef6-42619d5384c2 found for delete ", "request_id": "req-f1b8094b-0c96-4609-a96c-fd804261aacd"}]} 2026-06-30 19:13:09.433 7 INFO neutron.db.l3_hamode_db [None req-085f658f-ea41-4eb1-ad19-34763d80a67e 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] HA network 01382743-e141-4518-92fc-d7dc4c194e15 was deleted as no HA routers are present in tenant 13390e3f52044067949e704c63618248. [pid: 7|app: 0|req: 799/1574] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:08 2026] DELETE /v2.0/routers/93b15d05-8248-4c3b-a72e-83566a1ae123 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1575] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/subnets/c1a9f66f-6d5e-4d27-835c-fa07d9f110ad => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1576] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:09 2026] DELETE /v2.0/networks/ba450d45-509f-4a18-8de0-00eff5e4ea06 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:09.935 8 WARNING neutron_lib.context [None req-19e49444-6a6b-4f6a-ac17-e3832e8495ec 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:09.974 8 INFO neutron.db.segments_db [None req-19e49444-6a6b-4f6a-ac17-e3832e8495ec 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Added segment 463e277d-c9e6-4487-b81b-3ee5ff96ebc4 of type vxlan for network 71b1e687-74bc-4ab1-96f9-b2ef8c5682ca 2026-06-30 19:13:10.276 8 INFO neutron.db.l3_hamode_db [None req-19e49444-6a6b-4f6a-ac17-e3832e8495ec 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 801/1577] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1578] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:10 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:11.167 8 INFO neutron.db.l3_hamode_db [None req-19e49444-6a6b-4f6a-ac17-e3832e8495ec 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:11.521 7 INFO neutron.services.segments.plugin [-] Segment 9d211d1d-807e-47e6-9dac-f1e9f53d0e48 resource provider aggregate not found 2026-06-30 19:13:11.531 7 INFO neutron.services.segments.plugin [-] Segment 9d211d1d-807e-47e6-9dac-f1e9f53d0e48 resource provider aggregate not found 2026-06-30 19:13:11.548 7 INFO neutron.services.segments.plugin [-] Segment 9d211d1d-807e-47e6-9dac-f1e9f53d0e48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d211d1d-807e-47e6-9dac-f1e9f53d0e48 found for delete ", "request_id": "req-193362de-6586-47a7-b8b1-c520b46cb081"}]} 2026-06-30 19:13:11.550 7 INFO neutron.services.segments.plugin [-] Segment 9d211d1d-807e-47e6-9dac-f1e9f53d0e48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d211d1d-807e-47e6-9dac-f1e9f53d0e48 found for delete ", "request_id": "req-eaa49339-c11d-4eb5-a1da-bf3c5b1074cc"}]} [pid: 7|app: 0|req: 803/1579] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1580] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1581] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:11 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:12.112 7 INFO neutron.db.l3_db [None req-a5f670a0-ca61-484a-8df5-d7bdb4c36de8 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Floating IP 65c50bde-833e-4a40-a4af-48d15b73bf1b associated. External IP: 10.96.250.214, port: 38c337a4-9207-4b83-8018-851b42599571. [pid: 8|app: 0|req: 777/1582] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:09 2026] POST /v2.0/routers => generated 687 bytes in 2266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1585] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/routers/20622faf-8039-443f-8cca-88e71afeafe7 => generated 693 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1586] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/routers => generated 696 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1587] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:13:11 2026] PUT /v2.0/floatingips/65c50bde-833e-4a40-a4af-48d15b73bf1b => generated 855 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:12.515 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1019aa7-8c74-4f6b-9fbc-aac1a8d60ad5'] response: {'name': 'network-changed', 'server_uuid': 'c48ca7d0-69d2-4648-bc06-91094c6f0f3b', 'tag': '38c337a4-9207-4b83-8018-851b42599571', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 782/1588] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/security-groups?tenant_id=40d7843185d04285a8902d2dbe4143e9&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1589] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:12 2026] DELETE /v2.0/security-groups/a18786b0-38a7-4039-b5c2-fda00ac94b3a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:12.759 8 WARNING neutron_lib.context [None req-dd180591-d354-47d7-9312-205377e23d9c 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:12.935 8 INFO neutron.db.segments_db [None req-dd180591-d354-47d7-9312-205377e23d9c 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Added segment 0a829358-d446-4803-862a-5e49f6fd6db9 of type vxlan for network 308de8cb-ccd4-46a0-a2c7-573c296d4784 [pid: 7|app: 0|req: 807/1590] 10.0.0.214 () {34 vars in 741 bytes} [Tue Jun 30 19:13:12 2026] PUT /v2.0/routers/20622faf-8039-443f-8cca-88e71afeafe7 => generated 700 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1591] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:12 2026] POST /v2.0/networks => generated 632 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1592] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:12 2026] GET /v2.0/security-groups?tenant_id=509b16b34c5143de9442f5964916e5aa&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1593] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?tenant_id=d7c46b8e742a4d898e1f69833eefd7f6&device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1279 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:13.107 7 WARNING neutron_lib.context [None req-6755cfa4-0c95-4fb8-8ac4-cd4bd934abbd 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 785/1594] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/routers/20622faf-8039-443f-8cca-88e71afeafe7 => generated 700 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1595] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:13 2026] DELETE /v2.0/security-groups/c61c0907-dd0b-496d-9fd8-f70b7caed25f => 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: 787/1596] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/networks?id=c1bb4f35-1a60-4a85-8864-449da0bd68eb => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1597] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?device_id=20622faf-8039-443f-8cca-88e71afeafe7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1598] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=38c337a4-9207-4b83-8018-851b42599571 => generated 858 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1599] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:13:13 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 811/1600] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/subnets?id=8803232d-36e1-4e9b-b0af-e8d6173ddbf5 => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:13.449 7 WARNING neutron_lib.context [None req-acaf6f73-1987-4a45-b8d1-83aebe8358b7 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:13.494 7 INFO neutron.db.segments_db [None req-acaf6f73-1987-4a45-b8d1-83aebe8358b7 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Added segment 0b866097-04da-4b15-9daa-7b7a24083a72 of type vxlan for network 9f876475-8eab-4f8b-afdd-1dfe601c0e39 [pid: 7|app: 0|req: 812/1601] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:13 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1602] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/ports?network_id=c1bb4f35-1a60-4a85-8864-449da0bd68eb&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-06-30 19:13:13.652 7 WARNING neutron_lib.context [None req-95e4ec98-f4ae-4e83-8659-49c5f283470c 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 814/1603] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:13:13 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 815/1604] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:13:13 2026] GET /v2.0/networks/c1bb4f35-1a60-4a85-8864-449da0bd68eb?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:14.027 7 WARNING neutron_lib.context [None req-4f380960-5539-475f-83c4-18ecb0f0f514 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:14.097 7 INFO neutron.db.segments_db [None req-4f380960-5539-475f-83c4-18ecb0f0f514 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Added segment 4a13c751-49cc-4084-b0db-770d27d6ecdf of type vxlan for network 7df26ab8-b47a-4b30-b3d3-64ce57b98485 2026-06-30 19:13:14.195 8 INFO neutron.services.segments.plugin [-] Segment 463e277d-c9e6-4487-b81b-3ee5ff96ebc4 resource provider aggregate not found 2026-06-30 19:13:14.199 8 INFO neutron.services.segments.plugin [-] Segment 463e277d-c9e6-4487-b81b-3ee5ff96ebc4 resource provider aggregate not found 2026-06-30 19:13:14.210 8 INFO neutron.services.segments.plugin [-] Segment 463e277d-c9e6-4487-b81b-3ee5ff96ebc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 463e277d-c9e6-4487-b81b-3ee5ff96ebc4 found for delete ", "request_id": "req-1d82d5c5-4d6c-4b75-bae2-1dbaaacc0430"}]} 2026-06-30 19:13:14.223 8 INFO neutron.db.l3_hamode_db [None req-b2c824b4-5423-4816-a38f-f89f9bc0a0f9 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] HA network 71b1e687-74bc-4ab1-96f9-b2ef8c5682ca was deleted as no HA routers are present in tenant 13390e3f52044067949e704c63618248. [pid: 8|app: 0|req: 790/1605] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:13 2026] DELETE /v2.0/routers/20622faf-8039-443f-8cca-88e71afeafe7 => generated 0 bytes in 945 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:14.230 8 INFO neutron.services.segments.plugin [-] Segment 463e277d-c9e6-4487-b81b-3ee5ff96ebc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 463e277d-c9e6-4487-b81b-3ee5ff96ebc4 found for delete ", "request_id": "req-8841587f-5a81-4f9b-807d-ef09451ad36b"}]} [pid: 7|app: 0|req: 816/1606] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:14 2026] POST /v2.0/networks => generated 630 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1607] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/networks/c1bb4f35-1a60-4a85-8864-449da0bd68eb?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-06-30 19:13:14.282 8 WARNING neutron_lib.context [None req-ce073029-3788-4d4e-8059-30d8f95a76fc 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 817/1608] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/ports?device_id=20622faf-8039-443f-8cca-88e71afeafe7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:14.312 7 INFO neutron.api.v2.resource [None req-9db31297-0860-452d-b1ac-a1c04c893b3f 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1609] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/routers/20622faf-8039-443f-8cca-88e71afeafe7 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1610] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/ports?device_id=93b15d05-8248-4c3b-a72e-83566a1ae123 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:14.363 7 INFO neutron.api.v2.resource [None req-734c6a32-d181-4a1a-96aa-a83a243a4442 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1611] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/routers/93b15d05-8248-4c3b-a72e-83566a1ae123 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:14.377 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6edb1277-715f-46a9-a415-737fa04db94a 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1612] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/subnets/c1a9f66f-6d5e-4d27-835c-fa07d9f110ad => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1613] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/ports?device_id=aa58cc2a-4188-43c1-86f8-4b5f67f75be0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:14.426 7 INFO neutron.api.v2.resource [None req-9b4acc69-5865-4f95-8e5e-870c47d7c065 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 823/1614] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/routers/aa58cc2a-4188-43c1-86f8-4b5f67f75be0 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:14.443 7 INFO neutron.pecan_wsgi.hooks.translation [None req-206c0b3c-f6ca-4540-941e-0d6c99ff03f4 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 824/1615] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/subnets/c71aab19-8dca-4849-be0c-0c021c340bc5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1616] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:14 2026] GET /v2.0/ports?device_id=82701390-4e7a-44db-830c-1d4a50ad5a59 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:14.491 7 INFO neutron.api.v2.resource [None req-bec702ad-51ee-40f8-9bfb-1fd87b08cab8 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1617] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/routers/82701390-4e7a-44db-830c-1d4a50ad5a59 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:14.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef5f3f4d-d9fc-4ac0-a784-17402b82e38a 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1618] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/subnets/0a2c2609-15d9-4805-b0ea-3e31de182d7f => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:14.538 7 INFO neutron.pecan_wsgi.hooks.translation [None req-794ba137-c1cb-4f04-9bc4-ab3ca3c35a6f 0676c7aab9124505b68d95a4b7003a4f 13390e3f52044067949e704c63618248 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1619] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:14 2026] DELETE /v2.0/subnets/ae946729-036a-4135-b464-d76aa9ebd882 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1620] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:13:14 2026] POST /v2.0/ports => generated 743 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:14.689 7 WARNING neutron_lib.context [None req-b63187ff-96b7-4076-a66c-0ea8f2a25e27 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:14.760 7 INFO neutron.db.segments_db [None req-b63187ff-96b7-4076-a66c-0ea8f2a25e27 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Added segment 2a088633-b749-4cd7-bc2b-6d291a3b9a76 of type vxlan for network 191c353b-ca4e-4081-ac1c-b13b3d3e9da9 [pid: 7|app: 0|req: 829/1621] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:14 2026] POST /v2.0/networks => generated 632 bytes in 198 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-06-30 19:13:14.892 8 WARNING neutron_lib.context [None req-44ada7d2-8864-4498-a8be-d72698534992 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 793/1622] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:13:14 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /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-06-30 19:13:15.193 8 WARNING neutron_lib.context [None req-3e69f017-6e36-4b5d-9f80-1d4010b04646 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:15.247 8 INFO neutron.db.segments_db [None req-3e69f017-6e36-4b5d-9f80-1d4010b04646 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Added segment 082d100b-0981-4c0d-8f6b-df5451ac7435 of type vxlan for network ecb8c217-0d5b-4dc1-abe3-30739626ee2c [pid: 7|app: 0|req: 830/1623] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:15 2026] GET /v2.0/security-groups?tenant_id=13390e3f52044067949e704c63618248&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1624] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:15 2026] POST /v2.0/networks => generated 632 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:15.362 8 WARNING neutron_lib.context [None req-7a60308a-2a7e-42a9-9f57-cad7a8518926 2b0ae73c7c334e53b55813e2194dfd4d 6456d86e643d4a438d2fe2103111f826 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 831/1625] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:15 2026] DELETE /v2.0/security-groups/7d8fa742-8096-4aae-9a59-b05e205c2022 => 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: 795/1626] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:13:15 2026] POST /v2.0/ports => generated 743 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1627] 10.0.0.214 () {34 vars in 747 bytes} [Tue Jun 30 19:13:15 2026] PUT /v2.0/ports/b2f4ff1d-5197-40c2-8caa-bba3d6d3474e/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 796/1628] 10.0.0.214 () {34 vars in 747 bytes} [Tue Jun 30 19:13:15 2026] PUT /v2.0/ports/158796d6-6aa8-4f41-bf15-8f44eb180088/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1629] 10.0.0.214 () {34 vars in 747 bytes} [Tue Jun 30 19:13:15 2026] PUT /v2.0/ports/78f90098-f5fe-47e8-9e3d-b8a8b294dcd5/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1630] 10.0.0.214 () {34 vars in 747 bytes} [Tue Jun 30 19:13:15 2026] PUT /v2.0/ports/9e5bb9bb-6b1e-4630-9cf8-1054a0e4b326/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1631] 10.0.0.214 () {32 vars in 660 bytes} [Tue Jun 30 19:13:15 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1632] 10.0.0.214 () {32 vars in 674 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1633] 10.0.0.214 () {32 vars in 670 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1634] 10.0.0.214 () {32 vars in 682 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1635] 10.0.0.214 () {32 vars in 668 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1636] 10.0.0.214 () {32 vars in 682 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1637] 10.0.0.214 () {32 vars in 678 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1638] 10.0.0.214 () {32 vars in 690 bytes} [Tue Jun 30 19:13:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1639] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/ports/b2f4ff1d-5197-40c2-8caa-bba3d6d3474e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1640] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups?tenant_id=9da36052ef28418aa686c9d150a8b713&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1641] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:16 2026] DELETE /v2.0/ports/158796d6-6aa8-4f41-bf15-8f44eb180088 => generated 0 bytes in 499 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:17.398 7 WARNING neutron_lib.context [None req-8c0ec0fb-802e-457d-91d2-e99566962a6f 60d93a7c281e45beac81c55d151b681c bd0fdf9e585e48b19c67d4104dd91036 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 803/1642] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/security-groups/f6bad272-7668-4598-90a0-231397e39ef2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1643] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:13:17 2026] POST /v2.0/security-groups => generated 1625 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1644] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/ports/78f90098-f5fe-47e8-9e3d-b8a8b294dcd5 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1645] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1646] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups?tenant_id=8c8bca72b94e4f14812183e1b853107a&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1647] 10.0.0.214 () {34 vars in 758 bytes} [Tue Jun 30 19:13:17 2026] PUT /v2.0/security-groups/7ca7a011-f2fa-406c-bb2b-e0ad087d6b14 => generated 1663 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1648] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/ports/9e5bb9bb-6b1e-4630-9cf8-1054a0e4b326 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1649] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:13:17 2026] GET /v2.0/security-groups/7ca7a011-f2fa-406c-bb2b-e0ad087d6b14 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1650] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/security-groups/61449ed4-82f8-47d2-8a82-4cb544a323a7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1651] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/security-groups/7ca7a011-f2fa-406c-bb2b-e0ad087d6b14 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1652] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:18 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: 808/1653] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:17 2026] DELETE /v2.0/ports/eb3f9566-562e-449a-ac64-560ff8634f3c => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:18.085 7 INFO neutron.api.v2.resource [None req-a6e2b337-479c-457e-bd9c-e1729f6bb05e 60d93a7c281e45beac81c55d151b681c bd0fdf9e585e48b19c67d4104dd91036 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1654] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/security-groups/7ca7a011-f2fa-406c-bb2b-e0ad087d6b14 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:18.096 7 WARNING neutron_lib.context [None req-2755a7a4-f486-4555-ae1b-463777b9e77e 60d93a7c281e45beac81c55d151b681c bd0fdf9e585e48b19c67d4104dd91036 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:18.196 8 INFO neutron.services.segments.plugin [-] Segment 0a829358-d446-4803-862a-5e49f6fd6db9 resource provider aggregate not found 2026-06-30 19:13:18.205 8 INFO neutron.services.segments.plugin [-] Segment 0a829358-d446-4803-862a-5e49f6fd6db9 resource provider aggregate not found [pid: 7|app: 0|req: 847/1655] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:13:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:13:18.209 8 INFO neutron.services.segments.plugin [-] Segment 0a829358-d446-4803-862a-5e49f6fd6db9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a829358-d446-4803-862a-5e49f6fd6db9 found for delete ", "request_id": "req-a8dc954d-c3af-4036-9b8e-cbe1d4ac5683"}]} [pid: 8|app: 0|req: 809/1656] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/networks/308de8cb-ccd4-46a0-a2c7-573c296d4784 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:18.221 8 INFO neutron.services.segments.plugin [-] Segment 0a829358-d446-4803-862a-5e49f6fd6db9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a829358-d446-4803-862a-5e49f6fd6db9 found for delete ", "request_id": "req-d6c7477c-4309-42d3-9d54-5dce4fd403fb"}]} 2026-06-30 19:13:18.228 7 WARNING neutron_lib.context [None req-b909dd74-2fa7-4b1a-986e-1b89257957c8 60d93a7c281e45beac81c55d151b681c bd0fdf9e585e48b19c67d4104dd91036 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 848/1657] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:13:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1658] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/networks/9f876475-8eab-4f8b-afdd-1dfe601c0e39 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1659] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:13:18 2026] GET /v2.0/security-group-rules/d7c1216d-c422-436d-a643-b371328c490d => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1660] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1661] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/networks/7df26ab8-b47a-4b30-b3d3-64ce57b98485 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1662] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/security-group-rules/d7c1216d-c422-436d-a643-b371328c490d => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1663] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:18.593 7 WARNING neutron_lib.context [None req-77e3b971-6256-452b-9fd1-4c1cb818e7b5 60d93a7c281e45beac81c55d151b681c bd0fdf9e585e48b19c67d4104dd91036 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 812/1664] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/networks/191c353b-ca4e-4081-ac1c-b13b3d3e9da9 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1665] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:13:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1666] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:13:18 2026] GET /v2.0/security-group-rules/8e84b4ef-17a9-464b-bd4b-a1a6a70ec29a => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1667] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1668] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/networks/ecb8c217-0d5b-4dc1-abe3-30739626ee2c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1669] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:13:18 2026] DELETE /v2.0/security-group-rules/8e84b4ef-17a9-464b-bd4b-a1a6a70ec29a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1670] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:18.968 7 WARNING neutron_lib.context [None req-df6ca171-5ff2-418b-8500-11f4da9c65f6 60d93a7c281e45beac81c55d151b681c bd0fdf9e585e48b19c67d4104dd91036 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 857/1671] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:13:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1672] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:13:19 2026] GET /v2.0/security-group-rules/873afcc3-a441-428d-8fb4-6ebc3543d498 => generated 602 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1673] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:19 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1674] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:13:19 2026] DELETE /v2.0/security-group-rules/873afcc3-a441-428d-8fb4-6ebc3543d498 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1675] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1676] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:19 2026] DELETE /v2.0/security-groups/8125c434-28e5-4ce1-8cbb-c2395a9ba545 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1677] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1678] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1679] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:19 2026] GET /v2.0/security-groups?tenant_id=acdd256b5b454dd48e1ebe32db2e70b6&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1680] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:19 2026] DELETE /v2.0/security-groups/8825afa6-7732-4232-9236-2e914ad534d2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:20.230 8 INFO neutron.services.segments.plugin [-] Segment 0b866097-04da-4b15-9daa-7b7a24083a72 resource provider aggregate not found 2026-06-30 19:13:20.239 8 INFO neutron.services.segments.plugin [-] Segment 0b866097-04da-4b15-9daa-7b7a24083a72 resource provider aggregate not found 2026-06-30 19:13:20.243 8 INFO neutron.services.segments.plugin [-] Segment 0b866097-04da-4b15-9daa-7b7a24083a72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b866097-04da-4b15-9daa-7b7a24083a72 found for delete ", "request_id": "req-232c49e0-f289-41fc-a1f2-e7c3249bbd7f"}]} 2026-06-30 19:13:20.248 8 INFO neutron.services.segments.plugin [-] Segment 0b866097-04da-4b15-9daa-7b7a24083a72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b866097-04da-4b15-9daa-7b7a24083a72 found for delete ", "request_id": "req-e71bbcb3-619f-45f4-badc-47fde2850715"}]} 2026-06-30 19:13:20.253 8 INFO neutron.services.segments.plugin [-] Segment 4a13c751-49cc-4084-b0db-770d27d6ecdf resource provider aggregate not found 2026-06-30 19:13:20.259 8 INFO neutron.services.segments.plugin [-] Segment 4a13c751-49cc-4084-b0db-770d27d6ecdf resource provider aggregate not found 2026-06-30 19:13:20.267 8 INFO neutron.services.segments.plugin [-] Segment 4a13c751-49cc-4084-b0db-770d27d6ecdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a13c751-49cc-4084-b0db-770d27d6ecdf found for delete ", "request_id": "req-dedd092f-cd59-4881-9bea-004e6e275c5d"}]} 2026-06-30 19:13:20.270 8 INFO neutron.services.segments.plugin [-] Segment 4a13c751-49cc-4084-b0db-770d27d6ecdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a13c751-49cc-4084-b0db-770d27d6ecdf found for delete ", "request_id": "req-b02084a4-17ab-44df-ab3e-1f01a5898d17"}]} 2026-06-30 19:13:20.277 8 INFO neutron.services.segments.plugin [-] Segment 2a088633-b749-4cd7-bc2b-6d291a3b9a76 resource provider aggregate not found 2026-06-30 19:13:20.281 8 INFO neutron.services.segments.plugin [-] Segment 2a088633-b749-4cd7-bc2b-6d291a3b9a76 resource provider aggregate not found 2026-06-30 19:13:20.292 8 INFO neutron.services.segments.plugin [-] Segment 2a088633-b749-4cd7-bc2b-6d291a3b9a76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a088633-b749-4cd7-bc2b-6d291a3b9a76 found for delete ", "request_id": "req-170d8769-35df-45b9-a3d6-512151f3c37e"}]} 2026-06-30 19:13:20.295 8 INFO neutron.services.segments.plugin [-] Segment 2a088633-b749-4cd7-bc2b-6d291a3b9a76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a088633-b749-4cd7-bc2b-6d291a3b9a76 found for delete ", "request_id": "req-d3711ce5-164b-480f-a80c-537469b99374"}]} 2026-06-30 19:13:20.310 8 INFO neutron.services.segments.plugin [-] Segment 082d100b-0981-4c0d-8f6b-df5451ac7435 resource provider aggregate not found 2026-06-30 19:13:20.314 8 INFO neutron.services.segments.plugin [-] Segment 082d100b-0981-4c0d-8f6b-df5451ac7435 resource provider aggregate not found 2026-06-30 19:13:20.329 8 INFO neutron.services.segments.plugin [-] Segment 082d100b-0981-4c0d-8f6b-df5451ac7435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 082d100b-0981-4c0d-8f6b-df5451ac7435 found for delete ", "request_id": "req-df3c0dbf-6c9d-41e1-b78c-3f8143c5a187"}]} 2026-06-30 19:13:20.329 8 INFO neutron.services.segments.plugin [-] Segment 082d100b-0981-4c0d-8f6b-df5451ac7435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 082d100b-0981-4c0d-8f6b-df5451ac7435 found for delete ", "request_id": "req-2a7de44f-15bc-4368-ba92-2f3a82ada49d"}]} [pid: 8|app: 0|req: 820/1681] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:20 2026] GET /v2.0/security-groups?tenant_id=d1f9d835a12d40baa0ad419a1aaba837&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1682] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:20 2026] GET /v2.0/security-groups?tenant_id=bd0fdf9e585e48b19c67d4104dd91036&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1683] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:20 2026] DELETE /v2.0/security-groups/74ec0259-c6ac-480f-93c8-7b6081e272a1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1684] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:20 2026] GET /v2.0/security-groups?tenant_id=ab3356c36cdb49aabffd077196b17cec&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1685] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:20 2026] DELETE /v2.0/security-groups/c30d26ef-8abf-4905-807f-aff1ecf31006 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1686] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:20 2026] GET /v2.0/security-groups?tenant_id=6456d86e643d4a438d2fe2103111f826&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1687] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:20 2026] DELETE /v2.0/security-groups/1c353fc0-20db-4f8c-86e0-ea13c628895f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1688] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:20 2026] DELETE /v2.0/security-groups/4b6a8812-fde6-4f63-8c05-cd68f2ddf19d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1689] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:21 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1690] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:21 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1691] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:21 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1279 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1692] 10.0.0.214 () {32 vars in 858 bytes} [Tue Jun 30 19:13:21 2026] GET /v2.0/floatingips?floating_network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e&port_id=38c337a4-9207-4b83-8018-851b42599571 => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1693] 10.0.0.214 () {32 vars in 623 bytes} [Tue Jun 30 19:13:22 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1694] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:13:22 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1279 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1695] 10.0.0.58 () {34 vars in 1119 bytes} [Tue Jun 30 19:13:22 2026] GET /v2.0/security-groups?id=2167d01b-83ac-4728-86da-d20e05cb2a75&id=c7b89344-7f93-4937-a70d-810e0bdfa58a&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1696] 10.0.0.214 () {32 vars in 633 bytes} [Tue Jun 30 19:13:22 2026] GET /v2.0/ => generated 632 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1697] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:22 2026] GET /v2.0/security-groups?tenant_id=60cf58c2c01447c58bd284742d987e89&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1698] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:22 2026] GET /v2.0/security-groups?tenant_id=51971f5b1b864e66896c1ca78c512b10&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: 829/1699] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:23 2026] DELETE /v2.0/security-groups/460c999f-4329-4a62-8b84-389a8244651e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1700] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:23 2026] DELETE /v2.0/security-groups/aafce178-f57e-4efe-8d90-184d76263ec6 => 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: 830/1701] 10.0.0.214 () {34 vars in 678 bytes} [Tue Jun 30 19:13:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1702] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:13:24 2026] PUT /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1703] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1704] 10.0.0.214 () {34 vars in 764 bytes} [Tue Jun 30 19:13:24 2026] PUT /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1705] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1706] 10.0.0.214 () {34 vars in 760 bytes} [Tue Jun 30 19:13:24 2026] PUT /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags/red => generated 4 bytes in 17 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1707] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1708] 10.0.0.214 () {34 vars in 782 bytes} [Tue Jun 30 19:13:24 2026] PUT /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags/black.or.white => 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: 834/1709] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1710] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:13:24 2026] PUT /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1711] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1712] 10.0.0.214 () {32 vars in 741 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:24.394 7 INFO neutron.api.v2.resource [None req-c189c88a-45bd-4426-a862-7e9a18b476d4 35509686403445b79c120e1aeeb712bd fbc513898dd04a6dbf1173c05155e743 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1713] 10.0.0.214 () {32 vars in 745 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags/green => generated 99 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1714] 10.0.0.214 () {32 vars in 744 bytes} [Tue Jun 30 19:13:24 2026] DELETE /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1715] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1716] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:24.474 7 INFO neutron.api.v2.resource [None req-fabf6fc4-38ce-4d89-a0c6-ed2682b0e33a 35509686403445b79c120e1aeeb712bd fbc513898dd04a6dbf1173c05155e743 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1717] 10.0.0.214 () {32 vars in 748 bytes} [Tue Jun 30 19:13:24 2026] DELETE /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1718] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1719] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:24 2026] DELETE /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1720] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:13:24 2026] GET /v2.0/policies/b69860b7-2036-42b9-97f8-b258812c9ab0/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1721] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:24 2026] DELETE /v2.0/qos/policies/b69860b7-2036-42b9-97f8-b258812c9ab0 => 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: 839/1722] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:25 2026] GET /v2.0/security-groups?tenant_id=727c2777f5754a999b69eeee65182c49&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1723] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:25 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1724] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:25 2026] DELETE /v2.0/security-groups/0a85df07-5ad2-4bc2-b768-9aca9328f1f9 => 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: 841/1725] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:25 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&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: 7|app: 0|req: 885/1726] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:25 2026] GET /v2.0/security-groups?tenant_id=fbc513898dd04a6dbf1173c05155e743&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1727] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:25 2026] DELETE /v2.0/security-groups/f6d0f3e2-22f1-4d60-845f-d25abcbae43c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1728] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:13:26 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:26.724 8 INFO neutron.db.l3_db [req-270cfc10-2ca7-4cbb-a663-7ff42fb790ae req-9da8ad0a-4764-4c30-9a5a-13a89f2002c2 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] Floating IP 65c50bde-833e-4a40-a4af-48d15b73bf1b disassociated. External IP: 10.96.250.214, port: 38c337a4-9207-4b83-8018-851b42599571. [pid: 7|app: 0|req: 887/1729] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:26 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1732] 10.0.0.190 () {34 vars in 1120 bytes} [Tue Jun 30 19:13:26 2026] GET /v2.0/security-groups?id=c7b89344-7f93-4937-a70d-810e0bdfa58a&id=2167d01b-83ac-4728-86da-d20e05cb2a75&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1733] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:13:26 2026] DELETE /v2.0/ports/38c337a4-9207-4b83-8018-851b42599571 => generated 0 bytes in 684 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1734] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:27 2026] GET /v2.0/security-groups?tenant_id=be23c1bcd0984503bec835022b9e53c4&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:27.917 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cfbbd32-bb52-44e1-a05f-b235cd063013'] response: {'server_uuid': 'c48ca7d0-69d2-4648-bc06-91094c6f0f3b', 'name': 'network-vif-deleted', 'tag': '38c337a4-9207-4b83-8018-851b42599571', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 892/1735] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:27 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => 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: 844/1736] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:27 2026] DELETE /v2.0/security-groups/21664bd9-3aa6-44ed-8103-de852f3de851 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1737] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:27 2026] GET /v2.0/security-groups?tenant_id=ecf23dccdb5e4dd09995409846dca221&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1738] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:28 2026] DELETE /v2.0/security-groups/143236fb-fcf6-4962-ac08-dcedc3274a01 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1739] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:28 2026] GET /v2.0/security-groups?tenant_id=3d6bf20497354690b5ac9a4041f5bfba&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1740] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:28 2026] DELETE /v2.0/security-groups/e82ec1e4-e9e7-4316-a9b5-2d099abe3dcd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1741] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:29 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:29.493 8 WARNING neutron_lib.context [None req-d4a2a456-de88-401e-ab5b-2e4db1e24b1b 4bc7ed119c1b4da8ac43edd2ce1d7272 4c293c6d6c89459190f7bff4bd74cbb7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:29.542 8 INFO neutron.db.segments_db [None req-d4a2a456-de88-401e-ab5b-2e4db1e24b1b 4bc7ed119c1b4da8ac43edd2ce1d7272 4c293c6d6c89459190f7bff4bd74cbb7 - - default default] Added segment f014ecd8-7f2c-4790-a939-0fde020b5138 of type vxlan for network 6feee85c-22fd-45d6-87c7-9dae2b364767 2026-06-30 19:13:29.868 8 INFO neutron.db.l3_hamode_db [None req-d4a2a456-de88-401e-ab5b-2e4db1e24b1b 4bc7ed119c1b4da8ac43edd2ce1d7272 4c293c6d6c89459190f7bff4bd74cbb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:13:30.025 8 INFO neutron.db.l3_hamode_db [None req-d4a2a456-de88-401e-ab5b-2e4db1e24b1b 4bc7ed119c1b4da8ac43edd2ce1d7272 4c293c6d6c89459190f7bff4bd74cbb7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 896/1742] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:29 2026] GET /v2.0/security-groups?tenant_id=6825444c96014a608db9a28a3a327ea9&name=default => generated 2925 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1743] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:13:30 2026] GET /v2.0/ports?device_id=c48ca7d0-69d2-4648-bc06-91094c6f0f3b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1744] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:30 2026] DELETE /v2.0/security-groups/d4a5f475-5f75-4723-9eff-2e87a5860d92 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1745] 10.0.0.214 () {34 vars in 668 bytes} [Tue Jun 30 19:13:29 2026] POST /v2.0/routers => generated 474 bytes in 1298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1746] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:13:30 2026] PUT /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1747] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:30 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1748] 10.0.0.214 () {34 vars in 762 bytes} [Tue Jun 30 19:13:30 2026] PUT /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1749] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:30 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1750] 10.0.0.214 () {34 vars in 758 bytes} [Tue Jun 30 19:13:30 2026] PUT /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1751] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1752] 10.0.0.214 () {34 vars in 780 bytes} [Tue Jun 30 19:13:31 2026] PUT /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1753] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 52 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1754] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:13:31 2026] PUT /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1755] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1756] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:31.595 8 INFO neutron.api.v2.resource [None req-b900e050-6ac3-4eb5-872a-b6153c7a0fb9 4bc7ed119c1b4da8ac43edd2ce1d7272 4c293c6d6c89459190f7bff4bd74cbb7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 853/1757] 10.0.0.214 () {32 vars in 743 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1758] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:13:31 2026] DELETE /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags/red => 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: 854/1759] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:31 2026] DELETE /v2.0/security-groups/2167d01b-83ac-4728-86da-d20e05cb2a75 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:31.736 8 INFO neutron.api.v2.resource [None req-970e9ed2-3291-4d52-89d4-afe14301b1a4 0dd514c1436d408f8569fd105991d584 d7c46b8e742a4d898e1f69833eefd7f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 855/1760] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/security-groups/2167d01b-83ac-4728-86da-d20e05cb2a75 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1761] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 30 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:31.811 7 INFO neutron.api.v2.resource [None req-b4f0ec8b-041e-44e6-809c-86bb3985231e 4bc7ed119c1b4da8ac43edd2ce1d7272 4c293c6d6c89459190f7bff4bd74cbb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 907/1762] 10.0.0.214 () {32 vars in 746 bytes} [Tue Jun 30 19:13:31 2026] DELETE /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1763] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:31 2026] DELETE /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1764] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1765] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:31 2026] DELETE /v2.0/floatingips/65c50bde-833e-4a40-a4af-48d15b73bf1b => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1766] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:13:31 2026] GET /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74 => generated 480 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1767] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:31 2026] DELETE /v2.0/security-groups/c7b89344-7f93-4937-a70d-810e0bdfa58a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1768] 10.0.0.214 () {34 vars in 742 bytes} [Tue Jun 30 19:13:32 2026] PUT /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74 => generated 480 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1769] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:32 2026] GET /v2.0/security-groups?tenant_id=190bc509020b4620a1bac9be4ad3f60e&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:32.813 7 WARNING neutron_lib.context [None req-fe7a7885-8116-418e-8be6-46a0d9797b7c 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:32.814 7 WARNING neutron_lib.context [None req-fe7a7885-8116-418e-8be6-46a0d9797b7c 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:32.987 7 INFO neutron.db.segments_db [None req-fe7a7885-8116-418e-8be6-46a0d9797b7c 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Added segment 59e33a98-b77b-4485-af3b-866247e55470 of type vxlan for network 8be13107-6467-45b6-845d-91197335bfc6 [pid: 8|app: 0|req: 858/1770] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:13:32 2026] PUT /v2.0/routers/687305ed-e2aa-4fe7-8c29-47da6b4a45e4/remove_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1771] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:13:33 2026] GET /v2.0/ports?device_id=f2649533-33ea-4aa4-819a-9ff70f89be74 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:33.045 7 INFO neutron.db.segments_db [None req-fe7a7885-8116-418e-8be6-46a0d9797b7c 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Added segment 30143b47-6f0b-4df9-a8be-69d4ae67ee0c of type vxlan for network 4acf8f10-417d-4891-af62-f295c6dd6ff0 [pid: 8|app: 0|req: 860/1772] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:33 2026] DELETE /v2.0/security-groups/55303b86-3d39-4ad2-950a-7e0b6cbc4fce => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1773] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:32 2026] POST /v2.0/networks => generated 1243 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:13:33.681 7 INFO neutron.services.segments.plugin [-] Segment f014ecd8-7f2c-4790-a939-0fde020b5138 resource provider aggregate not found 2026-06-30 19:13:33.690 7 INFO neutron.services.segments.plugin [-] Segment f014ecd8-7f2c-4790-a939-0fde020b5138 resource provider aggregate not found 2026-06-30 19:13:33.694 7 INFO neutron.services.segments.plugin [-] Segment f014ecd8-7f2c-4790-a939-0fde020b5138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f014ecd8-7f2c-4790-a939-0fde020b5138 found for delete ", "request_id": "req-04daa309-8d87-4508-8747-3e193956e0f0"}]} 2026-06-30 19:13:33.696 7 INFO neutron.db.l3_hamode_db [None req-f71a3893-edc2-4aaf-b8d3-50839df37b4f 4bc7ed119c1b4da8ac43edd2ce1d7272 4c293c6d6c89459190f7bff4bd74cbb7 - - default default] HA network 6feee85c-22fd-45d6-87c7-9dae2b364767 was deleted as no HA routers are present in tenant 4c293c6d6c89459190f7bff4bd74cbb7. [pid: 7|app: 0|req: 914/1774] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:33 2026] DELETE /v2.0/routers/f2649533-33ea-4aa4-819a-9ff70f89be74 => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:33.711 7 INFO neutron.services.segments.plugin [-] Segment f014ecd8-7f2c-4790-a939-0fde020b5138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f014ecd8-7f2c-4790-a939-0fde020b5138 found for delete ", "request_id": "req-a66a8923-7a8e-4a0d-95ee-9b9dc26ba6b1"}]} [pid: 7|app: 0|req: 915/1775] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:13:33 2026] GET /v2.0/networks => generated 1842 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1776] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:33 2026] DELETE /v2.0/networks/8be13107-6467-45b6-845d-91197335bfc6 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:33.913 8 INFO neutron.services.segments.plugin [-] Segment ea85cca0-65fd-4b50-ad4a-5ef3f0270279 resource provider aggregate not found 2026-06-30 19:13:33.916 8 INFO neutron.services.segments.plugin [-] Segment ea85cca0-65fd-4b50-ad4a-5ef3f0270279 resource provider aggregate not found 2026-06-30 19:13:33.925 8 INFO neutron.db.l3_hamode_db [None req-355f6718-8df0-4e53-b3db-770792c4503c 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 3a34cf1d-a09f-420b-9e4d-fab159600338 was deleted as no HA routers are present in tenant d7c46b8e742a4d898e1f69833eefd7f6. [pid: 8|app: 0|req: 861/1777] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:33 2026] DELETE /v2.0/routers/687305ed-e2aa-4fe7-8c29-47da6b4a45e4 => generated 0 bytes in 782 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:33.936 8 INFO neutron.services.segments.plugin [-] Segment ea85cca0-65fd-4b50-ad4a-5ef3f0270279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea85cca0-65fd-4b50-ad4a-5ef3f0270279 found for delete ", "request_id": "req-bf672d15-c57b-469e-b070-b6f4b9909124"}]} 2026-06-30 19:13:33.941 8 INFO neutron.services.segments.plugin [-] Segment ea85cca0-65fd-4b50-ad4a-5ef3f0270279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea85cca0-65fd-4b50-ad4a-5ef3f0270279 found for delete ", "request_id": "req-f29c0131-1937-452c-bff5-011c16d0ee6e"}]} [pid: 7|app: 0|req: 917/1778] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:33 2026] DELETE /v2.0/networks/4acf8f10-417d-4891-af62-f295c6dd6ff0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1779] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:33 2026] DELETE /v2.0/subnets/8803232d-36e1-4e9b-b0af-e8d6173ddbf5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1780] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:13:34 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:34.132 7 WARNING neutron_lib.context [None req-95db0587-c7d4-488b-aaf4-017aea711d78 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:34.185 7 INFO neutron.db.segments_db [None req-95db0587-c7d4-488b-aaf4-017aea711d78 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Added segment 60889bd9-07c9-4778-b1aa-7c9577eaed38 of type vxlan for network 9b0a38ed-3a2f-4334-a2e3-3d53103d003f [pid: 7|app: 0|req: 919/1781] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/networks => generated 652 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1782] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:34 2026] DELETE /v2.0/networks/c1bb4f35-1a60-4a85-8864-449da0bd68eb => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:34.339 8 WARNING neutron_lib.context [None req-2dfde2d3-c75d-4b22-8b48-053e1ee1ba24 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:34.390 8 INFO neutron.db.segments_db [None req-2dfde2d3-c75d-4b22-8b48-053e1ee1ba24 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Added segment 40ee1cee-6aab-4ebe-914e-26c7347a9515 of type vxlan for network 21269604-a485-4964-916e-2546ea675412 [pid: 8|app: 0|req: 864/1783] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/networks => generated 654 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1784] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:34 2026] GET /v2.0/security-groups?tenant_id=ad4a030f16564902921c84b0044c9093&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:34.565 7 WARNING neutron_lib.context [None req-b1a22eb4-0ce9-453a-9604-0909c513641e 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:34.607 7 WARNING neutron_lib.context [None req-b1a22eb4-0ce9-453a-9604-0909c513641e 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 921/1785] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:13:34 2026] POST /v2.0/ports => generated 1505 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 922/1786] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/security-groups/9115900b-121a-4e55-a31b-973db12e4ee7 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1787] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/ports => generated 1505 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1788] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/ports/0be4406e-37ba-4763-a4a4-c826f53de596 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1789] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:13:34 2026] PUT /v2.0/routers/b75f4cb0-ac62-4fe1-ac01-29bdafe5aecb/remove_router_interface => generated 309 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1790] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/security-groups?tenant_id=4c293c6d6c89459190f7bff4bd74cbb7&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:35.715 7 INFO neutron.services.segments.plugin [-] Segment 59e33a98-b77b-4485-af3b-866247e55470 resource provider aggregate not found 2026-06-30 19:13:35.727 7 INFO neutron.services.segments.plugin [-] Segment 59e33a98-b77b-4485-af3b-866247e55470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59e33a98-b77b-4485-af3b-866247e55470 found for delete ", "request_id": "req-ef2db165-e759-4401-a79b-dacd53fd5540"}]} 2026-06-30 19:13:35.733 7 INFO neutron.services.segments.plugin [-] Segment 59e33a98-b77b-4485-af3b-866247e55470 resource provider aggregate not found 2026-06-30 19:13:35.741 7 INFO neutron.services.segments.plugin [-] Segment 30143b47-6f0b-4df9-a8be-69d4ae67ee0c resource provider aggregate not found 2026-06-30 19:13:35.745 7 INFO neutron.services.segments.plugin [-] Segment 59e33a98-b77b-4485-af3b-866247e55470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59e33a98-b77b-4485-af3b-866247e55470 found for delete ", "request_id": "req-6ecc7224-4aa7-428e-8509-2fc1e9306046"}]} 2026-06-30 19:13:35.757 7 INFO neutron.services.segments.plugin [-] Segment 30143b47-6f0b-4df9-a8be-69d4ae67ee0c resource provider aggregate not found [pid: 8|app: 0|req: 866/1791] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/ports/cb061bf7-f59c-4648-9487-91bfb89349f1 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:35.760 7 INFO neutron.services.segments.plugin [-] Segment 30143b47-6f0b-4df9-a8be-69d4ae67ee0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30143b47-6f0b-4df9-a8be-69d4ae67ee0c found for delete ", "request_id": "req-6a1e22b2-d909-4c06-9138-576e1e1b3a04"}]} 2026-06-30 19:13:35.767 7 INFO neutron.services.segments.plugin [-] Segment 30143b47-6f0b-4df9-a8be-69d4ae67ee0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30143b47-6f0b-4df9-a8be-69d4ae67ee0c found for delete ", "request_id": "req-16417c24-2e49-4420-bbd1-5eb0229c7591"}]} [pid: 8|app: 0|req: 867/1792] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/security-groups/e854854e-d0d2-4068-a56d-b24d7de6f8db => 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: 868/1793] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:13:35 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:35.889 8 WARNING neutron_lib.context [None req-045742bc-2647-4c22-bb72-7c60ebad6d62 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:35.950 8 INFO neutron.db.segments_db [None req-045742bc-2647-4c22-bb72-7c60ebad6d62 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Added segment 9ba86df0-2141-416e-9b10-33656c537b66 of type vxlan for network 37fde10f-7f65-4ff1-a2a5-c77889bd9135 2026-06-30 19:13:35.953 8 INFO neutron.services.segments.plugin [-] Segment ebc286b2-d38e-4933-aa65-8b3c0e258f50 resource provider aggregate not found 2026-06-30 19:13:35.958 8 INFO neutron.services.segments.plugin [-] Segment ebc286b2-d38e-4933-aa65-8b3c0e258f50 resource provider aggregate not found 2026-06-30 19:13:35.967 8 INFO neutron.services.segments.plugin [-] Segment ebc286b2-d38e-4933-aa65-8b3c0e258f50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc286b2-d38e-4933-aa65-8b3c0e258f50 found for delete ", "request_id": "req-6c4469f2-6ebb-4ce9-87a3-52554af3b5d6"}]} 2026-06-30 19:13:35.971 8 INFO neutron.services.segments.plugin [-] Segment ebc286b2-d38e-4933-aa65-8b3c0e258f50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc286b2-d38e-4933-aa65-8b3c0e258f50 found for delete ", "request_id": "req-bc687c00-e9b1-4307-901b-304c6ddbef20"}]} [pid: 8|app: 0|req: 869/1794] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:35 2026] POST /v2.0/networks => generated 654 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:36.057 8 WARNING neutron_lib.context [None req-38a38e71-a98b-4a95-9b79-32019cbab966 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:36.114 8 INFO neutron.db.segments_db [None req-38a38e71-a98b-4a95-9b79-32019cbab966 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Added segment 18d53591-3635-4089-b4b7-6baf349ada40 of type vxlan for network 95f7f100-b0d9-43ce-ba11-a11d239e9662 [pid: 8|app: 0|req: 870/1795] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:36 2026] POST /v2.0/networks => generated 652 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:36.543 7 INFO neutron.db.l3_hamode_db [None req-51d95642-af9a-4480-8219-1aec4281d6ee 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] HA network 26bbbc87-92f8-4619-bb71-fd1b2380e081 was deleted as no HA routers are present in tenant d8414a37dc52458e968b9f4f7e9babf7. [pid: 7|app: 0|req: 926/1796] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:35 2026] DELETE /v2.0/routers/b75f4cb0-ac62-4fe1-ac01-29bdafe5aecb => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1797] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:36 2026] DELETE /v2.0/subnets/6e129c23-df51-4f6a-90a0-2f2076fea3e4 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:36.766 7 WARNING neutron_lib.context [None req-462d19ff-2be2-47cf-8bec-4a09f1116b9d 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:36.791 7 WARNING neutron_lib.context [None req-462d19ff-2be2-47cf-8bec-4a09f1116b9d 6e2954ee96de4b1f90cfe74efe626732 b7d1310922b6485c9601a30c3001f918 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 871/1798] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:36 2026] GET /v2.0/security-groups?tenant_id=eb2d8e43b4dd4ecf98ba7587a91eb683&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: 872/1799] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:36 2026] DELETE /v2.0/networks/34947d8b-153c-4aa4-a46d-df40b145fda3 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1800] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/security-groups/4129eb9f-bd60-4641-8974-1e14e39d82ca => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1801] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:36 2026] POST /v2.0/subnets => generated 1324 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1802] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:13:37 2026] GET /v2.0/subnets => generated 1960 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1803] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:37 2026] GET /v2.0/security-groups?tenant_id=d7c46b8e742a4d898e1f69833eefd7f6&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1804] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/subnets/f3c02e55-506b-4684-9c7b-190892d07238 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1805] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/security-groups/0371acad-fbbc-40aa-822f-c946d1832048 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1806] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/subnets/84e87ac6-c3da-4381-97f8-84ad25b1d99a => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1807] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:13:37 2026] GET /v2.0/subnets => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:37.777 7 INFO neutron.services.segments.plugin [-] Segment 2f2c93f7-5af6-4518-b17b-9cf22b3f82f7 resource provider aggregate not found 2026-06-30 19:13:37.787 7 INFO neutron.services.segments.plugin [-] Segment 2f2c93f7-5af6-4518-b17b-9cf22b3f82f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2c93f7-5af6-4518-b17b-9cf22b3f82f7 found for delete ", "request_id": "req-2f54b379-4551-48fb-96de-2b994061deb1"}]} 2026-06-30 19:13:37.797 7 INFO neutron.services.segments.plugin [-] Segment 2f2c93f7-5af6-4518-b17b-9cf22b3f82f7 resource provider aggregate not found 2026-06-30 19:13:37.801 7 INFO neutron.services.segments.plugin [-] Segment 18d53591-3635-4089-b4b7-6baf349ada40 resource provider aggregate not found [pid: 8|app: 0|req: 878/1808] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:37 2026] GET /v2.0/security-groups?tenant_id=d8414a37dc52458e968b9f4f7e9babf7&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:37.813 7 INFO neutron.services.segments.plugin [-] Segment 18d53591-3635-4089-b4b7-6baf349ada40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d53591-3635-4089-b4b7-6baf349ada40 found for delete ", "request_id": "req-50d91130-5c6a-4ae4-8ffa-78edba963a38"}]} [pid: 7|app: 0|req: 931/1809] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/networks/95f7f100-b0d9-43ce-ba11-a11d239e9662 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:37.837 7 INFO neutron.services.segments.plugin [-] Segment 2f2c93f7-5af6-4518-b17b-9cf22b3f82f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f2c93f7-5af6-4518-b17b-9cf22b3f82f7 found for delete ", "request_id": "req-a3f70586-165f-42ff-985a-cd29a599dfcd"}]} 2026-06-30 19:13:37.866 7 INFO neutron.services.segments.plugin [-] Segment 18d53591-3635-4089-b4b7-6baf349ada40 resource provider aggregate not found 2026-06-30 19:13:37.884 7 INFO neutron.services.segments.plugin [-] Segment 18d53591-3635-4089-b4b7-6baf349ada40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d53591-3635-4089-b4b7-6baf349ada40 found for delete ", "request_id": "req-a0dd4934-58ad-46fb-8abc-b1ff1ebfc7e5"}]} [pid: 8|app: 0|req: 879/1810] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/security-groups/df3a7cf0-11f2-4d49-82a8-a060d5c5f336 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1811] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/networks/37fde10f-7f65-4ff1-a2a5-c77889bd9135 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:38.025 8 INFO neutron.services.segments.plugin [-] Segment efe135bc-2dec-4ed4-896d-8d2a17c80469 resource provider aggregate not found 2026-06-30 19:13:38.033 8 INFO neutron.services.segments.plugin [-] Segment efe135bc-2dec-4ed4-896d-8d2a17c80469 resource provider aggregate not found 2026-06-30 19:13:38.050 8 INFO neutron.services.segments.plugin [-] Segment efe135bc-2dec-4ed4-896d-8d2a17c80469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe135bc-2dec-4ed4-896d-8d2a17c80469 found for delete ", "request_id": "req-004a33e1-d97f-4d3d-82e5-26cebee68fa4"}]} 2026-06-30 19:13:38.053 8 INFO neutron.services.segments.plugin [-] Segment efe135bc-2dec-4ed4-896d-8d2a17c80469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efe135bc-2dec-4ed4-896d-8d2a17c80469 found for delete ", "request_id": "req-1c80a28a-711e-4ab6-802b-42cd049a91c9"}]} [pid: 8|app: 0|req: 880/1812] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:37 2026] DELETE /v2.0/networks/21269604-a485-4964-916e-2546ea675412 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1813] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:38 2026] DELETE /v2.0/networks/9b0a38ed-3a2f-4334-a2e3-3d53103d003f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1814] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:38 2026] GET /v2.0/security-groups?tenant_id=b7d1310922b6485c9601a30c3001f918&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1815] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:38 2026] DELETE /v2.0/security-groups/5bba19e8-639e-4559-beb1-aab645eb3349 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:39.489 8 WARNING neutron_lib.context [None req-8cb0ab4e-db6b-494f-b4c9-f306e8d79724 9bfe8ee70ba3487d8ab8ed3d249d4679 a9dce59190334ef0afdfaf7a5f4b20e3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 882/1816] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:13:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1817] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:13:39 2026] PUT /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/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: 883/1818] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1819] 10.0.0.214 () {34 vars in 770 bytes} [Tue Jun 30 19:13:39 2026] PUT /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags/green => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1820] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1821] 10.0.0.214 () {34 vars in 766 bytes} [Tue Jun 30 19:13:39 2026] PUT /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/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: 885/1822] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:39.830 7 INFO neutron.services.segments.plugin [-] Segment 9ba86df0-2141-416e-9b10-33656c537b66 resource provider aggregate not found [pid: 7|app: 0|req: 938/1823] 10.0.0.214 () {34 vars in 788 bytes} [Tue Jun 30 19:13:39 2026] PUT /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1824] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:39.874 7 INFO neutron.services.segments.plugin [-] Segment 9ba86df0-2141-416e-9b10-33656c537b66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba86df0-2141-416e-9b10-33656c537b66 found for delete ", "request_id": "req-f0110ba5-7c17-43ab-92a5-5c4b52f4ea0d"}]} 2026-06-30 19:13:39.897 7 INFO neutron.services.segments.plugin [-] Segment 60889bd9-07c9-4778-b1aa-7c9577eaed38 resource provider aggregate not found 2026-06-30 19:13:39.905 7 INFO neutron.services.segments.plugin [-] Segment 9ba86df0-2141-416e-9b10-33656c537b66 resource provider aggregate not found 2026-06-30 19:13:39.910 7 INFO neutron.services.segments.plugin [-] Segment 60889bd9-07c9-4778-b1aa-7c9577eaed38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60889bd9-07c9-4778-b1aa-7c9577eaed38 found for delete ", "request_id": "req-27610a63-18ab-4430-97aa-207f64e50457"}]} 2026-06-30 19:13:39.922 7 INFO neutron.services.segments.plugin [-] Segment 9ba86df0-2141-416e-9b10-33656c537b66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ba86df0-2141-416e-9b10-33656c537b66 found for delete ", "request_id": "req-ba9f29c1-97bd-4afb-8e10-779d3ea9dd30"}]} [pid: 7|app: 0|req: 939/1825] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:13:39 2026] PUT /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1826] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:39.971 7 INFO neutron.services.segments.plugin [-] Segment 60889bd9-07c9-4778-b1aa-7c9577eaed38 resource provider aggregate not found 2026-06-30 19:13:39.992 7 INFO neutron.services.segments.plugin [-] Segment 60889bd9-07c9-4778-b1aa-7c9577eaed38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60889bd9-07c9-4778-b1aa-7c9577eaed38 found for delete ", "request_id": "req-e19fc4cd-8d4c-487f-bdbd-810f72c37db3"}]} [pid: 7|app: 0|req: 940/1827] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:40.022 8 INFO neutron.api.v2.resource [None req-ceefb9be-cc48-4280-ac1f-ed55ae484f89 9bfe8ee70ba3487d8ab8ed3d249d4679 a9dce59190334ef0afdfaf7a5f4b20e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 888/1828] 10.0.0.214 () {32 vars in 751 bytes} [Tue Jun 30 19:13:39 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1829] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:13:40 2026] DELETE /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:40.094 8 INFO neutron.services.segments.plugin [-] Segment 40ee1cee-6aab-4ebe-914e-26c7347a9515 resource provider aggregate not found 2026-06-30 19:13:40.100 8 INFO neutron.services.segments.plugin [-] Segment 40ee1cee-6aab-4ebe-914e-26c7347a9515 resource provider aggregate not found [pid: 8|app: 0|req: 889/1830] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:40.134 7 INFO neutron.api.v2.resource [None req-b7d65ea7-5dfc-4815-b601-d8d27e160468 9bfe8ee70ba3487d8ab8ed3d249d4679 a9dce59190334ef0afdfaf7a5f4b20e3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/1831] 10.0.0.214 () {32 vars in 754 bytes} [Tue Jun 30 19:13:40 2026] DELETE /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:13:40.147 8 INFO neutron.services.segments.plugin [-] Segment 40ee1cee-6aab-4ebe-914e-26c7347a9515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40ee1cee-6aab-4ebe-914e-26c7347a9515 found for delete ", "request_id": "req-6f2395db-c0c6-4d14-b8b7-751b1e3c9596"}]} 2026-06-30 19:13:40.148 8 INFO neutron.services.segments.plugin [-] Segment 40ee1cee-6aab-4ebe-914e-26c7347a9515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40ee1cee-6aab-4ebe-914e-26c7347a9515 found for delete ", "request_id": "req-a642a220-e02e-49d9-b024-ae5e34b28473"}]} [pid: 8|app: 0|req: 890/1832] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:13:40 2026] DELETE /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1833] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7/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: 891/1834] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:40 2026] DELETE /v2.0/subnetpools/35fc0745-3e3f-4701-9e55-3565b0ce3fa7 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:40.978 7 WARNING neutron_lib.context [None req-299b39fd-264e-4b6a-8d44-dd125f374120 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:41.118 7 INFO neutron.db.segments_db [None req-299b39fd-264e-4b6a-8d44-dd125f374120 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Added segment cd5d7948-fa00-44d8-bcdd-e94370270e9a of type vxlan for network 3118209d-9c3e-4027-b73b-6537ac0f91de [pid: 8|app: 0|req: 892/1835] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:40 2026] GET /v2.0/security-groups?tenant_id=a9dce59190334ef0afdfaf7a5f4b20e3&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1836] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:40 2026] POST /v2.0/networks => generated 649 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:41.217 7 WARNING neutron_lib.context [None req-746772d0-b011-4580-8178-0d1b8de1469a 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 893/1837] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:41 2026] DELETE /v2.0/security-groups/145d5cd7-f937-4fa8-ae32-a9b9c5f8d9bb => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1838] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:13:41 2026] POST /v2.0/ports => generated 779 bytes in 258 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-06-30 19:13:41.484 7 WARNING neutron_lib.context [None req-a1687bc7-94d1-4a56-ad8a-86788f78f3d5 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 894/1839] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:41 2026] GET /v2.0/security-groups?tenant_id=3c2969c7b42d45bab537e320e8554ee6&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:41.554 7 INFO neutron.db.segments_db [None req-a1687bc7-94d1-4a56-ad8a-86788f78f3d5 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Added segment a4ab1fee-316e-43d5-80e0-dda6d19c75aa of type vxlan for network f258c75c-596f-43ce-b512-76b3d07afb5f [pid: 8|app: 0|req: 895/1840] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:41 2026] DELETE /v2.0/security-groups/1f79d821-0d92-41f3-a68f-6755dc84af95 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1841] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:41 2026] POST /v2.0/networks => generated 635 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:41.669 8 WARNING neutron_lib.context [None req-527596de-a3f3-4be4-815a-b48e8c20a2da 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 896/1844] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:41 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:41.955 7 WARNING neutron_lib.context [None req-f5a5ad23-83e0-441d-a1b2-9c19a0c5a147 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 949/1845] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:13:41 2026] POST /v2.0/ports => generated 962 bytes in 332 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-06-30 19:13:42.460 7 WARNING neutron_lib.context [None req-f4c8bfe9-86bb-49ff-b01f-a08b730823a2 afed20c8952a49d780b87c331b6e15c0 2158270e8d9343b5839b667262c02a19 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 897/1846] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:42 2026] DELETE /v2.0/ports/557ab2a7-10f2-4b80-888b-99d43123c5db => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:42.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e86567c-fd02-44d4-900f-5a36e27899ea 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 898/1847] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:42 2026] DELETE /v2.0/ports/557ab2a7-10f2-4b80-888b-99d43123c5db => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:42.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-abeffd4f-c452-45d1-9143-b8a694abf583 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 899/1848] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:13:42 2026] GET /v2.0/ports/557ab2a7-10f2-4b80-888b-99d43123c5db => 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: 900/1849] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:42 2026] DELETE /v2.0/subnets/d9de0916-7e0e-40a6-97d8-f7f1db511351 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:43.061 8 INFO neutron.services.segments.plugin [-] Segment a4ab1fee-316e-43d5-80e0-dda6d19c75aa resource provider aggregate not found [pid: 7|app: 0|req: 950/1850] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:13:42 2026] POST /v2.0/floatingips => generated 552 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:43.065 8 INFO neutron.services.segments.plugin [-] Segment a4ab1fee-316e-43d5-80e0-dda6d19c75aa resource provider aggregate not found 2026-06-30 19:13:43.072 8 INFO neutron.services.segments.plugin [-] Segment a4ab1fee-316e-43d5-80e0-dda6d19c75aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ab1fee-316e-43d5-80e0-dda6d19c75aa found for delete ", "request_id": "req-31cfed8b-b0fa-4bad-8659-00a3b8ee6c77"}]} 2026-06-30 19:13:43.072 7 WARNING neutron_lib.context [None req-15fe5336-019a-4b6c-bd58-59aba3b9b5f5 afed20c8952a49d780b87c331b6e15c0 2158270e8d9343b5839b667262c02a19 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:43.080 8 INFO neutron.services.segments.plugin [-] Segment a4ab1fee-316e-43d5-80e0-dda6d19c75aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ab1fee-316e-43d5-80e0-dda6d19c75aa found for delete ", "request_id": "req-c72b27f8-82f6-4d12-b78b-01d12ac5ef42"}]} [pid: 8|app: 0|req: 901/1851] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:42 2026] DELETE /v2.0/networks/f258c75c-596f-43ce-b512-76b3d07afb5f => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:43.104 8 WARNING neutron_lib.context [None req-817ea62a-2788-47b7-9521-614b2dffdd85 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:43.149 8 INFO neutron.db.segments_db [None req-817ea62a-2788-47b7-9521-614b2dffdd85 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Added segment 888409a9-cd5a-4479-8058-6e6cd98d7c5f of type vxlan for network 11cdf26e-8af6-445c-8a11-8543555d81b3 [pid: 8|app: 0|req: 902/1852] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:43 2026] POST /v2.0/networks => generated 635 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:43.244 8 WARNING neutron_lib.context [None req-e3faecf7-5123-4b6a-9d14-77d8f942290b 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 903/1853] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:43 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:43.502 8 WARNING neutron_lib.context [None req-0da7f400-2753-427b-b2f1-0dc762321928 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 951/1854] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:13:43 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:43.655 7 WARNING neutron_lib.context [None req-e6dd2cee-f5cd-4d50-a955-ae51c650931d afed20c8952a49d780b87c331b6e15c0 2158270e8d9343b5839b667262c02a19 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 904/1855] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:13:43 2026] POST /v2.0/ports => generated 927 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1856] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:43 2026] DELETE /v2.0/ports/ef9015d7-b71c-4290-89ea-954f71160602 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:44.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f04e1b3-8180-42e5-871a-a7762ada4d3a 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 906/1857] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:13:44 2026] GET /v2.0/ports/ef9015d7-b71c-4290-89ea-954f71160602 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1858] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:13:43 2026] POST /v2.0/floatingips => generated 552 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:44.213 7 WARNING neutron_lib.context [None req-0d55ada4-a6b7-463a-9672-b47f73093a9f afed20c8952a49d780b87c331b6e15c0 2158270e8d9343b5839b667262c02a19 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 907/1859] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:44 2026] DELETE /v2.0/subnets/79d550d7-e61d-48de-991d-f99c7c639ff0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1860] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:44 2026] DELETE /v2.0/networks/11cdf26e-8af6-445c-8a11-8543555d81b3 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:44.619 8 WARNING neutron_lib.context [None req-ae5acd82-81fa-4436-b797-6493d292631e 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 953/1861] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:13:44 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1862] 10.0.0.214 () {34 vars in 665 bytes} [Tue Jun 30 19:13:44 2026] POST /v2.0/ports => generated 779 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:44.873 8 WARNING neutron_lib.context [None req-aa20341d-c477-43d3-b6a7-82953ae0530d afed20c8952a49d780b87c331b6e15c0 2158270e8d9343b5839b667262c02a19 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:44.934 7 WARNING neutron_lib.context [None req-aa6b5fe3-fdb8-4430-9531-ecd59c69b2dc 86e48e4734a94460960892b824f347d7 0b3117e45b234d6f89cf3919c3887437 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:45.077 7 INFO neutron.db.segments_db [None req-aa6b5fe3-fdb8-4430-9531-ecd59c69b2dc 86e48e4734a94460960892b824f347d7 0b3117e45b234d6f89cf3919c3887437 - - default default] Added segment d058d425-d8d2-444a-baee-b98bed2e89d6 of type vxlan for network be07ec75-df4a-4043-9db9-bb183603e58a 2026-06-30 19:13:45.097 8 INFO neutron.services.segments.plugin [-] Segment 888409a9-cd5a-4479-8058-6e6cd98d7c5f resource provider aggregate not found 2026-06-30 19:13:45.104 8 INFO neutron.services.segments.plugin [-] Segment 888409a9-cd5a-4479-8058-6e6cd98d7c5f resource provider aggregate not found 2026-06-30 19:13:45.112 8 INFO neutron.services.segments.plugin [-] Segment 888409a9-cd5a-4479-8058-6e6cd98d7c5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 888409a9-cd5a-4479-8058-6e6cd98d7c5f found for delete ", "request_id": "req-9c76446c-8128-4dee-8815-d30711259c72"}]} 2026-06-30 19:13:45.116 8 INFO neutron.services.segments.plugin [-] Segment 888409a9-cd5a-4479-8058-6e6cd98d7c5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 888409a9-cd5a-4479-8058-6e6cd98d7c5f found for delete ", "request_id": "req-7375ed76-0832-4b63-aeb4-fefdb7298930"}]} [pid: 7|app: 0|req: 954/1863] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:44 2026] POST /v2.0/networks => generated 629 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1864] 10.0.0.214 () {34 vars in 737 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/ports/d646be8a-36de-4698-865e-5b55061508d3 => generated 752 bytes in 185 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-06-30 19:13:45.363 7 WARNING neutron_lib.context [None req-98157dcd-d2dd-4200-85aa-f1986a467226 86e48e4734a94460960892b824f347d7 0b3117e45b234d6f89cf3919c3887437 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1865] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:13:44 2026] POST /v2.0/floatingips => generated 552 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1866] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:45 2026] POST /v2.0/subnets => generated 626 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1867] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/floatingips/2ac4c922-b4b0-4955-b673-6b86a71ee202/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1868] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:45 2026] DELETE /v2.0/ports/d646be8a-36de-4698-865e-5b55061508d3 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1869] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1870] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/floatingips/155c6849-54a1-4e40-8658-f1f829f87118/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1871] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1872] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports => generated 782 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:13:45.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be143583-48ec-4a45-ac06-ed2c34643cbb 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1873] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports/d646be8a-36de-4698-865e-5b55061508d3 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1874] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/floatingips/51795bde-621a-4de6-a1c9-4ac6c5679f8b/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1875] 10.0.0.214 () {34 vars in 762 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1876] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1877] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/floatingips/46a38ed1-7f5c-4057-a029-db7510fc73df/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1878] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1879] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/ports/4775fd12-f3fa-439f-b5e4-1b21bcba6758 => generated 779 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1880] 10.0.0.214 () {34 vars in 758 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/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: 917/1881] 10.0.0.214 () {32 vars in 672 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:45.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f20f256-0b7d-4dff-9f45-a66f1eb0b720 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 965/1882] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:45 2026] DELETE /v2.0/ports/ef9015d7-b71c-4290-89ea-954f71160602 => 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: 918/1883] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:45.995 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4f796a8-e493-4337-bde4-35972abb5805 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1884] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:45 2026] DELETE /v2.0/subnets/79d550d7-e61d-48de-991d-f99c7c639ff0 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1885] 10.0.0.214 () {32 vars in 686 bytes} [Tue Jun 30 19:13:45 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:46.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f7f6650-13ea-49ae-b9fa-d550341e4f82 846d270be90448c5a787277e247fc69f e9eee771cf0e465e863193dd5334edf6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/1886] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/subnets/d9de0916-7e0e-40a6-97d8-f7f1db511351 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1887] 10.0.0.214 () {34 vars in 780 bytes} [Tue Jun 30 19:13:45 2026] PUT /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1888] 10.0.0.214 () {32 vars in 682 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1889] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1890] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1891] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:13:46 2026] PUT /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1892] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/ports/4775fd12-f3fa-439f-b5e4-1b21bcba6758 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1893] 10.0.0.214 () {32 vars in 680 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1894] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1895] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1896] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:46.331 7 INFO neutron.services.segments.plugin [-] Segment cd5d7948-fa00-44d8-bcdd-e94370270e9a resource provider aggregate not found 2026-06-30 19:13:46.341 7 INFO neutron.services.segments.plugin [-] Segment cd5d7948-fa00-44d8-bcdd-e94370270e9a resource provider aggregate not found 2026-06-30 19:13:46.349 7 INFO neutron.services.segments.plugin [-] Segment cd5d7948-fa00-44d8-bcdd-e94370270e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd5d7948-fa00-44d8-bcdd-e94370270e9a found for delete ", "request_id": "req-a51ef588-15b4-448b-ac7e-adee8275ce13"}]} [pid: 8|app: 0|req: 925/1897] 10.0.0.214 () {32 vars in 690 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1898] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/networks/3118209d-9c3e-4027-b73b-6537ac0f91de => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:46.367 7 INFO neutron.services.segments.plugin [-] Segment cd5d7948-fa00-44d8-bcdd-e94370270e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd5d7948-fa00-44d8-bcdd-e94370270e9a found for delete ", "request_id": "req-4a9349fe-1c25-4b19-a924-a30e676ce9ae"}]} 2026-06-30 19:13:46.385 8 INFO neutron.api.v2.resource [None req-67271dca-5e23-4aac-b4ac-219ef7943554 86e48e4734a94460960892b824f347d7 0b3117e45b234d6f89cf3919c3887437 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/1899] 10.0.0.214 () {32 vars in 743 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1900] 10.0.0.214 () {32 vars in 702 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1901] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags/red => 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: 928/1902] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:46.512 8 INFO neutron.api.v2.resource [None req-e689126e-e551-4c89-91e0-901f499f4f46 86e48e4734a94460960892b824f347d7 0b3117e45b234d6f89cf3919c3887437 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 929/1903] 10.0.0.214 () {32 vars in 746 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1904] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1905] 10.0.0.214 () {32 vars in 731 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1906] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/floatingips/2ac4c922-b4b0-4955-b673-6b86a71ee202 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1907] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/subnets/ad3abc1e-5726-4c71-9436-5262d5a8c89b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1908] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/networks/be07ec75-df4a-4043-9db9-bb183603e58a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1909] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:46 2026] DELETE /v2.0/floatingips/155c6849-54a1-4e40-8658-f1f829f87118 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1910] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:46 2026] GET /v2.0/security-groups?tenant_id=e9eee771cf0e465e863193dd5334edf6&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:47.132 8 INFO neutron.services.segments.plugin [-] Segment d058d425-d8d2-444a-baee-b98bed2e89d6 resource provider aggregate not found 2026-06-30 19:13:47.137 8 INFO neutron.services.segments.plugin [-] Segment d058d425-d8d2-444a-baee-b98bed2e89d6 resource provider aggregate not found 2026-06-30 19:13:47.146 8 INFO neutron.services.segments.plugin [-] Segment d058d425-d8d2-444a-baee-b98bed2e89d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d058d425-d8d2-444a-baee-b98bed2e89d6 found for delete ", "request_id": "req-6570403e-e825-4954-b92a-b292eb8f03d3"}]} 2026-06-30 19:13:47.151 8 INFO neutron.services.segments.plugin [-] Segment d058d425-d8d2-444a-baee-b98bed2e89d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d058d425-d8d2-444a-baee-b98bed2e89d6 found for delete ", "request_id": "req-fa9fefd1-9eb8-43ad-920f-27d1aebefbce"}]} [pid: 8|app: 0|req: 935/1911] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:47 2026] DELETE /v2.0/security-groups/1d8b844c-4453-4a1d-befe-ed6443e6797f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1912] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:47 2026] DELETE /v2.0/floatingips/51795bde-621a-4de6-a1c9-4ac6c5679f8b => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1913] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:47 2026] DELETE /v2.0/floatingips/46a38ed1-7f5c-4057-a029-db7510fc73df => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1914] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:47 2026] GET /v2.0/security-groups?tenant_id=0b3117e45b234d6f89cf3919c3887437&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1915] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:47 2026] DELETE /v2.0/security-groups/3ecd3345-e450-44c0-97dc-61c35d2056c2 => 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: 937/1916] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:47 2026] DELETE /v2.0/floatingips/73a840a4-fac0-4989-8daf-8dd139277576 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1917] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:47 2026] GET /v2.0/security-groups?tenant_id=b04a7e2f4fdb4419b655007edfdb4e8e&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1918] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:48 2026] DELETE /v2.0/security-groups/e6855ffe-a3ef-4f24-bd31-3a70a7d82444 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1919] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:48 2026] GET /v2.0/security-groups?tenant_id=057110e5f5204c73831821c48feae515&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1920] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:48 2026] DELETE /v2.0/security-groups/02cdcf90-21dd-4d20-913e-787f64b914ee => 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: 940/1921] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:49 2026] GET /v2.0/security-groups?tenant_id=fea0f2f8295c46adb27c22145b684f4c&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:49.449 7 WARNING neutron_lib.context [None req-d5f56bc0-f87b-476f-b933-f1fd25ce98c6 27cfb3be9236429ebb8c3818f1d2af64 e737f3080c0542838b5cb7df07ef7013 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 941/1922] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:49 2026] DELETE /v2.0/security-groups/f0bc17bc-ef82-4a94-8854-75195eab8659 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1923] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:13:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1924] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:49 2026] GET /v2.0/security-groups?tenant_id=2158270e8d9343b5839b667262c02a19&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1925] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:49 2026] GET /v2.0/security-groups => generated 4529 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1926] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:49 2026] DELETE /v2.0/security-groups/287b3263-e553-493e-8076-10936b95d900 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1927] 10.0.0.214 () {34 vars in 758 bytes} [Tue Jun 30 19:13:49 2026] PUT /v2.0/security-groups/09ad8d2c-b324-4fcc-80e8-f8348c3a5f00 => generated 1661 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1928] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:13:49 2026] GET /v2.0/security-groups/09ad8d2c-b324-4fcc-80e8-f8348c3a5f00 => generated 1661 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1929] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:49 2026] DELETE /v2.0/security-groups/09ad8d2c-b324-4fcc-80e8-f8348c3a5f00 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1930] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:50.005 7 INFO neutron.api.v2.resource [None req-6cec417a-8779-4672-b54c-37bd80e93631 27cfb3be9236429ebb8c3818f1d2af64 e737f3080c0542838b5cb7df07ef7013 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/1931] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:49 2026] DELETE /v2.0/security-groups/09ad8d2c-b324-4fcc-80e8-f8348c3a5f00 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:13:50.017 8 WARNING neutron_lib.context [None req-80a55011-e526-4dab-99d3-9e98b3a0daa9 27cfb3be9236429ebb8c3818f1d2af64 e737f3080c0542838b5cb7df07ef7013 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 946/1932] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:13:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:13:50.129 7 WARNING neutron_lib.context [None req-01d064e4-6dd2-4a68-8092-86914c209a74 27cfb3be9236429ebb8c3818f1d2af64 e737f3080c0542838b5cb7df07ef7013 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 987/1933] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:13:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1934] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-group-rules/4184f85f-40ef-4140-9106-21195343a0c8 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1935] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1936] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-groups?tenant_id=9a19a8a2fab34d0583bfbf3f894e6e2e&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1937] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:13:50 2026] DELETE /v2.0/security-group-rules/4184f85f-40ef-4140-9106-21195343a0c8 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1938] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:50 2026] DELETE /v2.0/security-groups/4c3495e9-c61e-4493-b500-7b7dfd8f9ee6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1939] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:50.495 8 WARNING neutron_lib.context [None req-287b03dd-1ae8-419e-bdf6-fd39c3a1f56b 27cfb3be9236429ebb8c3818f1d2af64 e737f3080c0542838b5cb7df07ef7013 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 949/1940] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:13:50 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) [pid: 7|app: 0|req: 992/1941] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-group-rules/05144db2-a265-499f-9f82-69fb04c5aa39 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1942] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1943] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:13:50 2026] DELETE /v2.0/security-group-rules/05144db2-a265-499f-9f82-69fb04c5aa39 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1944] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:50.942 7 WARNING neutron_lib.context [None req-a2ac54af-4fbf-4bc4-b82d-91a1486dd054 27cfb3be9236429ebb8c3818f1d2af64 e737f3080c0542838b5cb7df07ef7013 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:50.972 7 INFO neutron.db.securitygroups_db [None req-a2ac54af-4fbf-4bc4-b82d-91a1486dd054 27cfb3be9236429ebb8c3818f1d2af64 e737f3080c0542838b5cb7df07ef7013 - - default default] Project e737f3080c0542838b5cb7df07ef7013 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 994/1945] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:13:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1946] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/security-group-rules/f131cae4-71fa-4c90-a929-5f3d6354b51b => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1947] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:51 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: 953/1948] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:13:51 2026] DELETE /v2.0/security-group-rules/f131cae4-71fa-4c90-a929-5f3d6354b51b => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1949] 10.0.0.214 () {32 vars in 673 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1950] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:51 2026] DELETE /v2.0/security-groups/d399d4d1-4c3a-438e-92a3-2c17bf91d389 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1951] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:51 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: 8|app: 0|req: 956/1952] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:13:51.466 7 WARNING neutron_lib.context [None req-2ca6321e-c0c5-45ef-8268-b557ab306d11 20a3594f121645eeba0560f1ae30ac19 6a953a7802c445098715389e577b22e0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:51.657 7 INFO neutron.db.segments_db [None req-2ca6321e-c0c5-45ef-8268-b557ab306d11 20a3594f121645eeba0560f1ae30ac19 6a953a7802c445098715389e577b22e0 - - default default] Added segment 6ac13bcf-34fa-4844-a9ed-f8ace46064df of type vxlan for network e17c7fb0-e9bf-40a5-af37-51dc397485fd [pid: 7|app: 0|req: 997/1953] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:51 2026] POST /v2.0/networks => generated 632 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:51.781 8 WARNING neutron_lib.context [None req-8279033e-9836-4109-8a45-78496dd28312 20a3594f121645eeba0560f1ae30ac19 6a953a7802c445098715389e577b22e0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 957/1954] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:13:51 2026] POST /v2.0/ports => generated 743 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:13:52.038 8 WARNING neutron_lib.context [None req-7721d69c-963b-4b3f-93c8-5b135ccf416f 20a3594f121645eeba0560f1ae30ac19 6a953a7802c445098715389e577b22e0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 998/1955] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:51 2026] GET /v2.0/security-groups?tenant_id=e737f3080c0542838b5cb7df07ef7013&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1956] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/security-groups/775b7a6f-f3f3-4076-a061-7c835a8d1b3e => 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: 958/1957] 10.0.0.214 () {34 vars in 666 bytes} [Tue Jun 30 19:13:52 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1958] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:13:52 2026] PUT /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/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: 959/1959] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1960] 10.0.0.214 () {34 vars in 760 bytes} [Tue Jun 30 19:13:52 2026] PUT /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags/green => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1961] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1962] 10.0.0.214 () {34 vars in 756 bytes} [Tue Jun 30 19:13:52 2026] PUT /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/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: 961/1963] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1964] 10.0.0.214 () {34 vars in 778 bytes} [Tue Jun 30 19:13:52 2026] PUT /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1965] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1966] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:13:52 2026] PUT /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1967] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1968] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:52.556 8 INFO neutron.api.v2.resource [None req-cf194b44-243a-4c75-92e4-39a54fb7a08c 20a3594f121645eeba0560f1ae30ac19 6a953a7802c445098715389e577b22e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 964/1969] 10.0.0.214 () {32 vars in 741 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1970] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1971] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:13:52.661 7 INFO neutron.api.v2.resource [None req-9e735ae1-e6e1-48c3-bd87-65ccddbb7281 20a3594f121645eeba0560f1ae30ac19 6a953a7802c445098715389e577b22e0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1007/1972] 10.0.0.214 () {32 vars in 744 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/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: 966/1973] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1974] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f/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: 967/1975] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1976] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:13:52 2026] GET /v2.0/ports/2e780e19-6e6b-48f7-a9f2-5110676ed224 => generated 826 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1977] 10.0.0.214 () {32 vars in 722 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/trunks/7cb22438-f1e2-44d8-9217-a06c718aee3f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1978] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:13:52 2026] DELETE /v2.0/ports/2e780e19-6e6b-48f7-a9f2-5110676ed224 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:13:53.257 8 INFO neutron.services.segments.plugin [-] Segment 6ac13bcf-34fa-4844-a9ed-f8ace46064df resource provider aggregate not found 2026-06-30 19:13:53.262 8 INFO neutron.services.segments.plugin [-] Segment 6ac13bcf-34fa-4844-a9ed-f8ace46064df resource provider aggregate not found 2026-06-30 19:13:53.274 8 INFO neutron.services.segments.plugin [-] Segment 6ac13bcf-34fa-4844-a9ed-f8ace46064df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ac13bcf-34fa-4844-a9ed-f8ace46064df found for delete ", "request_id": "req-eda29b9b-d147-47d5-af38-84c141600b4c"}]} 2026-06-30 19:13:53.275 8 INFO neutron.services.segments.plugin [-] Segment 6ac13bcf-34fa-4844-a9ed-f8ace46064df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ac13bcf-34fa-4844-a9ed-f8ace46064df found for delete ", "request_id": "req-baabc727-0bdd-4ada-bd8b-074fa24cebfd"}]} [pid: 8|app: 0|req: 969/1979] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:13:53 2026] DELETE /v2.0/networks/e17c7fb0-e9bf-40a5-af37-51dc397485fd => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1980] 10.0.0.214 () {34 vars in 678 bytes} [Tue Jun 30 19:13:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1981] 10.0.0.214 () {34 vars in 678 bytes} [Tue Jun 30 19:13:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1982] 10.0.0.214 () {34 vars in 678 bytes} [Tue Jun 30 19:13:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1983] 10.0.0.214 () {34 vars in 678 bytes} [Tue Jun 30 19:13:54 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: 7|app: 0|req: 1011/1984] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:53 2026] GET /v2.0/security-groups?tenant_id=8d9e99329f274f1492843a67e8f4d755&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1985] 10.0.0.214 () {34 vars in 678 bytes} [Tue Jun 30 19:13:54 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: 7|app: 0|req: 1013/1986] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:54 2026] DELETE /v2.0/security-groups/dd032f56-5c40-4807-9cec-b23175c1055b => 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: 974/1987] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/security-groups?tenant_id=c77d11e0f4ab406c961b6b74a01d88bf&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1988] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:13:54 2026] PUT /v2.0/policies/2822d04f-7322-4b6d-b79a-05d977978e7e/tags => generated 17 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1989] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:13:54 2026] PUT /v2.0/policies/849f2e06-2479-4392-b441-0e04a1cf033e/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1990] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:13:54 2026] PUT /v2.0/policies/f99ffd5c-4d2d-4114-9942-596ffb27aaa3/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: 975/1991] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:54 2026] DELETE /v2.0/security-groups/febff10b-b559-4f5f-b458-f491c6e4991a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1992] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/security-groups?tenant_id=6a953a7802c445098715389e577b22e0&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1993] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:13:54 2026] PUT /v2.0/policies/7d197a7d-f8f6-4428-9b6b-c40aeb9de896/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1994] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:54 2026] DELETE /v2.0/security-groups/2ef6ea2f-da07-461e-90ab-708d02e63fb6 => 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: 977/1995] 10.0.0.214 () {32 vars in 674 bytes} [Tue Jun 30 19:13:54 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1996] 10.0.0.214 () {32 vars in 688 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1997] 10.0.0.214 () {32 vars in 684 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1998] 10.0.0.214 () {32 vars in 696 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1999] 10.0.0.214 () {32 vars in 682 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2000] 10.0.0.214 () {32 vars in 696 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2001] 10.0.0.214 () {32 vars in 692 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2002] 10.0.0.214 () {32 vars in 704 bytes} [Tue Jun 30 19:13:55 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2003] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:55 2026] DELETE /v2.0/qos/policies/2822d04f-7322-4b6d-b79a-05d977978e7e => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2004] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:55 2026] DELETE /v2.0/qos/policies/849f2e06-2479-4392-b441-0e04a1cf033e => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2005] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:55 2026] DELETE /v2.0/qos/policies/f99ffd5c-4d2d-4114-9942-596ffb27aaa3 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2006] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:55 2026] DELETE /v2.0/qos/policies/7d197a7d-f8f6-4428-9b6b-c40aeb9de896 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2007] 10.0.0.214 () {32 vars in 734 bytes} [Tue Jun 30 19:13:55 2026] DELETE /v2.0/qos/policies/74efcc51-a946-458e-a737-78e99869b664 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2010] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:56 2026] GET /v2.0/security-groups?tenant_id=6ce9095c4120475c99b957cd5cbf35ff&name=default => generated 2925 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2011] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:56 2026] DELETE /v2.0/security-groups/01693bc0-6d2f-4786-9b05-1788d56f6785 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2012] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/security-groups?tenant_id=a1c5cb1b36c240f5a2d8e38f9f49f27f&name=default => generated 2925 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2013] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:57 2026] DELETE /v2.0/security-groups/ccfac1c5-552d-4b8b-a3ba-c527079691be => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2014] 10.0.0.34 () {30 vars in 649 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/extensions => generated 20516 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2015] 10.0.0.34 () {30 vars in 723 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/quotas/b60e162e1cf240c9822cc471a301e7df/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2016] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:13:57 2026] GET /v2.0/security-groups?tenant_id=d7cbd636827d4209884e946513067d8a&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2017] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:13:58 2026] DELETE /v2.0/security-groups/a95fc917-d421-4d48-ada1-9b5b67dc0815 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:13:59.357 8 WARNING neutron_lib.context [None req-1249ca2f-c1fe-46c5-b189-c7468730c84e 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:13:59.521 8 INFO neutron.db.segments_db [None req-1249ca2f-c1fe-46c5-b189-c7468730c84e 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Added segment 13bc37d2-2b32-4e8e-b291-57113be3abda of type vxlan for network f0874447-7cbb-4dba-b64b-4bb81d325289 [pid: 8|app: 0|req: 989/2018] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:13:59 2026] POST /v2.0/networks => generated 639 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:13:59.654 7 WARNING neutron_lib.context [None req-9629f874-8409-41fd-bd42-bb0362fb74b7 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 990/2019] 10.0.0.34 () {30 vars in 649 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/extensions => generated 20516 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2020] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:13:59 2026] POST /v2.0/subnets => generated 657 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2021] 10.0.0.34 () {30 vars in 723 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/quotas/b60e162e1cf240c9822cc471a301e7df/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2022] 10.0.0.214 () {32 vars in 722 bytes} [Tue Jun 30 19:13:59 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:00.120 8 WARNING neutron_lib.context [None req-60eee346-1c87-4d50-90f4-ac32ca286063 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 992/2023] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:00 2026] POST /v2.0/subnets => generated 732 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:00.390 7 WARNING neutron_lib.context [None req-5a14ccb3-b033-4160-8b42-73368bb1ebbd 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:00.460 7 INFO neutron.db.segments_db [None req-5a14ccb3-b033-4160-8b42-73368bb1ebbd 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Added segment 7b1dddcd-f02f-464e-a3f4-9003a45f6237 of type vxlan for network c792aeaf-29b4-44b0-9249-c82e45ea31db [pid: 7|app: 0|req: 1032/2024] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:14:00 2026] POST /v2.0/networks => generated 638 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:00.576 8 WARNING neutron_lib.context [None req-e73cbb16-6519-433e-9b21-d2740b392b40 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 993/2025] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:00 2026] POST /v2.0/subnets => generated 656 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:00.831 7 WARNING neutron_lib.context [None req-9f998b25-4e13-48b2-92b3-161500e0a0cb 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1033/2026] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:00 2026] POST /v2.0/subnets => generated 726 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:01.147 8 WARNING neutron_lib.context [None req-175d286c-5a52-40f1-a78b-14e05f3193be 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:01.200 8 INFO neutron.db.segments_db [None req-175d286c-5a52-40f1-a78b-14e05f3193be 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Added segment 0b218a87-b6be-466a-954d-d5adff6bbe70 of type vxlan for network 7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb [pid: 8|app: 0|req: 994/2027] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:14:01 2026] POST /v2.0/networks => generated 638 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:01.300 7 WARNING neutron_lib.context [None req-f1b91dc9-6eb0-489a-9a39-e5d5460a0a32 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1034/2028] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:01 2026] POST /v2.0/subnets => generated 656 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:01.626 8 WARNING neutron_lib.context [None req-f253f70e-8809-438a-a962-fab97068aa0d 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 995/2029] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:01 2026] POST /v2.0/subnets => generated 729 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:01.948 7 WARNING neutron_lib.context [None req-5fb32629-8a11-4dbf-9470-a00b55454335 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:01.994 7 INFO neutron.db.segments_db [None req-5fb32629-8a11-4dbf-9470-a00b55454335 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Added segment 9c2ee39b-c941-45ba-ad4a-d97766ff2946 of type vxlan for network 2f6361bf-132f-4bcd-9fc6-4ed63be14878 2026-06-30 19:14:02.178 8 WARNING neutron_lib.context [None req-310aa278-33c8-43ce-9f7f-9e57835b1a9a f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:02.218 8 INFO neutron.db.segments_db [None req-310aa278-33c8-43ce-9f7f-9e57835b1a9a f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Added segment b5a91b0d-88b3-4f72-a204-dd9f465ff4ae of type vxlan for network 3f495f33-ff67-49b0-b7d0-ef1731726e43 2026-06-30 19:14:02.254 7 INFO neutron.db.l3_hamode_db [None req-5fb32629-8a11-4dbf-9470-a00b55454335 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:14:02.507 8 INFO neutron.db.l3_hamode_db [None req-310aa278-33c8-43ce-9f7f-9e57835b1a9a f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:14:02.644 8 INFO neutron.db.l3_hamode_db [None req-310aa278-33c8-43ce-9f7f-9e57835b1a9a f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:14:03.087 7 INFO neutron.db.l3_hamode_db [None req-5fb32629-8a11-4dbf-9470-a00b55454335 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 996/2030] 10.0.0.214 () {34 vars in 668 bytes} [Tue Jun 30 19:14:02 2026] POST /v2.0/routers => generated 474 bytes in 1122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2031] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:03 2026] GET /v2.0/security-groups?tenant_id=b60e162e1cf240c9822cc471a301e7df&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:03.436 8 WARNING neutron_lib.context [None req-fceeaf8a-cc18-452b-8659-5c5915f1fb54 f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:03.471 8 INFO neutron.db.l3_hamode_db [None req-fceeaf8a-cc18-452b-8659-5c5915f1fb54 f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:14:03.612 8 INFO neutron.db.l3_hamode_db [None req-fceeaf8a-cc18-452b-8659-5c5915f1fb54 f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1035/2032] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:01 2026] POST /v2.0/routers => generated 684 bytes in 2139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2033] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:04 2026] DELETE /v2.0/security-groups/6ed9e671-0180-41d0-b348-b7c86956c237 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2034] 10.0.0.214 () {34 vars in 668 bytes} [Tue Jun 30 19:14:03 2026] POST /v2.0/routers => generated 474 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:04.627 8 WARNING neutron_lib.context [None req-75dc89e4-c456-4493-8529-1b9a0081d3bc f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:04.664 8 INFO neutron.db.l3_hamode_db [None req-75dc89e4-c456-4493-8529-1b9a0081d3bc f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:14:04.771 8 INFO neutron.db.l3_hamode_db [None req-75dc89e4-c456-4493-8529-1b9a0081d3bc f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 999/2035] 10.0.0.214 () {34 vars in 668 bytes} [Tue Jun 30 19:14:04 2026] POST /v2.0/routers => generated 474 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:05.433 8 WARNING neutron_lib.context [None req-42b21814-ddef-49cd-85fc-ea6a24840ae1 f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:05.470 8 INFO neutron.db.l3_hamode_db [None req-42b21814-ddef-49cd-85fc-ea6a24840ae1 f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:14:05.639 8 INFO neutron.db.l3_hamode_db [None req-42b21814-ddef-49cd-85fc-ea6a24840ae1 f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1037/2036] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:14:04 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/add_router_interface => generated 309 bytes in 1504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2037] 10.0.0.214 () {34 vars in 668 bytes} [Tue Jun 30 19:14:05 2026] POST /v2.0/routers => generated 474 bytes in 875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:06.319 8 WARNING neutron_lib.context [None req-87b76d17-d285-4f5c-9c78-6bf7102a677a f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:06.355 8 INFO neutron.db.l3_hamode_db [None req-87b76d17-d285-4f5c-9c78-6bf7102a677a f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-30 19:14:06.465 8 INFO neutron.db.l3_hamode_db [None req-87b76d17-d285-4f5c-9c78-6bf7102a677a f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1001/2038] 10.0.0.214 () {34 vars in 668 bytes} [Tue Jun 30 19:14:06 2026] POST /v2.0/routers => generated 474 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2039] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:14:05 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/add_router_interface => generated 309 bytes in 1457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2040] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:14:07 2026] PUT /v2.0/routers/4d6793ba-cb40-4528-92ab-2ffaac099088/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:07.262 8 WARNING neutron_lib.context [None req-ae66b52e-6bce-4cb7-a538-0c6464a5bd04 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:07.466 8 INFO neutron.db.segments_db [None req-ae66b52e-6bce-4cb7-a538-0c6464a5bd04 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Added segment 9e59c647-8a15-495b-875b-ce3f283f3d2d of type vxlan for network e4f10604-3af3-458c-94b2-bc21684dd7fe [pid: 8|app: 0|req: 1002/2041] 10.0.0.214 () {34 vars in 671 bytes} [Tue Jun 30 19:14:07 2026] POST /v2.0/networks => generated 632 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2042] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:14:07 2026] PUT /v2.0/routers/5f342d6a-60fe-433a-b83c-3a4afccdc8c9/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:07.708 8 WARNING neutron_lib.context [None req-4a4e60d6-0ae5-49b5-b9dd-f9a39b85798c 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:07.754 8 INFO neutron.db.segments_db [None req-4a4e60d6-0ae5-49b5-b9dd-f9a39b85798c 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Added segment 297d2ff4-25a1-4cd2-8545-bdb7d7907c18 of type vxlan for network 3c93f1b8-7d50-45fa-827e-03ee23be4121 2026-06-30 19:14:08.031 8 INFO neutron.db.l3_hamode_db [None req-4a4e60d6-0ae5-49b5-b9dd-f9a39b85798c 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1040/2043] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:14:07 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/add_router_interface => generated 309 bytes in 1511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2044] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:14:08 2026] PUT /v2.0/routers/8bee5a75-8734-4109-bcc4-58591130d0c8/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:08.809 7 WARNING neutron_lib.context [None req-13697896-db9d-455a-8f09-f595462cdf1c 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:08.884 8 INFO neutron.db.l3_hamode_db [None req-4a4e60d6-0ae5-49b5-b9dd-f9a39b85798c 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1042/2045] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:14:08 2026] POST /v2.0/security-groups => generated 1628 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2046] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:14:08 2026] PUT /v2.0/routers/b728e2c2-58dc-462d-ab99-e9ffdcfbb70a/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:09.027 7 WARNING neutron_lib.context [None req-f3b1803a-bc1a-4aa1-b0be-ba1c17924806 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1044/2047] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2048] 10.0.0.214 () {32 vars in 664 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:09.225 7 WARNING neutron_lib.context [None req-d9c15edf-e344-4521-a27d-9980be450dd1 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1046/2049] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2050] 10.0.0.214 () {32 vars in 678 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:09.398 7 WARNING neutron_lib.context [None req-f266ea98-4cf0-486b-bb5e-f4aa0b12f49a 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1048/2051] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2052] 10.0.0.214 () {32 vars in 674 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:09.612 7 WARNING neutron_lib.context [None req-999c9853-12bb-4db9-b1d8-a369c1babbce 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1050/2053] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2054] 10.0.0.214 () {32 vars in 686 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:09.798 7 WARNING neutron_lib.context [None req-3bedd431-bcb3-4ab3-b397-e90cdfa147ff 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1004/2055] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:07 2026] POST /v2.0/routers => generated 695 bytes in 2180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2056] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:09 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: 8|app: 0|req: 1005/2057] 10.0.0.214 () {32 vars in 672 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:09.952 8 WARNING neutron_lib.context [None req-c5e56c8e-32fe-479e-835a-4a52cd133167 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1053/2058] 10.0.0.214 () {32 vars in 776 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/subnets?project_id=a9d6aa938abb4537862a7b69f019e28d&cidr=10.100.0.0%2F28 => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2059] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2060] 10.0.0.214 () {32 vars in 686 bytes} [Tue Jun 30 19:14:09 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:10.083 7 WARNING neutron_lib.context [None req-0d99f786-de8c-4ebf-b8f0-2344b27d40ee 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1007/2061] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2062] 10.0.0.214 () {32 vars in 682 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2063] 10.0.0.214 () {32 vars in 784 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/subnets?network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e&cidr=10.100.0.0%2F28 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2064] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:10.224 7 WARNING neutron_lib.context [None req-d62c0ccc-7060-4b25-8501-aff25df14939 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1010/2065] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:10.235 8 WARNING neutron_lib.context [None req-38f8ec90-c742-4d31-9600-6d0ef34e9678 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1011/2066] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2067] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:14:10 2026] GET /v2.0/routers/4d6793ba-cb40-4528-92ab-2ffaac099088 => generated 485 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:10.506 8 WARNING neutron_lib.context [None req-e95ad37b-338c-46f6-a68d-b7ff1f7ddd19 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1056/2068] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:14:10 2026] POST /v2.0/subnets => generated 656 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2069] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2070] 10.0.0.214 () {34 vars in 742 bytes} [Tue Jun 30 19:14:10 2026] PUT /v2.0/routers/4d6793ba-cb40-4528-92ab-2ffaac099088 => generated 485 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:11.105 7 WARNING neutron_lib.context [None req-f2499050-ef0e-4cc9-b951-c44ef3a741e7 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1058/2071] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2072] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/ports?device_id=4d6793ba-cb40-4528-92ab-2ffaac099088 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:11.252 7 WARNING neutron_lib.context [None req-93415ec4-6650-4a17-83e3-c9fe62d8745c 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1060/2073] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2074] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:14:11 2026] DELETE /v2.0/routers/4d6793ba-cb40-4528-92ab-2ffaac099088 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2075] 10.0.0.190 () {34 vars in 1096 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1868233108&fields=id&tenant_id=f0f5e1062be640539322357d287885a8 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2078] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/routers/5f342d6a-60fe-433a-b83c-3a4afccdc8c9 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2079] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:14:11 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2080] 10.0.0.214 () {34 vars in 783 bytes} [Tue Jun 30 19:14:10 2026] PUT /v2.0/routers/6a9bd972-a0d1-486b-8588-9a73fc031bfe/add_router_interface => generated 309 bytes in 1394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2081] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/quotas/f0f5e1062be640539322357d287885a8 => 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: 1016/2082] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/networks => generated 7359 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2083] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&fields=id => generated 287 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2084] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/subnets => generated 8042 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2085] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2086] 10.0.0.214 () {34 vars in 742 bytes} [Tue Jun 30 19:14:11 2026] PUT /v2.0/routers/5f342d6a-60fe-433a-b83c-3a4afccdc8c9 => generated 493 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2087] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2088] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/routers => generated 3510 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2089] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/ports?device_id=5f342d6a-60fe-433a-b83c-3a4afccdc8c9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:12.632 7 WARNING neutron_lib.context [None req-2e6072be-1d0e-4bad-a1ef-98c8f1e5d23b 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1070/2090] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:14:12 2026] POST /v2.0/security-groups => generated 1675 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2091] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:12.791 7 WARNING neutron_lib.context [None req-10a6cb64-96b8-45c4-bf35-5d05052b0090 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1072/2092] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:12.921 7 WARNING neutron_lib.context [None req-422db8bf-5743-4c9c-a379-1e0fd2dc5a84 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1021/2093] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:14:12 2026] DELETE /v2.0/routers/5f342d6a-60fe-433a-b83c-3a4afccdc8c9 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2094] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:12 2026] POST /v2.0/security-group-rules => generated 596 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2095] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:14:12 2026] GET /v2.0/routers/8bee5a75-8734-4109-bcc4-58591130d0c8 => generated 502 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:13.031 7 WARNING neutron_lib.context [None req-0174c379-1261-47c4-9da8-14f3e50aac5e 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1074/2096] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:13.164 7 WARNING neutron_lib.context [None req-b5f07e0f-907a-43a3-9dfa-2504c9b287dc 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1075/2097] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:13.315 7 WARNING neutron_lib.context [None req-586f28d6-eb4d-43e4-9575-fd72a039e0d1 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:13.346 7 INFO neutron.db.securitygroups_db [None req-586f28d6-eb4d-43e4-9575-fd72a039e0d1 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Project a9d6aa938abb4537862a7b69f019e28d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1076/2098] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:13 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) 2026-06-30 19:14:13.433 7 WARNING neutron_lib.context [None req-fdb01896-6a13-426b-948e-b4c768726f9f 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:13.460 7 INFO neutron.db.securitygroups_db [None req-fdb01896-6a13-426b-948e-b4c768726f9f 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Project a9d6aa938abb4537862a7b69f019e28d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1077/2099] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:13 2026] POST /v2.0/security-group-rules => generated 606 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2100] 10.0.0.214 () {34 vars in 742 bytes} [Tue Jun 30 19:14:13 2026] PUT /v2.0/routers/8bee5a75-8734-4109-bcc4-58591130d0c8 => generated 502 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2101] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:14:13 2026] GET /v2.0/ports?device_id=8bee5a75-8734-4109-bcc4-58591130d0c8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2102] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:14:13 2026] GET /v2.0/networks => generated 1297 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2103] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:14:13 2026] DELETE /v2.0/routers/8bee5a75-8734-4109-bcc4-58591130d0c8 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2104] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:14:13 2026] GET /v2.0/routers/b728e2c2-58dc-462d-ab99-e9ffdcfbb70a => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2105] 10.0.0.190 () {34 vars in 1100 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1880008322&fields=id&tenant_id=a9d6aa938abb4537862a7b69f019e28d => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2106] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/networks?id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2107] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/quotas/a9d6aa938abb4537862a7b69f019e28d => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2108] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2109] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2110] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?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: 1031/2111] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2112] 10.0.0.214 () {34 vars in 742 bytes} [Tue Jun 30 19:14:14 2026] PUT /v2.0/routers/b728e2c2-58dc-462d-ab99-e9ffdcfbb70a => generated 487 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2113] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/ports?device_id=b728e2c2-58dc-462d-ab99-e9ffdcfbb70a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2114] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:14:14 2026] DELETE /v2.0/routers/b728e2c2-58dc-462d-ab99-e9ffdcfbb70a => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2115] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:14:14 2026] GET /v2.0/routers/3e366256-3a87-4424-aa58-174f1871d1a9 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2116] 10.0.0.214 () {34 vars in 742 bytes} [Tue Jun 30 19:14:14 2026] PUT /v2.0/routers/3e366256-3a87-4424-aa58-174f1871d1a9 => generated 480 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2117] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:14:15 2026] GET /v2.0/ports?device_id=3e366256-3a87-4424-aa58-174f1871d1a9 => 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: 1035/2118] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:15 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:16.088 7 INFO neutron.services.segments.plugin [-] Segment b5a91b0d-88b3-4f72-a204-dd9f465ff4ae resource provider aggregate not found 2026-06-30 19:14:16.093 7 INFO neutron.services.segments.plugin [-] Segment b5a91b0d-88b3-4f72-a204-dd9f465ff4ae resource provider aggregate not found 2026-06-30 19:14:16.115 7 INFO neutron.services.segments.plugin [-] Segment b5a91b0d-88b3-4f72-a204-dd9f465ff4ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5a91b0d-88b3-4f72-a204-dd9f465ff4ae found for delete ", "request_id": "req-df57b7a9-3300-4917-b483-5ccc182a8d6a"}]} 2026-06-30 19:14:16.116 7 INFO neutron.db.l3_hamode_db [None req-9389f5c5-e9cd-4a06-82eb-a766ea8153cf f94e368b48294d5fa581dd8cc6287fdc aa7903bb5ee94cf1a5b039a81e5ac638 - - default default] HA network 3f495f33-ff67-49b0-b7d0-ef1731726e43 was deleted as no HA routers are present in tenant aa7903bb5ee94cf1a5b039a81e5ac638. 2026-06-30 19:14:16.117 7 INFO neutron.services.segments.plugin [-] Segment b5a91b0d-88b3-4f72-a204-dd9f465ff4ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5a91b0d-88b3-4f72-a204-dd9f465ff4ae found for delete ", "request_id": "req-a3b3543c-9b95-4799-a02d-ac5c489fddb4"}]} [pid: 7|app: 0|req: 1084/2119] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:14:15 2026] DELETE /v2.0/routers/3e366256-3a87-4424-aa58-174f1871d1a9 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2120] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:16 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => 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: 1037/2121] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:16 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2122] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f0f5e1062be640539322357d287885a8 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:17.099 8 WARNING neutron_lib.context [req-4e4d4fcf-2a23-46be-9a9d-b3b785655d3e req-c9f7fdb7-c143-4a3c-a770-6142f0203f95 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1085/2123] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:16 2026] GET /v2.0/security-groups?tenant_id=d05ba4dedd03412eac79c5640744551b&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2124] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:17 2026] DELETE /v2.0/security-groups/c99a3661-4495-4c78-8c7d-45fc0b9c9db2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2125] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/security-groups?tenant_id=aa7903bb5ee94cf1a5b039a81e5ac638&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: 1039/2126] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:14:17 2026] POST /v2.0/ports => generated 1183 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1088/2127] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:17 2026] DELETE /v2.0/security-groups/593fe872-1244-4217-bfec-2c8429528d55 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2128] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/security-groups?tenant_id=f53aee0361bc4093981b15a6a4cbb7c8&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2129] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => 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: 1040/2130] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:14:17 2026] PUT /v2.0/ports/4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 1464 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1091/2131] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:17 2026] DELETE /v2.0/security-groups/99a3027a-7774-485b-97d8-ab197dbfad46 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:14:17.955 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4a2b857-1d68-4ad6-ae3c-4db6f4efb9b0'] response: {'name': 'network-changed', 'server_uuid': 'b1953e72-0e96-4c33-b66c-af96adcdff5c', 'tag': '4c61f3d8-9a0b-4089-94ee-18627965a78f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1041/2132] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:17 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1198 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2133] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:18 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2134] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:18 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2135] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:14:18 2026] GET /v2.0/networks?tenant_id=f0f5e1062be640539322357d287885a8&shared=False => generated 2375 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2136] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:14:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2137] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:18 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => 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: 1044/2138] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/networks?id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2139] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a9d6aa938abb4537862a7b69f019e28d => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:19.238 8 WARNING neutron_lib.context [req-fb2c0a78-dd3c-4739-a543-b713e2d1051c req-e1e6a29d-b5ec-4a89-8c97-f8da2373be91 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1045/2140] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:14:19 2026] POST /v2.0/ports => generated 958 bytes in 340 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: 1046/2141] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1467 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2142] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => 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: 1048/2143] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A177&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => 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: 1049/2144] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/subnets?id=7db699d1-37a6-4745-b59d-43c6eb943575&id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 1411 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2145] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2146] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2147] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1053/2148] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2149] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:14:19 2026] PUT /v2.0/ports/39b2172a-31c3-483a-bf6f-1ae542bea05c => generated 1239 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2150] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:19 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 973 bytes in 73 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-06-30 19:14:20.107 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dea3824-572c-445b-8790-d14db00ee6db'] response: {'name': 'network-changed', 'server_uuid': '84da9b22-3090-48bc-932d-e103e5b7434c', 'tag': '39b2172a-31c3-483a-bf6f-1ae542bea05c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1097/2151] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:20 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&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: 1055/2152] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:20 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2153] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:14:20 2026] GET /v2.0/networks?tenant_id=a9d6aa938abb4537862a7b69f019e28d&shared=False => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2154] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:14:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2155] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2156] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&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: 7|app: 0|req: 1100/2157] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2158] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=39b2172a-31c3-483a-bf6f-1ae542bea05c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2159] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/subnets?id=57930fd7-c0b3-4b8a-9e41-8be61eb1c855 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2160] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/ports?network_id=e4f10604-3af3-458c-94b2-bc21684dd7fe&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2161] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:21 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:22.034 8 WARNING neutron_lib.context [None req-27c11ed6-206f-41b1-a5ce-84426d9c568b 0eda805f265249588432bfc1f2fd157b 8f3771d5b0264bd0914185feab820ec7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1104/2162] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?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: 1059/2163] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:14:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:14:22.246 7 WARNING neutron_lib.context [None req-add14d17-b6db-4581-aa77-e25c8ac48c19 0eda805f265249588432bfc1f2fd157b 8f3771d5b0264bd0914185feab820ec7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1060/2164] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2165] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:14:22.436 7 WARNING neutron_lib.context [None req-a45ac6db-a7a6-4098-aa54-59f64f945546 0eda805f265249588432bfc1f2fd157b 8f3771d5b0264bd0914185feab820ec7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1061/2166] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:22 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2167] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:14:22.634 8 WARNING neutron_lib.context [None req-fda493a4-9e08-4bed-9b7f-c8284a909e45 0eda805f265249588432bfc1f2fd157b 8f3771d5b0264bd0914185feab820ec7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1062/2168] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:14:22.778 7 WARNING neutron_lib.context [None req-b6f49419-b40f-49e8-8727-e2e866f89101 0eda805f265249588432bfc1f2fd157b 8f3771d5b0264bd0914185feab820ec7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1107/2169] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2170] 10.0.0.214 () {34 vars in 767 bytes} [Tue Jun 30 19:14:22 2026] PUT /v2.0/security-groups/d40a3884-89b0-4ffb-bdbf-abb13e1b4979/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2171] 10.0.0.214 () {34 vars in 767 bytes} [Tue Jun 30 19:14:22 2026] PUT /v2.0/security-groups/52f57af2-bea6-46ef-a904-56b709aa4dfd/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2172] 10.0.0.214 () {34 vars in 767 bytes} [Tue Jun 30 19:14:23 2026] PUT /v2.0/security-groups/8381886d-abf2-4de6-924a-5fed8624b729/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2173] 10.0.0.214 () {34 vars in 767 bytes} [Tue Jun 30 19:14:23 2026] PUT /v2.0/security-groups/ae94259a-b650-4652-a406-febd03e23859/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2174] 10.0.0.214 () {32 vars in 680 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2175] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1200 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2176] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:14:23 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: 7|app: 0|req: 1110/2177] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2178] 10.0.0.214 () {32 vars in 690 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2179] 10.0.0.214 () {32 vars in 702 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2180] 10.0.0.214 () {32 vars in 688 bytes} [Tue Jun 30 19:14:23 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: 7|app: 0|req: 1112/2181] 10.0.0.214 () {32 vars in 702 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2182] 10.0.0.214 () {32 vars in 698 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2183] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2184] 10.0.0.214 () {32 vars in 710 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2185] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:23 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2186] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:23 2026] DELETE /v2.0/security-groups/d40a3884-89b0-4ffb-bdbf-abb13e1b4979 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2187] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:23 2026] DELETE /v2.0/security-groups/52f57af2-bea6-46ef-a904-56b709aa4dfd => 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: 1073/2188] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:23 2026] DELETE /v2.0/security-groups/8381886d-abf2-4de6-924a-5fed8624b729 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2189] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:23 2026] DELETE /v2.0/security-groups/ae94259a-b650-4652-a406-febd03e23859 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2190] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:23 2026] DELETE /v2.0/security-groups/381c9d9b-d0f1-4679-9e0b-e816830b631b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2191] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2192] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2193] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:24 2026] GET /v2.0/security-groups?tenant_id=9e9d77bef4984f7ab74a040b952458d1&name=default => generated 2929 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2194] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:25 2026] DELETE /v2.0/security-groups/07470dee-346c-4767-a18f-87390ad99781 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2195] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/security-groups?tenant_id=8f3771d5b0264bd0914185feab820ec7&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: 1077/2196] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:25 2026] DELETE /v2.0/security-groups/e57c2de1-8ec1-466f-9639-96896f3bd43e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2197] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/security-groups?tenant_id=74dd1ec8bc1940388342d18eb8138e4e&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2198] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => 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: 1079/2199] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:25 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2200] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:25 2026] DELETE /v2.0/security-groups/afe63aca-ba68-49d6-a969-46fa25a15d61 => 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: 1081/2203] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2204] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&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: 1082/2205] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2206] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&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: 1083/2207] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:14:27 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:27.378 7 WARNING neutron_lib.context [None req-16859dca-4218-40a1-8ea9-ea95966d16ec 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:28.286 7 INFO neutron.db.l3_db [None req-16859dca-4218-40a1-8ea9-ea95966d16ec 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Floating IP 63831c20-2174-4618-b398-71391aa349e3 associated. External IP: 10.96.250.209, port: 39b2172a-31c3-483a-bf6f-1ae542bea05c. [pid: 8|app: 0|req: 1084/2208] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2209] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2210] 10.0.0.214 () {32 vars in 818 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&mac_address=fa%3A16%3A3e%3Adb%3A29%3A0d => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:28.600 8 WARNING neutron_lib.context [None req-841db627-568a-42cb-89d1-700dea233454 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1125/2211] 10.0.0.214 () {34 vars in 677 bytes} [Tue Jun 30 19:14:27 2026] POST /v2.0/floatingips => generated 856 bytes in 1282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:28.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d753187-5704-4add-abec-e8927acc7a73'] response: {'name': 'network-changed', 'server_uuid': '84da9b22-3090-48bc-932d-e103e5b7434c', 'tag': '39b2172a-31c3-483a-bf6f-1ae542bea05c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1126/2212] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:14:28 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 856 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2213] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:29.334 8 INFO neutron.db.l3_db [None req-841db627-568a-42cb-89d1-700dea233454 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Floating IP 326e5998-7920-4622-9007-51e843e3282e associated. External IP: 10.96.250.210, port: 4c61f3d8-9a0b-4089-94ee-18627965a78f. [pid: 7|app: 0|req: 1128/2214] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks?id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2215] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=39b2172a-31c3-483a-bf6f-1ae542bea05c => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2216] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/subnets?id=57930fd7-c0b3-4b8a-9e41-8be61eb1c855 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2217] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports?network_id=e4f10604-3af3-458c-94b2-bc21684dd7fe&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: 7|app: 0|req: 1132/2218] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2219] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?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: 8|app: 0|req: 1087/2220] 10.0.0.214 () {34 vars in 677 bytes} [Tue Jun 30 19:14:28 2026] POST /v2.0/floatingips => generated 855 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2221] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2222] 10.0.0.190 () {34 vars in 1096 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1868233108&fields=id&tenant_id=f0f5e1062be640539322357d287885a8 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2223] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:29.899 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ab7c862-c412-4ad2-ac39-a13bf697fb1a'] response: {'name': 'network-changed', 'server_uuid': 'b1953e72-0e96-4c33-b66c-af96adcdff5c', 'tag': '4c61f3d8-9a0b-4089-94ee-18627965a78f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1089/2224] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/quotas/f0f5e1062be640539322357d287885a8 => 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: 1090/2225] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2226] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2227] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:14:29 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&fields=id => generated 333 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2228] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2229] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2230] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A177&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:30.671 8 WARNING neutron_lib.context [None req-f3567a5c-bb27-4cb1-9967-8f45f932d6b2 1678d82d06eb4518b4591ad45c6817d6 ea6c2df08d75479db5e2e6ecc0126687 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1140/2231] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2232] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:14:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2233] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/subnets?id=7db699d1-37a6-4745-b59d-43c6eb943575&id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 1411 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:30.728 8 WARNING neutron_lib.context [None req-a0bd1fb4-dceb-400c-877d-c6d6f82851da 1678d82d06eb4518b4591ad45c6817d6 ea6c2df08d75479db5e2e6ecc0126687 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1142/2234] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&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: 1093/2235] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:14:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:30.789 8 WARNING neutron_lib.context [None req-3890d7ff-c264-41f5-801d-34b154759d54 1678d82d06eb4518b4591ad45c6817d6 ea6c2df08d75479db5e2e6ecc0126687 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1143/2236] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2237] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2238] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:14:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2239] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:30.877 8 WARNING neutron_lib.context [None req-f5823250-24f0-473f-b4b4-57a62b296a16 1678d82d06eb4518b4591ad45c6817d6 ea6c2df08d75479db5e2e6ecc0126687 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1145/2240] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2241] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:14:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:30.932 8 WARNING neutron_lib.context [None req-6fe879a4-7baf-4611-9feb-b3e21de23816 1678d82d06eb4518b4591ad45c6817d6 ea6c2df08d75479db5e2e6ecc0126687 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1146/2242] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:30 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1097/2243] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:14:30 2026] POST /v2.0/subnetpools => generated 516 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2244] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:14:30 2026] PUT /v2.0/subnetpools/fa60eb42-51b7-4704-bff2-2fbceb38fcb0/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2245] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:14:31 2026] PUT /v2.0/subnetpools/0dd6573c-d9ff-4d75-ac72-a1c7e3b3150c/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2246] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:14:31 2026] PUT /v2.0/subnetpools/71afe2e6-9e61-4f46-898b-7e596ce06ac7/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2247] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:14:31 2026] PUT /v2.0/subnetpools/95759ec7-8705-4225-8f34-34eebc00feb5/tags => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2248] 10.0.0.214 () {32 vars in 672 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2249] 10.0.0.214 () {32 vars in 686 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2250] 10.0.0.214 () {32 vars in 682 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2251] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2252] 10.0.0.214 () {32 vars in 680 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2253] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2254] 10.0.0.214 () {32 vars in 690 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2255] 10.0.0.214 () {32 vars in 702 bytes} [Tue Jun 30 19:14:31 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2256] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:14:31 2026] DELETE /v2.0/subnetpools/fa60eb42-51b7-4704-bff2-2fbceb38fcb0 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2257] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:14:31 2026] DELETE /v2.0/subnetpools/0dd6573c-d9ff-4d75-ac72-a1c7e3b3150c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2258] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:14:31 2026] DELETE /v2.0/subnetpools/71afe2e6-9e61-4f46-898b-7e596ce06ac7 => 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: 1105/2259] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:14:31 2026] DELETE /v2.0/subnetpools/95759ec7-8705-4225-8f34-34eebc00feb5 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2260] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:14:31 2026] DELETE /v2.0/subnetpools/3d4abfa4-10d3-47cd-ab0a-f851633094fe => 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: 1106/2261] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/security-groups?tenant_id=10ac03213ced44e88023cf4a93032066&name=default => generated 2929 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2262] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:32 2026] DELETE /v2.0/security-groups/04e605ec-33e4-4ca9-b76a-8f95225f24cc => 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: 1107/2263] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:32 2026] GET /v2.0/security-groups?tenant_id=ea6c2df08d75479db5e2e6ecc0126687&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2264] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:33 2026] DELETE /v2.0/security-groups/e35c6dfb-182f-45ce-9803-5584cdfc7f62 => 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: 1108/2265] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:33 2026] GET /v2.0/security-groups?tenant_id=6e964c50238a40e2a3385572c7b6b000&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2266] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:33 2026] DELETE /v2.0/security-groups/244ec703-ce8d-46fd-861c-c9a6772517cb => 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: 1109/2267] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2268] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f0f5e1062be640539322357d287885a8 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:35.229 8 WARNING neutron_lib.context [req-023c75bc-3dbf-4205-939c-26cfb01ed0dd req-11a55095-4a4e-47c7-a3d7-7c42b9b6985a 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1110/2269] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:14:35 2026] POST /v2.0/ports => generated 1187 bytes in 476 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: 1111/2270] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:35 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1202 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2271] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:36 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2272] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:14:36 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2273] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:14:35 2026] PUT /v2.0/ports/baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 1468 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2274] 10.0.0.58 () {34 vars in 1039 bytes} [Tue Jun 30 19:14:36 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:36.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64ce63a6-ddee-49bb-8f2f-c74e676478b4'] response: {'name': 'network-changed', 'server_uuid': 'e4fc88f0-f6b4-4564-9317-758b71164d87', 'tag': 'baf984a6-7517-43a1-a98a-5f88f54dcf1f', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:14:36.771 7 WARNING neutron_lib.context [None req-e94fdb1c-04a3-4f5e-a95d-167d403e91bc 7101eecb3f404adf902966cd364bf943 18372d5017724b7381f4be4e126db921 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1115/2275] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2276] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/networks?tenant_id=f0f5e1062be640539322357d287885a8&shared=False => generated 2375 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2277] 10.0.0.214 () {34 vars in 676 bytes} [Tue Jun 30 19:14:36 2026] POST /v2.0/floatingips => generated 552 bytes in 679 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2278] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:14:37 2026] PUT /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2279] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2280] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2281] 10.0.0.214 () {34 vars in 770 bytes} [Tue Jun 30 19:14:37 2026] PUT /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2282] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2283] 10.0.0.214 () {34 vars in 766 bytes} [Tue Jun 30 19:14:37 2026] PUT /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2284] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2285] 10.0.0.214 () {34 vars in 788 bytes} [Tue Jun 30 19:14:37 2026] PUT /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2286] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2287] 10.0.0.214 () {34 vars in 759 bytes} [Tue Jun 30 19:14:37 2026] PUT /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2288] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/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: 1122/2289] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:14:37.767 7 INFO neutron.api.v2.resource [None req-04e57c88-ff07-42e1-9205-751d9df58afd 7101eecb3f404adf902966cd364bf943 18372d5017724b7381f4be4e126db921 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2290] 10.0.0.214 () {32 vars in 751 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/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: 1123/2291] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:14:37 2026] DELETE /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2292] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:37.884 8 INFO neutron.api.v2.resource [None req-22fff9c5-3cbc-4c21-99fe-f0ca6aeac4d3 7101eecb3f404adf902966cd364bf943 18372d5017724b7381f4be4e126db921 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1124/2293] 10.0.0.214 () {32 vars in 754 bytes} [Tue Jun 30 19:14:37 2026] DELETE /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2294] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:14:37 2026] DELETE /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2295] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:14:37 2026] GET /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2296] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:14:37 2026] DELETE /v2.0/floatingips/0d1142c1-ab55-4a84-9d0a-5e66f68183bf => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2297] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2298] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.176&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => 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: 1127/2299] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e4&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2300] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a&id=b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => generated 1414 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2301] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2302] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2303] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2304] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?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: 1130/2305] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:38 2026] GET /v2.0/security-groups?tenant_id=59fca58b69384653a4f7a57bf5510134&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2306] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:39 2026] DELETE /v2.0/security-groups/1152ebcc-8542-46e9-88eb-307a1f1a23d7 => 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: 1131/2307] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/security-groups?tenant_id=18372d5017724b7381f4be4e126db921&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2308] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:39 2026] DELETE /v2.0/security-groups/6d535966-77bf-43fa-8a79-6a4d545d4202 => 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: 1132/2309] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2310] 10.0.0.58 () {34 vars in 1039 bytes} [Tue Jun 30 19:14:39 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2311] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1202 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2312] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:41 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:42.705 7 WARNING neutron_lib.context [None req-fd216383-bacd-4adc-9fb8-8e5add207553 24b96cf525d044c8b65dfd0f2a22a971 2252dabd3253440ba5f4708af2cb8704 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:42.868 7 INFO neutron.db.segments_db [None req-fd216383-bacd-4adc-9fb8-8e5add207553 24b96cf525d044c8b65dfd0f2a22a971 2252dabd3253440ba5f4708af2cb8704 - - default default] Added segment 1918ed25-8a08-454c-b01c-3a5dae2d26d6 of type vxlan for network 58305931-1980-4361-a643-3a229d5248f9 [pid: 7|app: 0|req: 1181/2315] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:14:42 2026] POST /v2.0/networks => generated 631 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2316] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:14:42 2026] PUT /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2317] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2318] 10.0.0.214 () {34 vars in 764 bytes} [Tue Jun 30 19:14:43 2026] PUT /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2319] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/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: 1137/2320] 10.0.0.214 () {34 vars in 760 bytes} [Tue Jun 30 19:14:43 2026] PUT /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2321] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2322] 10.0.0.214 () {34 vars in 782 bytes} [Tue Jun 30 19:14:43 2026] PUT /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2323] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2324] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:14:43 2026] PUT /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2325] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/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: 1140/2326] 10.0.0.214 () {32 vars in 741 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:14:43.427 7 INFO neutron.api.v2.resource [None req-354d44db-df45-4e7b-8f18-7dadb54f63a7 24b96cf525d044c8b65dfd0f2a22a971 2252dabd3253440ba5f4708af2cb8704 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2327] 10.0.0.214 () {32 vars in 745 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/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: 1141/2328] 10.0.0.214 () {32 vars in 744 bytes} [Tue Jun 30 19:14:43 2026] DELETE /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2329] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:43.560 8 INFO neutron.api.v2.resource [None req-2434ab32-d857-4632-b896-edf990e45482 24b96cf525d044c8b65dfd0f2a22a971 2252dabd3253440ba5f4708af2cb8704 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2330] 10.0.0.214 () {32 vars in 748 bytes} [Tue Jun 30 19:14:43 2026] DELETE /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2331] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:14:43 2026] DELETE /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2332] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:43.793 7 INFO neutron.services.segments.plugin [-] Segment 1918ed25-8a08-454c-b01c-3a5dae2d26d6 resource provider aggregate not found 2026-06-30 19:14:43.798 7 INFO neutron.services.segments.plugin [-] Segment 1918ed25-8a08-454c-b01c-3a5dae2d26d6 resource provider aggregate not found [pid: 8|app: 0|req: 1144/2333] 10.0.0.214 () {32 vars in 826 bytes} [Tue Jun 30 19:14:43 2026] GET /v2.0/ports?project_id=a9d6aa938abb4537862a7b69f019e28d&network_id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 3695 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2334] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:14:43 2026] DELETE /v2.0/networks/58305931-1980-4361-a643-3a229d5248f9 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2335] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:14:44 2026] GET /v2.0/subnets?network_id=0dc2d8b6-6ca8-4a00-9d7d-61d4f75c2b7e => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:44.323 7 INFO neutron.services.segments.plugin [-] Segment 1918ed25-8a08-454c-b01c-3a5dae2d26d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1918ed25-8a08-454c-b01c-3a5dae2d26d6 found for delete ", "request_id": "req-f9a4d031-1ec9-4d70-8c80-5128f1d07028"}]} 2026-06-30 19:14:44.324 7 INFO neutron.services.segments.plugin [-] Segment 1918ed25-8a08-454c-b01c-3a5dae2d26d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1918ed25-8a08-454c-b01c-3a5dae2d26d6 found for delete ", "request_id": "req-9ad2473b-6d53-41f7-9ad3-eefbeb86b72f"}]} 2026-06-30 19:14:44.438 7 INFO neutron.db.l3_db [None req-10a56600-e4c9-4452-bb7a-181be0e5821f 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Floating IP 63831c20-2174-4618-b398-71391aa349e3 disassociated. External IP: 10.96.250.209, port: 39b2172a-31c3-483a-bf6f-1ae542bea05c. [pid: 8|app: 0|req: 1146/2336] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:44 2026] GET /v2.0/security-groups?tenant_id=0b49fcf6da9f486c954c09241f966d77&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2337] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:14:44 2026] PUT /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 554 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2338] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:44 2026] DELETE /v2.0/security-groups/2414f319-0dbe-48a4-b9ac-0ffeaccdc25c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2339] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:14:44 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 554 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2340] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:44 2026] GET /v2.0/security-groups?tenant_id=2252dabd3253440ba5f4708af2cb8704&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:44.952 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b20c33e-0621-4a1d-b777-c236b382c60b'] response: {'name': 'network-changed', 'server_uuid': '84da9b22-3090-48bc-932d-e103e5b7434c', 'tag': '39b2172a-31c3-483a-bf6f-1ae542bea05c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1193/2341] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:44 2026] DELETE /v2.0/security-groups/0e53aea1-8919-41a0-95ae-9ff3b40c6836 => 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: 1149/2342] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 1244 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2343] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2344] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/networks?id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2345] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=39b2172a-31c3-483a-bf6f-1ae542bea05c => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2346] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/subnets?id=57930fd7-c0b3-4b8a-9e41-8be61eb1c855 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2347] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:45 2026] GET /v2.0/ports?network_id=e4f10604-3af3-458c-94b2-bc21684dd7fe&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2348] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:46 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2349] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:46 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2350] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:46 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2351] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:46 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2352] 10.0.0.214 () {32 vars in 818 bytes} [Tue Jun 30 19:14:46 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&mac_address=fa%3A16%3A3e%3A20%3Aff%3Aae => generated 1204 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:46.571 7 WARNING neutron_lib.context [None req-aa271022-6c9a-45ee-98a3-0440826872dd 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1155/2353] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:14:46 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:47.329 7 INFO neutron.db.l3_db [None req-aa271022-6c9a-45ee-98a3-0440826872dd 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Floating IP 67103772-5c31-40d7-bee2-c391e553f643 associated. External IP: 10.96.250.218, port: baf984a6-7517-43a1-a98a-5f88f54dcf1f. [pid: 7|app: 0|req: 1199/2354] 10.0.0.214 () {34 vars in 677 bytes} [Tue Jun 30 19:14:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:47.950 8 WARNING neutron_lib.context [None req-c7822606-383e-473f-beeb-f8744854973a 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1156/2355] 10.0.0.214 () {34 vars in 685 bytes} [Tue Jun 30 19:14:47 2026] POST /v2.0/security-groups => generated 1675 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:14:48.082 7 WARNING neutron_lib.context [None req-86955d16-18b3-4c46-a603-ecd22eb51726 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:48.115 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83fe3636-c1a9-4d19-9fd4-0bd908978ef6'] response: {'name': 'network-changed', 'server_uuid': 'e4fc88f0-f6b4-4564-9317-758b71164d87', 'tag': 'baf984a6-7517-43a1-a98a-5f88f54dcf1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1200/2356] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:48.233 7 WARNING neutron_lib.context [None req-5bb31cc5-f173-4b8a-bf57-b8cdca2ec09e 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:48.334 8 WARNING neutron_lib.context [None req-fc987019-c734-4746-87ef-58719bddbebd 5bd12dad5e114e1e9a5b41c58c88fb52 465fd949416b43a1933435519dbb32f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1201/2357] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:48.364 7 WARNING neutron_lib.context [None req-6d8a3c91-36cf-46d4-a519-7a92ebdd78b9 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:48.484 8 INFO neutron.db.segments_db [None req-fc987019-c734-4746-87ef-58719bddbebd 5bd12dad5e114e1e9a5b41c58c88fb52 465fd949416b43a1933435519dbb32f1 - - default default] Added segment 8ce119b1-3a76-4c2a-89e2-0ab8ad2f38ac of type vxlan for network 311062c4-2eb8-4802-914c-2f935ba83169 [pid: 7|app: 0|req: 1202/2358] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:48.513 7 WARNING neutron_lib.context [None req-fd1a8839-d7d0-4624-b319-032e987637ef 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1157/2359] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/networks => generated 632 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:14:48.598 8 WARNING neutron_lib.context [None req-f3ba434f-1e89-46d8-a0af-7efeecb5603b 5bd12dad5e114e1e9a5b41c58c88fb52 465fd949416b43a1933435519dbb32f1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:48.657 8 INFO neutron.db.segments_db [None req-f3ba434f-1e89-46d8-a0af-7efeecb5603b 5bd12dad5e114e1e9a5b41c58c88fb52 465fd949416b43a1933435519dbb32f1 - - default default] Added segment 9c51e0e5-e720-4f73-80ab-435ee0334a27 of type vxlan for network d8bcab5e-1d49-44eb-be79-6afba75e0030 [pid: 7|app: 0|req: 1203/2360] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2361] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:48.700 7 WARNING neutron_lib.context [None req-d1fe0912-48c8-4f62-af6f-445f1898d308 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:14:48.729 7 INFO neutron.db.securitygroups_db [None req-d1fe0912-48c8-4f62-af6f-445f1898d308 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Project a9d6aa938abb4537862a7b69f019e28d 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: 1158/2362] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2363] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2364] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2365] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:14:48 2026] PUT /v2.0/networks/311062c4-2eb8-4802-914c-2f935ba83169/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:14:48.835 8 WARNING neutron_lib.context [None req-5f29a11d-662e-4755-9428-99c1c8f5367f 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1206/2366] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.176&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:48.880 8 INFO neutron.db.securitygroups_db [None req-5f29a11d-662e-4755-9428-99c1c8f5367f 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Project a9d6aa938abb4537862a7b69f019e28d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 1207/2367] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/networks/311062c4-2eb8-4802-914c-2f935ba83169/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2368] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e4&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2369] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:14:48 2026] PUT /v2.0/networks/d8bcab5e-1d49-44eb-be79-6afba75e0030/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2370] 10.0.0.214 () {34 vars in 695 bytes} [Tue Jun 30 19:14:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2371] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a&id=b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => 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: 1162/2372] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/networks/d8bcab5e-1d49-44eb-be79-6afba75e0030/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2373] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:48 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&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: 8|app: 0|req: 1163/2374] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:14:49 2026] PUT /v2.0/networks/d8bcab5e-1d49-44eb-be79-6afba75e0030/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2375] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2376] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/d8bcab5e-1d49-44eb-be79-6afba75e0030/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: 1165/2377] 10.0.0.214 () {32 vars in 733 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/311062c4-2eb8-4802-914c-2f935ba83169/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2378] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2379] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?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-06-30 19:14:49.295 8 INFO neutron.services.segments.plugin [-] Segment 8ce119b1-3a76-4c2a-89e2-0ab8ad2f38ac resource provider aggregate not found 2026-06-30 19:14:49.302 8 INFO neutron.services.segments.plugin [-] Segment 8ce119b1-3a76-4c2a-89e2-0ab8ad2f38ac resource provider aggregate not found 2026-06-30 19:14:49.316 8 INFO neutron.services.segments.plugin [-] Segment 8ce119b1-3a76-4c2a-89e2-0ab8ad2f38ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce119b1-3a76-4c2a-89e2-0ab8ad2f38ac found for delete ", "request_id": "req-d2960aaf-c34e-430f-bea8-7dadbf56bf15"}]} 2026-06-30 19:14:49.320 8 INFO neutron.services.segments.plugin [-] Segment 8ce119b1-3a76-4c2a-89e2-0ab8ad2f38ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ce119b1-3a76-4c2a-89e2-0ab8ad2f38ac found for delete ", "request_id": "req-a9ea592f-2b6e-47a0-afc5-db7a5c7e653c"}]} [pid: 8|app: 0|req: 1166/2380] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:14:49 2026] DELETE /v2.0/networks/311062c4-2eb8-4802-914c-2f935ba83169 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2381] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks => generated 1297 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:49.472 7 INFO neutron.services.segments.plugin [-] Segment 9c51e0e5-e720-4f73-80ab-435ee0334a27 resource provider aggregate not found 2026-06-30 19:14:49.477 7 INFO neutron.services.segments.plugin [-] Segment 9c51e0e5-e720-4f73-80ab-435ee0334a27 resource provider aggregate not found 2026-06-30 19:14:49.490 7 INFO neutron.services.segments.plugin [-] Segment 9c51e0e5-e720-4f73-80ab-435ee0334a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c51e0e5-e720-4f73-80ab-435ee0334a27 found for delete ", "request_id": "req-6575854e-a085-4a94-8202-64306fb71fdf"}]} 2026-06-30 19:14:49.494 7 INFO neutron.services.segments.plugin [-] Segment 9c51e0e5-e720-4f73-80ab-435ee0334a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c51e0e5-e720-4f73-80ab-435ee0334a27 found for delete ", "request_id": "req-3fa17d1f-15dc-443e-b517-5f7145d95bbf"}]} [pid: 7|app: 0|req: 1215/2382] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:14:49 2026] DELETE /v2.0/networks/d8bcab5e-1d49-44eb-be79-6afba75e0030 => 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: 1168/2383] 10.0.0.190 () {34 vars in 1098 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-902111386&fields=id&tenant_id=a9d6aa938abb4537862a7b69f019e28d => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2384] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks?id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 660 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2385] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/quotas/a9d6aa938abb4537862a7b69f019e28d => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2386] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&fields=id => generated 149 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2387] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2388] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?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: 1171/2389] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:49 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2390] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/security-groups?tenant_id=9a468ef27ec04494857d9f36539d91b9&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2391] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:50 2026] DELETE /v2.0/security-groups/721ddc1b-da7d-4fe4-b81d-dd79ed5f1e10 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2392] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/security-groups?tenant_id=465fd949416b43a1933435519dbb32f1&name=default => generated 2929 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2393] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:50 2026] DELETE /v2.0/security-groups/9340f675-b272-471c-b57a-715071c99ad0 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2394] 199.204.45.248 () {34 vars in 1096 bytes} [Tue Jun 30 19:14:50 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2395] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:51 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2396] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:51 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2397] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2398] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2399] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2400] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A177&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => 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: 1177/2401] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/subnets?id=7db699d1-37a6-4745-b59d-43c6eb943575&id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2402] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2403] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2404] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1179/2405] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:52 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2406] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:53 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2407] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/networks?id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2408] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2409] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/security-groups?tenant_id=070af6379d704aa2ab6ba0425b4bf4f8&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2410] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a9d6aa938abb4537862a7b69f019e28d => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:14:54.368 7 WARNING neutron_lib.context [req-b29c971b-cd11-4753-b4d9-e112dff648e1 req-db61da16-7125-4aa5-b63e-5f2866683e1f 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1181/2411] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:54 2026] DELETE /v2.0/security-groups/4f73f7a7-0386-4ec4-ab12-3e288beccdc0 => 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: 1182/2412] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/security-groups?tenant_id=1dfc1d7aed7e4dbc9de2a692fa9580e6&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2413] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2414] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:14:54 2026] POST /v2.0/ports => generated 958 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1232/2415] 10.0.0.58 () {34 vars in 1039 bytes} [Tue Jun 30 19:14:54 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2416] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:14:54 2026] DELETE /v2.0/security-groups/1d56e7f0-3ec2-4ab4-9afe-13080e54db3d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2417] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:14:54 2026] PUT /v2.0/ports/ac0dd430-2e5e-4e9f-8543-b85d4e689cb3 => generated 1239 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2418] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1234/2419] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:55 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&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: 1186/2420] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:14:56.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8980b45b-e967-4170-9a62-679618eb2e49'] response: {'name': 'network-changed', 'server_uuid': 'f0ad8e3d-c688-48ed-9886-fe046524679b', 'tag': 'ac0dd430-2e5e-4e9f-8543-b85d4e689cb3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1235/2421] 199.204.45.248 () {34 vars in 1018 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/networks?tenant_id=a9d6aa938abb4537862a7b69f019e28d&shared=False => generated 756 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2422] 199.204.45.248 () {34 vars in 930 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2423] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2424] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:56 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2427] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2428] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac0dd430-2e5e-4e9f-8543-b85d4e689cb3 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2429] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/subnets?id=57930fd7-c0b3-4b8a-9e41-8be61eb1c855 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2430] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/ports?network_id=e4f10604-3af3-458c-94b2-bc21684dd7fe&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2431] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2432] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2433] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2434] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:57 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&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: 7|app: 0|req: 1242/2435] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:14:58 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2436] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:14:59 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2437] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:15:00 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1195/2438] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:00 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2439] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:00 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2440] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:01 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2441] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:01 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&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: 1197/2442] 10.0.0.182 () {30 vars in 689 bytes} [Tue Jun 30 19:15:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2443] 10.0.0.182 () {30 vars in 691 bytes} [Tue Jun 30 19:15:01 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: 1198/2444] 10.0.0.182 () {30 vars in 667 bytes} [Tue Jun 30 19:15:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2445] 10.0.0.182 () {30 vars in 703 bytes} [Tue Jun 30 19:15:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2446] 10.0.0.182 () {28 vars in 438 bytes} [Tue Jun 30 19:15:02 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2447] 10.0.0.182 () {30 vars in 727 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 657 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2448] 10.0.0.182 () {30 vars in 689 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2449] 10.0.0.182 () {30 vars in 691 bytes} [Tue Jun 30 19:15:02 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: 1201/2450] 10.0.0.182 () {30 vars in 667 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2451] 10.0.0.182 () {30 vars in 703 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2452] 10.0.0.182 () {30 vars in 727 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2453] 10.0.0.182 () {30 vars in 689 bytes} [Tue Jun 30 19:15:02 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: 1203/2454] 10.0.0.182 () {30 vars in 691 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2455] 10.0.0.182 () {30 vars in 667 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2456] 10.0.0.182 () {30 vars in 703 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2457] 10.0.0.182 () {30 vars in 729 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2458] 10.0.0.182 () {30 vars in 681 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2459] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2460] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2461] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2462] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2463] 10.0.0.214 () {32 vars in 736 bytes} [Tue Jun 30 19:15:02 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2464] 10.0.0.182 () {34 vars in 703 bytes} [Tue Jun 30 19:15:02 2026] POST /v2.0/ports => generated 1132 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-30 19:15:03.103 8 INFO neutron.db.l3_db [None req-25b2b5dc-125c-4409-8eea-a0f049f0f74b 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Floating IP 63831c20-2174-4618-b398-71391aa349e3 associated. External IP: 10.96.250.209, port: ac0dd430-2e5e-4e9f-8543-b85d4e689cb3. [pid: 8|app: 0|req: 1211/2465] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:15:02 2026] PUT /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 856 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1255/2466] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:15:03 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 856 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2467] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:15:04 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 856 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2468] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/ports?tenant_id=a9d6aa938abb4537862a7b69f019e28d&device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:05.101 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e807b78-a3aa-4cce-a53e-ddb95a866d13'] response: {'name': 'network-changed', 'server_uuid': 'f0ad8e3d-c688-48ed-9886-fe046524679b', 'tag': 'ac0dd430-2e5e-4e9f-8543-b85d4e689cb3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1213/2469] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/networks?id=e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2470] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac0dd430-2e5e-4e9f-8543-b85d4e689cb3 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2471] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/subnets?id=57930fd7-c0b3-4b8a-9e41-8be61eb1c855 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2472] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/ports?network_id=e4f10604-3af3-458c-94b2-bc21684dd7fe&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: 1215/2473] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2474] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2475] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2476] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2477] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2478] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2479] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2480] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:15:05 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2481] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2482] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:15:06 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: 1220/2483] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2484] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:15:06 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-06-30 19:15:06.076 8 INFO neutron.api.v2.resource [None req-4f0badfb-6c66-4a03-a66e-7dc906b3db1c 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1221/2485] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/security-groups/lb-155904bc-6039-421a-a543-a56eccb6764b => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2486] 199.204.45.248 () {30 vars in 784 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/security-groups?name=lb-155904bc-6039-421a-a543-a56eccb6764b => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2487] 199.204.45.248 () {34 vars in 735 bytes} [Tue Jun 30 19:15:06 2026] POST /v2.0/security-groups => generated 1638 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2488] 199.204.45.248 () {30 vars in 814 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/security-group-rules?security_group_id=8c27d67d-18f3-48a2-ad95-bb3bb27249b4 => generated 1182 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2489] 199.204.45.248 () {34 vars in 788 bytes} [Tue Jun 30 19:15:06 2026] PUT /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2490] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1224/2491] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2492] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2493] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2494] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:15:06 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1226/2495] 10.0.0.58 () {34 vars in 989 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 1244 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2496] 10.0.0.58 () {34 vars in 1039 bytes} [Tue Jun 30 19:15:11 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2499] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:13 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2500] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:13 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2501] 10.0.0.190 () {34 vars in 1016 bytes} [Tue Jun 30 19:15:13 2026] GET /v2.0/security-groups?id=10800e5e-9010-470b-882d-8f0c96c8aee1&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2502] 10.0.0.190 () {34 vars in 982 bytes} [Tue Jun 30 19:15:13 2026] GET /v2.0/networks?id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2503] 10.0.0.190 () {34 vars in 965 bytes} [Tue Jun 30 19:15:14 2026] GET /v2.0/quotas/2895660a403a42fcb99c49ac3fa60ebe => 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: 1230/2504] 10.0.0.190 () {34 vars in 1002 bytes} [Tue Jun 30 19:15:14 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&fields=id => generated 149 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2505] 10.0.0.190 () {34 vars in 1008 bytes} [Tue Jun 30 19:15:14 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?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: 1231/2506] 10.0.0.190 () {34 vars in 1108 bytes} [Tue Jun 30 19:15:14 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2507] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:14 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => 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: 1232/2508] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:14 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2509] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:14 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2510] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:15 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&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: 7|app: 0|req: 1278/2511] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:15:15 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:15:16.089 8 INFO neutron.db.l3_db [req-2aaa93d4-cee0-4bca-90e5-5b141cf16129 req-25e688a7-6626-4aff-97e4-df4a8d63b7aa 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] Floating IP 63831c20-2174-4618-b398-71391aa349e3 disassociated. External IP: 10.96.250.209, port: ac0dd430-2e5e-4e9f-8543-b85d4e689cb3. [pid: 7|app: 0|req: 1279/2512] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2513] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:16 2026] GET /v2.0/security-groups?id=65cde2db-ff7e-4739-9c7a-05ac6f5917b9&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2514] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:15:15 2026] DELETE /v2.0/ports/ac0dd430-2e5e-4e9f-8543-b85d4e689cb3 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2515] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:17 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => 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: 1235/2516] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:17 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2517] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:17 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:18.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea0147f1-3df9-499e-b4f2-147a265e87cc'] response: {'server_uuid': 'f0ad8e3d-c688-48ed-9886-fe046524679b', 'name': 'network-vif-deleted', 'tag': 'ac0dd430-2e5e-4e9f-8543-b85d4e689cb3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1236/2518] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:18 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2519] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:15:18 2026] GET /v2.0/networks?id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2520] 199.204.45.248 () {34 vars in 1050 bytes} [Tue Jun 30 19:15:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2895660a403a42fcb99c49ac3fa60ebe => generated 343 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2521] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:15:18 2026] POST /v2.0/ports => generated 1082 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1285/2522] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:19 2026] GET /v2.0/ports?device_id=f0ad8e3d-c688-48ed-9886-fe046524679b => 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: 1238/2523] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:15:19 2026] PUT /v2.0/ports/2518885f-4562-4814-a649-eb72c0aa5202 => generated 1243 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2524] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:20.634 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5923c28e-7588-46e3-bb20-92aa26801f89'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '2518885f-4562-4814-a649-eb72c0aa5202', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1239/2525] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/security-groups?id=10800e5e-9010-470b-882d-8f0c96c8aee1&fields=id&fields=name => generated 96 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2526] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2527] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2528] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:20 2026] DELETE /v2.0/security-groups/65cde2db-ff7e-4739-9c7a-05ac6f5917b9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2529] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => 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: 1243/2530] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2531] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2532] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?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: 1246/2533] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:20 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2534] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:15:20 2026] DELETE /v2.0/floatingips/63831c20-2174-4618-b398-71391aa349e3 => 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: 1247/2535] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:21 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2536] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:21 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&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: 1248/2537] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2538] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/networks?id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2539] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2540] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => 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: 1250/2541] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2542] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?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: 1251/2543] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2544] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2545] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:22 2026] GET /v2.0/security-groups?id=96eac80a-3b7b-4509-b6b9-ab419188b371&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2546] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:15:23 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2547] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:23 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2548] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:23 2026] GET /v2.0/security-groups?id=10800e5e-9010-470b-882d-8f0c96c8aee1&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: 1253/2549] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:15:23 2026] DELETE /v2.0/ports/39b2172a-31c3-483a-bf6f-1ae542bea05c => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2550] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:23 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2551] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:23 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2552] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:24 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:15:25.194 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5325c980-6369-44f1-a3d8-1e56ef8b6cf1'] response: {'server_uuid': '84da9b22-3090-48bc-932d-e103e5b7434c', 'name': 'network-vif-deleted', 'tag': '39b2172a-31c3-483a-bf6f-1ae542bea05c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1255/2553] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2554] 199.204.45.248 () {34 vars in 1044 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/security-groups?id=10800e5e-9010-470b-882d-8f0c96c8aee1&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2555] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:25 2026] GET /v2.0/ports?device_id=84da9b22-3090-48bc-932d-e103e5b7434c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2556] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:26 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2557] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:26 2026] GET /v2.0/security-groups?id=10800e5e-9010-470b-882d-8f0c96c8aee1&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: 7|app: 0|req: 1301/2558] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:26 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2561] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:26 2026] DELETE /v2.0/security-groups/96eac80a-3b7b-4509-b6b9-ab419188b371 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2562] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:15:26 2026] PUT /v2.0/routers/6a9bd972-a0d1-486b-8588-9a73fc031bfe/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2563] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:15:27 2026] DELETE /v2.0/subnets/57930fd7-c0b3-4b8a-9e41-8be61eb1c855 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:28.993 7 INFO neutron.services.segments.plugin [-] Segment 297d2ff4-25a1-4cd2-8545-bdb7d7907c18 resource provider aggregate not found 2026-06-30 19:15:28.999 7 INFO neutron.services.segments.plugin [-] Segment 297d2ff4-25a1-4cd2-8545-bdb7d7907c18 resource provider aggregate not found 2026-06-30 19:15:29.010 7 INFO neutron.db.l3_hamode_db [None req-1ef2c69e-4f75-44ce-a74a-1f6aa5528f12 927c060a5de84648a38356399fafd065 a9d6aa938abb4537862a7b69f019e28d - - default default] HA network 3c93f1b8-7d50-45fa-827e-03ee23be4121 was deleted as no HA routers are present in tenant a9d6aa938abb4537862a7b69f019e28d. [pid: 7|app: 0|req: 1304/2564] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:15:28 2026] DELETE /v2.0/routers/6a9bd972-a0d1-486b-8588-9a73fc031bfe => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:29.190 8 INFO neutron.services.segments.plugin [-] Segment 9e59c647-8a15-495b-875b-ce3f283f3d2d resource provider aggregate not found 2026-06-30 19:15:29.195 8 INFO neutron.services.segments.plugin [-] Segment 9e59c647-8a15-495b-875b-ce3f283f3d2d resource provider aggregate not found [pid: 8|app: 0|req: 1261/2565] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:29 2026] DELETE /v2.0/networks/e4f10604-3af3-458c-94b2-bc21684dd7fe => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:29.395 7 INFO neutron.services.segments.plugin [-] Segment 297d2ff4-25a1-4cd2-8545-bdb7d7907c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 297d2ff4-25a1-4cd2-8545-bdb7d7907c18 found for delete ", "request_id": "req-6312d9ec-d290-4748-936a-48dbaafd9132"}]} 2026-06-30 19:15:29.397 7 INFO neutron.services.segments.plugin [-] Segment 297d2ff4-25a1-4cd2-8545-bdb7d7907c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 297d2ff4-25a1-4cd2-8545-bdb7d7907c18 found for delete ", "request_id": "req-e883f08c-f7dd-4dbf-8dc9-476346760b73"}]} [pid: 7|app: 0|req: 1305/2566] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:29 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:29.458 8 INFO neutron.services.segments.plugin [-] Segment 9e59c647-8a15-495b-875b-ce3f283f3d2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e59c647-8a15-495b-875b-ce3f283f3d2d found for delete ", "request_id": "req-7d7ba8d3-56d9-4f20-8650-73e35d765246"}]} 2026-06-30 19:15:29.459 8 INFO neutron.services.segments.plugin [-] Segment 9e59c647-8a15-495b-875b-ce3f283f3d2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e59c647-8a15-495b-875b-ce3f283f3d2d found for delete ", "request_id": "req-7b33f983-4674-4d66-8823-9af00121b9b8"}]} [pid: 8|app: 0|req: 1262/2567] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:15:29 2026] GET /v2.0/security-groups?id=10800e5e-9010-470b-882d-8f0c96c8aee1&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: 7|app: 0|req: 1306/2568] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:15:29 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2569] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:29 2026] GET /v2.0/security-groups?tenant_id=a9d6aa938abb4537862a7b69f019e28d&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2570] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:30 2026] DELETE /v2.0/security-groups/3b3ed6da-bb28-4eec-8958-1d648f9ea46a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2571] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:30 2026] GET /v2.0/security-groups?tenant_id=65a9dcee910d470a931bffa5e7f64775&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2572] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:30 2026] DELETE /v2.0/security-groups/ba8eb806-be49-460d-9bd7-80ca59ccec7b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:34.910 8 WARNING neutron_lib.context [None req-a3c60d4c-45c8-4c87-aef0-d83ed4ab99c7 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:35.047 8 INFO neutron.db.segments_db [None req-a3c60d4c-45c8-4c87-aef0-d83ed4ab99c7 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Added segment 033a484a-3f4c-4939-b42b-cad81a544270 of type vxlan for network 24285e93-d9ad-4b2a-9cd8-f665b6912aef [pid: 8|app: 0|req: 1265/2573] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:34 2026] POST /v2.0/networks => generated 632 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:35.172 7 WARNING neutron_lib.context [None req-610d1ee5-de76-43c4-8ef6-fb582fe867e2 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:35.231 7 INFO neutron.db.segments_db [None req-610d1ee5-de76-43c4-8ef6-fb582fe867e2 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Added segment 904713c0-d6ef-46a2-9b95-2fbf73466940 of type vxlan for network 044a3e9a-0472-42fb-96b8-b9df467d9454 [pid: 7|app: 0|req: 1309/2574] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:35 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:35.328 8 WARNING neutron_lib.context [None req-854c8f3a-403e-4d7b-a51e-8d6b1f308024 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:35.383 8 INFO neutron.db.segments_db [None req-854c8f3a-403e-4d7b-a51e-8d6b1f308024 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Added segment 03e647bc-236b-405a-b638-75dcc89f1afd of type vxlan for network a9403b3c-e0b2-40a2-a834-7b8a55c0d426 [pid: 8|app: 0|req: 1266/2575] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:35 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:35.507 7 WARNING neutron_lib.context [None req-8b66e06d-9552-4505-905a-b8c3da9b0fe2 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:35.595 7 INFO neutron.db.segments_db [None req-8b66e06d-9552-4505-905a-b8c3da9b0fe2 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Added segment 28687df5-9a0e-4238-8fb9-8c9c36859d91 of type vxlan for network ecf2e300-00bb-481f-9e98-9614cd6c6bc7 [pid: 7|app: 0|req: 1310/2576] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:35 2026] POST /v2.0/networks => generated 632 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:35.727 8 WARNING neutron_lib.context [None req-a32b927a-06a7-4161-a497-b0affdb32fb2 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:35.778 8 INFO neutron.db.segments_db [None req-a32b927a-06a7-4161-a497-b0affdb32fb2 462d83ed80134d3db2f8ea584b42d713 1c0eed9f634743fcb4c42ebc07696b2b - - default default] Added segment 9541b64c-d7fc-4c64-b1b0-568758330da7 of type vxlan for network 74a9440b-42e1-407c-b740-4bb65bb49b3a [pid: 8|app: 0|req: 1267/2577] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:35 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2578] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:15:35 2026] PUT /v2.0/networks/24285e93-d9ad-4b2a-9cd8-f665b6912aef/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2579] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:15:35 2026] PUT /v2.0/networks/044a3e9a-0472-42fb-96b8-b9df467d9454/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2580] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:15:35 2026] PUT /v2.0/networks/a9403b3c-e0b2-40a2-a834-7b8a55c0d426/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2581] 10.0.0.214 () {34 vars in 753 bytes} [Tue Jun 30 19:15:36 2026] PUT /v2.0/networks/ecf2e300-00bb-481f-9e98-9614cd6c6bc7/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2582] 10.0.0.214 () {32 vars in 666 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2583] 10.0.0.214 () {32 vars in 680 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2584] 10.0.0.214 () {32 vars in 676 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2585] 10.0.0.214 () {32 vars in 688 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2586] 10.0.0.214 () {32 vars in 674 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2587] 10.0.0.214 () {32 vars in 688 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2588] 10.0.0.214 () {32 vars in 684 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2589] 10.0.0.214 () {32 vars in 696 bytes} [Tue Jun 30 19:15:36 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:36.836 7 INFO neutron.services.segments.plugin [-] Segment 033a484a-3f4c-4939-b42b-cad81a544270 resource provider aggregate not found 2026-06-30 19:15:36.841 7 INFO neutron.services.segments.plugin [-] Segment 033a484a-3f4c-4939-b42b-cad81a544270 resource provider aggregate not found 2026-06-30 19:15:36.861 7 INFO neutron.services.segments.plugin [-] Segment 033a484a-3f4c-4939-b42b-cad81a544270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 033a484a-3f4c-4939-b42b-cad81a544270 found for delete ", "request_id": "req-7ab54f6a-9688-4620-be1c-2d58d34eac67"}]} 2026-06-30 19:15:36.862 7 INFO neutron.services.segments.plugin [-] Segment 033a484a-3f4c-4939-b42b-cad81a544270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 033a484a-3f4c-4939-b42b-cad81a544270 found for delete ", "request_id": "req-c3d2c4c6-e721-4096-8116-3316df42275d"}]} [pid: 7|app: 0|req: 1317/2590] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:36 2026] DELETE /v2.0/networks/24285e93-d9ad-4b2a-9cd8-f665b6912aef => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:36.987 8 INFO neutron.services.segments.plugin [-] Segment 904713c0-d6ef-46a2-9b95-2fbf73466940 resource provider aggregate not found 2026-06-30 19:15:36.999 8 INFO neutron.services.segments.plugin [-] Segment 904713c0-d6ef-46a2-9b95-2fbf73466940 resource provider aggregate not found 2026-06-30 19:15:37.003 8 INFO neutron.services.segments.plugin [-] Segment 904713c0-d6ef-46a2-9b95-2fbf73466940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 904713c0-d6ef-46a2-9b95-2fbf73466940 found for delete ", "request_id": "req-3f941cd9-a514-49d8-aeb4-1c640935cce2"}]} 2026-06-30 19:15:37.015 8 INFO neutron.services.segments.plugin [-] Segment 904713c0-d6ef-46a2-9b95-2fbf73466940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 904713c0-d6ef-46a2-9b95-2fbf73466940 found for delete ", "request_id": "req-d24b2354-82ab-4fb0-9850-86c382be5fd5"}]} [pid: 8|app: 0|req: 1274/2591] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:36 2026] DELETE /v2.0/networks/044a3e9a-0472-42fb-96b8-b9df467d9454 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2592] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:37 2026] DELETE /v2.0/networks/a9403b3c-e0b2-40a2-a834-7b8a55c0d426 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2593] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:37 2026] DELETE /v2.0/networks/ecf2e300-00bb-481f-9e98-9614cd6c6bc7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2594] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:37 2026] DELETE /v2.0/networks/74a9440b-42e1-407c-b740-4bb65bb49b3a => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2595] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:38 2026] GET /v2.0/security-groups?tenant_id=482c0a414c494a098e09cfe7c592a94b&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2596] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:38 2026] DELETE /v2.0/security-groups/e6d99377-3952-4a9c-a5d0-4cedaaf7ff90 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2597] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:38 2026] GET /v2.0/security-groups?tenant_id=1c0eed9f634743fcb4c42ebc07696b2b&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:38.878 7 INFO neutron.services.segments.plugin [-] Segment 03e647bc-236b-405a-b638-75dcc89f1afd resource provider aggregate not found 2026-06-30 19:15:38.885 7 INFO neutron.services.segments.plugin [-] Segment 03e647bc-236b-405a-b638-75dcc89f1afd resource provider aggregate not found 2026-06-30 19:15:38.891 7 INFO neutron.services.segments.plugin [-] Segment 03e647bc-236b-405a-b638-75dcc89f1afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e647bc-236b-405a-b638-75dcc89f1afd found for delete ", "request_id": "req-9aeb0b41-af29-4c1f-bb4c-8bed89cda8b6"}]} 2026-06-30 19:15:38.899 7 INFO neutron.services.segments.plugin [-] Segment 03e647bc-236b-405a-b638-75dcc89f1afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03e647bc-236b-405a-b638-75dcc89f1afd found for delete ", "request_id": "req-c7f3140d-8c3d-44a5-8955-748dafb5f836"}]} 2026-06-30 19:15:38.909 7 INFO neutron.services.segments.plugin [-] Segment 9541b64c-d7fc-4c64-b1b0-568758330da7 resource provider aggregate not found 2026-06-30 19:15:38.912 7 INFO neutron.services.segments.plugin [-] Segment 9541b64c-d7fc-4c64-b1b0-568758330da7 resource provider aggregate not found [pid: 7|app: 0|req: 1321/2598] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:38 2026] DELETE /v2.0/security-groups/cb9ffae5-bc3c-4c19-b6f3-d55432ec3b0d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:39.077 8 INFO neutron.services.segments.plugin [-] Segment 28687df5-9a0e-4238-8fb9-8c9c36859d91 resource provider aggregate not found 2026-06-30 19:15:39.080 8 INFO neutron.services.segments.plugin [-] Segment 28687df5-9a0e-4238-8fb9-8c9c36859d91 resource provider aggregate not found 2026-06-30 19:15:39.092 8 INFO neutron.services.segments.plugin [-] Segment 28687df5-9a0e-4238-8fb9-8c9c36859d91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28687df5-9a0e-4238-8fb9-8c9c36859d91 found for delete ", "request_id": "req-aa6aae02-57bc-4039-85f0-81b8c81186ea"}]} 2026-06-30 19:15:39.096 8 INFO neutron.services.segments.plugin [-] Segment 28687df5-9a0e-4238-8fb9-8c9c36859d91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28687df5-9a0e-4238-8fb9-8c9c36859d91 found for delete ", "request_id": "req-5d75dedc-fd27-47b0-85bf-e68f3d7b4669"}]} [pid: 8|app: 0|req: 1278/2599] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:39 2026] GET /v2.0/security-groups?tenant_id=f814fe85d9a349ed8fdf8842b14e5bed&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:39.197 7 INFO neutron.services.segments.plugin [-] Segment 9541b64c-d7fc-4c64-b1b0-568758330da7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9541b64c-d7fc-4c64-b1b0-568758330da7 found for delete ", "request_id": "req-8454c9fb-30df-4883-975c-ec9f663db302"}]} 2026-06-30 19:15:39.199 7 INFO neutron.services.segments.plugin [-] Segment 9541b64c-d7fc-4c64-b1b0-568758330da7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9541b64c-d7fc-4c64-b1b0-568758330da7 found for delete ", "request_id": "req-5d849582-47c0-4513-b643-3a3be7720a99"}]} [pid: 7|app: 0|req: 1322/2600] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:39 2026] DELETE /v2.0/security-groups/7b37539d-44c7-4f9b-909e-966187e53273 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:43.614 7 WARNING neutron_lib.context [None req-f9890b0d-c750-4ba2-93a4-9bac665ca3fc 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:43.738 7 INFO neutron.db.segments_db [None req-f9890b0d-c750-4ba2-93a4-9bac665ca3fc 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Added segment 0ac1e535-1c33-47d9-a30b-5c88e70ee591 of type vxlan for network bcda8989-61be-447e-af3e-654a01d7970d [pid: 7|app: 0|req: 1324/2603] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:43 2026] POST /v2.0/networks => generated 631 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:43.835 8 WARNING neutron_lib.context [None req-899b00c4-da1c-4c38-aeec-c78721cfc312 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1280/2604] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:15:43 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) 2026-06-30 19:15:44.118 7 WARNING neutron_lib.context [None req-9a921146-295a-465f-a7cd-3ed65a485313 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1325/2605] 10.0.0.214 () {34 vars in 666 bytes} [Tue Jun 30 19:15:44 2026] POST /v2.0/trunks => generated 407 bytes in 285 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-06-30 19:15:44.410 8 WARNING neutron_lib.context [None req-513427e9-7282-4c56-887f-af1cb46a35b7 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:44.472 8 INFO neutron.db.segments_db [None req-513427e9-7282-4c56-887f-af1cb46a35b7 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Added segment fbf11663-e109-4cd8-8242-4cab208c9b81 of type vxlan for network 31e9e819-e3a7-41e6-a47f-f3cd37d388cd [pid: 8|app: 0|req: 1281/2606] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:44 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:44.591 7 WARNING neutron_lib.context [None req-2aaab682-509f-4f9c-a4ee-a7c64d54a6c2 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1326/2607] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:15:44 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:44.875 8 WARNING neutron_lib.context [None req-14c1fe05-b193-4382-bc88-d57d44557203 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1282/2608] 10.0.0.214 () {34 vars in 666 bytes} [Tue Jun 30 19:15:44 2026] POST /v2.0/trunks => generated 407 bytes in 164 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-06-30 19:15:45.044 7 WARNING neutron_lib.context [None req-689679e6-b586-4c9e-b5de-79b7a7b7997b 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:45.093 7 INFO neutron.db.segments_db [None req-689679e6-b586-4c9e-b5de-79b7a7b7997b 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Added segment 9acb22c6-23ed-4d1d-a697-e5f8df72b4e3 of type vxlan for network 90ca1eba-7bf3-45dc-a1a5-2c7658975646 [pid: 7|app: 0|req: 1327/2609] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:45 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) 2026-06-30 19:15:45.207 8 WARNING neutron_lib.context [None req-7515842f-43c1-4da7-bb33-c6d16f7b5a93 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1283/2610] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:15:45 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:45.533 7 WARNING neutron_lib.context [None req-5c6590ff-af6e-41b4-b55e-dc47ac91e388 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1328/2611] 10.0.0.214 () {34 vars in 666 bytes} [Tue Jun 30 19:15:45 2026] POST /v2.0/trunks => generated 407 bytes in 191 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-06-30 19:15:45.726 8 WARNING neutron_lib.context [None req-688e7374-729b-42d9-85e4-feaec9ec5f3d 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:45.786 8 INFO neutron.db.segments_db [None req-688e7374-729b-42d9-85e4-feaec9ec5f3d 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Added segment e69faaa4-7b3b-4839-b28b-2d07d1825204 of type vxlan for network 11af9534-9e5f-40c4-8f36-d778a4ac56a1 [pid: 8|app: 0|req: 1284/2612] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:45 2026] POST /v2.0/networks => generated 630 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:45.883 7 WARNING neutron_lib.context [None req-5545a303-2149-4c9a-9189-9e3a413da3ae 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1329/2613] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:15:45 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:46.182 8 WARNING neutron_lib.context [None req-79e8b607-4cb7-4ec8-88fc-1aa13ec1460d 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1285/2614] 10.0.0.214 () {34 vars in 666 bytes} [Tue Jun 30 19:15:46 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-30 19:15:46.340 7 WARNING neutron_lib.context [None req-4d35540c-f6fc-4e6e-b5eb-521f4a551c72 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:15:46.397 7 INFO neutron.db.segments_db [None req-4d35540c-f6fc-4e6e-b5eb-521f4a551c72 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Added segment a69cded0-0560-46d6-85f9-de3bca3229e2 of type vxlan for network 8093e193-fb8d-4869-a13a-b49825570799 [pid: 7|app: 0|req: 1330/2615] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:15:46 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:46.493 8 WARNING neutron_lib.context [None req-46e6ed24-fd77-433c-a897-eadf5a31450b 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1286/2616] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:15:46 2026] POST /v2.0/ports => generated 743 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:15:46.823 7 WARNING neutron_lib.context [None req-069a9e28-778b-408e-a972-c0aae710872c 91d5c53b8c3f48c9808459c5a149160f d997b4e14a4041af9771a334a5075f8d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1331/2617] 10.0.0.214 () {34 vars in 666 bytes} [Tue Jun 30 19:15:46 2026] POST /v2.0/trunks => generated 407 bytes in 170 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: 1287/2618] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:15:46 2026] PUT /v2.0/trunks/fe1e7047-e700-49e2-b451-f454d5a9e663/tags => generated 17 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2619] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:15:47 2026] PUT /v2.0/trunks/64c692a4-580b-4911-9a01-270ec50d98a6/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: 1288/2620] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:15:47 2026] PUT /v2.0/trunks/b02e7ded-1fde-41a0-9b71-a126a243cd0d/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2621] 10.0.0.214 () {34 vars in 749 bytes} [Tue Jun 30 19:15:47 2026] PUT /v2.0/trunks/1de67a73-e04a-4968-8655-d514fdf4471e/tags => 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: 1289/2622] 10.0.0.214 () {32 vars in 662 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2623] 10.0.0.214 () {32 vars in 676 bytes} [Tue Jun 30 19:15:47 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: 8|app: 0|req: 1290/2624] 10.0.0.214 () {32 vars in 672 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2625] 10.0.0.214 () {32 vars in 684 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2626] 10.0.0.214 () {32 vars in 670 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2627] 10.0.0.214 () {32 vars in 684 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2628] 10.0.0.214 () {32 vars in 680 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2629] 10.0.0.214 () {32 vars in 692 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2630] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks/fe1e7047-e700-49e2-b451-f454d5a9e663 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2631] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/ports/e81f29e5-1637-41c3-a1f1-d5c2687b53f4 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2632] 10.0.0.214 () {32 vars in 722 bytes} [Tue Jun 30 19:15:47 2026] DELETE /v2.0/trunks/fe1e7047-e700-49e2-b451-f454d5a9e663 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2633] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks/64c692a4-580b-4911-9a01-270ec50d98a6 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2634] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/ports/c56babdb-0bae-4c50-9104-bd23226c253c => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2635] 10.0.0.214 () {32 vars in 722 bytes} [Tue Jun 30 19:15:47 2026] DELETE /v2.0/trunks/64c692a4-580b-4911-9a01-270ec50d98a6 => 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: 1296/2636] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks/b02e7ded-1fde-41a0-9b71-a126a243cd0d => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2637] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/ports/d9d22f0c-6154-4aec-890f-b7bc3d44e4d6 => generated 826 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2638] 10.0.0.214 () {32 vars in 722 bytes} [Tue Jun 30 19:15:47 2026] DELETE /v2.0/trunks/b02e7ded-1fde-41a0-9b71-a126a243cd0d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2639] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/trunks/1de67a73-e04a-4968-8655-d514fdf4471e => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2640] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:15:47 2026] GET /v2.0/ports/4a513c7f-d9fb-40b4-bbdc-1e0ee80be37c => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2641] 10.0.0.214 () {32 vars in 722 bytes} [Tue Jun 30 19:15:48 2026] DELETE /v2.0/trunks/1de67a73-e04a-4968-8655-d514fdf4471e => 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: 1299/2642] 10.0.0.214 () {32 vars in 719 bytes} [Tue Jun 30 19:15:48 2026] GET /v2.0/trunks/36be488f-f44e-4cbf-a400-1b143ed1d2ac => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2643] 10.0.0.214 () {32 vars in 717 bytes} [Tue Jun 30 19:15:48 2026] GET /v2.0/ports/54cb89f3-9fcc-4b6f-a47b-0d2a37af0ea4 => generated 826 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2644] 10.0.0.214 () {32 vars in 722 bytes} [Tue Jun 30 19:15:48 2026] DELETE /v2.0/trunks/36be488f-f44e-4cbf-a400-1b143ed1d2ac => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2645] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:15:48 2026] DELETE /v2.0/ports/e81f29e5-1637-41c3-a1f1-d5c2687b53f4 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2646] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:15:48 2026] DELETE /v2.0/ports/c56babdb-0bae-4c50-9104-bd23226c253c => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2647] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:15:48 2026] DELETE /v2.0/ports/d9d22f0c-6154-4aec-890f-b7bc3d44e4d6 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2648] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/ports/4a513c7f-d9fb-40b4-bbdc-1e0ee80be37c => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2649] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/ports/54cb89f3-9fcc-4b6f-a47b-0d2a37af0ea4 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:49.681 8 INFO neutron.services.segments.plugin [-] Segment 0ac1e535-1c33-47d9-a30b-5c88e70ee591 resource provider aggregate not found 2026-06-30 19:15:49.685 8 INFO neutron.services.segments.plugin [-] Segment 0ac1e535-1c33-47d9-a30b-5c88e70ee591 resource provider aggregate not found 2026-06-30 19:15:49.699 8 INFO neutron.services.segments.plugin [-] Segment 0ac1e535-1c33-47d9-a30b-5c88e70ee591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac1e535-1c33-47d9-a30b-5c88e70ee591 found for delete ", "request_id": "req-baa8f186-dd1c-4cff-b8b5-cd59fdbd185c"}]} 2026-06-30 19:15:49.701 8 INFO neutron.services.segments.plugin [-] Segment 0ac1e535-1c33-47d9-a30b-5c88e70ee591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac1e535-1c33-47d9-a30b-5c88e70ee591 found for delete ", "request_id": "req-591c4197-a5ef-4951-a851-55ffe62f21d4"}]} [pid: 8|app: 0|req: 1303/2650] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/networks/bcda8989-61be-447e-af3e-654a01d7970d => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2651] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/networks/31e9e819-e3a7-41e6-a47f-f3cd37d388cd => 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: 1304/2652] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:49 2026] DELETE /v2.0/networks/90ca1eba-7bf3-45dc-a1a5-2c7658975646 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:15:50.066 7 INFO neutron.services.segments.plugin [-] Segment fbf11663-e109-4cd8-8242-4cab208c9b81 resource provider aggregate not found 2026-06-30 19:15:50.072 7 INFO neutron.services.segments.plugin [-] Segment fbf11663-e109-4cd8-8242-4cab208c9b81 resource provider aggregate not found 2026-06-30 19:15:50.093 7 INFO neutron.services.segments.plugin [-] Segment fbf11663-e109-4cd8-8242-4cab208c9b81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbf11663-e109-4cd8-8242-4cab208c9b81 found for delete ", "request_id": "req-44e86c2e-836c-4103-93d4-857e408e997e"}]} 2026-06-30 19:15:50.098 7 INFO neutron.services.segments.plugin [-] Segment fbf11663-e109-4cd8-8242-4cab208c9b81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbf11663-e109-4cd8-8242-4cab208c9b81 found for delete ", "request_id": "req-b02d4d74-323a-4103-8b25-04135665edd5"}]} [pid: 7|app: 0|req: 1349/2653] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:50 2026] DELETE /v2.0/networks/11af9534-9e5f-40c4-8f36-d778a4ac56a1 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2654] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:15:50 2026] DELETE /v2.0/networks/8093e193-fb8d-4869-a13a-b49825570799 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2655] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:51 2026] GET /v2.0/security-groups?tenant_id=792aa9fde53d489290bfe7d9894cb5f7&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2656] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:51 2026] DELETE /v2.0/security-groups/861bfd0a-fe2d-4657-9cd0-8fc88c155767 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2657] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:51 2026] GET /v2.0/security-groups?tenant_id=d997b4e14a4041af9771a334a5075f8d&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:15:51.783 8 INFO neutron.services.segments.plugin [-] Segment 9acb22c6-23ed-4d1d-a697-e5f8df72b4e3 resource provider aggregate not found 2026-06-30 19:15:51.788 8 INFO neutron.services.segments.plugin [-] Segment 9acb22c6-23ed-4d1d-a697-e5f8df72b4e3 resource provider aggregate not found 2026-06-30 19:15:51.801 8 INFO neutron.services.segments.plugin [-] Segment 9acb22c6-23ed-4d1d-a697-e5f8df72b4e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9acb22c6-23ed-4d1d-a697-e5f8df72b4e3 found for delete ", "request_id": "req-26590bd3-891b-4e11-824a-f230c87da280"}]} 2026-06-30 19:15:51.807 8 INFO neutron.services.segments.plugin [-] Segment 9acb22c6-23ed-4d1d-a697-e5f8df72b4e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9acb22c6-23ed-4d1d-a697-e5f8df72b4e3 found for delete ", "request_id": "req-b6c091ce-e7f7-49fe-8ee1-494aee2dc34c"}]} 2026-06-30 19:15:51.821 8 INFO neutron.services.segments.plugin [-] Segment a69cded0-0560-46d6-85f9-de3bca3229e2 resource provider aggregate not found 2026-06-30 19:15:51.825 8 INFO neutron.services.segments.plugin [-] Segment a69cded0-0560-46d6-85f9-de3bca3229e2 resource provider aggregate not found 2026-06-30 19:15:51.836 8 INFO neutron.services.segments.plugin [-] Segment a69cded0-0560-46d6-85f9-de3bca3229e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a69cded0-0560-46d6-85f9-de3bca3229e2 found for delete ", "request_id": "req-c6a518b0-8e00-4879-8e29-f37ab8e5f7ad"}]} 2026-06-30 19:15:51.839 8 INFO neutron.services.segments.plugin [-] Segment a69cded0-0560-46d6-85f9-de3bca3229e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a69cded0-0560-46d6-85f9-de3bca3229e2 found for delete ", "request_id": "req-3f70491c-5f06-47f7-b2a5-4a975f32ee86"}]} [pid: 8|app: 0|req: 1307/2658] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:51 2026] DELETE /v2.0/security-groups/4f681d46-926d-4602-901e-fe07bf082368 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:15:52.113 7 INFO neutron.services.segments.plugin [-] Segment e69faaa4-7b3b-4839-b28b-2d07d1825204 resource provider aggregate not found 2026-06-30 19:15:52.119 7 INFO neutron.services.segments.plugin [-] Segment e69faaa4-7b3b-4839-b28b-2d07d1825204 resource provider aggregate not found 2026-06-30 19:15:52.129 7 INFO neutron.services.segments.plugin [-] Segment e69faaa4-7b3b-4839-b28b-2d07d1825204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e69faaa4-7b3b-4839-b28b-2d07d1825204 found for delete ", "request_id": "req-eb0836b4-cebb-4795-8f2c-2535589234d3"}]} 2026-06-30 19:15:52.131 7 INFO neutron.services.segments.plugin [-] Segment e69faaa4-7b3b-4839-b28b-2d07d1825204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e69faaa4-7b3b-4839-b28b-2d07d1825204 found for delete ", "request_id": "req-1305eaec-04e3-422a-92d3-a699a46581e4"}]} [pid: 7|app: 0|req: 1352/2659] 199.204.45.248 () {34 vars in 1096 bytes} [Tue Jun 30 19:15:51 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2660] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:15:52 2026] GET /v2.0/security-groups?tenant_id=822c7b8347a84226a5d4595805bc16b2&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2661] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:15:52 2026] DELETE /v2.0/security-groups/3e37a9a3-8791-40f5-9b44-4be4a6ac0119 => 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: 1309/2662] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:15:52 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1473 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2663] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2664] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.176&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2665] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e4&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => 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: 1311/2666] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a&id=b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2667] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2668] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2669] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2670] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:15:53 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2673] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16:04 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: 1315/2674] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16: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: 7|app: 0|req: 1360/2675] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2676] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2677] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:04 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2678] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:16:04 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2679] 199.204.45.248 () {34 vars in 716 bytes} [Tue Jun 30 19:16:04 2026] POST /v2.0/ports => generated 1097 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2680] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1097 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1363/2681] 10.0.0.190 () {34 vars in 907 bytes} [Tue Jun 30 19:16:05 2026] GET /v2.0/extensions => generated 20516 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2682] 199.204.45.248 () {34 vars in 1262 bytes} [Tue Jun 30 19:16:06 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2683] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:06 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?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: 1320/2684] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:06 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2685] 199.204.45.248 () {34 vars in 975 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1097 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2686] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:07 2026] GET /v2.0/networks?id=f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2687] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:16:07 2026] PUT /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1287 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2688] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2527 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: 7|app: 0|req: 1367/2689] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => 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: 1323/2690] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2691] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&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: 1324/2692] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:16:08.774 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1952e899-0631-4a8f-9c2c-6781fa177569'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1369/2693] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?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: 1325/2694] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2695] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2696] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2697] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2698] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:08 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2699] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2527 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2700] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks?id=f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2701] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => 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: 1329/2702] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2703] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&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: 8|app: 0|req: 1330/2704] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2705] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:10 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2708] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 30 19:16:12 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1289 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2709] 199.204.45.248 () {34 vars in 788 bytes} [Tue Jun 30 19:16:12 2026] PUT /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1314 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:16:12.733 7 INFO neutron.api.v2.resource [None req-ca1cf63a-0773-4382-8e69-1850fbbcd52e 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1378/2710] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 19:16:12 2026] GET /v2.0/security-groups/lb-155904bc-6039-421a-a543-a56eccb6764b => generated 149 bytes in 16 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: 1333/2711] 199.204.45.248 () {30 vars in 784 bytes} [Tue Jun 30 19:16:12 2026] GET /v2.0/security-groups?name=lb-155904bc-6039-421a-a543-a56eccb6764b => generated 1639 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2712] 199.204.45.248 () {34 vars in 788 bytes} [Tue Jun 30 19:16:12 2026] PUT /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1314 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2713] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16:13 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: 7|app: 0|req: 1380/2714] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:16:13.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c837369-6618-42c5-806f-c05a4f250566'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1335/2715] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2716] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2717] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:16:13.339 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7beb2524-9b8b-4774-bd51-6d3b54926651'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1337/2718] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2719] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2720] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2721] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/networks?id=f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2722] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2723] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1340/2724] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2725] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => 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: 1341/2726] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2727] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2728] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2729] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2730] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:13 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2731] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2732] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/networks?id=f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2733] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => 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: 1345/2734] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2735] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&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: 1346/2736] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2737] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:14 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?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-06-30 19:16:23.386 8 WARNING neutron_lib.context [None req-f04ccf6a-4396-4aee-a1dd-1629ed316b65 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:16:24.198 8 INFO neutron.db.l3_db [None req-f04ccf6a-4396-4aee-a1dd-1629ed316b65 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Floating IP 7007bdfe-616d-4d9b-b01e-73f4d668453b associated. External IP: 10.96.250.201, port: d0b4b6a1-7712-4068-8337-83a1ed0bee72. [pid: 8|app: 0|req: 1347/2738] 10.0.0.214 () {34 vars in 677 bytes} [Tue Jun 30 19:16:23 2026] POST /v2.0/floatingips => generated 899 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2741] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2742] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2743] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2744] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16:28 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-06-30 19:16:29.027 8 INFO neutron.api.v2.resource [None req-011f400e-0c50-48a4-b26d-43c7a881cf7e 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1351/2745] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 19:16:29 2026] GET /v2.0/security-groups/lb-155904bc-6039-421a-a543-a56eccb6764b => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2746] 199.204.45.248 () {30 vars in 784 bytes} [Tue Jun 30 19:16:29 2026] GET /v2.0/security-groups?name=lb-155904bc-6039-421a-a543-a56eccb6764b => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2747] 199.204.45.248 () {30 vars in 814 bytes} [Tue Jun 30 19:16:29 2026] GET /v2.0/security-group-rules?security_group_id=8c27d67d-18f3-48a2-ad95-bb3bb27249b4 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2748] 199.204.45.248 () {34 vars in 746 bytes} [Tue Jun 30 19:16:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2749] 199.204.45.248 () {34 vars in 746 bytes} [Tue Jun 30 19:16:29 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: 7|app: 0|req: 1397/2750] 10.0.0.182 () {30 vars in 689 bytes} [Tue Jun 30 19:16:36 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: 1354/2751] 10.0.0.182 () {30 vars in 691 bytes} [Tue Jun 30 19:16:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2752] 10.0.0.182 () {30 vars in 667 bytes} [Tue Jun 30 19:16:36 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: 1355/2753] 10.0.0.182 () {30 vars in 703 bytes} [Tue Jun 30 19:16:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2754] 10.0.0.182 () {28 vars in 438 bytes} [Tue Jun 30 19:16:36 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: 1356/2755] 10.0.0.182 () {30 vars in 727 bytes} [Tue Jun 30 19:16:36 2026] GET /v2.0/subnets/29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2756] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16:37 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: 1357/2757] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2758] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16: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: 8|app: 0|req: 1358/2759] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2760] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:37 2026] GET /v2.0/subnets/29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2761] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:16:37 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2762] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16: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: 8|app: 0|req: 1360/2763] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2764] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16:37 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: 1361/2765] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16: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: 7|app: 0|req: 1405/2766] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:38 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1362/2767] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2768] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:39 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2769] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:16:39 2026] POST /v2.0/ports => generated 1303 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2770] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:16:39 2026] PUT /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1464 bytes in 451 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: 1364/2771] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 4046 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1408/2772] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => 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: 1365/2773] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:16:41.618 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d447dfb0-ffb1-43b3-8279-a2d645d131c3'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1409/2774] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2775] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2776] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2779] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2780] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2781] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2782] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?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: 1369/2783] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2784] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.154&port_id=6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => 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: 1370/2785] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b9&port_id=6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2786] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:16:41 2026] GET /v2.0/subnets?id=7db699d1-37a6-4745-b59d-43c6eb943575&id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2787] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:42 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2788] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:42 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&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: 1372/2789] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:42 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2790] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:42 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1373/2791] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 4046 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2792] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2793] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.154&port_id=6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2794] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b9&port_id=6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => 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: 1375/2795] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/subnets?id=7db699d1-37a6-4745-b59d-43c6eb943575&id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2796] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2797] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2798] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2799] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:43 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 7|app: 0|req: 1423/2800] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1466 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2801] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1466 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2802] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:45 2026] GET /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1466 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2803] 199.204.45.248 () {34 vars in 789 bytes} [Tue Jun 30 19:16:45 2026] PUT /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1201 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2804] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1380/2805] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/subnets/29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2806] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2807] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2808] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16:46 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) 2026-06-30 19:16:46.944 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bd0935a-52c8-44a6-9ab7-2841f3f8fae5'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1382/2809] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2810] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1383/2811] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:46 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2812] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2813] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2814] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => 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: 1385/2815] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2816] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1386/2817] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3819 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2818] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2819] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.154&port_id=6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2820] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/subnets?id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2821] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2822] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1389/2823] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:47 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2824] 10.0.0.182 () {30 vars in 689 bytes} [Tue Jun 30 19:16:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2825] 10.0.0.182 () {30 vars in 691 bytes} [Tue Jun 30 19:16:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2826] 10.0.0.182 () {30 vars in 667 bytes} [Tue Jun 30 19:16:52 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: 1391/2827] 10.0.0.182 () {30 vars in 703 bytes} [Tue Jun 30 19:16:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2828] 10.0.0.182 () {28 vars in 438 bytes} [Tue Jun 30 19:16:52 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2829] 10.0.0.182 () {30 vars in 727 bytes} [Tue Jun 30 19:16:52 2026] GET /v2.0/subnets/09b620ea-016e-4d1d-810d-b39c1e508d2a => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2830] 199.204.45.248 () {34 vars in 1096 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2831] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2832] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16:53 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: 1394/2833] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2834] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2835] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/subnets/29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 674 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2836] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/subnets/09b620ea-016e-4d1d-810d-b39c1e508d2a => generated 674 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2837] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3819 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2838] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:16:53 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: 1397/2839] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2840] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2841] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:16:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2842] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:54 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1469 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2843] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:54 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2844] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2845] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Jun 30 19:16:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A177&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2846] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:16:54 2026] GET /v2.0/subnets?id=7db699d1-37a6-4745-b59d-43c6eb943575&id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 1411 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2847] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:54 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2848] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2849] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2850] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2851] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2852] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2853] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:55 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2854] 199.204.45.248 () {38 vars in 955 bytes} [Tue Jun 30 19:16:55 2026] POST /v2.0/ports => generated 1307 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2857] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:16:56 2026] PUT /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1468 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1453/2858] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 5279 bytes in 54 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-06-30 19:16:57.891 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b72cd878-89e4-4f15-a5ca-4f1c8a008839'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '7687a4a4-de4a-4bf3-ab23-ff024a3ea43b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1406/2859] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2860] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => 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: 1407/2861] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&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: 7|app: 0|req: 1455/2862] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:57 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?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: 1408/2863] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2864] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2865] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2866] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2867] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2868] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?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: 1411/2869] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.154&port_id=6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2870] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/subnets?id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2871] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2872] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2873] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2874] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2875] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A13f&port_id=7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2876] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a&id=b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2877] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2878] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&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: 1416/2879] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2880] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:16:58 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2881] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 5279 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2882] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:16:59 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2883] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2884] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A13f&port_id=7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => 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: 1419/2885] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a&id=b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2886] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&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: 1420/2887] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2888] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?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: 1421/2889] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:00 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2890] 10.0.0.190 () {34 vars in 971 bytes} [Tue Jun 30 19:17:02 2026] GET /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1470 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2891] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:02 2026] GET /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1470 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2892] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:02 2026] GET /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1470 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2893] 199.204.45.248 () {34 vars in 789 bytes} [Tue Jun 30 19:17:02 2026] PUT /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1201 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2894] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:17:02 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 797 bytes in 46 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: 1424/2895] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:02 2026] GET /v2.0/subnets/09b620ea-016e-4d1d-810d-b39c1e508d2a => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2896] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:03 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: 1425/2897] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2898] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:03.071 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6db08891-2d88-484f-81f7-4a01e10d454d'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '7687a4a4-de4a-4bf3-ab23-ff024a3ea43b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1426/2899] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2900] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1427/2901] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2902] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2903] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2904] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2905] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2906] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2907] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 5048 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2908] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2909] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.180&port_id=7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2910] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2911] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2912] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2913] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:03 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?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: 1435/2916] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2917] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:13 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: 1436/2918] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2919] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:13 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: 1437/2920] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/subnets/29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2921] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 5048 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2922] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2923] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2924] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2925] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2926] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:13 2026] GET /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1237 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2927] 199.204.45.248 () {34 vars in 788 bytes} [Tue Jun 30 19:17:13 2026] PUT /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1026 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2928] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 797 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1488/2929] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 4873 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2930] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 4873 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:14.658 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6145f4aa-efb1-40a8-b88d-8735980df69d'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '7687a4a4-de4a-4bf3-ab23-ff024a3ea43b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1489/2931] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 4873 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2932] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2933] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2934] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:14 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2935] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:15 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 4873 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2936] 199.204.45.248 () {34 vars in 975 bytes} [Tue Jun 30 19:17:16 2026] GET /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 1062 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2937] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:16 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 4873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2938] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:17:16 2026] DELETE /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2939] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3819 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:17.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa8ce033-c0fa-4abf-8a0a-fd147e348e9d 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1447/2940] 199.204.45.248 () {32 vars in 758 bytes} [Tue Jun 30 19:17:17 2026] DELETE /v2.0/ports/7687a4a4-de4a-4bf3-ab23-ff024a3ea43b => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2941] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17: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: 1448/2942] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2943] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:17 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-06-30 19:17:17.655 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-596a760e-6e7b-44a5-a7fd-9eeb4fea24fc'] response: {'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'name': 'network-vif-deleted', 'tag': '7687a4a4-de4a-4bf3-ab23-ff024a3ea43b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1449/2944] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2945] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2946] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2947] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2948] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2949] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2950] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2951] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:17 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1453/2952] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3819 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2953] 199.204.45.248 () {34 vars in 1226 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/networks?id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&id=f0874447-7cbb-4dba-b64b-4bb81d325289&id=c792aeaf-29b4-44b0-9249-c82e45ea31db&id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 3096 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2954] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2955] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => generated 654 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2956] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2957] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?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: 1456/2958] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2959] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2960] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2961] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2962] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2963] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?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: 1459/2964] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.154&port_id=6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2965] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/subnets?id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2966] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2967] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1461/2968] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:18 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2969] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:22 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: 1462/2970] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2971] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:22 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: 1463/2972] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17: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: 7|app: 0|req: 1510/2973] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:22 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3819 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2974] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17: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: 7|app: 0|req: 1511/2975] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17: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: 8|app: 0|req: 1465/2976] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2977] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17: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: 1466/2978] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:22 2026] GET /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1237 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2979] 199.204.45.248 () {34 vars in 788 bytes} [Tue Jun 30 19:17:22 2026] PUT /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1026 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2980] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:17:23 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1514/2981] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:23 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3644 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2982] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:23 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3644 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:23.878 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fe771ed-484a-4cba-a314-8a92970ee231'] response: {'name': 'network-changed', 'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'tag': '6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1515/2983] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:23 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3644 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2984] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:17:23 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2985] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:23 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1470/2986] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:24 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2987] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:24 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3644 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2988] 199.204.45.248 () {34 vars in 975 bytes} [Tue Jun 30 19:17:25 2026] GET /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 1062 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2989] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:25 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 3644 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2990] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:17:25 2026] DELETE /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2991] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:26 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:26.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00eb314d-80d3-4415-9b0f-5ae3499dae62 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1519/2992] 199.204.45.248 () {32 vars in 758 bytes} [Tue Jun 30 19:17:26 2026] DELETE /v2.0/ports/6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2995] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17: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) 2026-06-30 19:17:26.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f37da70-b7a4-4bd3-8a18-1d8c5b03751e'] response: {'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'name': 'network-vif-deleted', 'tag': '6d01c1c1-5dd0-44b0-92f9-77d1fa981fc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1521/2996] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17: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: 8|app: 0|req: 1476/2997] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2998] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17: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: 1477/2999] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:26 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3000] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:26 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3001] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:26 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1350 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3002] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1479/3003] 199.204.45.248 () {30 vars in 742 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3004] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3005] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3006] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3007] 199.204.45.248 () {34 vars in 1146 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks?id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&id=f0874447-7cbb-4dba-b64b-4bb81d325289&id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 2310 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3008] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => 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: 1482/3009] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3010] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3011] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3012] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3013] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.209&port_id=80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3014] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/subnets?id=913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1485/3015] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/ports?network_id=f0874447-7cbb-4dba-b64b-4bb81d325289&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3016] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3017] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:27 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3018] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:40 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: 1487/3019] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3020] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:40 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: 1488/3021] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:40.063 7 INFO neutron.api.v2.resource [None req-d3176cb3-84f2-4aa5-a562-c9a86639f778 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1534/3022] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 19:17:40 2026] GET /v2.0/security-groups/lb-155904bc-6039-421a-a543-a56eccb6764b => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3023] 199.204.45.248 () {30 vars in 784 bytes} [Tue Jun 30 19:17:40 2026] GET /v2.0/security-groups?name=lb-155904bc-6039-421a-a543-a56eccb6764b => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3024] 199.204.45.248 () {30 vars in 814 bytes} [Tue Jun 30 19:17:40 2026] GET /v2.0/security-group-rules?security_group_id=8c27d67d-18f3-48a2-ad95-bb3bb27249b4 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3025] 199.204.45.248 () {32 vars in 788 bytes} [Tue Jun 30 19:17:40 2026] DELETE /v2.0/security-group-rules/9aa643a2-c19e-43d2-9ca7-2156e12ddc38 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3026] 199.204.45.248 () {32 vars in 788 bytes} [Tue Jun 30 19:17:40 2026] DELETE /v2.0/security-group-rules/e0138eec-6c54-48dc-8a80-e185a76691a8 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:43.084 8 INFO neutron.db.l3_db [None req-1b3c19a3-fba2-41f2-8759-2d8aa473bd3d 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Floating IP 7007bdfe-616d-4d9b-b01e-73f4d668453b disassociated (deleted). External IP: 10.96.250.201, port: d0b4b6a1-7712-4068-8337-83a1ed0bee72. [pid: 8|app: 0|req: 1492/3029] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:17:42 2026] DELETE /v2.0/floatingips/7007bdfe-616d-4d9b-b01e-73f4d668453b => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:43.449 7 INFO neutron.api.v2.resource [None req-c02e50ed-5810-4087-ad80-5bdc82a1a367 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3030] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:17:43 2026] GET /v2.0/floatingips/7007bdfe-616d-4d9b-b01e-73f4d668453b => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3031] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3032] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:44 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: 1494/3033] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3034] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:44 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-06-30 19:17:44.427 8 INFO neutron.api.v2.resource [None req-c2795051-5969-44e2-949b-a2f9d9921d05 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1495/3035] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/security-groups/lb-155904bc-6039-421a-a543-a56eccb6764b => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3036] 199.204.45.248 () {30 vars in 784 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/security-groups?name=lb-155904bc-6039-421a-a543-a56eccb6764b => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3037] 199.204.45.248 () {30 vars in 814 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/security-group-rules?security_group_id=8c27d67d-18f3-48a2-ad95-bb3bb27249b4 => generated 1182 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3038] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:44 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: 1497/3039] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3040] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:44 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: 1498/3041] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3042] 199.204.45.248 () {30 vars in 740 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1499/3043] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3044] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3045] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:44 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3046] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:45 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3047] 199.204.45.248 () {34 vars in 975 bytes} [Tue Jun 30 19:17:46 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3048] 199.204.45.248 () {34 vars in 1060 bytes} [Tue Jun 30 19:17:46 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3049] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:46 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3050] 199.204.45.248 () {34 vars in 1016 bytes} [Tue Jun 30 19:17:46 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3051] 199.204.45.248 () {38 vars in 1028 bytes} [Tue Jun 30 19:17:47 2026] PUT /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1151 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3052] 199.204.45.248 () {30 vars in 768 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1504/3053] 199.204.45.248 () {34 vars in 788 bytes} [Tue Jun 30 19:17:48 2026] PUT /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1090 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3054] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 1090 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1505/3055] 199.204.45.248 () {32 vars in 758 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3056] 199.204.45.248 () {30 vars in 702 bytes} [Tue Jun 30 19:17:48 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: 1506/3057] 199.204.45.248 () {30 vars in 704 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3058] 199.204.45.248 () {30 vars in 680 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3059] 199.204.45.248 () {30 vars in 716 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:17:48.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28462a97-d413-494e-b88f-338a577d2244 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/3060] 199.204.45.248 () {32 vars in 758 bytes} [Tue Jun 30 19:17:48 2026] DELETE /v2.0/ports/80b2b4ea-cffe-4178-b9fa-0ecbb9ed6493 => 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: 1508/3061] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/ports?tenant_id=2895660a403a42fcb99c49ac3fa60ebe&device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3062] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:48.911 7 INFO neutron.api.v2.resource [None req-1a72fe18-646d-44ad-939a-2292d97c2ecc 714de80e7a8744cca4b78c071c6331f7 2895660a403a42fcb99c49ac3fa60ebe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3063] 199.204.45.248 () {30 vars in 762 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-groups/lb-155904bc-6039-421a-a543-a56eccb6764b => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3064] 199.204.45.248 () {34 vars in 1066 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/networks?id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&id=f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 1523 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3065] 199.204.45.248 () {30 vars in 784 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/security-groups?name=lb-155904bc-6039-421a-a543-a56eccb6764b => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3066] 199.204.45.248 () {34 vars in 1062 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.123&port_id=2518885f-4562-4814-a649-eb72c0aa5202 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3067] 199.204.45.248 () {30 vars in 736 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3068] 199.204.45.248 () {34 vars in 984 bytes} [Tue Jun 30 19:17:48 2026] GET /v2.0/subnets?id=e559ad6c-8611-410d-9083-982515be06e7 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3069] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/ports?network_id=461e9d42-0ce2-4a2e-be8b-453c4e890ad8&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: 7|app: 0|req: 1559/3070] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3071] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:49 2026] GET /v2.0/networks/461e9d42-0ce2-4a2e-be8b-453c4e890ad8?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: 1512/3072] 199.204.45.248 () {34 vars in 788 bytes} [Tue Jun 30 19:17:49 2026] PUT /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 1094 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3073] 199.204.45.248 () {32 vars in 778 bytes} [Tue Jun 30 19:17:49 2026] DELETE /v2.0/security-groups/8c27d67d-18f3-48a2-ad95-bb3bb27249b4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3074] 199.204.45.248 () {32 vars in 758 bytes} [Tue Jun 30 19:17:49 2026] DELETE /v2.0/ports/d0b4b6a1-7712-4068-8337-83a1ed0bee72 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3075] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:17:51 2026] GET /v2.0/ports?device_id=f633b808-a1c2-47d3-899c-97bb49ccf1e3 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3076] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:17:51 2026] DELETE /v2.0/ports/2518885f-4562-4814-a649-eb72c0aa5202 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:17:54.057 7 INFO neutron.db.l3_db [None req-089fcca0-9673-4653-9d98-16a84f7847bb 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Floating IP 67103772-5c31-40d7-bee2-c391e553f643 disassociated (deleted). External IP: 10.96.250.218, port: baf984a6-7517-43a1-a98a-5f88f54dcf1f. [pid: 8|app: 0|req: 1515/3077] 199.204.45.248 () {34 vars in 1096 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3078] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:17:53 2026] DELETE /v2.0/floatingips/67103772-5c31-40d7-bee2-c391e553f643 => generated 0 bytes in 715 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:17:54.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a848ca26-c514-4b0c-98e3-cdeac8c1b784'] response: {'server_uuid': 'f633b808-a1c2-47d3-899c-97bb49ccf1e3', 'name': 'network-vif-deleted', 'tag': '2518885f-4562-4814-a649-eb72c0aa5202', 'status': 'completed', 'code': 200} 2026-06-30 19:17:54.411 8 INFO neutron.api.v2.resource [None req-94da5402-add7-4f80-bd39-a52fe44cf66b 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1516/3079] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/floatingips/67103772-5c31-40d7-bee2-c391e553f643 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:17:54.635 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e6906a7-ce60-4e43-9f51-a7e221e724b5'] response: {'name': 'network-changed', 'server_uuid': 'e4fc88f0-f6b4-4564-9317-758b71164d87', 'tag': 'baf984a6-7517-43a1-a98a-5f88f54dcf1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/3080] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1204 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3081] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3082] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:54 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3083] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3084] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.176&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => 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: 1519/3085] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e4&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3086] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a&id=b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => 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: 1520/3087] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3088] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3089] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3090] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:55 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?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: 1522/3091] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1202 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3092] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 1471 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3093] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/networks?id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3096] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:17:56 2026] DELETE /v2.0/ports/baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3097] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.176&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3098] 199.204.45.248 () {34 vars in 1106 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e4&port_id=baf984a6-7517-43a1-a98a-5f88f54dcf1f => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3099] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/subnets?id=09b620ea-016e-4d1d-810d-b39c1e508d2a&id=b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:17:56.897 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0dadaf6-2600-4c77-bf63-8c12870b3dc5'] response: {'server_uuid': 'e4fc88f0-f6b4-4564-9317-758b71164d87', 'name': 'network-vif-deleted', 'tag': 'baf984a6-7517-43a1-a98a-5f88f54dcf1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1572/3100] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3101] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/ports?network_id=7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3102] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:17:56 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3103] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:17:57 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3104] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:17:59 2026] GET /v2.0/ports?device_id=e4fc88f0-f6b4-4564-9317-758b71164d87 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:05.177 8 INFO neutron.db.l3_db [None req-ee870fbd-136e-4cf4-adf8-9c8d836d418d 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] Floating IP 326e5998-7920-4622-9007-51e843e3282e disassociated (deleted). External IP: 10.96.250.210, port: 4c61f3d8-9a0b-4089-94ee-18627965a78f. [pid: 8|app: 0|req: 1531/3105] 10.0.0.214 () {32 vars in 732 bytes} [Tue Jun 30 19:18:04 2026] DELETE /v2.0/floatingips/326e5998-7920-4622-9007-51e843e3282e => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:05.515 7 INFO neutron.api.v2.resource [None req-69bfeae9-9790-4ba8-8f32-f522eb18e668 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3106] 10.0.0.214 () {32 vars in 729 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/floatingips/326e5998-7920-4622-9007-51e843e3282e => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:18:05.719 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54f29dd0-7e2c-4a1c-bafe-9a518746ee08'] response: {'name': 'network-changed', 'server_uuid': 'b1953e72-0e96-4c33-b66c-af96adcdff5c', 'tag': '4c61f3d8-9a0b-4089-94ee-18627965a78f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1532/3107] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3108] 10.0.0.190 () {34 vars in 1040 bytes} [Tue Jun 30 19:18:05 2026] GET /v2.0/security-groups?id=61fd15db-23be-49ee-9e39-e612b93badeb&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3109] 199.204.45.248 () {34 vars in 1080 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/ports?tenant_id=f0f5e1062be640539322357d287885a8&device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3110] 199.204.45.248 () {34 vars in 986 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/networks?id=c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3111] 199.204.45.248 () {34 vars in 1058 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3112] 199.204.45.248 () {34 vars in 1104 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A177&port_id=4c61f3d8-9a0b-4089-94ee-18627965a78f => 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: 1535/3113] 199.204.45.248 () {34 vars in 1064 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/subnets?id=7db699d1-37a6-4745-b59d-43c6eb943575&id=29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3114] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3115] 199.204.45.248 () {34 vars in 1052 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/ports?network_id=c792aeaf-29b4-44b0-9249-c82e45ea31db&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3116] 199.204.45.248 () {34 vars in 1012 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?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: 1537/3117] 199.204.45.248 () {34 vars in 1112 bytes} [Tue Jun 30 19:18:06 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3118] 199.204.45.248 () {34 vars in 994 bytes} [Tue Jun 30 19:18:07 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3119] 199.204.45.248 () {36 vars in 997 bytes} [Tue Jun 30 19:18:07 2026] DELETE /v2.0/ports/4c61f3d8-9a0b-4089-94ee-18627965a78f => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3120] 10.0.0.190 () {34 vars in 990 bytes} [Tue Jun 30 19:18:10 2026] GET /v2.0/ports?device_id=b1953e72-0e96-4c33-b66c-af96adcdff5c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:16.002 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db5c5f80-c92d-43bc-b7f7-10f13f76ffae'] response: {'server_uuid': 'b1953e72-0e96-4c33-b66c-af96adcdff5c', 'name': 'network-vif-deleted', 'tag': '4c61f3d8-9a0b-4089-94ee-18627965a78f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1540/3123] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:15 2026] DELETE /v2.0/security-group-rules/2e5d851f-c738-4baa-b694-fa1e364fc957 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.067 7 INFO neutron.api.v2.resource [None req-798f570d-6fe9-4934-9c04-64077920f4ee 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3124] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/2e5d851f-c738-4baa-b694-fa1e364fc957 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3125] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/2453037d-eaa8-4080-9922-e07ac5227cd6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.169 7 INFO neutron.api.v2.resource [None req-35377599-83f8-4952-b0ca-7f838be799ff 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3126] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/2453037d-eaa8-4080-9922-e07ac5227cd6 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3127] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/28384e87-9ce5-490d-ab15-e5c4fd9a05af => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.261 7 INFO neutron.api.v2.resource [None req-03200901-3cf2-4e1b-a9bd-eecdce4e0889 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3128] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/28384e87-9ce5-490d-ab15-e5c4fd9a05af => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3129] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/cb5f33b4-8f35-4842-82af-9de323b9be29 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.342 7 INFO neutron.api.v2.resource [None req-1e383f2d-e055-42a6-89f7-d10cedd25606 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3130] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/cb5f33b4-8f35-4842-82af-9de323b9be29 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3131] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/0aa0e14a-45f3-4579-af39-6b70bae68c92 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.422 7 INFO neutron.api.v2.resource [None req-5deb265d-aa09-467e-87c2-3e045678b943 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3132] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/0aa0e14a-45f3-4579-af39-6b70bae68c92 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3133] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/0cb5a1f6-05ac-46e8-99e8-2518030315ca => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.506 7 INFO neutron.api.v2.resource [None req-61611e99-e273-4fc2-aebd-2ce7e7029554 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3134] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/0cb5a1f6-05ac-46e8-99e8-2518030315ca => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3135] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/bc75812e-0c26-4c69-9c9a-cd9738de16ff => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.608 7 INFO neutron.api.v2.resource [None req-ebd8e2f4-e8d9-43dc-b126-ac2cabad60a6 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3136] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/bc75812e-0c26-4c69-9c9a-cd9738de16ff => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3137] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/9466173f-4e3b-485b-af61-4b33c1519507 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.696 7 INFO neutron.api.v2.resource [None req-4e77697d-fde5-4df9-ae9a-6f8229df6435 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3138] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/9466173f-4e3b-485b-af61-4b33c1519507 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3139] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/262389d8-6d5d-4056-bae4-e7e899914dae => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.793 7 INFO neutron.api.v2.resource [None req-23237856-d8c2-4f58-9d85-38cfbcfd334f 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3140] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/262389d8-6d5d-4056-bae4-e7e899914dae => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3141] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/46575ccc-de9a-450b-af5e-be2ea842ea6b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.872 7 INFO neutron.api.v2.resource [None req-65441231-c59e-4bd7-ace7-9cd5e5954277 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3142] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/46575ccc-de9a-450b-af5e-be2ea842ea6b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3143] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-group-rules/9491e71d-e46b-4315-a1c6-862d002bdd81 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:16.942 7 INFO neutron.api.v2.resource [None req-a2105435-d70f-4724-a747-21f1c36e2352 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3144] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:16 2026] GET /v2.0/security-group-rules/9491e71d-e46b-4315-a1c6-862d002bdd81 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3145] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:16 2026] DELETE /v2.0/security-groups/61fd15db-23be-49ee-9e39-e612b93badeb => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:17.029 7 INFO neutron.api.v2.resource [None req-2e3a1d89-0983-4d2b-bf21-c888068d3efb 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3146] 10.0.0.214 () {32 vars in 737 bytes} [Tue Jun 30 19:18:17 2026] GET /v2.0/security-groups/61fd15db-23be-49ee-9e39-e612b93badeb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3147] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:18:17 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:18:18.101 7 INFO neutron.api.v2.resource [None req-b06f3176-e5ef-4c27-928d-137de54261c5 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3148] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:18:17 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3149] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:18:18 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:18:19.167 7 INFO neutron.api.v2.resource [None req-eb8acaac-ce13-4d0c-9a84-ae9f33d56c10 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3150] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:18:18 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3151] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:18:19 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-30 19:18:20.400 7 INFO neutron.api.v2.resource [None req-7eb13612-4fa8-4fd9-87dd-c9b255c19b73 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3152] 10.0.0.214 () {34 vars in 789 bytes} [Tue Jun 30 19:18:20 2026] PUT /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b/remove_router_interface => generated 198 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:18:21.708 8 INFO neutron.db.l3_hamode_db [None req-f5aa1e1b-2982-4205-b478-1fb8ff93db53 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] HA network 2f6361bf-132f-4bcd-9fc6-4ed63be14878 was deleted as no HA routers are present in tenant f0f5e1062be640539322357d287885a8. [pid: 8|app: 0|req: 1555/3153] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:20 2026] DELETE /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b => generated 0 bytes in 1301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:21.739 7 INFO neutron.api.v2.resource [None req-2c2cf205-d77c-40f8-8105-68c75237ba91 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3154] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:18:21 2026] GET /v2.0/routers/26c79ab8-7cc2-4ddc-8c56-4996cd4a836b => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:18:21.819 8 INFO neutron.services.segments.plugin [-] Segment 9c2ee39b-c941-45ba-ad4a-d97766ff2946 resource provider aggregate not found 2026-06-30 19:18:21.823 8 INFO neutron.services.segments.plugin [-] Segment 9c2ee39b-c941-45ba-ad4a-d97766ff2946 resource provider aggregate not found 2026-06-30 19:18:21.837 8 INFO neutron.services.segments.plugin [-] Segment 9c2ee39b-c941-45ba-ad4a-d97766ff2946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c2ee39b-c941-45ba-ad4a-d97766ff2946 found for delete ", "request_id": "req-caa54911-30c5-4f35-ab49-4ad53865e704"}]} 2026-06-30 19:18:21.837 8 INFO neutron.services.segments.plugin [-] Segment 9c2ee39b-c941-45ba-ad4a-d97766ff2946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c2ee39b-c941-45ba-ad4a-d97766ff2946 found for delete ", "request_id": "req-2ca603bd-5413-4d21-b7ec-874833d1c535"}]} [pid: 8|app: 0|req: 1556/3155] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:21 2026] DELETE /v2.0/subnets/b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:21.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ef316c2-74fb-45cf-b7f0-bac1cebb0aac 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3156] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:18:21 2026] GET /v2.0/subnets/b35a2cd5-5a62-4d84-91cc-d57b1bc49667 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3157] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:21 2026] DELETE /v2.0/subnets/09b620ea-016e-4d1d-810d-b39c1e508d2a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:22.096 7 INFO neutron.pecan_wsgi.hooks.translation [None req-511c86e1-70ce-4c5e-a33e-0d9fabefd88c 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3158] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:18:22 2026] GET /v2.0/subnets/09b620ea-016e-4d1d-810d-b39c1e508d2a => 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: 1558/3159] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:22 2026] DELETE /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:22.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7da27af8-b7b8-40f9-bb09-d91f5b6ec157 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3160] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:18:22 2026] GET /v2.0/networks/7a40d7e5-ff80-4fae-a169-f75b1e7cb3cb => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3161] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:22 2026] DELETE /v2.0/subnets/7db699d1-37a6-4745-b59d-43c6eb943575 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:22.560 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dba4413d-ac6e-418a-9c24-6c2b0cf6f712 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3162] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:18:22 2026] GET /v2.0/subnets/7db699d1-37a6-4745-b59d-43c6eb943575 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3163] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:22 2026] DELETE /v2.0/subnets/29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:22.747 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d226a990-f036-4344-b027-37f8a5584bd1 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3164] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:18:22 2026] GET /v2.0/subnets/29dd5443-f15b-4c92-ac53-ba23bd76ace2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3165] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:22 2026] DELETE /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:23.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-292fcc7e-f115-435a-a7e0-193b91a8c497 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3166] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/networks/c792aeaf-29b4-44b0-9249-c82e45ea31db => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3167] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:23 2026] DELETE /v2.0/subnets/65522cd6-17f5-4c72-8f7f-83e1c7b29152 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:23.241 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0bb5616a-d78c-475b-a787-b323b6e23e92 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3168] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/subnets/65522cd6-17f5-4c72-8f7f-83e1c7b29152 => 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: 1563/3169] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:23 2026] DELETE /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:23.429 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f98cc33-21ac-4414-8191-63e7dc62e3f1 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3170] 10.0.0.214 () {32 vars in 721 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/subnets/913326e8-b2de-4f22-8cd5-a31bac0668d6 => 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: 1564/3171] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:23 2026] DELETE /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:23.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb933790-a7cb-4b4d-863f-ad6a5778e06d 495ade84341247e5b27be5bc78709a64 f0f5e1062be640539322357d287885a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3172] 10.0.0.214 () {32 vars in 723 bytes} [Tue Jun 30 19:18:23 2026] GET /v2.0/networks/f0874447-7cbb-4dba-b64b-4bb81d325289 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-30 19:18:25.628 8 INFO neutron.services.segments.plugin [-] Segment 0b218a87-b6be-466a-954d-d5adff6bbe70 resource provider aggregate not found 2026-06-30 19:18:25.633 8 INFO neutron.services.segments.plugin [-] Segment 0b218a87-b6be-466a-954d-d5adff6bbe70 resource provider aggregate not found 2026-06-30 19:18:25.648 8 INFO neutron.services.segments.plugin [-] Segment 0b218a87-b6be-466a-954d-d5adff6bbe70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b218a87-b6be-466a-954d-d5adff6bbe70 found for delete ", "request_id": "req-665edf99-352a-4528-95ad-f0e00b0d7667"}]} 2026-06-30 19:18:25.657 8 INFO neutron.services.segments.plugin [-] Segment 0b218a87-b6be-466a-954d-d5adff6bbe70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b218a87-b6be-466a-954d-d5adff6bbe70 found for delete ", "request_id": "req-c4d7cca3-836b-4d41-aaf4-81fd4b8738a6"}]} 2026-06-30 19:18:25.668 8 INFO neutron.services.segments.plugin [-] Segment 7b1dddcd-f02f-464e-a3f4-9003a45f6237 resource provider aggregate not found 2026-06-30 19:18:25.673 8 INFO neutron.services.segments.plugin [-] Segment 7b1dddcd-f02f-464e-a3f4-9003a45f6237 resource provider aggregate not found 2026-06-30 19:18:25.686 8 INFO neutron.services.segments.plugin [-] Segment 7b1dddcd-f02f-464e-a3f4-9003a45f6237 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b1dddcd-f02f-464e-a3f4-9003a45f6237 found for delete ", "request_id": "req-5a73af39-1379-436e-a723-0163094854a7"}]} 2026-06-30 19:18:25.693 8 INFO neutron.services.segments.plugin [-] Segment 7b1dddcd-f02f-464e-a3f4-9003a45f6237 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b1dddcd-f02f-464e-a3f4-9003a45f6237 found for delete ", "request_id": "req-c38ee707-baee-48e0-8368-b81661eba72a"}]} 2026-06-30 19:18:25.709 8 INFO neutron.services.segments.plugin [-] Segment 13bc37d2-2b32-4e8e-b291-57113be3abda resource provider aggregate not found 2026-06-30 19:18:25.717 8 INFO neutron.services.segments.plugin [-] Segment 13bc37d2-2b32-4e8e-b291-57113be3abda resource provider aggregate not found 2026-06-30 19:18:25.728 8 INFO neutron.services.segments.plugin [-] Segment 13bc37d2-2b32-4e8e-b291-57113be3abda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bc37d2-2b32-4e8e-b291-57113be3abda found for delete ", "request_id": "req-05027240-882f-4628-934d-4f7036dfa3df"}]} 2026-06-30 19:18:25.729 8 INFO neutron.services.segments.plugin [-] Segment 13bc37d2-2b32-4e8e-b291-57113be3abda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13bc37d2-2b32-4e8e-b291-57113be3abda found for delete ", "request_id": "req-f4b32575-dedf-4d5a-b0c0-b587c592e7f9"}]} [pid: 8|app: 0|req: 1565/3173] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:25 2026] GET /v2.0/security-groups?tenant_id=a6d1216316d44f2481e12b43741b9dfa&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3174] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:25 2026] DELETE /v2.0/security-groups/5a06d16a-8820-4d16-ba1a-d64e97ec7590 => 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: 1566/3175] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:26 2026] GET /v2.0/security-groups?tenant_id=e082b489afd740138002d94ac700add9&name=default => generated 2929 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3176] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:26 2026] DELETE /v2.0/security-groups/c2b91716-08fa-49d5-998e-468c5cb235aa => 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: 1567/3177] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:26 2026] GET /v2.0/security-groups?tenant_id=1ec3f4fe976b41be90755585899ff904&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3178] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:26 2026] DELETE /v2.0/security-groups/89774c2d-e41d-41b4-8efc-175abafbc844 => 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: 1569/3181] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:26 2026] GET /v2.0/security-groups?tenant_id=989a659d00194a59b4f2ac4ed70bd7b0&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3182] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:26 2026] DELETE /v2.0/security-groups/f472b649-4896-4097-acd5-517b97ca27ef => 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: 1570/3183] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:27 2026] GET /v2.0/security-groups?tenant_id=031584391fae4903b62e44255bb192c1&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3184] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:27 2026] DELETE /v2.0/security-groups/c20e62f6-0142-4e8c-a281-c65619e5bafd => 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: 1571/3185] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:27 2026] GET /v2.0/security-groups?tenant_id=f0f5e1062be640539322357d287885a8&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3186] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:27 2026] DELETE /v2.0/security-groups/f9a262ab-0abb-4cc9-8a17-92c3a611b327 => 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: 1572/3187] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:27 2026] GET /v2.0/security-groups?tenant_id=924a54bdf0294bae92a2c1f5e7ffc8d6&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3188] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:28 2026] DELETE /v2.0/security-groups/3a838907-c574-4dde-b0b4-de2dc24b751d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:32.137 8 WARNING neutron_lib.context [None req-fcadf087-e6d7-40b3-aac0-3d692f5a6797 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:18:32.275 8 INFO neutron.db.segments_db [None req-fcadf087-e6d7-40b3-aac0-3d692f5a6797 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Added segment 44a20adb-a46e-4caa-ba4a-80968bf6328d of type vxlan for network f466e2f9-f393-4451-88e7-fb559e95f39e [pid: 8|app: 0|req: 1573/3189] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:18:32 2026] POST /v2.0/networks => generated 630 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:32.373 7 WARNING neutron_lib.context [None req-d6608276-568f-4479-acd3-34901088079b f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1617/3190] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:18:32 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:32.620 8 WARNING neutron_lib.context [None req-33b7302f-d135-402c-b5ef-704ecdcfea00 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:18:32.676 8 INFO neutron.db.segments_db [None req-33b7302f-d135-402c-b5ef-704ecdcfea00 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Added segment 42345fb5-76de-4eb7-babb-31bb2275e872 of type vxlan for network 876cbc90-6021-471e-9ab7-02b90c4388ba [pid: 8|app: 0|req: 1574/3191] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:18:32 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:32.774 7 WARNING neutron_lib.context [None req-3c7814a3-ca4e-43c8-a039-d8661321ba23 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1618/3192] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:18:32 2026] POST /v2.0/subnets => generated 629 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:33.013 8 WARNING neutron_lib.context [None req-d0c47d99-f368-4530-ae1c-85e5f7b4bf0b f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:18:33.062 8 INFO neutron.db.segments_db [None req-d0c47d99-f368-4530-ae1c-85e5f7b4bf0b f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Added segment 3d251abf-1cf0-4ef3-80fa-a7ba7211f191 of type vxlan for network c452cdc0-772b-4635-8670-c49e86c91fc6 [pid: 8|app: 0|req: 1575/3193] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:18:33 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:33.156 7 WARNING neutron_lib.context [None req-c32edb2e-1cb4-49e2-8dd5-2e55b8f6195c f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1619/3194] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:18:33 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:33.435 8 WARNING neutron_lib.context [None req-047d81cb-af26-4b81-8aaa-60d235947be4 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:18:33.475 8 INFO neutron.db.segments_db [None req-047d81cb-af26-4b81-8aaa-60d235947be4 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Added segment d1647525-b250-434f-8980-1fd3fea037f0 of type vxlan for network 15a6ffca-79cd-4eb6-8e8b-2bbfa72f5024 [pid: 8|app: 0|req: 1576/3195] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:18:33 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:33.581 7 WARNING neutron_lib.context [None req-e5aecbc9-c29a-4ed0-ba56-e5f18bae8eee f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1620/3196] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:18:33 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:33.828 8 WARNING neutron_lib.context [None req-135106ca-e238-4f9f-b906-aec62c18d835 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:18:33.884 8 INFO neutron.db.segments_db [None req-135106ca-e238-4f9f-b906-aec62c18d835 f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Added segment 194e2d1b-a010-4a5e-8fd1-d97ebe3a0f90 of type vxlan for network 415883dd-76ac-4e5f-bba8-0013d11f9b04 [pid: 8|app: 0|req: 1577/3197] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:18:33 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:33.986 7 WARNING neutron_lib.context [None req-39d5b0a0-4a31-4a80-ab37-50aacda706fe f0aa6d43c10a4659b24423995e807279 50083e868eb846cfaca350ede70a490b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1621/3198] 10.0.0.214 () {34 vars in 669 bytes} [Tue Jun 30 19:18:33 2026] POST /v2.0/subnets => generated 629 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3199] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:18:34 2026] PUT /v2.0/subnets/51cff09f-c381-4653-9e8c-e364698ce448/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3200] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:18:34 2026] PUT /v2.0/subnets/861a63c8-9c46-4fd0-8f2a-77ca9aec2012/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3201] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:18:34 2026] PUT /v2.0/subnets/de83a5c6-3969-4a60-acfb-631e99adb53e/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3202] 10.0.0.214 () {34 vars in 751 bytes} [Tue Jun 30 19:18:34 2026] PUT /v2.0/subnets/1160e998-eb90-4ab6-a9f2-3a90063fec74/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3203] 10.0.0.214 () {32 vars in 664 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3204] 10.0.0.214 () {32 vars in 678 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3205] 10.0.0.214 () {32 vars in 674 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3206] 10.0.0.214 () {32 vars in 686 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3207] 10.0.0.214 () {32 vars in 672 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3208] 10.0.0.214 () {32 vars in 686 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3209] 10.0.0.214 () {32 vars in 682 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3210] 10.0.0.214 () {32 vars in 694 bytes} [Tue Jun 30 19:18:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3211] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:34 2026] DELETE /v2.0/subnets/51cff09f-c381-4653-9e8c-e364698ce448 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3212] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:35 2026] DELETE /v2.0/subnets/861a63c8-9c46-4fd0-8f2a-77ca9aec2012 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3213] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:35 2026] DELETE /v2.0/subnets/de83a5c6-3969-4a60-acfb-631e99adb53e => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3214] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:35 2026] DELETE /v2.0/subnets/1160e998-eb90-4ab6-a9f2-3a90063fec74 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3215] 10.0.0.214 () {32 vars in 724 bytes} [Tue Jun 30 19:18:36 2026] DELETE /v2.0/subnets/8e6c282e-75e0-4139-bc51-d59ebd9a8cf2 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:36.362 7 INFO neutron.services.segments.plugin [-] Segment 44a20adb-a46e-4caa-ba4a-80968bf6328d resource provider aggregate not found 2026-06-30 19:18:36.369 7 INFO neutron.services.segments.plugin [-] Segment 44a20adb-a46e-4caa-ba4a-80968bf6328d resource provider aggregate not found 2026-06-30 19:18:36.376 7 INFO neutron.services.segments.plugin [-] Segment 44a20adb-a46e-4caa-ba4a-80968bf6328d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a20adb-a46e-4caa-ba4a-80968bf6328d found for delete ", "request_id": "req-bd4f8d42-8da1-4b4d-91bf-17011f95321a"}]} [pid: 7|app: 0|req: 1630/3216] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:36 2026] DELETE /v2.0/networks/f466e2f9-f393-4451-88e7-fb559e95f39e => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:36.503 8 INFO neutron.services.segments.plugin [-] Segment 42345fb5-76de-4eb7-babb-31bb2275e872 resource provider aggregate not found 2026-06-30 19:18:36.508 8 INFO neutron.services.segments.plugin [-] Segment 42345fb5-76de-4eb7-babb-31bb2275e872 resource provider aggregate not found 2026-06-30 19:18:36.520 8 INFO neutron.services.segments.plugin [-] Segment 42345fb5-76de-4eb7-babb-31bb2275e872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42345fb5-76de-4eb7-babb-31bb2275e872 found for delete ", "request_id": "req-0e554bfe-b09b-49e3-b5d1-e3f6fdc32e72"}]} 2026-06-30 19:18:36.523 8 INFO neutron.services.segments.plugin [-] Segment 42345fb5-76de-4eb7-babb-31bb2275e872 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42345fb5-76de-4eb7-babb-31bb2275e872 found for delete ", "request_id": "req-4dee4864-7396-49f3-a434-961154a326d4"}]} [pid: 8|app: 0|req: 1587/3217] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:36 2026] DELETE /v2.0/networks/876cbc90-6021-471e-9ab7-02b90c4388ba => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:36.542 7 INFO neutron.services.segments.plugin [-] Segment 44a20adb-a46e-4caa-ba4a-80968bf6328d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a20adb-a46e-4caa-ba4a-80968bf6328d found for delete ", "request_id": "req-5e163b51-fb87-4c5f-9090-d16de1e3912d"}]} [pid: 7|app: 0|req: 1631/3218] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:36 2026] DELETE /v2.0/networks/c452cdc0-772b-4635-8670-c49e86c91fc6 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3219] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:36 2026] DELETE /v2.0/networks/15a6ffca-79cd-4eb6-8e8b-2bbfa72f5024 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3220] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:37 2026] DELETE /v2.0/networks/415883dd-76ac-4e5f-bba8-0013d11f9b04 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3221] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:38 2026] GET /v2.0/security-groups?tenant_id=6a1055b59e6a47bb95e0a9fc7c8cd306&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:18:38.475 7 INFO neutron.services.segments.plugin [-] Segment 3d251abf-1cf0-4ef3-80fa-a7ba7211f191 resource provider aggregate not found 2026-06-30 19:18:38.492 7 INFO neutron.services.segments.plugin [-] Segment 3d251abf-1cf0-4ef3-80fa-a7ba7211f191 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d251abf-1cf0-4ef3-80fa-a7ba7211f191 found for delete ", "request_id": "req-aa5bdc2b-86d6-45fb-a995-b09d82475c3e"}]} 2026-06-30 19:18:38.511 7 INFO neutron.services.segments.plugin [-] Segment 194e2d1b-a010-4a5e-8fd1-d97ebe3a0f90 resource provider aggregate not found 2026-06-30 19:18:38.526 7 INFO neutron.services.segments.plugin [-] Segment 194e2d1b-a010-4a5e-8fd1-d97ebe3a0f90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 194e2d1b-a010-4a5e-8fd1-d97ebe3a0f90 found for delete ", "request_id": "req-0fe0846d-1447-4e78-b6a6-7d35f6109551"}]} 2026-06-30 19:18:38.566 7 INFO neutron.services.segments.plugin [-] Segment 3d251abf-1cf0-4ef3-80fa-a7ba7211f191 resource provider aggregate not found 2026-06-30 19:18:38.582 7 INFO neutron.services.segments.plugin [-] Segment 3d251abf-1cf0-4ef3-80fa-a7ba7211f191 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d251abf-1cf0-4ef3-80fa-a7ba7211f191 found for delete ", "request_id": "req-037ff974-1e31-45cc-802d-e389294f0a22"}]} [pid: 7|app: 0|req: 1633/3222] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:38 2026] DELETE /v2.0/security-groups/1375fe0f-549d-4b48-a8b1-06d98affe8ab => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:38.698 8 INFO neutron.services.segments.plugin [-] Segment d1647525-b250-434f-8980-1fd3fea037f0 resource provider aggregate not found 2026-06-30 19:18:38.704 8 INFO neutron.services.segments.plugin [-] Segment d1647525-b250-434f-8980-1fd3fea037f0 resource provider aggregate not found 2026-06-30 19:18:38.719 8 INFO neutron.services.segments.plugin [-] Segment d1647525-b250-434f-8980-1fd3fea037f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1647525-b250-434f-8980-1fd3fea037f0 found for delete ", "request_id": "req-f056440a-d224-4efb-bd50-7e49aa8c7406"}]} 2026-06-30 19:18:38.720 8 INFO neutron.services.segments.plugin [-] Segment d1647525-b250-434f-8980-1fd3fea037f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1647525-b250-434f-8980-1fd3fea037f0 found for delete ", "request_id": "req-5b4a453e-5149-4bdb-8bda-fd165b53774f"}]} [pid: 8|app: 0|req: 1590/3223] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:38 2026] GET /v2.0/security-groups?tenant_id=50083e868eb846cfaca350ede70a490b&name=default => generated 2929 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-30 19:18:38.746 7 INFO neutron.services.segments.plugin [-] Segment 194e2d1b-a010-4a5e-8fd1-d97ebe3a0f90 resource provider aggregate not found 2026-06-30 19:18:38.760 7 INFO neutron.services.segments.plugin [-] Segment 194e2d1b-a010-4a5e-8fd1-d97ebe3a0f90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 194e2d1b-a010-4a5e-8fd1-d97ebe3a0f90 found for delete ", "request_id": "req-67e6036b-34b7-4ebf-97b4-89a7976b0ba8"}]} [pid: 7|app: 0|req: 1634/3224] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:38 2026] DELETE /v2.0/security-groups/bb81cc5e-de3c-4bc5-99c5-28cc6a936bba => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3225] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:38 2026] GET /v2.0/security-groups?tenant_id=41bdfc86cf4f4ecd93a65f13f8a6793e&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3226] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:39 2026] DELETE /v2.0/security-groups/80e5c08b-3af4-48ce-bed1-b8d9dae0b6ed => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:42.331 8 WARNING neutron_lib.context [None req-f31b1c05-62fc-4ea3-9ff4-43421ce427fc 9cfc65b0726e46ae987ed4e97f9116d8 5cbe2fb6942b41db8e11c2276b36b13b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) 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-06-30 19:18:42.471 8 INFO neutron.db.segments_db [None req-f31b1c05-62fc-4ea3-9ff4-43421ce427fc 9cfc65b0726e46ae987ed4e97f9116d8 5cbe2fb6942b41db8e11c2276b36b13b - - default default] Added segment 5fd192d9-2b75-44d8-9605-fdf9d96a945b of type vxlan for network afb1bb04-ad95-4f9b-a5dc-fcc897987997 [pid: 8|app: 0|req: 1593/3229] 10.0.0.214 () {34 vars in 670 bytes} [Tue Jun 30 19:18:42 2026] POST /v2.0/networks => generated 631 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-30 19:18:42.582 7 WARNING neutron_lib.context [None req-e2ed9c88-22f9-40ec-bc45-49e3ce68e417 9cfc65b0726e46ae987ed4e97f9116d8 5cbe2fb6942b41db8e11c2276b36b13b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1637/3230] 10.0.0.214 () {34 vars in 664 bytes} [Tue Jun 30 19:18:42 2026] POST /v2.0/ports => generated 743 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3231] 10.0.0.214 () {34 vars in 747 bytes} [Tue Jun 30 19:18:42 2026] PUT /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1638/3232] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:18:42 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/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: 1595/3233] 10.0.0.214 () {34 vars in 758 bytes} [Tue Jun 30 19:18:42 2026] PUT /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3234] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:18:42 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3235] 10.0.0.214 () {34 vars in 754 bytes} [Tue Jun 30 19:18:43 2026] PUT /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3236] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:18:43 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3237] 10.0.0.214 () {34 vars in 776 bytes} [Tue Jun 30 19:18:43 2026] PUT /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/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: 7|app: 0|req: 1641/3238] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:18:43 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3239] 10.0.0.214 () {34 vars in 747 bytes} [Tue Jun 30 19:18:43 2026] PUT /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3240] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:18:43 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3241] 10.0.0.214 () {32 vars in 735 bytes} [Tue Jun 30 19:18:43 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:43.333 7 INFO neutron.api.v2.resource [None req-cc410c2e-09fd-4831-bdb1-3cd5fb2a90f0 9cfc65b0726e46ae987ed4e97f9116d8 5cbe2fb6942b41db8e11c2276b36b13b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3242] 10.0.0.214 () {32 vars in 739 bytes} [Tue Jun 30 19:18:43 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3243] 10.0.0.214 () {32 vars in 738 bytes} [Tue Jun 30 19:18:43 2026] DELETE /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3244] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:18:43 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:43.457 8 INFO neutron.api.v2.resource [None req-68deb6e5-a1a8-4fa6-a9c3-20088ab8fa19 9cfc65b0726e46ae987ed4e97f9116d8 5cbe2fb6942b41db8e11c2276b36b13b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3245] 10.0.0.214 () {32 vars in 742 bytes} [Tue Jun 30 19:18:43 2026] DELETE /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3246] 10.0.0.214 () {32 vars in 730 bytes} [Tue Jun 30 19:18:43 2026] DELETE /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3247] 10.0.0.214 () {32 vars in 727 bytes} [Tue Jun 30 19:18:43 2026] GET /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3248] 10.0.0.214 () {32 vars in 720 bytes} [Tue Jun 30 19:18:43 2026] DELETE /v2.0/ports/1a9d8775-cd69-4909-a3d7-ceef996b744d => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-30 19:18:43.893 8 INFO neutron.services.segments.plugin [-] Segment 5fd192d9-2b75-44d8-9605-fdf9d96a945b resource provider aggregate not found 2026-06-30 19:18:43.899 8 INFO neutron.services.segments.plugin [-] Segment 5fd192d9-2b75-44d8-9605-fdf9d96a945b resource provider aggregate not found 2026-06-30 19:18:43.905 8 INFO neutron.services.segments.plugin [-] Segment 5fd192d9-2b75-44d8-9605-fdf9d96a945b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fd192d9-2b75-44d8-9605-fdf9d96a945b found for delete ", "request_id": "req-0f2ebdaa-e191-4c84-85dc-5cb070b22e8a"}]} 2026-06-30 19:18:43.917 8 INFO neutron.services.segments.plugin [-] Segment 5fd192d9-2b75-44d8-9605-fdf9d96a945b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fd192d9-2b75-44d8-9605-fdf9d96a945b found for delete ", "request_id": "req-8c884caf-d7ea-4349-9017-86f46de98637"}]} [pid: 8|app: 0|req: 1603/3249] 10.0.0.214 () {32 vars in 726 bytes} [Tue Jun 30 19:18:43 2026] DELETE /v2.0/networks/afb1bb04-ad95-4f9b-a5dc-fcc897987997 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3250] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:44 2026] GET /v2.0/security-groups?tenant_id=e24f4164e7bb488aad19ff5e76f916b8&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3251] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:44 2026] DELETE /v2.0/security-groups/f417e876-0483-4976-9ac4-71a45375ba3a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3252] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:44 2026] GET /v2.0/security-groups?tenant_id=5cbe2fb6942b41db8e11c2276b36b13b&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3253] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:45 2026] DELETE /v2.0/security-groups/2710f5a9-f169-4cc6-95bf-407707955231 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:48.185 7 WARNING neutron_lib.context [None req-e998921d-ef20-444c-bfd2-71ce6e75e121 21c36354cb6c494b8b3f475ae2ebf1bc 53eea7c2884442a4b6c799e029632875 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1649/3254] 10.0.0.214 () {34 vars in 684 bytes} [Tue Jun 30 19:18:48 2026] POST /v2.0/security-groups => generated 1603 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3255] 10.0.0.214 () {34 vars in 767 bytes} [Tue Jun 30 19:18:48 2026] PUT /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3256] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3257] 10.0.0.214 () {34 vars in 778 bytes} [Tue Jun 30 19:18:48 2026] PUT /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags/green => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3258] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3259] 10.0.0.214 () {34 vars in 774 bytes} [Tue Jun 30 19:18:48 2026] PUT /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3260] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3261] 10.0.0.214 () {34 vars in 796 bytes} [Tue Jun 30 19:18:48 2026] PUT /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3262] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3263] 10.0.0.214 () {34 vars in 767 bytes} [Tue Jun 30 19:18:48 2026] PUT /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3264] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3265] 10.0.0.214 () {32 vars in 755 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-30 19:18:48.811 7 INFO neutron.api.v2.resource [None req-9acef267-5aba-467e-b932-7ae5bd80eef7 21c36354cb6c494b8b3f475ae2ebf1bc 53eea7c2884442a4b6c799e029632875 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3266] 10.0.0.214 () {32 vars in 759 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3267] 10.0.0.214 () {32 vars in 758 bytes} [Tue Jun 30 19:18:48 2026] DELETE /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3268] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-30 19:18:48.904 8 INFO neutron.api.v2.resource [None req-6c2ddf1d-eee3-4732-bf17-ea40750689fa 21c36354cb6c494b8b3f475ae2ebf1bc 53eea7c2884442a4b6c799e029632875 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3269] 10.0.0.214 () {32 vars in 762 bytes} [Tue Jun 30 19:18:48 2026] DELETE /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3270] 10.0.0.214 () {32 vars in 750 bytes} [Tue Jun 30 19:18:48 2026] DELETE /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => 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: 1614/3271] 10.0.0.214 () {32 vars in 747 bytes} [Tue Jun 30 19:18:48 2026] GET /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4/tags => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3272] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:48 2026] DELETE /v2.0/security-groups/5887b687-a330-409c-b8aa-e8803e47e0f4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3273] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:49 2026] GET /v2.0/security-groups?tenant_id=53eea7c2884442a4b6c799e029632875&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3274] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:49 2026] DELETE /v2.0/security-groups/c0c6c3c7-24bc-4d1f-bd98-7f4328d12d64 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3275] 10.0.0.214 () {32 vars in 774 bytes} [Tue Jun 30 19:18:49 2026] GET /v2.0/security-groups?tenant_id=25db8878c9d347a6a712004759b4b0ba&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3276] 10.0.0.214 () {32 vars in 740 bytes} [Tue Jun 30 19:18:50 2026] DELETE /v2.0/security-groups/2ddf37af-ca06-47f3-b63c-9342202d1d2a => 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: 1617/3277] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:18:52 2026] GET /v2.0/networks => generated 2168 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3278] 10.0.0.214 () {32 vars in 655 bytes} [Tue Jun 30 19:18:53 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3279] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:18:53 2026] GET /v2.0/routers => generated 15 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3280] 10.0.0.214 () {32 vars in 643 bytes} [Tue Jun 30 19:18:53 2026] GET /v2.0/ports => generated 4725 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3281] 10.0.0.214 () {32 vars in 647 bytes} [Tue Jun 30 19:18:53 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3282] 10.0.0.214 () {32 vars in 649 bytes} [Tue Jun 30 19:18:53 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3283] 10.0.0.214 () {32 vars in 663 bytes} [Tue Jun 30 19:18:53 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3284] 10.0.0.214 () {32 vars in 655 bytes} [Tue Jun 30 19:18:54 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)