+ 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 [Sat May 9 22:19:24 2026] *** compiled with version: 13.3.0 on 09 May 2026 17:33:52 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-869fd8554d-s75kl machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f1dc2199668 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/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-05-09 22:19:29.724 7 INFO neutron.common.config [-] Logging enabled! 2026-05-09 22:19:29.725 7 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-05-09 22:19:29.775 8 INFO neutron.common.config [-] Logging enabled! 2026-05-09 22:19:29.776 8 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-05-09 22:19:30.235 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-09 22:19:30.294 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-09 22:19:31.280 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 22:19:31.283 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-09 22:19:31.286 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-09 22:19:31.287 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 22:19:31.288 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-09 22:19:31.288 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-09 22:19:31.288 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:19:31.296 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:19:31.296 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:19:31.296 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 22:19:31.318 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-09 22:19:31.319 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 22:19:31.319 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-09 22:19:31.365 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-09 22:19:31.366 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-09 22:19:31.366 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-09 22:19:31.366 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-09 22:19:31.382 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 22:19:31.385 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-09 22:19:31.388 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-09 22:19:31.389 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-09 22:19:31.390 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-09 22:19:31.390 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-09 22:19:31.390 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:19:31.397 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:19:31.398 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-09 22:19:31.398 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 22:19:31.420 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-09 22:19:31.421 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-09 22:19:31.421 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-09 22:19:31.467 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-09 22:19:31.468 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-09 22:19:31.468 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-09 22:19:31.468 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-09 22:19:31.790 7 INFO neutron.plugins.ml2.managers [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] Initializing driver for type 'vlan' 2026-05-09 22:19:31.900 8 INFO neutron.plugins.ml2.managers [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] Initializing driver for type 'vlan' 2026-05-09 22:19:31.933 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] VlanTypeDriver initialization complete 2026-05-09 22:19:31.933 7 INFO neutron.plugins.ml2.managers [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] Initializing driver for type 'vxlan' 2026-05-09 22:19:31.934 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-09 22:19:31.951 7 INFO neutron.plugins.ml2.managers [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-09 22:19:31.951 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-09 22:19:31.951 7 INFO neutron.plugins.ml2.managers [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] Initializing extension driver 'port_security' 2026-05-09 22:19:31.951 7 INFO neutron.plugins.ml2.extensions.port_security [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-09 22:19:31.952 7 INFO neutron.plugins.ml2.managers [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] Initializing extension driver 'qos' 2026-05-09 22:19:31.952 7 INFO neutron.plugins.ml2.managers [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-09 22:19:31.952 7 INFO neutron.plugins.ml2.managers [None req-32130d8d-5b14-4f7d-96fa-09a5acec27b0 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-09 22:19:31.964 7 INFO neutron.quota [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded quota_driver: . 2026-05-09 22:19:31.965 7 INFO neutron.plugins.ml2.plugin [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Modular L2 Plugin initialization complete 2026-05-09 22:19:31.965 7 INFO neutron.plugins.ml2.managers [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-09 22:19:31.965 7 INFO neutron.plugins.ml2.managers [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-09 22:19:31.965 7 INFO neutron.plugins.ml2.managers [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Got port-security extension from driver 'port_security' 2026-05-09 22:19:31.966 7 INFO neutron.extensions.vlantransparent [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Disabled vlantransparent extension. 2026-05-09 22:19:31.966 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: qos 2026-05-09 22:19:31.979 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: router 2026-05-09 22:19:32.020 7 INFO neutron.services.service_base [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-09 22:19:32.020 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: segments 2026-05-09 22:19:32.044 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] VlanTypeDriver initialization complete 2026-05-09 22:19:32.044 8 INFO neutron.plugins.ml2.managers [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] Initializing driver for type 'vxlan' 2026-05-09 22:19:32.045 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-09 22:19:32.064 8 INFO neutron.plugins.ml2.managers [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-09 22:19:32.064 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-09 22:19:32.064 8 INFO neutron.plugins.ml2.managers [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] Initializing extension driver 'port_security' 2026-05-09 22:19:32.064 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-09 22:19:32.065 8 INFO neutron.plugins.ml2.managers [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] Initializing extension driver 'qos' 2026-05-09 22:19:32.065 8 INFO neutron.plugins.ml2.managers [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-09 22:19:32.065 8 INFO neutron.plugins.ml2.managers [None req-d24f619b-5146-4016-9ca0-51f7d933e7fa - - - - - -] Initializing mechanism driver 'l2population' 2026-05-09 22:19:32.077 8 INFO neutron.quota [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded quota_driver: . 2026-05-09 22:19:32.078 8 INFO neutron.plugins.ml2.plugin [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Modular L2 Plugin initialization complete 2026-05-09 22:19:32.078 8 INFO neutron.plugins.ml2.managers [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-09 22:19:32.078 8 INFO neutron.plugins.ml2.managers [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-09 22:19:32.078 8 INFO neutron.plugins.ml2.managers [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-09 22:19:32.079 8 INFO neutron.extensions.vlantransparent [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Disabled vlantransparent extension. 2026-05-09 22:19:32.079 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: qos 2026-05-09 22:19:32.092 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: router 2026-05-09 22:19:32.120 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: trunk 2026-05-09 22:19:32.134 8 INFO neutron.services.service_base [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-09 22:19:32.134 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: segments 2026-05-09 22:19:32.136 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: vpnaas 2026-05-09 22:19:32.175 7 WARNING stevedore.named [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-09 22:19:32.232 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: trunk 2026-05-09 22:19:32.246 7 INFO neutron_vpnaas.services.vpn.plugin [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-09 22:19:32.247 7 INFO neutron.common.utils [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-09 22:19:32.247 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: auto_allocate 2026-05-09 22:19:32.248 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: vpnaas 2026-05-09 22:19:32.252 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: tag 2026-05-09 22:19:32.259 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: timestamp 2026-05-09 22:19:32.261 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: network_ip_availability 2026-05-09 22:19:32.265 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: flavors 2026-05-09 22:19:32.268 7 INFO neutron.manager [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loading Plugin: revisions 2026-05-09 22:19:32.271 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Initializing extension manager. 2026-05-09 22:19:32.272 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: address-group 2026-05-09 22:19:32.273 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: address-scope 2026-05-09 22:19:32.274 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-09 22:19:32.275 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: agent 2026-05-09 22:19:32.275 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: agent-resources-synced 2026-05-09 22:19:32.277 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: allowed-address-pairs 2026-05-09 22:19:32.277 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: auto-allocated-topology 2026-05-09 22:19:32.278 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: availability_zone 2026-05-09 22:19:32.279 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: availability_zone_filter 2026-05-09 22:19:32.279 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-09 22:19:32.280 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: default-subnetpools 2026-05-09 22:19:32.281 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-09 22:19:32.282 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: dns-integration 2026-05-09 22:19:32.283 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: dns-domain-ports 2026-05-09 22:19:32.283 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-09 22:19:32.284 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: dvr 2026-05-09 22:19:32.284 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-09 22:19:32.285 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: empty-string-filtering 2026-05-09 22:19:32.285 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 22:19:32.286 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-09 22:19:32.286 8 WARNING stevedore.named [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-09 22:19:32.287 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: external-net 2026-05-09 22:19:32.287 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-09 22:19:32.288 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: extraroute 2026-05-09 22:19:32.288 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: extraroute-atomic 2026-05-09 22:19:32.289 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-09 22:19:32.290 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-09 22:19:32.290 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-09 22:19:32.291 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-09 22:19:32.291 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: fip-port-details 2026-05-09 22:19:32.292 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: flavors 2026-05-09 22:19:32.293 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-09 22:19:32.294 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: floatingip-pools 2026-05-09 22:19:32.294 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: ip_allocation 2026-05-09 22:19:32.295 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: ip-substring-filtering 2026-05-09 22:19:32.296 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: l2_adjacency 2026-05-09 22:19:32.297 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: router 2026-05-09 22:19:32.299 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 22:19:32.299 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-09 22:19:32.300 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-09 22:19:32.300 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: ext-gw-mode 2026-05-09 22:19:32.301 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: l3-ha 2026-05-09 22:19:32.301 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-09 22:19:32.302 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-09 22:19:32.303 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: l3-flavors 2026-05-09 22:19:32.304 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-09 22:19:32.304 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-09 22:19:32.308 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-09 22:19:32.309 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-09 22:19:32.310 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-09 22:19:32.311 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-09 22:19:32.312 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-09 22:19:32.312 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: multi-provider 2026-05-09 22:19:32.313 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: net-mtu 2026-05-09 22:19:32.313 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: net-mtu-writable 2026-05-09 22:19:32.314 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: network_availability_zone 2026-05-09 22:19:32.315 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: network_ha 2026-05-09 22:19:32.315 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: network-ip-availability 2026-05-09 22:19:32.316 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-09 22:19:32.317 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: pagination 2026-05-09 22:19:32.317 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-device-profile 2026-05-09 22:19:32.318 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-09 22:19:32.319 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-09 22:19:32.319 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-09 22:19:32.320 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-mac-override 2026-05-09 22:19:32.320 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-09 22:19:32.321 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-09 22:19:32.321 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-09 22:19:32.322 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-resource-request 2026-05-09 22:19:32.322 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-resource-request-groups 2026-05-09 22:19:32.323 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-09 22:19:32.324 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: binding 2026-05-09 22:19:32.325 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: binding-extended 2026-05-09 22:19:32.325 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-security 2026-05-09 22:19:32.326 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: project-id 2026-05-09 22:19:32.326 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: provider 2026-05-09 22:19:32.328 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos 2026-05-09 22:19:32.329 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-09 22:19:32.330 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-09 22:19:32.331 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-default 2026-05-09 22:19:32.331 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-fip 2026-05-09 22:19:32.332 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-09 22:19:32.332 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-gateway-ip 2026-05-09 22:19:32.333 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-port-network-policy 2026-05-09 22:19:32.334 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-pps-minimum 2026-05-09 22:19:32.334 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-09 22:19:32.335 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-pps 2026-05-09 22:19:32.336 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-rule-type-details 2026-05-09 22:19:32.336 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-09 22:19:32.337 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: qos-rules-alias 2026-05-09 22:19:32.337 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: quota-check-limit 2026-05-09 22:19:32.339 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: quotas 2026-05-09 22:19:32.340 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: quota_details 2026-05-09 22:19:32.342 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: rbac-policies 2026-05-09 22:19:32.343 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: rbac-address-group 2026-05-09 22:19:32.343 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: rbac-address-scope 2026-05-09 22:19:32.344 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: rbac-security-groups 2026-05-09 22:19:32.344 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: rbac-subnetpool 2026-05-09 22:19:32.345 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: revision-if-match 2026-05-09 22:19:32.346 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: standard-attr-revisions 2026-05-09 22:19:32.346 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: router_availability_zone 2026-05-09 22:19:32.347 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-09 22:19:32.348 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: security-groups-default-rules 2026-05-09 22:19:32.349 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-09 22:19:32.350 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-09 22:19:32.350 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-09 22:19:32.351 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-09 22:19:32.351 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-09 22:19:32.356 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: security-group 2026-05-09 22:19:32.357 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: segment 2026-05-09 22:19:32.358 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-09 22:19:32.358 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: service-type 2026-05-09 22:19:32.359 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: sorting 2026-05-09 22:19:32.360 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: standard-attr-segment 2026-05-09 22:19:32.360 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: standard-attr-description 2026-05-09 22:19:32.361 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: stateful-security-group 2026-05-09 22:19:32.361 7 WARNING neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-09 22:19:32.362 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-09 22:19:32.362 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: subnet-external-network 2026-05-09 22:19:32.363 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: subnet_onboard 2026-05-09 22:19:32.364 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-09 22:19:32.364 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: subnet-service-types 2026-05-09 22:19:32.365 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: subnet_allocation 2026-05-09 22:19:32.366 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-09 22:19:32.366 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: tag-creation 2026-05-09 22:19:32.367 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-09 22:19:32.367 8 INFO neutron_vpnaas.services.vpn.plugin [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-09 22:19:32.368 8 INFO neutron.common.utils [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-09 22:19:32.368 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: auto_allocate 2026-05-09 22:19:32.371 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: standard-attr-tag 2026-05-09 22:19:32.372 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-09 22:19:32.372 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: trunk 2026-05-09 22:19:32.373 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: trunk-details 2026-05-09 22:19:32.373 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-09 22:19:32.374 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-09 22:19:32.374 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: tag 2026-05-09 22:19:32.376 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-09 22:19:32.377 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-09 22:19:32.378 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: vpn-flavors 2026-05-09 22:19:32.379 7 INFO neutron.api.extensions [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Loaded extension: vpnaas 2026-05-09 22:19:32.382 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-09 22:19:32.382 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-09 22:19:32.382 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.382 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-09 22:19:32.383 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: timestamp 2026-05-09 22:19:32.385 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: network_ip_availability 2026-05-09 22:19:32.386 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-09 22:19:32.386 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-09 22:19:32.389 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: flavors 2026-05-09 22:19:32.391 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-09 22:19:32.392 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-09 22:19:32.392 8 INFO neutron.manager [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loading Plugin: revisions 2026-05-09 22:19:32.392 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-09 22:19:32.393 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.393 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.394 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.394 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.395 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-09 22:19:32.395 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Initializing extension manager. 2026-05-09 22:19:32.395 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-09 22:19:32.396 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-09 22:19:32.396 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: address-group 2026-05-09 22:19:32.396 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-09 22:19:32.397 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-09 22:19:32.397 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: address-scope 2026-05-09 22:19:32.397 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-09 22:19:32.398 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-09 22:19:32.398 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: agent 2026-05-09 22:19:32.399 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: agent-resources-synced 2026-05-09 22:19:32.400 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-09 22:19:32.401 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-09 22:19:32.402 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-09 22:19:32.402 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: availability_zone 2026-05-09 22:19:32.402 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] router is already registered 2026-05-09 22:19:32.402 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: availability_zone_filter 2026-05-09 22:19:32.402 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-09 22:19:32.403 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] floatingip is already registered 2026-05-09 22:19:32.403 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-09 22:19:32.403 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: default-subnetpools 2026-05-09 22:19:32.405 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-09 22:19:32.405 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: dns-integration 2026-05-09 22:19:32.406 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: dns-domain-ports 2026-05-09 22:19:32.406 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-09 22:19:32.407 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-09 22:19:32.407 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] rbac_policy is already registered 2026-05-09 22:19:32.407 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: dvr 2026-05-09 22:19:32.407 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-09 22:19:32.408 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-09 22:19:32.408 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] security_group is already registered 2026-05-09 22:19:32.408 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: empty-string-filtering 2026-05-09 22:19:32.408 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-09 22:19:32.408 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 22:19:32.409 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] security_group_rule is already registered 2026-05-09 22:19:32.409 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-09 22:19:32.409 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: external-net 2026-05-09 22:19:32.409 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.410 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.410 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-09 22:19:32.410 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.410 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: extraroute 2026-05-09 22:19:32.410 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.411 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-09 22:19:32.411 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: extraroute-atomic 2026-05-09 22:19:32.411 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] trunk is already registered 2026-05-09 22:19:32.412 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-09 22:19:32.412 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-09 22:19:32.412 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] endpoint_group is already registered 2026-05-09 22:19:32.412 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-09 22:19:32.412 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-09 22:19:32.413 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] vpnservice is already registered 2026-05-09 22:19:32.413 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-09 22:19:32.413 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-09 22:19:32.413 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-09 22:19:32.413 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] ipsec_site_connection is already registered 2026-05-09 22:19:32.414 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: fip-port-details 2026-05-09 22:19:32.414 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-09 22:19:32.414 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] ipsecpolicy is already registered 2026-05-09 22:19:32.414 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: flavors 2026-05-09 22:19:32.414 7 INFO neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-09 22:19:32.415 7 WARNING neutron.quota.resource_registry [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] ikepolicy is already registered 2026-05-09 22:19:32.416 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-09 22:19:32.416 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: floatingip-pools 2026-05-09 22:19:32.417 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: ip_allocation 2026-05-09 22:19:32.417 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-09 22:19:32.418 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: l2_adjacency 2026-05-09 22:19:32.419 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: router 2026-05-09 22:19:32.421 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-09 22:19:32.423 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-09 22:19:32.423 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-09 22:19:32.424 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: ext-gw-mode 2026-05-09 22:19:32.424 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: l3-ha 2026-05-09 22:19:32.425 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-09 22:19:32.425 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-09 22:19:32.426 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: l3-flavors 2026-05-09 22:19:32.427 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-09 22:19:32.427 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-09 22:19:32.429 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-09 22:19:32.431 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-09 22:19:32.432 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-09 22:19:32.433 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-09 22:19:32.433 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-09 22:19:32.434 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: multi-provider 2026-05-09 22:19:32.434 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: net-mtu 2026-05-09 22:19:32.435 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: net-mtu-writable 2026-05-09 22:19:32.435 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: network_availability_zone 2026-05-09 22:19:32.436 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: network_ha 2026-05-09 22:19:32.437 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: network-ip-availability 2026-05-09 22:19:32.438 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-09 22:19:32.438 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: pagination 2026-05-09 22:19:32.439 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-device-profile 2026-05-09 22:19:32.439 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-09 22:19:32.440 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-09 22:19:32.440 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-09 22:19:32.441 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-mac-override 2026-05-09 22:19:32.441 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-09 22:19:32.442 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-09 22:19:32.442 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-09 22:19:32.443 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-resource-request 2026-05-09 22:19:32.443 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-09 22:19:32.444 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-09 22:19:32.445 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: binding 2026-05-09 22:19:32.445 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: binding-extended 2026-05-09 22:19:32.446 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-security 2026-05-09 22:19:32.446 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: project-id 2026-05-09 22:19:32.447 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: provider 2026-05-09 22:19:32.449 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos 2026-05-09 22:19:32.450 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-09 22:19:32.450 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-09 22:19:32.451 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-default 2026-05-09 22:19:32.451 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-fip 2026-05-09 22:19:32.452 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-09 22:19:32.452 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-09 22:19:32.453 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-09 22:19:32.453 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-09 22:19:32.454 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-09 22:19:32.455 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-pps 2026-05-09 22:19:32.455 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-09 22:19:32.456 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-09 22:19:32.456 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: qos-rules-alias 2026-05-09 22:19:32.457 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: quota-check-limit 2026-05-09 22:19:32.459 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: quotas 2026-05-09 22:19:32.460 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: quota_details 2026-05-09 22:19:32.461 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: rbac-policies 2026-05-09 22:19:32.462 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: rbac-address-group 2026-05-09 22:19:32.462 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: rbac-address-scope 2026-05-09 22:19:32.463 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: rbac-security-groups 2026-05-09 22:19:32.463 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-09 22:19:32.464 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: revision-if-match 2026-05-09 22:19:32.465 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-09 22:19:32.465 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: router_availability_zone 2026-05-09 22:19:32.466 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-09 22:19:32.467 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-09 22:19:32.468 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-09 22:19:32.468 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-09 22:19:32.469 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-09 22:19:32.469 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-09 22:19:32.470 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-09 22:19:32.474 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: security-group 2026-05-09 22:19:32.475 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: segment 2026-05-09 22:19:32.476 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-09 22:19:32.476 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: service-type 2026-05-09 22:19:32.477 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: sorting 2026-05-09 22:19:32.477 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: standard-attr-segment 2026-05-09 22:19:32.478 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: standard-attr-description 2026-05-09 22:19:32.479 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: stateful-security-group 2026-05-09 22:19:32.479 8 WARNING neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-09 22:19:32.480 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-09 22:19:32.480 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: subnet-external-network 2026-05-09 22:19:32.481 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: subnet_onboard 2026-05-09 22:19:32.481 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-09 22:19:32.482 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: subnet-service-types 2026-05-09 22:19:32.483 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: subnet_allocation 2026-05-09 22:19:32.483 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-09 22:19:32.484 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: tag-creation 2026-05-09 22:19:32.484 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-09 22:19:32.488 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: standard-attr-tag 2026-05-09 22:19:32.489 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-09 22:19:32.489 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: trunk 2026-05-09 22:19:32.490 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: trunk-details 2026-05-09 22:19:32.490 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-09 22:19:32.491 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-09 22:19:32.493 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-09 22:19:32.493 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-09 22:19:32.494 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: vpn-flavors 2026-05-09 22:19:32.496 8 INFO neutron.api.extensions [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Loaded extension: vpnaas 2026-05-09 22:19:32.498 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-09 22:19:32.498 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-09 22:19:32.498 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.499 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-09 22:19:32.502 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-09 22:19:32.502 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-09 22:19:32.507 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-09 22:19:32.507 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-09 22:19:32.508 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-09 22:19:32.509 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.509 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.509 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.509 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.510 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-09 22:19:32.510 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-09 22:19:32.511 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-09 22:19:32.511 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-09 22:19:32.512 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-09 22:19:32.512 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-09 22:19:32.516 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-09 22:19:32.516 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] router is already registered 2026-05-09 22:19:32.516 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-09 22:19:32.516 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] floatingip is already registered 2026-05-09 22:19:32.520 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-09 22:19:32.520 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] rbac_policy is already registered 2026-05-09 22:19:32.521 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-09 22:19:32.521 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] security_group is already registered 2026-05-09 22:19:32.521 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-09 22:19:32.522 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] security_group_rule is already registered 2026-05-09 22:19:32.522 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.523 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.523 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-09 22:19:32.523 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] subnetpool is already registered 2026-05-09 22:19:32.524 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-09 22:19:32.524 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] trunk is already registered 2026-05-09 22:19:32.524 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-09 22:19:32.524 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] endpoint_group is already registered 2026-05-09 22:19:32.525 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-09 22:19:32.525 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] vpnservice is already registered 2026-05-09 22:19:32.525 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-09 22:19:32.525 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] ipsec_site_connection is already registered 2026-05-09 22:19:32.526 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-09 22:19:32.526 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] ipsecpolicy is already registered 2026-05-09 22:19:32.526 8 INFO neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-09 22:19:32.527 8 WARNING neutron.quota.resource_registry [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] ikepolicy is already registered 2026-05-09 22:19:32.581 7 WARNING keystonemiddleware._common.config [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-09 22:19:32.588 7 WARNING oslo_config.cfg [None req-7d7a3863-e8d9-40e7-8e79-e4495875910a - - - - - -] 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 0x7f1dc2199668 pid: 7 (default app) 2026-05-09 22:19:32.687 8 WARNING keystonemiddleware._common.config [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-09 22:19:32.693 8 WARNING oslo_config.cfg [None req-056d6cba-a041-4707-a219-15d83a4e7a54 - - - - - -] 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 0x7f1dc2199668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:19:37.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03575971-cbdc-4508-bc59-cd47a38e9603 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:19:37 2026] GET /v2.0/networks/public => generated 108 bytes in 643 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:19:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:19:38.435 7 WARNING neutron.services.revisions.revision_plugin [None req-a522062c-9e6b-466e-a89d-98c4d4d28a16 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Could not find related network for resource to bump revision. 2026-05-09 22:19:38.457 7 INFO neutron.db.segments_db [None req-a522062c-9e6b-466e-a89d-98c4d4d28a16 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 0c803fa5-9bf4-4bd9-aaf4-2d0b5082b532 of type flat for network 1ebe3352-d14e-4320-a36b-aaa2f7e1fbf2 2026-05-09 22:19:38.505 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a522062c-9e6b-466e-a89d-98c4d4d28a16 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.235 () {48 vars in 968 bytes} [Sat May 9 22:19:38 2026] POST /v2.0/networks => generated 124 bytes in 450 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:19:44.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7b16532-fbc2-46b5-bec5-b233bd9565cf ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:19:44 2026] GET /v2.0/networks/public => generated 108 bytes in 378 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:19:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:19:44.906 8 WARNING neutron.services.revisions.revision_plugin [None req-dda523cb-5928-40d1-905c-f5ae23192084 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Could not find related network for resource to bump revision. 2026-05-09 22:19:44.926 8 INFO neutron.db.segments_db [None req-dda523cb-5928-40d1-905c-f5ae23192084 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 24e85adb-2fc6-4147-8bd3-24c98dd85666 of type flat for network c13f78cc-e80e-4d1c-b5b3-7516c4f86c7e 2026-05-09 22:19:44.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dda523cb-5928-40d1-905c-f5ae23192084 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 199.204.45.235 () {48 vars in 968 bytes} [Sat May 9 22:19:44 2026] POST /v2.0/networks => generated 124 bytes in 296 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:19:50.814 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d6b68a1-a556-47f1-8f14-d5a74ed77b38 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:19:50 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:19:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:19:50.896 8 WARNING neutron.services.revisions.revision_plugin [None req-652872ab-f401-44bd-a872-b99d10e6e871 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Could not find related network for resource to bump revision. 2026-05-09 22:19:50.911 8 INFO neutron.db.segments_db [None req-652872ab-f401-44bd-a872-b99d10e6e871 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment bdcd5a30-0064-4501-835e-835d38a86847 of type flat for network 6d1063ec-33a4-4882-9909-14d4ab63e46f 2026-05-09 22:19:50.936 8 INFO neutron.pecan_wsgi.hooks.translation [None req-652872ab-f401-44bd-a872-b99d10e6e871 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.235 () {48 vars in 968 bytes} [Sat May 9 22:19:50 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:19:56.774 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ae040b0-4f78-45bb-8409-7575cb279b02 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:19:56 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:19:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:19:56.861 7 WARNING neutron.services.revisions.revision_plugin [None req-4aa1323e-dfef-44a0-aa97-a6e3fc8e3f5c ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Could not find related network for resource to bump revision. 2026-05-09 22:19:56.884 7 INFO neutron.db.segments_db [None req-4aa1323e-dfef-44a0-aa97-a6e3fc8e3f5c ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment acad086d-5acc-44ff-9f99-6ba8abcbe8ff of type flat for network 061bb6b0-27ee-490b-8657-76dc2a89e3ba 2026-05-09 22:19:56.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4aa1323e-dfef-44a0-aa97-a6e3fc8e3f5c ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.235 () {48 vars in 968 bytes} [Sat May 9 22:19:56 2026] POST /v2.0/networks => generated 124 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:20:02.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac4eb90d-998a-40de-9691-2388d9174802 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:20:02 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:20:02 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-05-09 22:20:02.947 7 WARNING neutron.services.revisions.revision_plugin [None req-8681f49a-201e-4caa-b980-57a9d7686caa ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Could not find related network for resource to bump revision. 2026-05-09 22:20:02.969 7 INFO neutron.db.segments_db [None req-8681f49a-201e-4caa-b980-57a9d7686caa ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment f5a1dbcd-4ef3-4699-accb-3d25cbf4aa5e of type flat for network 0fab7546-750b-4c9a-9c57-bbb1ceb06609 2026-05-09 22:20:02.997 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8681f49a-201e-4caa-b980-57a9d7686caa ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.235 () {48 vars in 968 bytes} [Sat May 9 22:20:02 2026] POST /v2.0/networks => generated 124 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:20:08.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a02ee415-62a4-41ea-9f6f-de185c524459 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:20:08 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:20:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:20:09.024 8 WARNING neutron.services.revisions.revision_plugin [None req-e76623ce-fa7f-439f-81fc-a2b660d143ab ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Could not find related network for resource to bump revision. 2026-05-09 22:20:09.042 8 INFO neutron.db.segments_db [None req-e76623ce-fa7f-439f-81fc-a2b660d143ab ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 76e7cc6d-a69b-4b6a-af60-dd57ba48a6cf of type flat for network 861f689c-32f3-4ce5-877c-d5781415483b [pid: 8|app: 0|req: 10/23] 199.204.45.235 () {48 vars in 968 bytes} [Sat May 9 22:20:08 2026] POST /v2.0/networks => generated 706 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:20:10.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31dc2308-d496-4dc9-9cff-dfeb75143e8d ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:20:10 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:20:10 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:20:10.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7b40006-f98c-4b8a-bad3-3a396498de62 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.235 () {44 vars in 1035 bytes} [Sat May 9 22:20:10 2026] GET /v2.0/subnets/public-subnet?network_id=861f689c-32f3-4ce5-877c-d5781415483b => generated 113 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.235 () {44 vars in 1058 bytes} [Sat May 9 22:20:10 2026] GET /v2.0/subnets?name=public-subnet&network_id=861f689c-32f3-4ce5-877c-d5781415483b => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.235 () {48 vars in 966 bytes} [Sat May 9 22:20:10 2026] POST /v2.0/subnets => generated 664 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:24:44.628 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-09 22:24:44.629 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Sat May 9 22:24:44 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.235) !!! 2026-05-09 22:24:44.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-233a7912-db12-4623-8a4d-28e304de14a4 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/64] 199.204.45.235 () {44 vars in 938 bytes} [Sat May 9 22:24:44 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:24:44.769 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-09 22:24:44.770 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Sat May 9 22:24:44 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.235) !!! [pid: 7|app: 0|req: 34/65] 199.204.45.235 () {44 vars in 960 bytes} [Sat May 9 22:24:44 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-05-09 22:24:44.844 8 INFO neutron.db.segments_db [None req-eec5b22c-dcd7-4385-8aff-ff06aa08f579 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 7e16e8c5-9249-47d4-90ab-66d98f14f4de of type vxlan for network 8d497863-5927-4b4d-b355-9047525c6c47 [pid: 8|app: 0|req: 32/66] 199.204.45.235 () {48 vars in 967 bytes} [Sat May 9 22:24:44 2026] POST /v2.0/networks => generated 707 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:24:45.786 7 INFO oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 40274. 2026-05-09 22:24:45.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8b88540-bd11-4579-add0-f50b743f04b5 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/67] 199.204.45.235 () {44 vars in 938 bytes} [Sat May 9 22:24:45 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:24:45.852 8 INFO oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 47140. [pid: 8|app: 0|req: 33/68] 199.204.45.235 () {44 vars in 960 bytes} [Sat May 9 22:24:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:24:45.885 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c7e2e5f-d5cd-41c3-a2c3-2ca173c8cc42 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.235 () {44 vars in 1037 bytes} [Sat May 9 22:24:45 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.235 () {44 vars in 1060 bytes} [Sat May 9 22:24:45 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.204.45.235 () {48 vars in 966 bytes} [Sat May 9 22:24:45 2026] POST /v2.0/subnets => generated 651 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:24:47.155 7 INFO neutron.api.v2.resource [None req-01c9743e-f51d-4281-975a-ea00dbfe6e28 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.204.45.235 () {44 vars in 972 bytes} [Sat May 9 22:24:47 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.235 () {44 vars in 994 bytes} [Sat May 9 22:24:47 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.235 () {48 vars in 981 bytes} [Sat May 9 22:24:47 2026] POST /v2.0/security-groups => generated 1616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:48 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 1616 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:48 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:48 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:24:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:49 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:49 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => 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: 40/83] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:49 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:24:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:50 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 2846 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:50 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:50 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:24:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:51 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:51 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:51 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => 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: 48/92] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:24:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:52 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4078 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:52 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:52 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:24:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.235 () {44 vars in 988 bytes} [Sat May 9 22:24:53 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47 => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:24:53.957 7 INFO neutron.pecan_wsgi.hooks.translation [None req-443f6353-b5af-4975-9139-462ad23d6152 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/98] 199.204.45.235 () {44 vars in 1077 bytes} [Sat May 9 22:24:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.235 () {44 vars in 1100 bytes} [Sat May 9 22:24:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 12 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:24:54 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.235 () {48 vars in 962 bytes} [Sat May 9 22:24:54 2026] POST /v2.0/ports => generated 1100 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:25:00.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5fa642ed-d5c5-467c-8d42-e85edba7f70b ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/102] 199.204.45.235 () {44 vars in 979 bytes} [Sat May 9 22:25:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 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: 50/103] 199.204.45.235 () {44 vars in 1001 bytes} [Sat May 9 22:25:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.235 () {48 vars in 1031 bytes} [Sat May 9 22:25:00 2026] PUT /v2.0/ports/bf22ae30-6e8e-4918-8c0e-e71f2daab8e2 => generated 1249 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.235 () {44 vars in 921 bytes} [Sat May 9 22:25:02 2026] GET /v2.0/ports => generated 3730 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:25:03.664 7 INFO neutron.api.v2.resource [None req-4272429d-a07e-43ac-aeff-6d2760798334 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/108] 199.204.45.235 () {44 vars in 960 bytes} [Sat May 9 22:25:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.235 () {44 vars in 982 bytes} [Sat May 9 22:25:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.235 () {48 vars in 981 bytes} [Sat May 9 22:25:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:25:04 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:25:04 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:25:04 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => 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: 59/114] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:25:04 2026] POST /v2.0/security-group-rules => generated 623 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:25:05 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 2246 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:25:05 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => 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: 57/117] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:25:05 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:25:05 2026] POST /v2.0/security-group-rules => generated 627 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/129] 199.204.45.235 () {44 vars in 976 bytes} [Sat May 9 22:26:28 2026] GET /v2.0/quotas/65c0e3cfaf4f491c97425a903e66a3a7 => generated 292 bytes in 13 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/130] 199.204.45.235 () {48 vars in 1028 bytes} [Sat May 9 22:26:29 2026] PUT /v2.0/quotas/65c0e3cfaf4f491c97425a903e66a3a7 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:28:40.747 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-09 22:28:40.748 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Sat May 9 22:28:40 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports/octavia-health-manager-port-instance (ip 199.204.45.235) !!! /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:28:40.878 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed3e5001-22f4-493d-81da-4dc104063221 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/149] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:28:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:28:40.890 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 73/150] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:28:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:28:42.665 7 INFO oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35662. 2026-05-09 22:28:42.749 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94632104-66e8-4933-b6f0-d22bf4b4564c ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/151] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:28:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/152] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:28:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:34:30.828 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-09 22:34:30.832 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Sat May 9 22:34:30 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=f4f8b5c446114691b549bc31242d3343 (ip 199.204.45.235) !!! 2026-05-09 22:34:30.996 8 INFO neutron.api.v2.resource [None req-dc47f411-79c3-4e71-a441-45560177fe30 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/199] 199.204.45.235 () {44 vars in 1075 bytes} [Sat May 9 22:34:30 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f4f8b5c446114691b549bc31242d3343 => generated 139 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:34:31.006 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-09 22:34:31.009 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Sat May 9 22:34:31 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/security-groups?name=manila-service-security-group&project_id=f4f8b5c446114691b549bc31242d3343 (ip 199.204.45.235) !!! [pid: 7|app: 0|req: 102/200] 199.204.45.235 () {44 vars in 1098 bytes} [Sat May 9 22:34:31 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f4f8b5c446114691b549bc31242d3343 => generated 23 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 199.204.45.235 () {48 vars in 982 bytes} [Sat May 9 22:34:31 2026] POST /v2.0/security-groups => generated 1624 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:34:32.297 8 INFO oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 59086. [pid: 8|app: 0|req: 101/204] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:32 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:34:32.371 7 INFO oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 59102. [pid: 7|app: 0|req: 104/205] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:34:32 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/206] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:32 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/207] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:34:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/208] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:33 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 2234 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/209] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:34:33 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/210] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:33 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/211] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:34:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/212] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:34 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:34:34 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:34 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:34:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:35 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:34:35 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:34:35 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.235 () {48 vars in 992 bytes} [Sat May 9 22:34:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:36:51 2026] GET /v2.0/networks?tenant_id=f4f8b5c446114691b549bc31242d3343&shared=False => generated 15 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:36:51.855 7 INFO neutron.db.segments_db [None req-f136d6eb-d008-4f62-9edd-fdf9063bd067 6e570ed648ab43259e4acfeb4a0f3100 f4f8b5c446114691b549bc31242d3343 - - 41f178254239455098d9e941878d6149 41f178254239455098d9e941878d6149] Added segment d12c7b8f-b05c-4b6b-b626-34a2ce6d1626 of type vxlan for network a57d8ef1-95d5-48ff-b724-9b210d26b60c [pid: 7|app: 0|req: 121/239] 199.204.45.235 () {34 vars in 682 bytes} [Sat May 9 22:36:51 2026] POST /v2.0/networks => generated 718 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/240] 199.204.45.235 () {30 vars in 722 bytes} [Sat May 9 22:36:51 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 199.204.45.235 () {30 vars in 633 bytes} [Sat May 9 22:36:52 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) [pid: 8|app: 0|req: 120/242] 199.204.45.235 () {34 vars in 677 bytes} [Sat May 9 22:36:52 2026] POST /v2.0/ports => generated 999 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/243] 199.204.45.235 () {30 vars in 703 bytes} [Sat May 9 22:36:52 2026] GET /v2.0/networks/a57d8ef1-95d5-48ff-b724-9b210d26b60c => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/244] 199.204.45.235 () {30 vars in 722 bytes} [Sat May 9 22:36:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/245] 199.204.45.235 () {30 vars in 703 bytes} [Sat May 9 22:36:54 2026] GET /v2.0/networks/a57d8ef1-95d5-48ff-b724-9b210d26b60c => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 199.204.45.235 () {44 vars in 976 bytes} [Sat May 9 22:37:08 2026] GET /v2.0/quotas/f4f8b5c446114691b549bc31242d3343 => 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: 7|app: 0|req: 126/249] 199.204.45.235 () {48 vars in 1028 bytes} [Sat May 9 22:37:08 2026] PUT /v2.0/quotas/f4f8b5c446114691b549bc31242d3343 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:47:54.573 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-09 22:47:54.575 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Sat May 9 22:47:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.235) !!! 2026-05-09 22:47:54.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38a1534e-b5ab-42a2-83c0-e4e560bbc9eb ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 170/336] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:47:54 2026] GET /v2.0/networks/public => generated 108 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:47:54.721 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-05-09 22:47:54.721 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Sat May 9 22:47:54 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.235) !!! [pid: 8|app: 0|req: 167/337] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:47:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:47:55.915 7 INFO oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34690. 2026-05-09 22:47:55.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6de0d5d-842d-461f-99e6-36f0223bc90f ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/338] 199.204.45.235 () {44 vars in 928 bytes} [Sat May 9 22:47:55 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:47:55.985 8 INFO oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34704. [pid: 8|app: 0|req: 168/339] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:47:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:47:56.020 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3c48925-1971-47e9-9615-57c1e64807e7 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/340] 199.204.45.235 () {44 vars in 1035 bytes} [Sat May 9 22:47:56 2026] GET /v2.0/subnets/public-subnet?network_id=861f689c-32f3-4ce5-877c-d5781415483b => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/341] 199.204.45.235 () {44 vars in 1058 bytes} [Sat May 9 22:47:56 2026] GET /v2.0/subnets?name=public-subnet&network_id=861f689c-32f3-4ce5-877c-d5781415483b => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:48:22.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85985096-1631-4459-9226-3ed8d986ee40 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/346] 199.204.45.235 () {44 vars in 938 bytes} [Sat May 9 22:48:22 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/347] 199.204.45.235 () {44 vars in 960 bytes} [Sat May 9 22:48:22 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:48:23.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07a71349-c217-428a-b2f7-99d27ef4f23f ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/348] 199.204.45.235 () {44 vars in 938 bytes} [Sat May 9 22:48:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/349] 199.204.45.235 () {44 vars in 960 bytes} [Sat May 9 22:48:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:48:23.557 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a716affa-fb52-4bf4-af26-f06bdad06c74 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/350] 199.204.45.235 () {44 vars in 1037 bytes} [Sat May 9 22:48:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/351] 199.204.45.235 () {44 vars in 1060 bytes} [Sat May 9 22:48:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:48:24.610 7 INFO neutron.api.v2.resource [None req-38b1cbfa-9dbb-4a02-9480-f860674e80df ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/352] 199.204.45.235 () {44 vars in 972 bytes} [Sat May 9 22:48:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/353] 199.204.45.235 () {44 vars in 994 bytes} [Sat May 9 22:48:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/354] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:25 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/355] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:25 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/356] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:48:25 2026] GET /v2.0/security-group-rules/7a0bc56d-6183-40b4-8241-f2a7aa85f32d => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/357] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:26 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/358] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:26 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/359] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:48:26 2026] GET /v2.0/security-group-rules/d012edf5-04d4-4db8-9648-f512fbef470a => generated 603 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/360] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:27 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/361] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:27 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => 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: 183/362] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:48:27 2026] GET /v2.0/security-group-rules/348c2b76-6979-41d5-b0b2-f007f131573b => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/363] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:28 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => 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: 184/364] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:28 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => 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: 181/365] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:48:28 2026] GET /v2.0/security-group-rules/ed388193-9f28-48df-9e5a-64dee88570a0 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/366] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:29 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/367] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:29 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/368] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:48:29 2026] GET /v2.0/security-group-rules/3bc4ee70-06fb-455a-8419-f75f6ac89568 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/369] 199.204.45.235 () {44 vars in 988 bytes} [Sat May 9 22:48:30 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:48:30.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47163a9e-be99-4949-b4e1-d97106fe2449 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/370] 199.204.45.235 () {44 vars in 1077 bytes} [Sat May 9 22:48:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8d497863-5927-4b4d-b355-9047525c6c47 => 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: 184/371] 199.204.45.235 () {44 vars in 1100 bytes} [Sat May 9 22:48:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/372] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:30 2026] GET /v2.0/security-groups/7d861c1a-84ce-4ce2-ab7b-79f9b4fae590 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:48:37.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfeb6ce0-7a8e-4117-a057-baedca4950a8 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/375] 199.204.45.235 () {44 vars in 979 bytes} [Sat May 9 22:48:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.235 () {44 vars in 1001 bytes} [Sat May 9 22:48:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.235 () {44 vars in 921 bytes} [Sat May 9 22:48:38 2026] GET /v2.0/ports => generated 4725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:48:39.687 7 INFO neutron.api.v2.resource [None req-3f3d1d92-d663-4a7c-9a90-4b6ba3a935e4 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/378] 199.204.45.235 () {44 vars in 960 bytes} [Sat May 9 22:48:39 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: 8|app: 0|req: 188/379] 199.204.45.235 () {44 vars in 982 bytes} [Sat May 9 22:48:39 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:40 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:40 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:48:40 2026] GET /v2.0/security-group-rules/d43ffc2c-17c0-48b9-a81a-5a1224d48fc9 => generated 623 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:41 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 2886 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:48:41 2026] GET /v2.0/security-groups/e1c6fa45-784d-4778-8606-e0e7bbdfc274 => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:48:41 2026] GET /v2.0/security-group-rules/c81494e3-ef1e-4309-a824-9ef559b20c9f => 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: 196/388] 199.204.45.235 () {44 vars in 976 bytes} [Sat May 9 22:48:52 2026] GET /v2.0/quotas/65c0e3cfaf4f491c97425a903e66a3a7 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:49:41.622 8 INFO neutron.api.v2.resource [None req-f15e4b2e-aa8e-4e5f-8238-0f1352d372b0 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/395] 199.204.45.235 () {44 vars in 1075 bytes} [Sat May 9 22:49:41 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f4f8b5c446114691b549bc31242d3343 => generated 139 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.235 () {44 vars in 1098 bytes} [Sat May 9 22:49:41 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f4f8b5c446114691b549bc31242d3343 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:49:42 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:49:42 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:49:42 2026] GET /v2.0/security-group-rules/4d3b2e00-0fff-49f5-bf67-d632ecf31c90 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:49:43 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:49:43 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/402] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:49:43 2026] GET /v2.0/security-group-rules/578fa7d4-522b-4340-9bb7-c54746bbe1e3 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/403] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:49:44 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:49:44 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/405] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:49:44 2026] GET /v2.0/security-group-rules/b3d78298-7752-4ecc-be18-81a90452ef37 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.235 () {44 vars in 1089 bytes} [Sat May 9 22:49:45 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57?project_id=f4f8b5c446114691b549bc31242d3343 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.235 () {44 vars in 1002 bytes} [Sat May 9 22:49:45 2026] GET /v2.0/security-groups/9c0b2b4a-7e35-48c8-b9f4-a98498b62a57 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.235 () {44 vars in 1012 bytes} [Sat May 9 22:49:45 2026] GET /v2.0/security-group-rules/8477f5f8-3640-4517-9515-60b5e368ef0d => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.235 () {44 vars in 976 bytes} [Sat May 9 22:49:52 2026] GET /v2.0/quotas/f4f8b5c446114691b549bc31242d3343 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/418] 199.204.45.235 () {44 vars in 950 bytes} [Sat May 9 22:50:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:51:20 2026] GET /v2.0/networks => generated 2168 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:51:21.880 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] 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: 215/426] 10.0.0.86 () {32 vars in 654 bytes} [Sat May 9 22:51:21 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/427] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:51:21 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: 7|app: 0|req: 216/428] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:51:21 2026] GET /v2.0/ports => generated 4725 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:51:22 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:51:22 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:51:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 10.0.0.86 () {32 vars in 654 bytes} [Sat May 9 22:51:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:32.895 7 INFO oslo.messaging._drivers.impl_rabbit [-] [03ecf2e4-386f-45de-bfa5-5956b37f4172] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 35160. 2026-05-09 22:51:32.957 8 INFO neutron.db.segments_db [None req-02f2c6b4-f7d4-4553-88be-bbc9d8430409 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment bd3a03ab-7860-4a74-ab1c-df1b222273c3 of type vxlan for network a87583c5-9bf7-4e66-8bb9-81d44fba9e0b [pid: 8|app: 0|req: 216/435] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:51:32 2026] POST /v2.0/networks => generated 744 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:33.086 7 INFO neutron.db.segments_db [None req-3dd4fd49-30ca-423b-bca6-0c6e57489c21 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 81e7179d-fce7-43de-94a9-96af68ea27a2 of type vxlan for network 7ef69634-4285-45f1-90c9-1e132b2c875b [pid: 7|app: 0|req: 220/436] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:51:32 2026] POST /v2.0/networks => generated 748 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:33.248 8 INFO neutron.db.segments_db [None req-cf06f6dd-19e1-4399-921c-b6dc75cd28c5 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment ce193e75-fc42-4804-a633-a583c3ba0214 of type vxlan for network ccff030b-9f21-4ec4-b39c-f277a958e4e5 [pid: 8|app: 0|req: 217/437] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:51:33 2026] POST /v2.0/networks => generated 749 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:33 2026] POST /v2.0/subnets => generated 691 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:33 2026] POST /v2.0/subnets => generated 695 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:33.579 8 INFO neutron.db.segments_db [None req-ea1e3b7a-a71e-42d5-b20a-aa472ddb77ae ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 524f00eb-a5bc-4d4e-9af8-9093a1061684 of type vxlan for network 6eeff10b-25b1-487b-99a2-401ea8affac6 [pid: 7|app: 0|req: 222/440] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:33 2026] POST /v2.0/subnets => generated 696 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:33.744 7 INFO neutron.db.segments_db [None req-d735352e-3acc-4394-b4dd-1a704c32d500 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 0a351cce-20db-4218-89fd-643445c02d21 of type vxlan for network 8385d9cc-edc0-4d7b-9d64-34f0441388c4 2026-05-09 22:51:33.823 8 INFO neutron.db.l3_hamode_db [None req-ea1e3b7a-a71e-42d5-b20a-aa472ddb77ae ff2eab42376448b3b4245c6ae19b52a5 da6d3da9e1d34ad39bbcd19abc002110 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:51:33.994 7 INFO neutron.db.l3_hamode_db [None req-d735352e-3acc-4394-b4dd-1a704c32d500 ff2eab42376448b3b4245c6ae19b52a5 07681050ec8e44a4b77dfd61bdd38611 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:51:34.827 8 INFO neutron.db.l3_hamode_db [None req-ea1e3b7a-a71e-42d5-b20a-aa472ddb77ae ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:51:35.295 7 INFO neutron.db.l3_hamode_db [None req-d735352e-3acc-4394-b4dd-1a704c32d500 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 219/441] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:33 2026] POST /v2.0/routers => generated 731 bytes in 2226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:35.804 8 INFO neutron.db.segments_db [None req-3017dd5c-43bc-4b30-819d-269e6e3ed98d ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 18d5a7b7-4472-4e98-a524-486d7ac190ea of type vxlan for network c93060a9-c1fb-4280-84c6-c03467c47a9c 2026-05-09 22:51:36.118 8 INFO neutron.db.l3_hamode_db [None req-3017dd5c-43bc-4b30-819d-269e6e3ed98d ff2eab42376448b3b4245c6ae19b52a5 27351b08ffd7460aa733fc2193cc3ba3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 223/442] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:33 2026] POST /v2.0/routers => generated 735 bytes in 2661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:51:36 2026] GET /v2.0/security-groups?tenant_id=589991a4461a4c029f1a7dee6bc3d085&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:51:36.879 8 INFO neutron.db.l3_hamode_db [None req-3017dd5c-43bc-4b30-819d-269e6e3ed98d ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 220/444] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:35 2026] POST /v2.0/routers => generated 736 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:51:36 2026] PUT /v2.0/routers/8ee3f8a5-34c5-4a8d-87d6-1fd8db93a0d2/add_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/446] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:51:37 2026] DELETE /v2.0/security-groups/27784277-4b76-4045-9009-8085ac27221b => 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: 227/447] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:51:37 2026] PUT /v2.0/routers/1f5ab4dd-d08f-4440-8a05-01f85e1f74b7/add_router_interface => generated 309 bytes in 1251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/448] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:51:37 2026] PUT /v2.0/routers/028819eb-328e-4935-b8ee-83d2af326bda/add_router_interface => generated 309 bytes in 1467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:51:39.354 7 WARNING neutron_lib.context [req-5fa3e242-5c15-4ce6-8af3-56af0267fa48 req-3412e90d-4911-41c4-b0e4-dec5dd80270b b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 228/449] 10.0.0.18 () {38 vars in 970 bytes} [Sat May 9 22:51:39 2026] POST /v2.0/security-groups => generated 1681 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:51:39.638 8 WARNING neutron_lib.context [req-f3f69d8c-8a10-4d4a-8d5d-76c33e570930 req-2d4f080d-7a5c-437e-977e-199eece350c5 ebcd8e6e81b645a68fd25cf8022a8870 27351b08ffd7460aa733fc2193cc3ba3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 222/450] 10.0.0.18 () {38 vars in 970 bytes} [Sat May 9 22:51:39 2026] POST /v2.0/security-groups => generated 1684 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:51:39.826 8 WARNING neutron_lib.context [None req-20eab8fc-6f8e-4add-a95d-256ff8a3c043 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:51:39.925 7 INFO neutron.db.segments_db [None req-95c490a4-bc4a-4416-b340-f22de4f8c882 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 1dd98f3e-e78f-42ea-9908-abee0e877fe9 of type vxlan for network a0b2ab25-5431-40fa-95f6-cfbdd141754d [pid: 8|app: 0|req: 223/451] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:51:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:39 2026] GET /v2.0/security-groups/eece4eb4-787a-4436-8f8a-f8fc36c05bd9 => generated 1684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/453] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:51:39 2026] POST /v2.0/networks => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:40.007 8 WARNING neutron_lib.context [req-2bb73a26-40a1-4233-8db2-b55d7e696e93 req-aa5b5220-b2ac-4fcd-82df-d56c645f4f66 b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:51:40.008 7 WARNING neutron_lib.context [None req-6b566327-76a3-408f-8e3a-6691f86c2e6a 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 230/454] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:40.109 7 WARNING neutron_lib.context [req-4feff51f-65d4-4102-8a3e-da8e1de32cf6 req-625365bf-9e4e-4e6c-8813-7d519c1b02ca ebcd8e6e81b645a68fd25cf8022a8870 27351b08ffd7460aa733fc2193cc3ba3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 225/455] 10.0.0.18 () {38 vars in 970 bytes} [Sat May 9 22:51:39 2026] POST /v2.0/security-groups => generated 1681 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/456] 10.0.0.18 () {38 vars in 980 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:40.216 7 WARNING neutron_lib.context [None req-3d77b4db-c893-4336-99d0-10753342b6d8 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 226/457] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/subnets => generated 690 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:40.306 8 WARNING neutron_lib.context [req-7ea9424d-b9cb-4df1-8508-32452ce33af1 req-9862a214-41d0-48c7-b5b6-e910827f82dd b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/458] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:40.369 7 WARNING neutron_lib.context [req-2a6dcacc-a3c7-406c-b6f4-3ea04b7ca4db req-87bf7ed7-3af9-4569-b703-125dc735b55c ebcd8e6e81b645a68fd25cf8022a8870 27351b08ffd7460aa733fc2193cc3ba3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 227/459] 10.0.0.18 () {38 vars in 970 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/security-groups => generated 1680 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:51:40.475 8 INFO neutron.db.segments_db [None req-67e9ef45-c384-46a0-90fa-9e7be49c8402 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment e58fce6d-d183-41a9-a93f-dfbba8b41a3d of type vxlan for network b709046d-8149-4133-b3ba-0e39b5ef3862 [pid: 7|app: 0|req: 233/460] 10.0.0.18 () {38 vars in 970 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/security-groups => generated 1685 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:51:40.483 7 WARNING neutron_lib.context [None req-4e4e7ff8-e816-4d95-b501-c6f45a6ddd3b 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:51:40.781 8 INFO neutron.db.l3_hamode_db [None req-67e9ef45-c384-46a0-90fa-9e7be49c8402 ff2eab42376448b3b4245c6ae19b52a5 c53900afe2ca48e4aff902c545d439b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/461] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/462] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups?tenant_id=da6d3da9e1d34ad39bbcd19abc002110 => generated 7903 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/463] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/b52f8bb4-edb1-4b74-a0dc-3c0a17fe8d77 => generated 1685 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/464] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/b7dbe583-67ce-4ec6-ad80-475ad31112a1 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:51:41.161 7 WARNING neutron_lib.context [req-2bd32fbd-25fc-4b21-b50c-e127e8b6a943 req-5a42028b-6285-4814-b0e7-a32002f7bfe9 ebcd8e6e81b645a68fd25cf8022a8870 27351b08ffd7460aa733fc2193cc3ba3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 238/465] 10.0.0.18 () {38 vars in 980 bytes} [Sat May 9 22:51:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/466] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/b7dbe583-67ce-4ec6-ad80-475ad31112a1 => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/467] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/b52f8bb4-edb1-4b74-a0dc-3c0a17fe8d77 => generated 2310 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/468] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/998b1e2a-5ab5-4751-aefe-c3b598de9786 => generated 1681 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:51:41.404 7 WARNING neutron_lib.context [req-dbc75266-0bcc-4a17-bddd-91788f4ece79 req-ff6e2846-6e00-4e60-82d1-a896572d6fcb ebcd8e6e81b645a68fd25cf8022a8870 27351b08ffd7460aa733fc2193cc3ba3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 242/469] 10.0.0.18 () {38 vars in 980 bytes} [Sat May 9 22:51:41 2026] POST /v2.0/security-group-rules => generated 619 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/470] 10.0.0.18 () {36 vars in 1012 bytes} [Sat May 9 22:51:41 2026] DELETE /v2.0/security-groups/998b1e2a-5ab5-4751-aefe-c3b598de9786 => 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: 244/471] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/b52f8bb4-edb1-4b74-a0dc-3c0a17fe8d77 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:51:41.688 7 INFO neutron.api.v2.resource [req-c23c8686-eeeb-4f99-b90e-468bdba21fce req-fd54a241-d7a4-422d-921e-2eb9ed7d3752 b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/472] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/998b1e2a-5ab5-4751-aefe-c3b598de9786 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:51:41.707 8 INFO neutron.db.l3_hamode_db [None req-67e9ef45-c384-46a0-90fa-9e7be49c8402 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 246/473] 10.0.0.18 () {34 vars in 1000 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-group-rules/856c7f3d-1eec-4690-a66d-f975dd89e1c4 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/474] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/2ca8a31b-6802-45ab-89a5-60e37af51335 => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/475] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:41 2026] GET /v2.0/security-groups/b52f8bb4-edb1-4b74-a0dc-3c0a17fe8d77 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/476] 10.0.0.18 () {36 vars in 1012 bytes} [Sat May 9 22:51:41 2026] DELETE /v2.0/security-groups/2ca8a31b-6802-45ab-89a5-60e37af51335 => 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: 250/477] 10.0.0.18 () {36 vars in 1022 bytes} [Sat May 9 22:51:41 2026] DELETE /v2.0/security-group-rules/856c7f3d-1eec-4690-a66d-f975dd89e1c4 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:51:42.157 7 INFO neutron.api.v2.resource [req-df040b27-58f3-46e6-83d1-05540b506c61 req-8f559472-9d06-4bab-8014-aefabc99dbc8 b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/478] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:42 2026] GET /v2.0/security-groups/2ca8a31b-6802-45ab-89a5-60e37af51335 => 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: 252/479] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:42 2026] GET /v2.0/security-groups/b52f8bb4-edb1-4b74-a0dc-3c0a17fe8d77 => generated 2310 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/480] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:42 2026] GET /v2.0/security-groups/1b4ba415-fd79-43c1-9a43-9213f296a635 => generated 1680 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/481] 10.0.0.18 () {36 vars in 1012 bytes} [Sat May 9 22:51:42 2026] DELETE /v2.0/security-groups/b52f8bb4-edb1-4b74-a0dc-3c0a17fe8d77 => 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: 255/482] 10.0.0.18 () {36 vars in 1012 bytes} [Sat May 9 22:51:42 2026] DELETE /v2.0/security-groups/1b4ba415-fd79-43c1-9a43-9213f296a635 => 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: 256/483] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:42 2026] GET /v2.0/security-groups/eece4eb4-787a-4436-8f8a-f8fc36c05bd9 => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:51:42.429 7 INFO neutron.api.v2.resource [req-b568d17c-e012-48cd-aae8-a34fd9ac2391 req-5f3185d1-6ffb-4836-b356-6fdf666b7498 b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/484] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:42 2026] GET /v2.0/security-groups/1b4ba415-fd79-43c1-9a43-9213f296a635 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/485] 10.0.0.18 () {36 vars in 1012 bytes} [Sat May 9 22:51:42 2026] DELETE /v2.0/security-groups/eece4eb4-787a-4436-8f8a-f8fc36c05bd9 => 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: 259/486] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:51:42 2026] GET /v2.0/security-groups?tenant_id=da6d3da9e1d34ad39bbcd19abc002110 => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/487] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:40 2026] POST /v2.0/routers => generated 730 bytes in 2159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/488] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:42 2026] GET /v2.0/security-groups/b7dbe583-67ce-4ec6-ad80-475ad31112a1 => generated 2918 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/489] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:51:42 2026] PUT /v2.0/routers/1f5ab4dd-d08f-4440-8a05-01f85e1f74b7/remove_router_interface => generated 309 bytes in 959 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/490] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:43 2026] GET /v2.0/security-groups/b7dbe583-67ce-4ec6-ad80-475ad31112a1 => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/491] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:51:42 2026] PUT /v2.0/routers/435d4001-ff54-4f3c-90af-3d6a7b71399c/add_router_interface => generated 309 bytes in 1281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:51:43.944 8 INFO neutron.api.v2.resource [req-d316bf74-1710-4dba-9ff0-aa494916382f req-283d5c82-6327-4f28-be0c-f4cc620c38d0 b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 231/492] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:43 2026] GET /v2.0/security-groups/1b4ba415-fd79-43c1-9a43-9213f296a635 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:51:43.984 8 INFO neutron.api.v2.resource [req-65ed9949-f52c-48e7-a666-cdc585dd3f5c req-a3367543-5648-45d9-b830-7dcc8fca168b b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 232/493] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:43 2026] GET /v2.0/security-groups/2ca8a31b-6802-45ab-89a5-60e37af51335 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:51:44.006 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-91d00021-e6dc-41db-a800-624d05d887ca ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 570, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 724, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-09 22:51:44.025 8 INFO neutron.api.v2.resource [req-d21d1cd3-3e93-4126-a6f7-208ebe6ccaab req-2e7f9ba6-e6a8-4bbb-991c-301a1ca66a81 b4a468334034478b94c8ddd2bd056ece da6d3da9e1d34ad39bbcd19abc002110 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 233/494] 10.0.0.18 () {34 vars in 990 bytes} [Sat May 9 22:51:44 2026] GET /v2.0/security-groups/998b1e2a-5ab5-4751-aefe-c3b598de9786 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:51:44.388 7 INFO neutron.db.l3_hamode_db [None req-91d00021-e6dc-41db-a800-624d05d887ca ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network c93060a9-c1fb-4280-84c6-c03467c47a9c was deleted as no HA routers are present in tenant 27351b08ffd7460aa733fc2193cc3ba3. [pid: 7|app: 0|req: 262/495] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:51:43 2026] DELETE /v2.0/routers/1f5ab4dd-d08f-4440-8a05-01f85e1f74b7 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/496] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:51:44 2026] DELETE /v2.0/subnets/fe673a96-549e-4b9f-93fe-b30cd6d79397 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:51:44.582 7 WARNING neutron_lib.context [None req-353e5af7-702f-4dbc-a149-5847d7a6c5a6 c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 264/497] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:51:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:51:44.827 7 INFO neutron.services.segments.plugin [-] Segment 18d5a7b7-4472-4e98-a524-486d7ac190ea resource provider aggregate not found 2026-05-09 22:51:44.831 7 INFO neutron.services.segments.plugin [-] Segment 18d5a7b7-4472-4e98-a524-486d7ac190ea resource provider aggregate not found 2026-05-09 22:51:44.846 7 INFO neutron.services.segments.plugin [-] Segment 18d5a7b7-4472-4e98-a524-486d7ac190ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d5a7b7-4472-4e98-a524-486d7ac190ea found for delete ", "request_id": "req-a6f06327-f2a5-4ff2-8f7c-0e66b9c43e0e"}]} 2026-05-09 22:51:44.849 7 INFO neutron.services.segments.plugin [-] Segment 18d5a7b7-4472-4e98-a524-486d7ac190ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18d5a7b7-4472-4e98-a524-486d7ac190ea found for delete ", "request_id": "req-4e20e9e9-e155-48d4-87f3-cbc9426d9195"}]} [pid: 7|app: 0|req: 265/498] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:51:44 2026] DELETE /v2.0/networks/ccff030b-9f21-4ec4-b39c-f277a958e4e5 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:51:44.976 7 WARNING neutron_lib.context [None req-cc94f166-8b3e-4e04-b71a-fe08994a396c c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/499] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:45.081 7 WARNING neutron_lib.context [None req-3d5cb219-f218-4072-bf28-41e619bd43be c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/500] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:51:44 2026] PUT /v2.0/routers/8ee3f8a5-34c5-4a8d-87d6-1fd8db93a0d2/remove_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/501] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:51:45 2026] GET /v2.0/security-groups?tenant_id=27351b08ffd7460aa733fc2193cc3ba3&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/502] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/503] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:51:45 2026] DELETE /v2.0/security-groups/f260b000-359f-40ee-849d-b9d827d23442 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:51:45.259 7 WARNING neutron_lib.context [None req-ab4d8a75-9a4e-4f37-8fe5-3fdf263b8086 c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:51:45.596 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c1c64818-73bc-4dae-8e18-248dbac92e77 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - 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: 269/504] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:51:45 2026] POST /v2.0/floatingips => generated 552 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/505] 10.0.0.18 () {34 vars in 1099 bytes} [Sat May 9 22:51:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1383264604&fields=id&tenant_id=07681050ec8e44a4b77dfd61bdd38611 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:45.899 8 INFO neutron.db.l3_hamode_db [None req-c1c64818-73bc-4dae-8e18-248dbac92e77 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network 6eeff10b-25b1-487b-99a2-401ea8affac6 was deleted as no HA routers are present in tenant da6d3da9e1d34ad39bbcd19abc002110. [pid: 8|app: 0|req: 236/506] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:51:45 2026] DELETE /v2.0/routers/8ee3f8a5-34c5-4a8d-87d6-1fd8db93a0d2 => generated 0 bytes in 777 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/507] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:51:45 2026] GET /v2.0/networks?id=7ef69634-4285-45f1-90c9-1e132b2c875b => generated 680 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/508] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:51:45 2026] GET /v2.0/quotas/07681050ec8e44a4b77dfd61bdd38611 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/509] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:51:45 2026] GET /v2.0/ports?tenant_id=07681050ec8e44a4b77dfd61bdd38611&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/510] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:51:45 2026] DELETE /v2.0/subnets/14e62f9d-4cb4-49d9-a93b-97f7a689791f => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/511] 10.0.0.18 () {34 vars in 1097 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--676898180&fields=id&tenant_id=c53900afe2ca48e4aff902c545d439b7 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/512] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/networks?id=a0b2ab25-5431-40fa-95f6-cfbdd141754d => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/513] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/quotas/c53900afe2ca48e4aff902c545d439b7 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/514] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:51:46 2026] DELETE /v2.0/networks/a87583c5-9bf7-4e66-8bb9-81d44fba9e0b => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:51:46.452 8 INFO neutron.services.segments.plugin [-] Segment 524f00eb-a5bc-4d4e-9af8-9093a1061684 resource provider aggregate not found 2026-05-09 22:51:46.469 8 INFO neutron.services.segments.plugin [-] Segment 524f00eb-a5bc-4d4e-9af8-9093a1061684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 524f00eb-a5bc-4d4e-9af8-9093a1061684 found for delete ", "request_id": "req-4e252467-e1c6-4a53-901f-0684c453657c"}]} [pid: 8|app: 0|req: 241/515] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/ports?tenant_id=c53900afe2ca48e4aff902c545d439b7&fields=id => generated 103 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/516] 10.0.0.18 () {34 vars in 906 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/extensions => generated 20516 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-09 22:51:46.563 8 INFO neutron.services.segments.plugin [-] Segment 524f00eb-a5bc-4d4e-9af8-9093a1061684 resource provider aggregate not found 2026-05-09 22:51:46.584 8 INFO neutron.services.segments.plugin [-] Segment 524f00eb-a5bc-4d4e-9af8-9093a1061684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 524f00eb-a5bc-4d4e-9af8-9093a1061684 found for delete ", "request_id": "req-e6f0217a-8e03-4a4a-9c8b-125c046c7a92"}]} [pid: 7|app: 0|req: 276/517] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/518] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/security-groups?tenant_id=da6d3da9e1d34ad39bbcd19abc002110&name=default => generated 2921 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/519] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/522] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:51:46 2026] DELETE /v2.0/security-groups/b7dbe583-67ce-4ec6-ad80-475ad31112a1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:51:46.911 7 INFO neutron.services.segments.plugin [-] Segment ce193e75-fc42-4804-a633-a583c3ba0214 resource provider aggregate not found 2026-05-09 22:51:46.920 7 INFO neutron.services.segments.plugin [-] Segment ce193e75-fc42-4804-a633-a583c3ba0214 resource provider aggregate not found 2026-05-09 22:51:46.932 7 INFO neutron.services.segments.plugin [-] Segment ce193e75-fc42-4804-a633-a583c3ba0214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce193e75-fc42-4804-a633-a583c3ba0214 found for delete ", "request_id": "req-38c94b1d-f2f1-4519-9a48-55d2939e94d9"}]} 2026-05-09 22:51:46.936 7 INFO neutron.services.segments.plugin [-] Segment ce193e75-fc42-4804-a633-a583c3ba0214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce193e75-fc42-4804-a633-a583c3ba0214 found for delete ", "request_id": "req-07232790-242f-4e7e-84cd-376d1b240016"}]} 2026-05-09 22:51:46.943 7 INFO neutron.services.segments.plugin [-] Segment bd3a03ab-7860-4a74-ab1c-df1b222273c3 resource provider aggregate not found 2026-05-09 22:51:46.952 7 INFO neutron.services.segments.plugin [-] Segment bd3a03ab-7860-4a74-ab1c-df1b222273c3 resource provider aggregate not found 2026-05-09 22:51:46.957 7 INFO neutron.services.segments.plugin [-] Segment bd3a03ab-7860-4a74-ab1c-df1b222273c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3a03ab-7860-4a74-ab1c-df1b222273c3 found for delete ", "request_id": "req-93fd1d7f-6e7a-4556-b88d-af7cf29bd793"}]} 2026-05-09 22:51:46.966 7 INFO neutron.services.segments.plugin [-] Segment bd3a03ab-7860-4a74-ab1c-df1b222273c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3a03ab-7860-4a74-ab1c-df1b222273c3 found for delete ", "request_id": "req-b0b75584-b908-4262-80e8-cf8e1eef618d"}]} [pid: 7|app: 0|req: 280/523] 10.0.0.18 () {34 vars in 906 bytes} [Sat May 9 22:51:46 2026] GET /v2.0/extensions => generated 20516 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/524] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:47 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/525] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:51:47 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?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: 245/526] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:51:47 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:47.400 7 INFO neutron.db.segments_db [None req-67b6b20e-a169-4202-a70a-ac130fe1f94f ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 254857a7-76dd-45c3-854f-d26e112d3bd0 of type vxlan for network a88a99c7-c421-4d80-ae80-b56b9e142cc3 [pid: 8|app: 0|req: 246/527] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:47 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => 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: 282/528] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:51:47 2026] POST /v2.0/networks => generated 750 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/529] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:47 2026] POST /v2.0/subnets => generated 698 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:47.789 7 INFO neutron.db.segments_db [None req-e0b8db14-900d-4bd4-855e-48a770dcc6af ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 76abefc7-8caf-4f05-a2bf-c9ff0331a492 of type vxlan for network 2d2912c4-4d48-46de-b719-4445091e9d77 2026-05-09 22:51:48.009 7 INFO neutron.db.l3_hamode_db [None req-e0b8db14-900d-4bd4-855e-48a770dcc6af ff2eab42376448b3b4245c6ae19b52a5 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/530] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:48 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:48.754 7 INFO neutron.db.l3_hamode_db [None req-e0b8db14-900d-4bd4-855e-48a770dcc6af ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:51:48.789 8 INFO neutron.db.segments_db [None req-bd0bc4df-34b6-400b-90a6-435496d258a3 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 9a8848ae-8651-4c8e-9c26-a1a827b0d28c of type vxlan for network b3fd4075-ae16-4a74-b6b1-2127a48c9942 [pid: 8|app: 0|req: 249/531] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:51:48 2026] POST /v2.0/networks => generated 744 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/532] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:48 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => 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: 251/533] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:48 2026] POST /v2.0/subnets => generated 691 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:49.192 8 INFO neutron.db.segments_db [None req-cebe2fe9-b5a7-4776-a982-6ceb26344860 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment a8621799-4292-4865-86ba-04535525fc87 of type vxlan for network e50b7c49-ebde-4462-a9e0-37d5570f3475 2026-05-09 22:51:49.534 8 INFO neutron.db.l3_hamode_db [None req-cebe2fe9-b5a7-4776-a982-6ceb26344860 ff2eab42376448b3b4245c6ae19b52a5 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 283/534] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:47 2026] POST /v2.0/routers => generated 738 bytes in 2160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/535] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:49 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:50.313 8 INFO neutron.db.l3_hamode_db [None req-cebe2fe9-b5a7-4776-a982-6ceb26344860 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 285/536] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:51:49 2026] PUT /v2.0/routers/16a82696-6676-4225-bfa6-bf558c42c2a5/add_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/537] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:51 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => 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: 287/538] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:51 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 252/539] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:51:49 2026] POST /v2.0/routers => generated 731 bytes in 2193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:51.756 8 WARNING neutron_lib.context [None req-99b62c5a-e133-4368-9827-1a2f20c839e9 ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 253/540] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:51:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/541] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:51:51 2026] GET /v2.0/networks?id=7ef69634-4285-45f1-90c9-1e132b2c875b => generated 680 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:51:51.957 8 WARNING neutron_lib.context [None req-22006314-a2d7-4de8-b6fd-2c309354e84e ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 255/542] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/543] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:51:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=07681050ec8e44a4b77dfd61bdd38611 => generated 181 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:51:52.158 8 WARNING neutron_lib.context [None req-dc82be64-cf3f-400e-ae6c-4973847268f2 ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 257/544] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:52.276 8 WARNING neutron_lib.context [req-e42fe3c1-e1cc-45cb-836b-9655988091bd req-7d981203-2bdb-4888-8842-2c16820da7f9 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 288/545] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:51:51 2026] PUT /v2.0/routers/7bccdc86-372d-496f-b452-5268b1f05602/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:51:52.575 7 WARNING neutron_lib.context [None req-5412b923-a0e9-4b0e-be9b-999196a70a25 ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 258/546] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:51:52 2026] POST /v2.0/ports => generated 958 bytes in 627 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: 259/547] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:52 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => 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: 260/548] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:52 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 961 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/549] 199.204.45.235 () {34 vars in 911 bytes} [Sat May 9 22:51:53 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) [pid: 8|app: 0|req: 262/550] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:53 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 289/551] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:51:52 2026] POST /v2.0/floatingips => generated 552 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:53.132 8 WARNING neutron_lib.context [None req-b25520e7-8c36-408e-b253-2106be3015b7 f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 263/552] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:51:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:51:53.242 7 WARNING neutron_lib.context [None req-4c4aa3cf-4227-4a78-86c0-c7e93112aea9 f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 290/553] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:51:53.363 8 WARNING neutron_lib.context [None req-8d9a5f4a-18df-4496-b94d-00bc4311e44b f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 264/554] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:51:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/555] 10.0.0.18 () {34 vars in 1099 bytes} [Sat May 9 22:51:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1145755350&fields=id&tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:53.526 8 WARNING neutron_lib.context [None req-8eba0265-3a30-426d-a4ac-d14fa939a17d f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 291/556] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:51:53 2026] PUT /v2.0/ports/f500eda4-d527-4ac5-9eb3-f7215bddb6fb => generated 1239 bytes in 469 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: 292/557] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:51:53 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/558] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:51:53 2026] GET /v2.0/networks?id=a0b2ab25-5431-40fa-95f6-cfbdd141754d => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/559] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:51:53 2026] GET /v2.0/quotas/2df999bf997d42c3bdd8f8f5e628e1b1 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/560] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:51:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c53900afe2ca48e4aff902c545d439b7 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/561] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:51:53 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/562] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:54.089 7 WARNING neutron_lib.context [req-d41fa655-337d-4661-b3ef-cfe4238a0645 req-c1b4fccc-6b96-440c-9a70-0acb45536e3c c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 266/563] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:51:53 2026] POST /v2.0/floatingips => generated 552 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/564] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 268/565] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/566] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 270/567] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/568] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/569] 10.0.0.18 () {34 vars in 1097 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--966099666&fields=id&tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:54.577 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70573249-3894-4d2c-aa0d-b91bd718bebd'] response: {'name': 'network-changed', 'server_uuid': '758c9622-1cd1-4323-996e-492edcaabfbc', 'tag': 'f500eda4-d527-4ac5-9eb3-f7215bddb6fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 273/570] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/networks?id=b3fd4075-ae16-4a74-b6b1-2127a48c9942 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/571] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/quotas/8c57a7ffcf3b4c7cb35ca5175f5adcd4 => 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: 275/572] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/ports?tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/573] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:51:54 2026] POST /v2.0/ports => generated 954 bytes in 636 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: 299/574] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?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: 300/575] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/576] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/ports?tenant_id=07681050ec8e44a4b77dfd61bdd38611&device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 1242 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/577] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f500eda4-d527-4ac5-9eb3-f7215bddb6fb => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/578] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/579] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/subnets?id=63241537-beeb-49ad-b10d-b366e8ec0092 => generated 698 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/580] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:51:54 2026] PUT /v2.0/ports/bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a => generated 1235 bytes in 418 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: 305/581] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/ports?network_id=7ef69634-4285-45f1-90c9-1e132b2c875b&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/582] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?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: 277/583] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/584] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/585] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&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: 308/586] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 279/587] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 309/588] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:55 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:51:56.116 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: Server unexpectedly closed connection. Trying again in 1 seconds.: OSError: Server unexpectedly closed connection [pid: 8|app: 0|req: 280/589] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/590] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?tenant_id=c53900afe2ca48e4aff902c545d439b7&device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/591] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/592] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/subnets?id=00b60aa2-6db6-45d9-938e-f7c7e724d432 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:51:56.297 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f83f877-1e54-4a21-80be-e235f2b5abcb'] response: {'name': 'network-changed', 'server_uuid': 'e2cb6ac9-9587-411b-83f4-5a4280e64b42', 'tag': 'bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 312/593] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?tenant_id=07681050ec8e44a4b77dfd61bdd38611&device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 1242 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/594] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?network_id=a0b2ab25-5431-40fa-95f6-cfbdd141754d&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: 313/595] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/networks?id=7ef69634-4285-45f1-90c9-1e132b2c875b => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/596] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/597] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f500eda4-d527-4ac5-9eb3-f7215bddb6fb => 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: 285/598] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?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: 314/599] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/600] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/subnets?id=63241537-beeb-49ad-b10d-b366e8ec0092 => generated 698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/601] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/602] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?network_id=7ef69634-4285-45f1-90c9-1e132b2c875b&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: 316/603] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 317/604] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 318/605] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => 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: 288/606] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/607] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:51:56 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?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: 289/608] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/609] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/ports?tenant_id=c53900afe2ca48e4aff902c545d439b7&device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:51:57.576 8 INFO oslo.messaging._drivers.impl_rabbit [-] [259c1ad5-190f-4fbc-b6ec-c2629b87aebe] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 51694. [pid: 8|app: 0|req: 290/610] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/networks?id=a0b2ab25-5431-40fa-95f6-cfbdd141754d => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/611] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/612] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a => 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: 292/613] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/subnets?id=00b60aa2-6db6-45d9-938e-f7c7e724d432 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/614] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/615] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/ports?network_id=a0b2ab25-5431-40fa-95f6-cfbdd141754d&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: 293/616] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 324/617] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 294/618] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?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: 325/619] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/620] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:51:57 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?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: 326/621] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:58 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 296/622] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:58 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/623] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:58 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&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: 328/624] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:58 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => 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: 297/625] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:58 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/626] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:58 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/627] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:51:59 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 683 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/628] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:59 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 330/629] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:51:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:51:59.425 8 WARNING neutron_lib.context [req-53aeb036-70b4-4f60-80de-424b27717e48 req-236d6737-bd5d-40da-afc9-87b03a19c2ec ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 300/630] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:51:59 2026] POST /v2.0/ports => generated 954 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 301/631] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:59 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/632] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:51:59 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/633] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:51:59 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/634] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:00 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/635] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:00 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/636] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:00 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 331/637] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:51:59 2026] PUT /v2.0/ports/401992c1-df97-4584-83e4-02bf62780672 => generated 1235 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/638] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:00 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 12 bytes in 26 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: 332/639] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/640] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:01.202 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-093cb394-bca3-4769-837d-41a26b9ac553'] response: {'name': 'network-changed', 'server_uuid': 'b1611f8f-f35e-405f-b616-3e7e3abf4360', 'tag': '401992c1-df97-4584-83e4-02bf62780672', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 309/641] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/642] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/643] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 334/644] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=401992c1-df97-4584-83e4-02bf62780672 => 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: 311/645] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 335/646] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/647] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/subnets?id=c10dd067-3846-4d09-a29d-996da2168bf1 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/648] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/ports?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/649] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 337/650] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 314/651] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/networks?id=b3fd4075-ae16-4a74-b6b1-2127a48c9942 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/652] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 315/653] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:52:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:01.649 7 WARNING neutron_lib.context [req-c7823b4e-0dfb-4721-aeb0-f8e18aa13904 req-3dd11205-585d-4ad0-b962-af55d815dbab f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 339/656] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:52:01 2026] POST /v2.0/ports => generated 958 bytes in 375 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: 340/657] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => 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: 341/658] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/659] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/660] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 318/661] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:52:02 2026] PUT /v2.0/ports/7628849e-5770-45d7-b271-e2b3795b57ec => generated 1239 bytes in 551 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: 319/662] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:52:02.685 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7649fd79-4c8f-47b1-a181-74ac02f66c88'] response: {'name': 'network-changed', 'server_uuid': '83581cf3-e289-48aa-ada1-d872c0f5b799', 'tag': '7628849e-5770-45d7-b271-e2b3795b57ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 344/663] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 973 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/664] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 320/665] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 778 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/666] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=401992c1-df97-4584-83e4-02bf62780672 => 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: 346/667] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/668] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/subnets?id=c10dd067-3846-4d09-a29d-996da2168bf1 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/669] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/670] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/ports?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/671] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/672] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:02 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 349/673] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/ports?tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4&device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/674] 199.204.45.235 () {34 vars in 1018 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/networks?tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4&shared=False => generated 772 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/675] 199.204.45.235 () {34 vars in 930 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/676] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/677] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/678] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&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: 352/679] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 328/680] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 353/681] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/682] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/683] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:03 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&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: 330/684] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/ports?tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4&device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 355/685] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7628849e-5770-45d7-b271-e2b3795b57ec => 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: 331/686] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/subnets?id=9bac988f-e978-4d63-9196-2d951dd71010 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/687] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/ports?network_id=b3fd4075-ae16-4a74-b6b1-2127a48c9942&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/688] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/689] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?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: 333/690] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/691] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/692] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/693] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/694] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:04 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/695] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:05 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/696] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:05 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 8|app: 0|req: 337/697] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:05 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/698] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:05 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/699] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:05 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/700] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:05 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/701] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:06 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 363/702] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:06 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/703] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:06 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 364/704] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:06 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/705] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:06 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&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: 365/706] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/707] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&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: 366/708] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/709] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 367/710] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/711] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/712] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 7|app: 0|req: 370/713] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 371/714] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:07 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:07.827 8 INFO neutron.db.l3_db [None req-0cc29779-724d-49e6-ade3-d623110e2855 c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] Floating IP 965e7d9a-741b-48ed-83f8-f11b2e31add6 associated. External IP: 10.96.250.211, port: bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a. [pid: 8|app: 0|req: 344/715] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:52:07 2026] PUT /v2.0/floatingips/965e7d9a-741b-48ed-83f8-f11b2e31add6 => generated 855 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/716] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/717] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&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: 7|app: 0|req: 373/718] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:08.414 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e28f8340-8b49-46f2-8ff2-be6abc6c41f7'] response: {'name': 'network-changed', 'server_uuid': 'e2cb6ac9-9587-411b-83f4-5a4280e64b42', 'tag': 'bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 346/719] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 374/720] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 347/721] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 348/722] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/723] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/724] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&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: 377/725] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/726] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&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: 7|app: 0|req: 379/727] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:08 2026] GET /v2.0/ports?tenant_id=c53900afe2ca48e4aff902c545d439b7&device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/728] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/networks?id=a0b2ab25-5431-40fa-95f6-cfbdd141754d => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:09.141 8 INFO neutron.db.l3_db [None req-b7eaca28-e04e-4d29-a6ba-22684e8594d6 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] Floating IP 7ab8065b-3dfc-491d-ac11-f606e7d34e60 associated. External IP: 10.96.250.210, port: f500eda4-d527-4ac5-9eb3-f7215bddb6fb. [pid: 7|app: 0|req: 381/729] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a => generated 858 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/730] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/subnets?id=00b60aa2-6db6-45d9-938e-f7c7e724d432 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/731] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/ports?network_id=a0b2ab25-5431-40fa-95f6-cfbdd141754d&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/732] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/733] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d?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: 349/734] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:52:08 2026] PUT /v2.0/floatingips/7ab8065b-3dfc-491d-ac11-f606e7d34e60 => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/735] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => 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: 350/736] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/737] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 351/738] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 388/739] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/740] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/741] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 391/742] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:09 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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: 392/743] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:10 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/744] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:10 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:10.160 8 INFO neutron.db.l3_db [None req-0287a56a-c63c-4409-96ad-db45fdaa4df4 ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Floating IP 32d9dc8a-0d52-4e62-9899-925f3a726e6b associated. External IP: 10.96.250.206, port: 401992c1-df97-4584-83e4-02bf62780672. [pid: 7|app: 0|req: 394/745] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:10 2026] GET /v2.0/security-groups?id=963db7b3-487d-4e29-a8a8-063d3ac9e755&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: 352/746] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:52:09 2026] PUT /v2.0/floatingips/32d9dc8a-0d52-4e62-9899-925f3a726e6b => generated 855 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/747] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:10 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:10.591 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cad8afc-e806-48da-b0c3-e9a42e896f08'] response: {'name': 'network-changed', 'server_uuid': '758c9622-1cd1-4323-996e-492edcaabfbc', 'tag': 'f500eda4-d527-4ac5-9eb3-f7215bddb6fb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 353/748] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:10 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 396/749] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:52:10 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/750] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:11.131 8 INFO neutron.db.l3_db [req-6e110d35-8928-4180-964a-bcf704458a33 req-289df256-52b3-4a8d-bee7-2b2c9fb9ce65 c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] Floating IP 965e7d9a-741b-48ed-83f8-f11b2e31add6 disassociated. External IP: 10.96.250.211, port: bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a. [pid: 7|app: 0|req: 398/751] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/ports?tenant_id=07681050ec8e44a4b77dfd61bdd38611&device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/752] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/753] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 401/754] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/networks?id=7ef69634-4285-45f1-90c9-1e132b2c875b => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/755] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/756] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => 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: 404/757] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f500eda4-d527-4ac5-9eb3-f7215bddb6fb => generated 859 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/758] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 406/759] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/subnets?id=63241537-beeb-49ad-b10d-b366e8ec0092 => generated 698 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/760] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:52:10 2026] DELETE /v2.0/ports/bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a => generated 0 bytes in 888 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/761] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/ports?network_id=7ef69634-4285-45f1-90c9-1e132b2c875b&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/762] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?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: 357/763] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/764] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:52:11 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:12.074 7 INFO neutron.db.l3_db [None req-ac30efc0-2103-4025-b8cd-890042941e71 f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Floating IP 31f7c133-d962-4479-a2ed-472a287d9d24 associated. External IP: 10.96.250.201, port: 7628849e-5770-45d7-b271-e2b3795b57ec. [pid: 7|app: 0|req: 407/765] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:52:11 2026] PUT /v2.0/floatingips/31f7c133-d962-4479-a2ed-472a287d9d24 => generated 856 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/766] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:12 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:12.433 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a148dc1-360a-4569-8e47-ec89b20ea82c'] response: {'name': 'network-changed', 'server_uuid': '83581cf3-e289-48aa-ada1-d872c0f5b799', 'tag': '7628849e-5770-45d7-b271-e2b3795b57ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 409/767] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:12 2026] GET /v2.0/security-groups?id=81adfd86-9bfc-4a35-b026-27a0b4393c82&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-05-09 22:52:12.476 8 INFO neutron.db.l3_db [req-4da4f8ee-2bda-4924-ae74-63edd196a4a5 req-980118d9-a306-477a-8588-a1bdd7e0a822 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] Floating IP 7ab8065b-3dfc-491d-ac11-f606e7d34e60 disassociated. External IP: 10.96.250.210, port: f500eda4-d527-4ac5-9eb3-f7215bddb6fb. [pid: 7|app: 0|req: 410/768] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:12 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:52:12.632 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d2bd95a-60a6-4ae6-b8e8-ec992de53529'] response: {'name': 'network-changed', 'server_uuid': 'b1611f8f-f35e-405f-b616-3e7e3abf4360', 'tag': '401992c1-df97-4584-83e4-02bf62780672', 'status': 'completed', 'code': 200} 2026-05-09 22:52:12.632 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d2bd95a-60a6-4ae6-b8e8-ec992de53529'] response: {'server_uuid': 'e2cb6ac9-9587-411b-83f4-5a4280e64b42', 'name': 'network-vif-deleted', 'tag': 'bcc2ac38-5d97-4f6f-92a7-889c5e79bf9a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 359/769] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:52:11 2026] DELETE /v2.0/ports/f500eda4-d527-4ac5-9eb3-f7215bddb6fb => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/770] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:12 2026] GET /v2.0/ports?tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4&device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 360/771] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:12 2026] GET /v2.0/networks?id=b3fd4075-ae16-4a74-b6b1-2127a48c9942 => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/772] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7628849e-5770-45d7-b271-e2b3795b57ec => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/773] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/subnets?id=9bac988f-e978-4d63-9196-2d951dd71010 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/774] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/ports?network_id=b3fd4075-ae16-4a74-b6b1-2127a48c9942&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/775] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/776] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?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: 363/777] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 778 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/778] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?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: 364/779] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=401992c1-df97-4584-83e4-02bf62780672 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/780] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/subnets?id=c10dd067-3846-4d09-a29d-996da2168bf1 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/781] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/ports?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/782] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 366/783] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 418/784] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 367/785] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:13 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => 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: 419/786] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:14 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => 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: 368/787] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:14 2026] GET /v2.0/ports?device_id=e2cb6ac9-9587-411b-83f4-5a4280e64b42 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:52:15.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a1ef03a-4f2e-4973-bf39-449ec813660b'] response: {'server_uuid': '758c9622-1cd1-4323-996e-492edcaabfbc', 'name': 'network-vif-deleted', 'tag': 'f500eda4-d527-4ac5-9eb3-f7215bddb6fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 420/788] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:15 2026] GET /v2.0/ports?device_id=758c9622-1cd1-4323-996e-492edcaabfbc => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/789] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:15 2026] DELETE /v2.0/security-groups/963db7b3-487d-4e29-a8a8-063d3ac9e755 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:15.861 7 INFO neutron.api.v2.resource [None req-93f2e359-d6cf-4bc1-9958-7257b58f735b c7018c59da7c42e4be837a1eda3d0e30 c53900afe2ca48e4aff902c545d439b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 421/790] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:52:15 2026] GET /v2.0/security-groups/963db7b3-487d-4e29-a8a8-063d3ac9e755 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/791] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:52:15 2026] DELETE /v2.0/floatingips/965e7d9a-741b-48ed-83f8-f11b2e31add6 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/794] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:16 2026] DELETE /v2.0/security-groups/81adfd86-9bfc-4a35-b026-27a0b4393c82 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:16.946 8 INFO neutron.api.v2.resource [None req-5be08cbb-a376-4dea-8f9b-70e129590562 276e49dc5ebb49b985e173175a774f1d 07681050ec8e44a4b77dfd61bdd38611 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 374/795] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:52:16 2026] GET /v2.0/security-groups/81adfd86-9bfc-4a35-b026-27a0b4393c82 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/796] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:52:16 2026] PUT /v2.0/routers/435d4001-ff54-4f3c-90af-3d6a7b71399c/remove_router_interface => generated 309 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/797] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:52:16 2026] DELETE /v2.0/floatingips/7ab8065b-3dfc-491d-ac11-f606e7d34e60 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:17.888 7 INFO neutron.services.segments.plugin [-] Segment e58fce6d-d183-41a9-a93f-dfbba8b41a3d resource provider aggregate not found 2026-05-09 22:52:17.892 7 INFO neutron.services.segments.plugin [-] Segment e58fce6d-d183-41a9-a93f-dfbba8b41a3d resource provider aggregate not found 2026-05-09 22:52:17.900 7 INFO neutron.services.segments.plugin [-] Segment e58fce6d-d183-41a9-a93f-dfbba8b41a3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e58fce6d-d183-41a9-a93f-dfbba8b41a3d found for delete ", "request_id": "req-7c905fc7-d0c5-4761-b241-53a7a85bca0f"}]} 2026-05-09 22:52:17.901 7 INFO neutron.db.l3_hamode_db [None req-1aaf643e-5f5b-4eda-9092-4c50fca3274c ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network b709046d-8149-4133-b3ba-0e39b5ef3862 was deleted as no HA routers are present in tenant c53900afe2ca48e4aff902c545d439b7. [pid: 7|app: 0|req: 423/798] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:17 2026] DELETE /v2.0/routers/435d4001-ff54-4f3c-90af-3d6a7b71399c => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:17.913 7 INFO neutron.services.segments.plugin [-] Segment e58fce6d-d183-41a9-a93f-dfbba8b41a3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e58fce6d-d183-41a9-a93f-dfbba8b41a3d found for delete ", "request_id": "req-deb9fad2-62cf-4ab2-a9fe-1c205dc37a2d"}]} [pid: 7|app: 0|req: 424/799] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:17 2026] DELETE /v2.0/subnets/00b60aa2-6db6-45d9-938e-f7c7e724d432 => 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: 376/800] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:52:17 2026] PUT /v2.0/routers/028819eb-328e-4935-b8ee-83d2af326bda/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/801] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:52:18 2026] DELETE /v2.0/networks/a0b2ab25-5431-40fa-95f6-cfbdd141754d => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/802] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:18 2026] GET /v2.0/security-groups?tenant_id=c53900afe2ca48e4aff902c545d439b7&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/803] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:18 2026] DELETE /v2.0/security-groups/c135562b-c305-4a26-8081-cae01c9fb08d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:18.998 8 INFO neutron.services.segments.plugin [-] Segment 0a351cce-20db-4218-89fd-643445c02d21 resource provider aggregate not found 2026-05-09 22:52:19.004 8 INFO neutron.services.segments.plugin [-] Segment 0a351cce-20db-4218-89fd-643445c02d21 resource provider aggregate not found 2026-05-09 22:52:19.009 8 INFO neutron.db.l3_hamode_db [None req-e382cb3f-c617-43f7-82ce-6181d23cff65 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network 8385d9cc-edc0-4d7b-9d64-34f0441388c4 was deleted as no HA routers are present in tenant 07681050ec8e44a4b77dfd61bdd38611. 2026-05-09 22:52:19.011 8 INFO neutron.services.segments.plugin [-] Segment 0a351cce-20db-4218-89fd-643445c02d21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a351cce-20db-4218-89fd-643445c02d21 found for delete ", "request_id": "req-e81cb4ed-7764-477d-a340-2cce6c55a7a7"}]} [pid: 8|app: 0|req: 377/804] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:18 2026] DELETE /v2.0/routers/028819eb-328e-4935-b8ee-83d2af326bda => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/805] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:19 2026] DELETE /v2.0/subnets/63241537-beeb-49ad-b10d-b366e8ec0092 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:52:19.139 8 INFO neutron.services.segments.plugin [-] Segment 0a351cce-20db-4218-89fd-643445c02d21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a351cce-20db-4218-89fd-643445c02d21 found for delete ", "request_id": "req-9c5345c3-3b25-43e7-8ead-261a7163c6b5"}]} [pid: 7|app: 0|req: 429/806] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:52:19 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1240 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/807] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:52:19 2026] DELETE /v2.0/networks/7ef69634-4285-45f1-90c9-1e132b2c875b => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/808] 10.0.0.21 () {34 vars in 1039 bytes} [Sat May 9 22:52:19 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 379/809] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:19 2026] GET /v2.0/security-groups?tenant_id=07681050ec8e44a4b77dfd61bdd38611&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/810] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:19 2026] DELETE /v2.0/security-groups/806781bb-529e-48ce-810f-f6607eedede0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:21.257 8 INFO neutron.services.segments.plugin [-] Segment 81e7179d-fce7-43de-94a9-96af68ea27a2 resource provider aggregate not found 2026-05-09 22:52:21.262 8 INFO neutron.services.segments.plugin [-] Segment 81e7179d-fce7-43de-94a9-96af68ea27a2 resource provider aggregate not found 2026-05-09 22:52:21.277 8 INFO neutron.services.segments.plugin [-] Segment 81e7179d-fce7-43de-94a9-96af68ea27a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81e7179d-fce7-43de-94a9-96af68ea27a2 found for delete ", "request_id": "req-897ab531-be6d-424a-ba88-f75b6023c4a5"}]} 2026-05-09 22:52:21.279 8 INFO neutron.services.segments.plugin [-] Segment 81e7179d-fce7-43de-94a9-96af68ea27a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81e7179d-fce7-43de-94a9-96af68ea27a2 found for delete ", "request_id": "req-bfd595a5-7db4-4824-bad4-576ed3f27217"}]} 2026-05-09 22:52:21.444 7 INFO neutron.services.segments.plugin [-] Segment 1dd98f3e-e78f-42ea-9908-abee0e877fe9 resource provider aggregate not found 2026-05-09 22:52:21.450 7 INFO neutron.services.segments.plugin [-] Segment 1dd98f3e-e78f-42ea-9908-abee0e877fe9 resource provider aggregate not found 2026-05-09 22:52:21.465 7 INFO neutron.services.segments.plugin [-] Segment 1dd98f3e-e78f-42ea-9908-abee0e877fe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dd98f3e-e78f-42ea-9908-abee0e877fe9 found for delete ", "request_id": "req-29ebd65f-acc9-43cc-b5ba-2f3c1fda6c4d"}]} 2026-05-09 22:52:21.467 7 INFO neutron.services.segments.plugin [-] Segment 1dd98f3e-e78f-42ea-9908-abee0e877fe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dd98f3e-e78f-42ea-9908-abee0e877fe9 found for delete ", "request_id": "req-8b8d869b-8af9-4b3f-bf84-1c27ab5547e4"}]} [pid: 7|app: 0|req: 432/811] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:52:21 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/812] 10.0.0.21 () {34 vars in 1039 bytes} [Sat May 9 22:52:21 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:21.622 8 INFO neutron.db.segments_db [None req-3168578a-6a12-49ad-827b-fbf6e64a832d ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 6230152e-2c27-484d-8bc9-2e6dffa5b1e9 of type vxlan for network e1e24ac1-6c5d-4350-9f1a-e246973348ad [pid: 8|app: 0|req: 380/813] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:52:21 2026] POST /v2.0/networks => generated 738 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/814] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:52:21 2026] POST /v2.0/subnets => generated 685 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:52:22.075 8 INFO neutron.db.segments_db [None req-21d0882e-85da-49e7-a8b9-dc30d8ab483e ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment ab4b32fe-dbd2-4f63-a2b0-3966747a3c78 of type vxlan for network ad21b501-98ce-4084-8cd9-a3430f4229c4 2026-05-09 22:52:22.267 8 INFO neutron.db.l3_hamode_db [None req-21d0882e-85da-49e7-a8b9-dc30d8ab483e ff2eab42376448b3b4245c6ae19b52a5 745ab3d23eb948a7869760fb1415ac36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 435/815] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:22 2026] GET /v2.0/security-groups?tenant_id=8f6319a27df2450dab6d4579d20d39e5&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:52:23.054 8 INFO neutron.db.l3_hamode_db [None req-21d0882e-85da-49e7-a8b9-dc30d8ab483e ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 436/816] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:22 2026] DELETE /v2.0/security-groups/1874d1b6-0001-4cd4-8b5c-b0e0d96d7bfe => 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: 437/817] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:23 2026] GET /v2.0/security-groups?tenant_id=e4480e2fcbfd469298f02ca78ccc1d17&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/818] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:23 2026] DELETE /v2.0/security-groups/4053d80f-970a-4ee8-86c4-490e48f5d68f => 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: 381/819] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:52:22 2026] POST /v2.0/routers => generated 725 bytes in 2005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/820] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:24 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/821] 10.0.0.18 () {34 vars in 970 bytes} [Sat May 9 22:52:25 2026] GET /v2.0/ports/401992c1-df97-4584-83e4-02bf62780672 => generated 968 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/822] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:52:24 2026] PUT /v2.0/routers/a9dc85d1-1f03-4a9e-a707-ae0879f2e559/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/823] 199.204.45.235 () {34 vars in 1000 bytes} [Sat May 9 22:52:25 2026] GET /v2.0/subnets?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/824] 199.204.45.235 () {34 vars in 1146 bytes} [Sat May 9 22:52:25 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360&device_owner=compute%3Anova&network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:25.919 7 WARNING neutron_lib.context [None req-39fd6018-ecbb-4262-8d0d-571e937febcd 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 441/825] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:52:25 2026] POST /v2.0/security-groups => generated 1660 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:52:26.032 7 WARNING neutron_lib.context [None req-e4b9c2dc-3e48-4ed4-a414-9af85971d1b1 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 442/826] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:52:26 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-05-09 22:52:26.145 7 WARNING neutron_lib.context [None req-c12efd17-1b7c-4378-ba32-b43ac2f2023b 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 443/827] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:52:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:52:26.276 7 WARNING neutron_lib.context [None req-8c669bf8-d4e4-4593-a0dc-672a6fe45e35 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 385/828] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:52:25 2026] PUT /v2.0/ports/401992c1-df97-4584-83e4-02bf62780672 => generated 1145 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/829] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:52:26 2026] POST /v2.0/floatingips => generated 552 bytes in 606 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: 386/830] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:26 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1417 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/831] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:26 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 778 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:27.047 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1dd89e0-bfc8-422f-9ee4-0e332e5bbb23'] response: {'name': 'network-changed', 'server_uuid': 'b1611f8f-f35e-405f-b616-3e7e3abf4360', 'tag': '401992c1-df97-4584-83e4-02bf62780672', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/832] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=401992c1-df97-4584-83e4-02bf62780672 => 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: 446/833] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=401992c1-df97-4584-83e4-02bf62780672 => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/834] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/subnets?id=c10dd067-3846-4d09-a29d-996da2168bf1 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/835] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/security-groups?tenant_id=74c6acf329d64955a845fcc227531bcd&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/836] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/ports?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3&device_owner=network%3Adhcp => generated 1244 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/837] 10.0.0.18 () {34 vars in 1099 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1595327548&fields=id&tenant_id=745ab3d23eb948a7869760fb1415ac36 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/838] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/839] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:27 2026] DELETE /v2.0/security-groups/d790b573-e23c-4854-bc3b-faea0514df3f => 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: 392/840] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/networks?id=e1e24ac1-6c5d-4350-9f1a-e246973348ad => 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: 393/841] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/quotas/745ab3d23eb948a7869760fb1415ac36 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/842] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 394/843] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/ports?tenant_id=745ab3d23eb948a7869760fb1415ac36&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/844] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/networks/e1e24ac1-6c5d-4350-9f1a-e246973348ad?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: 450/845] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/security-groups?tenant_id=ffdaf7461a82432db62adabeccbce11f&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/846] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/networks/e1e24ac1-6c5d-4350-9f1a-e246973348ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/847] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:27 2026] DELETE /v2.0/security-groups/2f4cfdc3-f422-4068-a304-2cf0905ca7df => 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: 397/848] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:27 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 452/849] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1148 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/850] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&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: 453/851] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1417 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/852] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/853] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=401992c1-df97-4584-83e4-02bf62780672 => 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: 400/854] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=401992c1-df97-4584-83e4-02bf62780672 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/855] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/subnets?id=c10dd067-3846-4d09-a29d-996da2168bf1 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/856] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/ports?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3&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: 456/857] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 402/858] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:28 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/859] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 403/860] 199.204.45.235 () {34 vars in 1118 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1148 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/861] 10.0.0.86 () {32 vars in 652 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions => generated 20516 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/862] 10.0.0.86 () {32 vars in 680 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/863] 10.0.0.86 () {32 vars in 680 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/864] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:52:29 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: 408/865] 10.0.0.86 () {32 vars in 664 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/866] 10.0.0.86 () {32 vars in 698 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/867] 10.0.0.86 () {32 vars in 696 bytes} [Sat May 9 22:52:29 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: 411/868] 10.0.0.86 () {32 vars in 700 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/869] 10.0.0.86 () {32 vars in 688 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/870] 10.0.0.86 () {32 vars in 702 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/871] 10.0.0.86 () {32 vars in 692 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/872] 10.0.0.86 () {32 vars in 694 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/873] 10.0.0.86 () {32 vars in 684 bytes} [Sat May 9 22:52:29 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: 417/874] 10.0.0.86 () {32 vars in 686 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/875] 10.0.0.86 () {32 vars in 660 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/876] 10.0.0.86 () {32 vars in 698 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/877] 10.0.0.86 () {32 vars in 678 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/878] 10.0.0.86 () {32 vars in 682 bytes} [Sat May 9 22:52:29 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/879] 10.0.0.86 () {32 vars in 674 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/880] 10.0.0.86 () {32 vars in 688 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/881] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/882] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:52:29 2026] PUT /v2.0/ports/401992c1-df97-4584-83e4-02bf62780672 => generated 968 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/883] 10.0.0.86 () {32 vars in 686 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/fip-port-details => generated 212 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: 7|app: 0|req: 459/884] 10.0.0.86 () {32 vars in 668 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/885] 10.0.0.86 () {32 vars in 686 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/886] 10.0.0.86 () {32 vars in 680 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/887] 10.0.0.86 () {32 vars in 698 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/888] 10.0.0.86 () {32 vars in 678 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/889] 10.0.0.86 () {32 vars in 666 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/890] 10.0.0.86 () {32 vars in 676 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/891] 10.0.0.86 () {32 vars in 664 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/l3-ha => 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: 463/892] 10.0.0.86 () {32 vars in 674 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/l3-flavors => 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: 464/893] 10.0.0.86 () {32 vars in 712 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/894] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 465/895] 10.0.0.86 () {32 vars in 690 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/896] 10.0.0.86 () {32 vars in 682 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/897] 10.0.0.86 () {32 vars in 668 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/898] 10.0.0.86 () {32 vars in 686 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/899] 10.0.0.86 () {32 vars in 704 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/900] 10.0.0.86 () {32 vars in 674 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/901] 10.0.0.86 () {32 vars in 700 bytes} [Sat May 9 22:52:30 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: 434/902] 10.0.0.86 () {32 vars in 674 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/903] 10.0.0.86 () {32 vars in 692 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/904] 10.0.0.86 () {32 vars in 688 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:30.281 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4a49ba2-0163-4c2c-9404-807205cabaf5'] response: {'name': 'network-changed', 'server_uuid': 'b1611f8f-f35e-405f-b616-3e7e3abf4360', 'tag': '401992c1-df97-4584-83e4-02bf62780672', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 470/905] 10.0.0.86 () {32 vars in 708 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/906] 10.0.0.86 () {32 vars in 704 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/907] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/908] 10.0.0.86 () {32 vars in 696 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/909] 10.0.0.86 () {32 vars in 710 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/910] 10.0.0.86 () {32 vars in 668 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/911] 10.0.0.86 () {32 vars in 686 bytes} [Sat May 9 22:52:30 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: 439/912] 10.0.0.86 () {32 vars in 680 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/913] 10.0.0.86 () {32 vars in 674 bytes} [Sat May 9 22:52:30 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: 440/914] 10.0.0.86 () {32 vars in 670 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/915] 10.0.0.86 () {32 vars in 660 bytes} [Sat May 9 22:52:30 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: 441/916] 10.0.0.86 () {32 vars in 698 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/917] 10.0.0.86 () {32 vars in 698 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/918] 10.0.0.86 () {32 vars in 676 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/919] 10.0.0.86 () {32 vars in 668 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/920] 10.0.0.86 () {32 vars in 682 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/921] 10.0.0.86 () {32 vars in 700 bytes} [Sat May 9 22:52:30 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: 444/922] 10.0.0.86 () {32 vars in 684 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/923] 10.0.0.86 () {32 vars in 706 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/924] 10.0.0.86 () {32 vars in 668 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/925] 10.0.0.86 () {32 vars in 696 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/926] 10.0.0.86 () {32 vars in 694 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/927] 10.0.0.86 () {32 vars in 684 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/928] 10.0.0.86 () {32 vars in 688 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/929] 10.0.0.86 () {32 vars in 666 bytes} [Sat May 9 22:52:30 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: 449/930] 10.0.0.86 () {32 vars in 680 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/931] 10.0.0.86 () {32 vars in 680 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/932] 10.0.0.86 () {32 vars in 690 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/933] 10.0.0.86 () {32 vars in 690 bytes} [Sat May 9 22:52:30 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: 7|app: 0|req: 482/934] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/935] 10.0.0.86 () {32 vars in 694 bytes} [Sat May 9 22:52:30 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: 454/936] 10.0.0.86 () {32 vars in 684 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/937] 10.0.0.86 () {32 vars in 688 bytes} [Sat May 9 22:52:30 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: 456/938] 10.0.0.86 () {32 vars in 700 bytes} [Sat May 9 22:52:30 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: 457/939] 10.0.0.86 () {32 vars in 702 bytes} [Sat May 9 22:52:30 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: 8|app: 0|req: 458/940] 10.0.0.86 () {32 vars in 712 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/941] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/942] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/943] 10.0.0.86 () {32 vars in 714 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/944] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:52:30 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: 485/945] 10.0.0.86 () {32 vars in 740 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/946] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/947] 10.0.0.86 () {32 vars in 682 bytes} [Sat May 9 22:52:30 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: 461/948] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=401992c1-df97-4584-83e4-02bf62780672 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/949] 10.0.0.86 () {32 vars in 668 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/950] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/951] 10.0.0.86 () {32 vars in 678 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/952] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/subnets?id=c10dd067-3846-4d09-a29d-996da2168bf1 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/953] 10.0.0.86 () {32 vars in 668 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/954] 10.0.0.86 () {32 vars in 696 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/955] 10.0.0.86 () {32 vars in 704 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/956] 10.0.0.86 () {32 vars in 700 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/957] 10.0.0.86 () {32 vars in 700 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/958] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/ports?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3&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: 467/959] 10.0.0.86 () {32 vars in 682 bytes} [Sat May 9 22:52:30 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: 493/960] 10.0.0.86 () {32 vars in 704 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/961] 10.0.0.86 () {32 vars in 694 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/962] 10.0.0.86 () {32 vars in 688 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/963] 10.0.0.86 () {32 vars in 696 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/964] 10.0.0.86 () {32 vars in 678 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/965] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 498/966] 10.0.0.86 () {32 vars in 688 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/967] 10.0.0.86 () {32 vars in 700 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/968] 10.0.0.86 () {32 vars in 664 bytes} [Sat May 9 22:52:30 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: 501/969] 10.0.0.86 () {32 vars in 680 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/970] 10.0.0.86 () {32 vars in 692 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/971] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?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: 503/972] 10.0.0.86 () {32 vars in 676 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/973] 10.0.0.86 () {32 vars in 666 bytes} [Sat May 9 22:52:30 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/974] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:31 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 471/975] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:31 2026] GET /v2.0/security-groups?tenant_id=2860a1c6b9444980a73f4e3065d23718&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/978] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:31 2026] DELETE /v2.0/security-groups/9b2d9efc-c7ac-474b-b7e7-465b9247f336 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/979] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:31 2026] GET /v2.0/ports?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/980] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:31 2026] GET /v2.0/networks?id=a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 778 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/981] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:31 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/982] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=401992c1-df97-4584-83e4-02bf62780672 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/983] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/subnets?id=c10dd067-3846-4d09-a29d-996da2168bf1 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/984] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/985] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/ports?network_id=a88a99c7-c421-4d80-ae80-b56b9e142cc3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/986] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/987] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/988] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 509/989] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/networks?id=e1e24ac1-6c5d-4350-9f1a-e246973348ad => generated 670 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/990] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:52:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=745ab3d23eb948a7869760fb1415ac36 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:32.415 7 WARNING neutron_lib.context [req-2cac1d0b-b49e-4d2e-b28d-67dfba8a65d6 req-82610c5c-13e8-4d0d-ad9f-4633fba1d8e7 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 510/991] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:52:32 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: 511/992] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/993] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:52:32 2026] PUT /v2.0/ports/2da04096-950a-4494-96ea-38f95cdee895 => generated 1235 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/994] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/security-groups?id=f9bde101-2b90-4b4b-b2c0-1749e073e14a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:52:33.383 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-548a9ef2-0456-455f-918d-293cfef2e0ce'] response: {'name': 'network-changed', 'server_uuid': '261a3cdb-3dcf-441b-89ac-a289b0b258da', 'tag': '2da04096-950a-4494-96ea-38f95cdee895', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 483/995] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 484/996] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/997] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 969 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/998] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 514/999] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&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: 515/1000] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:33.725 8 WARNING neutron_lib.context [None req-2e47e151-e734-415f-b304-4ff6a2ecbcc7 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:52:33.873 8 INFO neutron.db.segments_db [None req-2e47e151-e734-415f-b304-4ff6a2ecbcc7 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Added segment ee608f47-c7e5-478f-a267-9114374ebafd of type vxlan for network f4a55a4c-6483-4ba4-803b-821c4fbe8b39 [pid: 7|app: 0|req: 516/1001] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1002] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:52:33 2026] POST /v2.0/networks => generated 644 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1003] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:33 2026] GET /v2.0/ports?tenant_id=745ab3d23eb948a7869760fb1415ac36&device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1004] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:34 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:34.039 8 WARNING neutron_lib.context [None req-dd9bede4-5df5-417e-a9a9-993f8b7e4bff dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:52:34.147 7 INFO neutron.db.l3_db [req-c74e3953-cb0b-46d2-a73d-f966df7057bd req-be533cb7-0f68-4975-91fb-acbfb2ce784a ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] Floating IP 32d9dc8a-0d52-4e62-9899-925f3a726e6b disassociated. External IP: 10.96.250.206, port: 401992c1-df97-4584-83e4-02bf62780672. [pid: 8|app: 0|req: 489/1005] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:52:34 2026] POST /v2.0/ports => generated 774 bytes in 300 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: 490/1006] 199.204.45.235 () {34 vars in 1018 bytes} [Sat May 9 22:52:34 2026] GET /v2.0/networks?tenant_id=745ab3d23eb948a7869760fb1415ac36&shared=False => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1007] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:34 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1008] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:34 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:52:34.439 8 WARNING neutron_lib.context [None req-5ffbc112-e490-4023-be16-073b65487043 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:52:34.497 8 INFO neutron.db.segments_db [None req-5ffbc112-e490-4023-be16-073b65487043 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Added segment 4e6d4664-c0a2-4ac8-9b63-835647ffc9a6 of type vxlan for network 1f3e19a5-edd9-4e84-b02c-658fb0bcde98 [pid: 7|app: 0|req: 517/1009] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:52:33 2026] DELETE /v2.0/ports/401992c1-df97-4584-83e4-02bf62780672 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:52:34.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4a77f04-4570-4cc9-88b8-f32d5cacd79f'] response: {'server_uuid': 'b1611f8f-f35e-405f-b616-3e7e3abf4360', 'name': 'network-vif-deleted', 'tag': '401992c1-df97-4584-83e4-02bf62780672', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 518/1010] 199.204.45.235 () {34 vars in 930 bytes} [Sat May 9 22:52:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1011] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:52:34 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:52:34.614 7 WARNING neutron_lib.context [None req-1901f012-3990-441c-acef-cde26c85d4b1 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 494/1012] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:34 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1013] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:34 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&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: 519/1014] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:52:34 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:52:34.912 8 WARNING neutron_lib.context [None req-d4297f15-282f-4941-823e-a8e9d49ca9fb dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 496/1015] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:52:34 2026] POST /v2.0/ports => generated 950 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 497/1016] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports?tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4&device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 498/1017] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/networks?id=b3fd4075-ae16-4a74-b6b1-2127a48c9942 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1018] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7628849e-5770-45d7-b271-e2b3795b57ec => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1019] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:52:35 2026] DELETE /v2.0/ports/5b32df9b-8ef5-4d2c-a1a5-3598278318d1 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1020] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => 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: 501/1021] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/subnets?id=9bac988f-e978-4d63-9196-2d951dd71010 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:35.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26cbd725-8901-4d29-bc2b-29df369ea2db dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 502/1022] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:52:35 2026] DELETE /v2.0/ports/5b32df9b-8ef5-4d2c-a1a5-3598278318d1 => 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: 521/1023] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1024] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports?tenant_id=745ab3d23eb948a7869760fb1415ac36&device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1025] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports?network_id=b3fd4075-ae16-4a74-b6b1-2127a48c9942&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:52:35.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60820d7a-326a-4ed5-908c-447cfe80d058 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/1026] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports/5b32df9b-8ef5-4d2c-a1a5-3598278318d1 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1027] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2da04096-950a-4494-96ea-38f95cdee895 => 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: 523/1028] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1029] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?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: 507/1030] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/subnets?id=d7fba2f1-4e0f-4cdb-be4c-8390255bf35c => generated 688 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1031] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942?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: 509/1032] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports?network_id=e1e24ac1-6c5d-4350-9f1a-e246973348ad&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1033] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:35 2026] DELETE /v2.0/subnets/dd894d83-646d-4dcf-b026-a56736a68600 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1034] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1035] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/networks/e1e24ac1-6c5d-4350-9f1a-e246973348ad?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1036] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&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: 527/1037] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:35 2026] GET /v2.0/networks/e1e24ac1-6c5d-4350-9f1a-e246973348ad?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) 2026-05-09 22:52:36.249 8 INFO neutron.services.segments.plugin [-] Segment 4e6d4664-c0a2-4ac8-9b63-835647ffc9a6 resource provider aggregate not found 2026-05-09 22:52:36.254 8 INFO neutron.services.segments.plugin [-] Segment 4e6d4664-c0a2-4ac8-9b63-835647ffc9a6 resource provider aggregate not found 2026-05-09 22:52:36.264 8 INFO neutron.services.segments.plugin [-] Segment 4e6d4664-c0a2-4ac8-9b63-835647ffc9a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e6d4664-c0a2-4ac8-9b63-835647ffc9a6 found for delete ", "request_id": "req-af605b99-a1d5-4448-8944-fd195f99cc8b"}]} [pid: 8|app: 0|req: 511/1038] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:52:35 2026] DELETE /v2.0/networks/1f3e19a5-edd9-4e84-b02c-658fb0bcde98 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:52:36.290 7 WARNING neutron_lib.context [None req-61f69aee-65fc-433c-9f9d-c252689f5916 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:52:36.335 7 INFO neutron.db.segments_db [None req-61f69aee-65fc-433c-9f9d-c252689f5916 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Added segment 927aef6f-78c7-4ee9-8aab-d156d899fbcb of type vxlan for network 0c8de1ea-0d1a-4660-8ea8-0678179c717f [pid: 7|app: 0|req: 528/1039] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:52:36 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:52:36.444 8 INFO neutron.services.segments.plugin [-] Segment 4e6d4664-c0a2-4ac8-9b63-835647ffc9a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e6d4664-c0a2-4ac8-9b63-835647ffc9a6 found for delete ", "request_id": "req-4375cd47-1061-48c0-a16e-7668a546b1a3"}]} 2026-05-09 22:52:36.450 8 WARNING neutron_lib.context [None req-a79167e2-6e83-4800-9de4-dc4485445bd9 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 529/1040] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:36 2026] GET /v2.0/ports?device_id=b1611f8f-f35e-405f-b616-3e7e3abf4360 => 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: 512/1041] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:52:36 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:52:36.708 7 WARNING neutron_lib.context [None req-c39b5797-9d1a-490f-9d91-28dc3f613058 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 513/1042] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:36 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1043] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:36 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1044] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:52:36 2026] POST /v2.0/ports => generated 916 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1045] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:37 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1046] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:37 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&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: 531/1047] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:52:37 2026] DELETE /v2.0/ports/7867750b-f46a-419e-8860-29f4a56ab831 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:52:37.413 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bdb0f071-bcb7-4100-aadb-d2b68a9120bc dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/1048] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:52:37 2026] GET /v2.0/ports/7867750b-f46a-419e-8860-29f4a56ab831 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1049] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:37 2026] DELETE /v2.0/subnets/c842376a-0592-4d1d-8590-ca16237c0257 => 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: 518/1050] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:52:37 2026] DELETE /v2.0/networks/0c8de1ea-0d1a-4660-8ea8-0678179c717f => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:52:37.867 8 WARNING neutron_lib.context [None req-d21aff0e-0fa3-46cb-9c63-56814882f2d8 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 533/1051] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:37 2026] DELETE /v2.0/security-groups/f9bde101-2b90-4b4b-b2c0-1749e073e14a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:37.906 7 INFO neutron.api.v2.resource [None req-47a08329-1f1f-4ee0-ad69-a558e4199aa1 ef85a7096209455c8c7657ff523b4c6b 2df999bf997d42c3bdd8f8f5e628e1b1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 534/1052] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:52:37 2026] GET /v2.0/security-groups/f9bde101-2b90-4b4b-b2c0-1749e073e14a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1053] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:52:37 2026] POST /v2.0/ports => generated 774 bytes in 231 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: 520/1054] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 535/1055] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:52:37 2026] DELETE /v2.0/floatingips/32d9dc8a-0d52-4e62-9899-925f3a726e6b => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1056] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1057] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:38.283 8 INFO neutron.services.segments.plugin [-] Segment 927aef6f-78c7-4ee9-8aab-d156d899fbcb resource provider aggregate not found 2026-05-09 22:52:38.295 8 INFO neutron.services.segments.plugin [-] Segment 927aef6f-78c7-4ee9-8aab-d156d899fbcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 927aef6f-78c7-4ee9-8aab-d156d899fbcb found for delete ", "request_id": "req-ee0ebfdd-4575-4ad9-aa02-5fc099a1552e"}]} [pid: 8|app: 0|req: 521/1058] 10.0.0.86 () {34 vars in 736 bytes} [Sat May 9 22:52:38 2026] PUT /v2.0/ports/f9886281-bdf1-44c8-9972-e4070cf7a7c0 => generated 752 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1059] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:52:38.462 8 INFO neutron.services.segments.plugin [-] Segment 927aef6f-78c7-4ee9-8aab-d156d899fbcb resource provider aggregate not found 2026-05-09 22:52:38.483 8 INFO neutron.services.segments.plugin [-] Segment 927aef6f-78c7-4ee9-8aab-d156d899fbcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 927aef6f-78c7-4ee9-8aab-d156d899fbcb found for delete ", "request_id": "req-42957218-ecc9-46b2-82f5-bf74b5398ccd"}]} [pid: 7|app: 0|req: 539/1060] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:52:38 2026] DELETE /v2.0/ports/f9886281-bdf1-44c8-9972-e4070cf7a7c0 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1061] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/ports => generated 777 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:38.574 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bfa0a5c-d872-4281-933c-768560b0da45 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 541/1062] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/ports/f9886281-bdf1-44c8-9972-e4070cf7a7c0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1063] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1064] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:52:38 2026] GET /v2.0/ports/a493ce16-dde3-45f8-87f6-b6de50d83a6f => generated 774 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:38.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0793ca3-e4c9-4ab0-8d5d-984049afec48 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 544/1065] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:52:38 2026] DELETE /v2.0/ports/7867750b-f46a-419e-8860-29f4a56ab831 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:52:38.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe13136f-bc49-48ad-9159-ad37659a8fd0 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1066] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:38 2026] DELETE /v2.0/subnets/c842376a-0592-4d1d-8590-ca16237c0257 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:52:38.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-803c012c-bfad-4caf-86d6-dbca84d33814 dad630226bb54b33a243ca80ce3bcdb8 17e30f0cb7ec4531a1f66afef632627a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1067] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:38 2026] DELETE /v2.0/subnets/dd894d83-646d-4dcf-b026-a56736a68600 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1068] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:52:38 2026] DELETE /v2.0/ports/a493ce16-dde3-45f8-87f6-b6de50d83a6f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:52:39.019 7 INFO neutron.services.segments.plugin [-] Segment ee608f47-c7e5-478f-a267-9114374ebafd resource provider aggregate not found 2026-05-09 22:52:39.024 7 INFO neutron.services.segments.plugin [-] Segment ee608f47-c7e5-478f-a267-9114374ebafd resource provider aggregate not found 2026-05-09 22:52:39.032 7 INFO neutron.services.segments.plugin [-] Segment ee608f47-c7e5-478f-a267-9114374ebafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee608f47-c7e5-478f-a267-9114374ebafd found for delete ", "request_id": "req-da9ad63e-ac76-4416-9221-f9a0e94a5f20"}]} 2026-05-09 22:52:39.037 7 INFO neutron.services.segments.plugin [-] Segment ee608f47-c7e5-478f-a267-9114374ebafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee608f47-c7e5-478f-a267-9114374ebafd found for delete ", "request_id": "req-edebe327-0a1e-4e19-a350-7831fdd5da22"}]} [pid: 7|app: 0|req: 548/1069] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:52:38 2026] DELETE /v2.0/networks/f4a55a4c-6483-4ba4-803b-821c4fbe8b39 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1070] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:52:38 2026] PUT /v2.0/routers/16a82696-6676-4225-bfa6-bf558c42c2a5/remove_router_interface => generated 309 bytes in 890 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1071] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:39 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1072] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:39 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1073] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:39 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1074] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:39 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1075] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:39 2026] GET /v2.0/security-groups?tenant_id=17e30f0cb7ec4531a1f66afef632627a&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1076] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:39 2026] DELETE /v2.0/security-groups/c9733924-17ac-495e-8739-5021050ce17e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:40.080 7 INFO neutron.db.l3_hamode_db [None req-56f64ca1-cf97-4ce8-bbf5-a1d5a3c8e5db ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network 2d2912c4-4d48-46de-b719-4445091e9d77 was deleted as no HA routers are present in tenant 2df999bf997d42c3bdd8f8f5e628e1b1. [pid: 7|app: 0|req: 549/1077] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:39 2026] DELETE /v2.0/routers/16a82696-6676-4225-bfa6-bf558c42c2a5 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1078] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:40 2026] DELETE /v2.0/subnets/c10dd067-3846-4d09-a29d-996da2168bf1 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1079] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:40 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1080] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:52:40 2026] DELETE /v2.0/networks/a88a99c7-c421-4d80-ae80-b56b9e142cc3 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1081] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:40 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1082] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:40 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1083] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:40 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1084] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:40 2026] GET /v2.0/security-groups?tenant_id=2df999bf997d42c3bdd8f8f5e628e1b1&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1085] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:40 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1086] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:40 2026] DELETE /v2.0/security-groups/1da861ef-adda-47ea-957c-f27c60f8f1f3 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:41.065 7 INFO neutron.services.segments.plugin [-] Segment 76abefc7-8caf-4f05-a2bf-c9ff0331a492 resource provider aggregate not found 2026-05-09 22:52:41.079 7 INFO neutron.services.segments.plugin [-] Segment 76abefc7-8caf-4f05-a2bf-c9ff0331a492 resource provider aggregate not found 2026-05-09 22:52:41.117 7 INFO neutron.services.segments.plugin [-] Segment 76abefc7-8caf-4f05-a2bf-c9ff0331a492 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76abefc7-8caf-4f05-a2bf-c9ff0331a492 found for delete ", "request_id": "req-e58b6edd-5d8f-497e-8d71-f96abf3bba4b"}]} 2026-05-09 22:52:41.121 7 INFO neutron.services.segments.plugin [-] Segment 76abefc7-8caf-4f05-a2bf-c9ff0331a492 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76abefc7-8caf-4f05-a2bf-c9ff0331a492 found for delete ", "request_id": "req-3311504a-9d09-42fb-94d5-d1ed8ec8dd55"}]} 2026-05-09 22:52:41.135 7 INFO neutron.services.segments.plugin [-] Segment 254857a7-76dd-45c3-854f-d26e112d3bd0 resource provider aggregate not found 2026-05-09 22:52:41.140 7 INFO neutron.services.segments.plugin [-] Segment 254857a7-76dd-45c3-854f-d26e112d3bd0 resource provider aggregate not found 2026-05-09 22:52:41.149 7 INFO neutron.services.segments.plugin [-] Segment 254857a7-76dd-45c3-854f-d26e112d3bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254857a7-76dd-45c3-854f-d26e112d3bd0 found for delete ", "request_id": "req-e4a88a2f-4a5f-47d5-8a5d-632016bd6cc8"}]} 2026-05-09 22:52:41.160 7 INFO neutron.services.segments.plugin [-] Segment 254857a7-76dd-45c3-854f-d26e112d3bd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 254857a7-76dd-45c3-854f-d26e112d3bd0 found for delete ", "request_id": "req-0a51b01e-b52f-4761-a872-d80e25a753c6"}]} 2026-05-09 22:52:41.348 7 INFO neutron.db.l3_db [None req-35d21f39-b70c-431e-a501-a3321d899cc9 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] Floating IP 89f51f1e-8599-42fd-8334-7a25de87357b associated. External IP: 10.96.250.204, port: 2da04096-950a-4494-96ea-38f95cdee895. [pid: 7|app: 0|req: 554/1087] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:52:40 2026] PUT /v2.0/floatingips/89f51f1e-8599-42fd-8334-7a25de87357b => generated 855 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1088] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:41 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1089] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:41 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&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: 555/1090] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:41 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:41.905 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce8360b4-7223-40e4-910d-7b3b3a4cb349'] response: {'name': 'network-changed', 'server_uuid': '261a3cdb-3dcf-441b-89ac-a289b0b258da', 'tag': '2da04096-950a-4494-96ea-38f95cdee895', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 556/1091] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:41 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1092] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:52:42.219 8 WARNING neutron_lib.context [None req-e8ef8fd5-5773-4ebe-84b6-34869238fd14 57abdf9cbd7741e08d511820579dd51f a4139e687bfc4cd698d87ba255054219 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 558/1093] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1094] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/ports?tenant_id=745ab3d23eb948a7869760fb1415ac36&device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1095] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:52:41 2026] POST /v2.0/security-groups => generated 1624 bytes in 631 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1096] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/networks?id=e1e24ac1-6c5d-4350-9f1a-e246973348ad => generated 766 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1097] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/security-groups => generated 4529 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1098] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2da04096-950a-4494-96ea-38f95cdee895 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1099] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/subnets?id=d7fba2f1-4e0f-4cdb-be4c-8390255bf35c => generated 688 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1100] 10.0.0.86 () {34 vars in 757 bytes} [Sat May 9 22:52:42 2026] PUT /v2.0/security-groups/b494cf36-3d9a-4798-9b59-400d7ae9e238 => generated 1663 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1101] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/security-groups/b494cf36-3d9a-4798-9b59-400d7ae9e238 => generated 1663 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1102] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/ports?network_id=e1e24ac1-6c5d-4350-9f1a-e246973348ad&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: 564/1103] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/networks/e1e24ac1-6c5d-4350-9f1a-e246973348ad?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1104] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:42 2026] DELETE /v2.0/security-groups/b494cf36-3d9a-4798-9b59-400d7ae9e238 => 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: 565/1105] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:52:42 2026] GET /v2.0/networks/e1e24ac1-6c5d-4350-9f1a-e246973348ad?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: 541/1106] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:52:42 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-05-09 22:52:42.887 7 INFO neutron.api.v2.resource [None req-ec5a988e-907b-4921-8276-eb70d35e8b7f 57abdf9cbd7741e08d511820579dd51f a4139e687bfc4cd698d87ba255054219 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1107] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:42 2026] DELETE /v2.0/security-groups/b494cf36-3d9a-4798-9b59-400d7ae9e238 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:52:42.903 8 WARNING neutron_lib.context [None req-7c8ee3b2-bfb1-45f6-a15b-7cf67309d924 57abdf9cbd7741e08d511820579dd51f a4139e687bfc4cd698d87ba255054219 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 542/1108] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:52:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:52:43.044 7 WARNING neutron_lib.context [None req-5ae1677c-eac6-4ef4-b6be-f22ff84cfe4b 57abdf9cbd7741e08d511820579dd51f a4139e687bfc4cd698d87ba255054219 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 567/1109] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:52:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1110] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-group-rules/e37e4d33-2803-487a-984e-448819aaae7e => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1111] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1112] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1113] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:52:43 2026] DELETE /v2.0/security-group-rules/e37e4d33-2803-487a-984e-448819aaae7e => 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: 570/1114] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-groups?id=09e7f7a9-2238-426c-be9c-36410459e1d3&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: 545/1115] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:52:43.496 7 WARNING neutron_lib.context [None req-c361a77b-25b9-46f0-b23f-dd860051686c 57abdf9cbd7741e08d511820579dd51f a4139e687bfc4cd698d87ba255054219 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 571/1116] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:52:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1117] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-group-rules/35ac8755-f138-4244-8082-6629732a3051 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1118] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:52:43 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: 547/1119] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:52:43 2026] DELETE /v2.0/security-group-rules/35ac8755-f138-4244-8082-6629732a3051 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1120] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:52:43.863 8 WARNING neutron_lib.context [None req-f37a9469-de60-4405-8d4a-b6aca69ab9d1 57abdf9cbd7741e08d511820579dd51f a4139e687bfc4cd698d87ba255054219 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 548/1121] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:52:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1122] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-group-rules/f8f4ae6b-0b19-4a53-952b-0b61fcde2cd3 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1123] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1124] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:52:44 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1125] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:43 2026] GET /v2.0/security-groups?tenant_id=0bad869170934ba984b6328ab4f7603b&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1126] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:52:44 2026] DELETE /v2.0/security-group-rules/f8f4ae6b-0b19-4a53-952b-0b61fcde2cd3 => 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: 553/1127] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:44 2026] DELETE /v2.0/security-groups/40aceb52-f52c-429c-a273-213b895ff6c5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:44.346 7 INFO neutron.db.l3_db [req-38392fd9-5483-4fdd-a9a3-07d22b64b5dd req-0da75316-edc7-4ed0-a03e-8a0a9286a4ae 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] Floating IP 89f51f1e-8599-42fd-8334-7a25de87357b disassociated. External IP: 10.96.250.204, port: 2da04096-950a-4494-96ea-38f95cdee895. [pid: 8|app: 0|req: 554/1128] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:52:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1129] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:44 2026] DELETE /v2.0/security-groups/816ba95f-e93a-4738-8b58-394f81ed40f3 => 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: 556/1130] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:52:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1131] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:44 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1132] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:52:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1133] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:52:44 2026] DELETE /v2.0/ports/2da04096-950a-4494-96ea-38f95cdee895 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1134] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:45 2026] GET /v2.0/security-groups?tenant_id=a4139e687bfc4cd698d87ba255054219&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:52:45.369 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7f73038-d3e6-4169-9b83-74c79e55a15d'] response: {'server_uuid': '261a3cdb-3dcf-441b-89ac-a289b0b258da', 'name': 'network-vif-deleted', 'tag': '2da04096-950a-4494-96ea-38f95cdee895', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 576/1135] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:45 2026] DELETE /v2.0/security-groups/bc214c2a-e57d-4727-8f99-08e619665e1c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1136] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:45 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 577/1137] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:46 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 579/1140] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:47 2026] GET /v2.0/ports?device_id=261a3cdb-3dcf-441b-89ac-a289b0b258da => 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: 562/1141] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:48 2026] GET /v2.0/security-groups?tenant_id=28db75136f284d8dbedbdb70a1827d31&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1142] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:48 2026] DELETE /v2.0/security-groups/2477cef5-c9e1-42d5-bde8-983a110dfb7f => 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: 563/1143] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:48 2026] GET /v2.0/security-groups?tenant_id=be8d005c64054d01bd387b108705c486&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1144] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:48 2026] DELETE /v2.0/security-groups/09e7f7a9-2238-426c-be9c-36410459e1d3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:48.975 7 INFO neutron.api.v2.resource [None req-5fb889d2-f4d3-43fa-9295-59ab8cb09042 6565f2015523471d8eeb372aca1ee51c 745ab3d23eb948a7869760fb1415ac36 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1145] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:52:48 2026] GET /v2.0/security-groups/09e7f7a9-2238-426c-be9c-36410459e1d3 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1146] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:48 2026] DELETE /v2.0/security-groups/cf1b8a5d-72ff-4739-b1be-dc9e4844298e => 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: 583/1147] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:52:48 2026] DELETE /v2.0/floatingips/89f51f1e-8599-42fd-8334-7a25de87357b => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1148] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:52:49 2026] PUT /v2.0/routers/a9dc85d1-1f03-4a9e-a707-ae0879f2e559/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1149] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:50 2026] GET /v2.0/security-groups?tenant_id=158641b372e7459ab63f458d2219fcfb&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1150] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:50 2026] DELETE /v2.0/security-groups/c9d5a735-a76e-42a1-92cb-82ba2d16d297 => 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: 586/1151] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:50 2026] GET /v2.0/security-groups?tenant_id=d54457e7517445a78e8c51b9f3549535&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1152] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:50 2026] DELETE /v2.0/security-groups/c5b0d429-f39e-4d46-ac27-b5e7a9f42a9b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:52:51.027 8 INFO neutron.services.segments.plugin [-] Segment ab4b32fe-dbd2-4f63-a2b0-3966747a3c78 resource provider aggregate not found 2026-05-09 22:52:51.034 8 INFO neutron.services.segments.plugin [-] Segment ab4b32fe-dbd2-4f63-a2b0-3966747a3c78 resource provider aggregate not found 2026-05-09 22:52:51.047 8 INFO neutron.db.l3_hamode_db [None req-a50e9b6b-b12e-4ecc-b850-91e0a2666a62 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network ad21b501-98ce-4084-8cd9-a3430f4229c4 was deleted as no HA routers are present in tenant 745ab3d23eb948a7869760fb1415ac36. [pid: 8|app: 0|req: 566/1153] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:50 2026] DELETE /v2.0/routers/a9dc85d1-1f03-4a9e-a707-ae0879f2e559 => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1154] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:52:51 2026] DELETE /v2.0/subnets/d7fba2f1-4e0f-4cdb-be4c-8390255bf35c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:52:51.239 8 INFO neutron.services.segments.plugin [-] Segment ab4b32fe-dbd2-4f63-a2b0-3966747a3c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab4b32fe-dbd2-4f63-a2b0-3966747a3c78 found for delete ", "request_id": "req-2874df0b-38f6-4c28-915b-b6ce0a601cf9"}]} 2026-05-09 22:52:51.240 8 INFO neutron.services.segments.plugin [-] Segment ab4b32fe-dbd2-4f63-a2b0-3966747a3c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab4b32fe-dbd2-4f63-a2b0-3966747a3c78 found for delete ", "request_id": "req-baaf8f24-e6db-48de-96a5-6167920bfac0"}]} [pid: 8|app: 0|req: 567/1155] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:52:51 2026] DELETE /v2.0/networks/e1e24ac1-6c5d-4350-9f1a-e246973348ad => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1156] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:51 2026] GET /v2.0/security-groups?tenant_id=745ab3d23eb948a7869760fb1415ac36&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: 568/1157] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:51 2026] DELETE /v2.0/security-groups/b6b18f7f-d01f-457b-a63b-95ce34612629 => 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: 590/1158] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:52:52 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 1244 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1159] 10.0.0.21 () {34 vars in 1039 bytes} [Sat May 9 22:52:52 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&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: 591/1160] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:53 2026] GET /v2.0/security-groups?tenant_id=289f358b0b49474e911ebb8398f21474&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:52:53.666 8 INFO neutron.services.segments.plugin [-] Segment 6230152e-2c27-484d-8bc9-2e6dffa5b1e9 resource provider aggregate not found 2026-05-09 22:52:53.673 8 INFO neutron.services.segments.plugin [-] Segment 6230152e-2c27-484d-8bc9-2e6dffa5b1e9 resource provider aggregate not found 2026-05-09 22:52:53.686 8 INFO neutron.services.segments.plugin [-] Segment 6230152e-2c27-484d-8bc9-2e6dffa5b1e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6230152e-2c27-484d-8bc9-2e6dffa5b1e9 found for delete ", "request_id": "req-8176aa3b-810d-423a-b331-d1fa1900de98"}]} 2026-05-09 22:52:53.687 8 INFO neutron.services.segments.plugin [-] Segment 6230152e-2c27-484d-8bc9-2e6dffa5b1e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6230152e-2c27-484d-8bc9-2e6dffa5b1e9 found for delete ", "request_id": "req-71ee7d74-ab9a-47ac-8f60-811d5613dc4d"}]} [pid: 8|app: 0|req: 570/1161] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:53 2026] DELETE /v2.0/security-groups/dbe0a83e-5280-40f6-ae7f-1786932936b0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1162] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:54 2026] GET /v2.0/security-groups?tenant_id=35fe80f5bd954bc99b95221bf61bddc7&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1163] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:54 2026] DELETE /v2.0/security-groups/9c3fc4a1-b45e-4069-9a30-5afa44862f7b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1164] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:54 2026] GET /v2.0/security-groups?tenant_id=188c60c9c0584b86b2a987a17f32e978&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1165] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:55 2026] DELETE /v2.0/security-groups/b4c42a42-a73e-451b-a5f3-d091671757e3 => 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: 594/1166] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:56 2026] GET /v2.0/security-groups?tenant_id=3fefb718be7f4c93b725994daf6ebdad&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1167] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:56 2026] DELETE /v2.0/security-groups/4f86d6da-5672-43e6-8ae8-171a89159667 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1168] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:52:56 2026] GET /v2.0/security-groups?tenant_id=fff2655b51994b5aaa021af8e31f145f&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1169] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:52:57 2026] DELETE /v2.0/security-groups/415329a7-fcd8-4866-987d-9d774e30ffa8 => 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: 596/1170] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:57 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1171] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:57 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1172] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:57 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 576/1173] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:57 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&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: 598/1174] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:52:59 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1175] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:52:59 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1176] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:52:59 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:00.164 8 INFO neutron.db.l3_db [req-4e3545d6-c715-4261-8b6c-0f9754cfe268 req-73b45fbd-58bb-470d-9d0b-f36b0d909711 f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] Floating IP 31f7c133-d962-4479-a2ed-472a287d9d24 disassociated. External IP: 10.96.250.201, port: 7628849e-5770-45d7-b271-e2b3795b57ec. [pid: 7|app: 0|req: 600/1177] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:00 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 601/1178] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:00 2026] GET /v2.0/security-groups?id=51089f08-e428-486c-a345-cea670f97071&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: 578/1179] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:52:59 2026] DELETE /v2.0/ports/7628849e-5770-45d7-b271-e2b3795b57ec => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:01.063 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbf716a6-52ce-4f46-a521-6968bff9ee1c'] response: {'server_uuid': '83581cf3-e289-48aa-ada1-d872c0f5b799', 'name': 'network-vif-deleted', 'tag': '7628849e-5770-45d7-b271-e2b3795b57ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 602/1180] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:00 2026] GET /v2.0/security-groups?tenant_id=ca0aafd421494d4c89092a5f12fa063a&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: 579/1181] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:01 2026] GET /v2.0/security-groups?tenant_id=864bb1ccb98b4d98a2a1909cf2894ae4&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1182] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:01 2026] DELETE /v2.0/security-groups/bcdae325-3177-4a70-b1e1-a8aeeb2892a8 => 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: 580/1183] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:01 2026] DELETE /v2.0/security-groups/3b9440fd-65ae-4916-8c72-db08d999a938 => 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: 581/1184] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:01 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 604/1185] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:01 2026] GET /v2.0/security-groups?tenant_id=b42db156a2b34559804b71140f53d33a&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1186] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:01 2026] DELETE /v2.0/security-groups/7b971cfd-a674-4f19-aa52-3751d2fdca00 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1187] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:01 2026] GET /v2.0/security-groups?tenant_id=4e52d15f77c64996ae7fd02a13834b1f&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1188] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:01 2026] DELETE /v2.0/security-groups/ae5584e7-a0d8-4709-9f51-b0db4a669bc5 => 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: 584/1191] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:02 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => 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: 608/1192] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:03 2026] GET /v2.0/ports?device_id=83581cf3-e289-48aa-ada1-d872c0f5b799 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1193] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:04 2026] DELETE /v2.0/security-groups/51089f08-e428-486c-a345-cea670f97071 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:53:04.724 7 INFO neutron.api.v2.resource [None req-5b3bca89-188e-4139-b3fc-c5140ac7cbd2 f09922f83b5940e692ed5b4504dd499a 8c57a7ffcf3b4c7cb35ca5175f5adcd4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1194] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:53:04 2026] GET /v2.0/security-groups/51089f08-e428-486c-a345-cea670f97071 => 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: 586/1195] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:53:04 2026] DELETE /v2.0/floatingips/31f7c133-d962-4479-a2ed-472a287d9d24 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1196] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:04 2026] PUT /v2.0/routers/7bccdc86-372d-496f-b452-5268b1f05602/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1197] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:06 2026] GET /v2.0/security-groups?tenant_id=d595d222d5384e61a1234cea15196e56&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:07.152 8 INFO neutron.services.segments.plugin [-] Segment a8621799-4292-4865-86ba-04535525fc87 resource provider aggregate not found 2026-05-09 22:53:07.159 8 INFO neutron.services.segments.plugin [-] Segment a8621799-4292-4865-86ba-04535525fc87 resource provider aggregate not found 2026-05-09 22:53:07.164 8 INFO neutron.services.segments.plugin [-] Segment a8621799-4292-4865-86ba-04535525fc87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8621799-4292-4865-86ba-04535525fc87 found for delete ", "request_id": "req-04cc0678-bb04-4fd6-b5b4-38f26ea92e1c"}]} 2026-05-09 22:53:07.174 8 INFO neutron.services.segments.plugin [-] Segment a8621799-4292-4865-86ba-04535525fc87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8621799-4292-4865-86ba-04535525fc87 found for delete ", "request_id": "req-76ad2126-ec59-4a2e-874e-d5560824e35e"}]} 2026-05-09 22:53:07.181 8 INFO neutron.db.l3_hamode_db [None req-e73532b9-e463-4ef9-a15a-76ee33ab3eeb ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network e50b7c49-ebde-4462-a9e0-37d5570f3475 was deleted as no HA routers are present in tenant 8c57a7ffcf3b4c7cb35ca5175f5adcd4. [pid: 8|app: 0|req: 587/1198] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:05 2026] DELETE /v2.0/routers/7bccdc86-372d-496f-b452-5268b1f05602 => generated 0 bytes in 1227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1199] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:07 2026] GET /v2.0/security-groups?tenant_id=2c765c8eb1a344978a3b5d7d1935ef92&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: 613/1200] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:07 2026] DELETE /v2.0/security-groups/4c2ca762-a2c8-4a96-af42-ea329ff391e8 => 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: 588/1201] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:07 2026] GET /v2.0/security-groups?tenant_id=17d9b69ef2cd43b6a6349c08b3225a61&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1202] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:07 2026] DELETE /v2.0/subnets/9bac988f-e978-4d63-9196-2d951dd71010 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1203] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:07 2026] DELETE /v2.0/security-groups/7acf996b-98a5-4c89-adc1-279c364350e8 => 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: 615/1204] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:07 2026] DELETE /v2.0/security-groups/9588512b-a0fb-4c85-ae38-83a6dfa61d56 => 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: 616/1205] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:07 2026] GET /v2.0/security-groups?tenant_id=e6cc27ee3b9b43999c445f9b628dfb17&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: 590/1206] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:07 2026] DELETE /v2.0/networks/b3fd4075-ae16-4a74-b6b1-2127a48c9942 => 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: 617/1207] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:07 2026] DELETE /v2.0/security-groups/93c29c8f-3d8f-4bbd-8aa1-0fc3126b5946 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1208] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:07 2026] GET /v2.0/security-groups?tenant_id=8c57a7ffcf3b4c7cb35ca5175f5adcd4&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1209] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:07 2026] DELETE /v2.0/security-groups/8a0dcaa1-32cc-4832-be15-8a0f6a6ac72c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:53:09.053 8 WARNING neutron_lib.context [None req-17c3cba5-72f6-4d4f-967f-d07074cda388 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:09.053 8 WARNING neutron_lib.context [None req-17c3cba5-72f6-4d4f-967f-d07074cda388 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:09.192 8 INFO neutron.services.segments.plugin [-] Segment 9a8848ae-8651-4c8e-9c26-a1a827b0d28c resource provider aggregate not found 2026-05-09 22:53:09.197 8 INFO neutron.services.segments.plugin [-] Segment 9a8848ae-8651-4c8e-9c26-a1a827b0d28c resource provider aggregate not found 2026-05-09 22:53:09.216 8 INFO neutron.services.segments.plugin [-] Segment 9a8848ae-8651-4c8e-9c26-a1a827b0d28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a8848ae-8651-4c8e-9c26-a1a827b0d28c found for delete ", "request_id": "req-0c314489-f201-4bfe-a87c-69c8a8e531d7"}]} 2026-05-09 22:53:09.220 8 INFO neutron.services.segments.plugin [-] Segment 9a8848ae-8651-4c8e-9c26-a1a827b0d28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a8848ae-8651-4c8e-9c26-a1a827b0d28c found for delete ", "request_id": "req-91c4dc71-c185-4710-907e-1ab3d4430b5c"}]} 2026-05-09 22:53:09.261 8 INFO neutron.db.segments_db [None req-17c3cba5-72f6-4d4f-967f-d07074cda388 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Added segment 0fb6d9a3-be14-474e-8ad4-c0c57a8c2a2f of type vxlan for network 2cf4ac9b-b6c9-4d3f-aea6-87710da51a55 2026-05-09 22:53:09.319 8 INFO neutron.db.segments_db [None req-17c3cba5-72f6-4d4f-967f-d07074cda388 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Added segment 38a4f8a6-96c3-4bba-84f6-6e25744e4366 of type vxlan for network 7d0e746c-49a5-415f-b4bf-270eccc0e613 [pid: 8|app: 0|req: 592/1210] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:08 2026] POST /v2.0/networks => generated 1245 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1211] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:53:09 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: 8|app: 0|req: 593/1212] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:09 2026] DELETE /v2.0/networks/2cf4ac9b-b6c9-4d3f-aea6-87710da51a55 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:09.769 7 INFO neutron.services.segments.plugin [-] Segment 38a4f8a6-96c3-4bba-84f6-6e25744e4366 resource provider aggregate not found 2026-05-09 22:53:09.774 7 INFO neutron.services.segments.plugin [-] Segment 38a4f8a6-96c3-4bba-84f6-6e25744e4366 resource provider aggregate not found 2026-05-09 22:53:09.782 7 INFO neutron.services.segments.plugin [-] Segment 38a4f8a6-96c3-4bba-84f6-6e25744e4366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a4f8a6-96c3-4bba-84f6-6e25744e4366 found for delete ", "request_id": "req-8913bcb8-7337-48ac-89f2-9e5358d4b9fe"}]} [pid: 7|app: 0|req: 620/1213] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:09 2026] DELETE /v2.0/networks/7d0e746c-49a5-415f-b4bf-270eccc0e613 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:09.795 7 INFO neutron.services.segments.plugin [-] Segment 38a4f8a6-96c3-4bba-84f6-6e25744e4366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a4f8a6-96c3-4bba-84f6-6e25744e4366 found for delete ", "request_id": "req-7b4ad088-8222-45a4-843f-8ab48ab6885d"}]} [pid: 7|app: 0|req: 621/1214] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:53:09 2026] GET /v2.0/networks => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:09.838 7 WARNING neutron_lib.context [None req-e5fd74a6-4c7d-4018-aece-fea600bd2a94 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:09.881 7 INFO neutron.db.segments_db [None req-e5fd74a6-4c7d-4018-aece-fea600bd2a94 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Added segment de713860-bd95-44d6-bc78-ccadae2a5eee of type vxlan for network 8d3a6c57-a43f-4a44-b9e0-ea3b4ab3fe8e [pid: 7|app: 0|req: 622/1215] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:09 2026] POST /v2.0/networks => generated 649 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:10.002 7 WARNING neutron_lib.context [None req-7c387ae2-7a8f-4e01-adc6-48ad8ff4be3d 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:10.057 8 INFO neutron.db.segments_db [None req-48d7f168-3bc6-4509-b361-b76fb6ad0c66 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 15ebb2ff-24e1-44a5-a6ab-d7cc8a26fd0d of type vxlan for network ef93d584-07b0-4c1e-9a91-02a9e6498be7 2026-05-09 22:53:10.067 7 INFO neutron.db.segments_db [None req-7c387ae2-7a8f-4e01-adc6-48ad8ff4be3d 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Added segment 98361994-c14f-4636-b459-6914394cb6e6 of type vxlan for network 6b087b5f-e010-49df-8a79-55f147788188 [pid: 8|app: 0|req: 594/1216] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:53:09 2026] POST /v2.0/networks => generated 746 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1217] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:09 2026] POST /v2.0/networks => generated 650 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:10.226 7 WARNING neutron_lib.context [None req-a61d4526-e77a-445d-9b52-475e89edfdc4 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 595/1218] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:10 2026] GET /v2.0/security-groups?tenant_id=0cfa062316634286a51db84bf6e9a7ea&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:10.337 7 INFO neutron.db.segments_db [None req-a61d4526-e77a-445d-9b52-475e89edfdc4 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Added segment 174b6c99-9b87-4b83-a956-acb9aaf143c8 of type vxlan for network 4bb888f8-2b7f-42c0-aeed-5bc361bf08cc [pid: 7|app: 0|req: 624/1219] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:53:10 2026] POST /v2.0/networks => generated 633 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1220] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:10 2026] POST /v2.0/subnets => generated 693 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:10.434 7 WARNING neutron_lib.context [None req-60e1759b-ee99-452c-94c8-ead811c1ac12 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:10.458 7 WARNING neutron_lib.context [None req-60e1759b-ee99-452c-94c8-ead811c1ac12 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 597/1221] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:10 2026] DELETE /v2.0/security-groups/513290a1-0634-4f32-9775-b520c92c7177 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:53:10.531 8 WARNING neutron_lib.context [None req-552481a1-b654-43cc-8e70-2031ced67944 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:10.563 8 INFO neutron.db.segments_db [None req-552481a1-b654-43cc-8e70-2031ced67944 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Added segment 9b5f7a27-aca8-407d-a651-d25c7e592a49 of type vxlan for network 3e18e8e0-64e5-4b60-9401-bcd44a957d03 2026-05-09 22:53:10.818 8 INFO neutron.db.l3_hamode_db [None req-552481a1-b654-43cc-8e70-2031ced67944 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 625/1222] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:53:10 2026] POST /v2.0/ports => generated 1506 bytes in 500 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, ' 2026-05-09 22:53:10.973 7 INFO neutron.db.segments_db [None req-98c62553-a569-4225-b03f-d2f52a6199e3 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 4f5b7ea5-3f04-4ee6-9ac8-ec2b84a9a3b5 of type vxlan for network 4205ac02-8521-450b-8a9a-fcb30318d138 2026-05-09 22:53:11.246 8 INFO neutron.services.segments.plugin [-] Segment 0fb6d9a3-be14-474e-8ad4-c0c57a8c2a2f resource provider aggregate not found 2026-05-09 22:53:11.250 8 INFO neutron.services.segments.plugin [-] Segment 0fb6d9a3-be14-474e-8ad4-c0c57a8c2a2f resource provider aggregate not found 2026-05-09 22:53:11.253 7 INFO neutron.db.l3_hamode_db [None req-98c62553-a569-4225-b03f-d2f52a6199e3 ff2eab42376448b3b4245c6ae19b52a5 998aa7674a204463985ad1e49a288764 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:11.266 8 INFO neutron.services.segments.plugin [-] Segment 0fb6d9a3-be14-474e-8ad4-c0c57a8c2a2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb6d9a3-be14-474e-8ad4-c0c57a8c2a2f found for delete ", "request_id": "req-51b893a1-f970-4066-bb2d-3d831b1a7f4b"}]} 2026-05-09 22:53:11.267 8 INFO neutron.services.segments.plugin [-] Segment 0fb6d9a3-be14-474e-8ad4-c0c57a8c2a2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb6d9a3-be14-474e-8ad4-c0c57a8c2a2f found for delete ", "request_id": "req-b773e25d-a821-4ff9-8c94-b938488ef69f"}]} 2026-05-09 22:53:11.580 8 INFO neutron.db.l3_hamode_db [None req-552481a1-b654-43cc-8e70-2031ced67944 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:12.152 7 INFO neutron.db.l3_hamode_db [None req-98c62553-a569-4225-b03f-d2f52a6199e3 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 598/1223] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:10 2026] POST /v2.0/routers => generated 694 bytes in 2043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1224] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:53:12 2026] GET /v2.0/ports => generated 1506 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:12.880 8 WARNING neutron_lib.context [None req-7feffc4b-dace-45f9-954c-224f7da1c612 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:13.049 8 INFO neutron.db.segments_db [None req-7feffc4b-dace-45f9-954c-224f7da1c612 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] Added segment 807846bd-872d-4d4b-92cf-d6dec238f32e of type vxlan for network 54300039-8b16-46ee-be21-9fcdb9cbfd7e [pid: 7|app: 0|req: 626/1225] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:10 2026] POST /v2.0/routers => generated 733 bytes in 2144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1226] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:12 2026] POST /v2.0/networks => generated 645 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1227] 10.0.0.86 () {32 vars in 775 bytes} [Sat May 9 22:53:13 2026] GET /v2.0/subnets?project_id=f27644fd6f2a458ea78dde300900e995&cidr=10.100.0.0%2F28 => generated 14 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1228] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:13 2026] DELETE /v2.0/ports/6c6cbcfe-86d7-4560-a87e-f5461eb7fdce => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1229] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:53:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1230] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:13 2026] DELETE /v2.0/ports/195cae0a-4989-45f7-868e-6bed31510f5b => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1231] 10.0.0.86 () {32 vars in 783 bytes} [Sat May 9 22:53:13 2026] GET /v2.0/subnets?network_id=861f689c-32f3-4ce5-877c-d5781415483b&cidr=10.100.0.0%2F28 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1232] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:53:13 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:13.587 8 WARNING neutron_lib.context [None req-7e2b165e-fa3a-497f-89d0-3b275a8051ba 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1233] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:13 2026] POST /v2.0/subnets => generated 656 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:13.802 8 WARNING neutron_lib.context [None req-a2f9b9e8-ef9a-4226-805a-97bce0b047b0 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:13.842 8 INFO neutron.db.segments_db [None req-a2f9b9e8-ef9a-4226-805a-97bce0b047b0 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Added segment a177ad09-17d2-4077-a077-d01fd2f1cb70 of type vxlan for network 61eab687-de8d-4acb-86cc-f55383f745b9 [pid: 8|app: 0|req: 607/1234] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:13 2026] POST /v2.0/networks => generated 649 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:13.930 8 WARNING neutron_lib.context [None req-36966016-c8e9-48bd-96ad-e674b6dd9aa8 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 608/1235] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:13 2026] POST /v2.0/subnets => generated 673 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1236] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:13 2026] PUT /v2.0/routers/eb92b297-e451-42bf-8824-9db6b25e4c84/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:14.381 7 WARNING neutron_lib.context [None req-59f8fa1c-79ad-4edc-9063-152d121b95a7 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:14.428 7 INFO neutron.db.segments_db [None req-59f8fa1c-79ad-4edc-9063-152d121b95a7 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Added segment fdfcccbd-4eea-4b6c-97b2-19a1a48b99a9 of type vxlan for network e92a4d82-4c77-4901-b884-deb068a1fc85 [pid: 7|app: 0|req: 629/1237] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:14 2026] POST /v2.0/networks => generated 650 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:14.526 7 WARNING neutron_lib.context [None req-5a68d335-e0c7-4721-81d4-a64c927629a6 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:14.587 7 INFO neutron.db.segments_db [None req-5a68d335-e0c7-4721-81d4-a64c927629a6 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] Added segment 27214862-5508-4486-9094-41318350dbe9 of type vxlan for network 44523792-6bf4-4850-a8c6-6fe0e13f2809 [pid: 7|app: 0|req: 630/1238] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:14 2026] POST /v2.0/networks => generated 648 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:14.676 7 WARNING neutron_lib.context [None req-13e20e15-ce57-4502-9eb2-6383e48191e4 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:14.694 7 WARNING neutron_lib.context [None req-13e20e15-ce57-4502-9eb2-6383e48191e4 0e0a7bec454348da9cdbca9d04ad176a edbf4d9a67a84736a7e330bc43d3d65e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 631/1239] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:14 2026] POST /v2.0/subnets => generated 1274 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1240] 10.0.0.86 () {34 vars in 742 bytes} [Sat May 9 22:53:15 2026] PUT /v2.0/networks/44523792-6bf4-4850-a8c6-6fe0e13f2809 => generated 592 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1241] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:53:15 2026] GET /v2.0/subnets => generated 1910 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:15.325 7 WARNING neutron_lib.context [None req-8252a0b0-4181-4300-b901-e05338445e38 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 609/1242] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:14 2026] PUT /v2.0/routers/00c5c45c-d6b1-4d1f-a75f-9325b148e82f/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1243] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:15 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1244] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:53:15 2026] GET /v2.0/networks?id=ef93d584-07b0-4c1e-9a91-02a9e6498be7 => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1245] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:15 2026] DELETE /v2.0/subnets/e46f12e3-0c3a-49c3-a681-b2cde08f1deb => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1246] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:53:15 2026] GET /v2.0/networks => generated 9462 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1247] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:53:15 2026] GET /v2.0/quotas/998aa7674a204463985ad1e49a288764 => 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: 611/1248] 10.0.0.86 () {34 vars in 740 bytes} [Sat May 9 22:53:15 2026] PUT /v2.0/subnets/90dc8f9d-a8f7-44e3-bead-ba4801134bad => generated 656 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1249] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:53:15 2026] GET /v2.0/subnets => generated 5881 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1250] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:53:15 2026] GET /v2.0/ports?tenant_id=998aa7674a204463985ad1e49a288764&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1251] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:15 2026] DELETE /v2.0/subnets/4ccc8463-f1e8-47c5-8487-82ffa183161f => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1252] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:53:15 2026] GET /v2.0/routers => generated 1466 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1253] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/subnets => generated 649 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:16.160 8 INFO neutron.services.segments.plugin [-] Segment 27214862-5508-4486-9094-41318350dbe9 resource provider aggregate not found 2026-05-09 22:53:16.165 8 INFO neutron.services.segments.plugin [-] Segment 27214862-5508-4486-9094-41318350dbe9 resource provider aggregate not found [pid: 7|app: 0|req: 641/1254] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/networks/ef93d584-07b0-4c1e-9a91-02a9e6498be7?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:16.174 8 INFO neutron.services.segments.plugin [-] Segment 27214862-5508-4486-9094-41318350dbe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27214862-5508-4486-9094-41318350dbe9 found for delete ", "request_id": "req-79dcd874-df38-45a5-ab82-635659794e97"}]} 2026-05-09 22:53:16.183 8 INFO neutron.services.segments.plugin [-] Segment 27214862-5508-4486-9094-41318350dbe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27214862-5508-4486-9094-41318350dbe9 found for delete ", "request_id": "req-c00e0f76-146d-490f-9e3a-6b69d3b46adf"}]} [pid: 8|app: 0|req: 614/1255] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:15 2026] DELETE /v2.0/networks/44523792-6bf4-4850-a8c6-6fe0e13f2809 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:16.199 8 WARNING neutron_lib.context [None req-a06a524e-afcf-4dbf-9b15-083c2ad50902 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 615/1256] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:53:16 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) [pid: 8|app: 0|req: 616/1257] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/networks/ef93d584-07b0-4c1e-9a91-02a9e6498be7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:16.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1e4a9c2-cae8-42a1-84e7-9ebc131c37ff 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 617/1258] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:16 2026] DELETE /v2.0/networks/44523792-6bf4-4850-a8c6-6fe0e13f2809 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:16.379 8 WARNING neutron_lib.context [None req-f2a95876-2d36-459f-adea-ea9deb678c23 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:16.466 7 INFO neutron.services.segments.plugin [-] Segment fdfcccbd-4eea-4b6c-97b2-19a1a48b99a9 resource provider aggregate not found 2026-05-09 22:53:16.469 7 INFO neutron.services.segments.plugin [-] Segment fdfcccbd-4eea-4b6c-97b2-19a1a48b99a9 resource provider aggregate not found 2026-05-09 22:53:16.483 7 INFO neutron.services.segments.plugin [-] Segment fdfcccbd-4eea-4b6c-97b2-19a1a48b99a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdfcccbd-4eea-4b6c-97b2-19a1a48b99a9 found for delete ", "request_id": "req-04879b4d-0967-47d4-bd6c-1db268ce6cd6"}]} 2026-05-09 22:53:16.494 7 INFO neutron.services.segments.plugin [-] Segment fdfcccbd-4eea-4b6c-97b2-19a1a48b99a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdfcccbd-4eea-4b6c-97b2-19a1a48b99a9 found for delete ", "request_id": "req-814183de-d2e9-4a08-bf1c-98590ed11b41"}]} [pid: 7|app: 0|req: 642/1259] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:16 2026] DELETE /v2.0/networks/e92a4d82-4c77-4901-b884-deb068a1fc85 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1260] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1261] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1262] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:16.571 7 WARNING neutron_lib.context [None req-1c2af8de-30f7-4fb4-a8a9-a9bcd9f9bed4 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 619/1263] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:16 2026] DELETE /v2.0/networks/61eab687-de8d-4acb-86cc-f55383f745b9 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1264] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/subnets?network_id=861f689c-32f3-4ce5-877c-d5781415483b => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1265] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1266] 10.0.0.86 () {32 vars in 652 bytes} [Sat May 9 22:53:16 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-05-09 22:53:16.718 7 WARNING neutron_lib.context [None req-276f5552-7780-46b9-80d8-3a42df7e3882 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 621/1269] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:16 2026] DELETE /v2.0/networks/6b087b5f-e010-49df-8a79-55f147788188 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1270] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1271] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/networks => generated 1310 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:16.897 8 WARNING neutron_lib.context [None req-537a8314-18b5-40d4-9210-c441261489fd 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 650/1272] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:16 2026] DELETE /v2.0/networks/8d3a6c57-a43f-4a44-b9e0-ea3b4ab3fe8e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1273] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:16 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: 651/1274] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:53:16 2026] GET /v2.0/subnets => generated 1312 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:17.033 8 WARNING neutron_lib.context [None req-88237a62-fd5b-4ba7-8157-3136f2015993 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 652/1275] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:53:17 2026] GET /v2.0/networks/54300039-8b16-46ee-be21-9fcdb9cbfd7e => generated 670 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:17.080 8 INFO neutron.db.securitygroups_db [None req-88237a62-fd5b-4ba7-8157-3136f2015993 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Project f27644fd6f2a458ea78dde300900e995 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: 653/1276] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:53:17 2026] GET /v2.0/subnets/36e62691-bbcf-4739-8584-bd115322694e => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:17.131 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fd40766-ccb1-48f6-8020-91f37f8289cf 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1277] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:17 2026] DELETE /v2.0/subnets/90dc8f9d-a8f7-44e3-bead-ba4801134bad => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:17.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ffcc346-85c2-466d-b3e1-6de040941e64 0f3cdd0a0b3a4bd4b918c518d38b57a0 19216265740d4784a8b91fe4664c41d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1278] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:17 2026] DELETE /v2.0/networks/44523792-6bf4-4850-a8c6-6fe0e13f2809 => 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: 624/1279] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:17.181 8 WARNING neutron_lib.context [None req-bf259e6b-c9fc-4db8-84ad-87e7c574df1c 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:17.219 8 INFO neutron.db.securitygroups_db [None req-bf259e6b-c9fc-4db8-84ad-87e7c574df1c 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Project f27644fd6f2a458ea78dde300900e995 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: 625/1280] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1281] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:17 2026] DELETE /v2.0/subnets/36e62691-bbcf-4739-8584-bd115322694e => 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: 626/1282] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:17 2026] DELETE /v2.0/networks/54300039-8b16-46ee-be21-9fcdb9cbfd7e => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1283] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:17 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => 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: 657/1284] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:17 2026] GET /v2.0/security-groups?tenant_id=edbf4d9a67a84736a7e330bc43d3d65e&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: 658/1285] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:17 2026] DELETE /v2.0/security-groups/09799356-7d35-4766-9e51-f4f82bdf00d7 => 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: 628/1286] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:53:17 2026] GET /v2.0/networks => generated 1298 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1287] 10.0.0.18 () {34 vars in 1099 bytes} [Sat May 9 22:53:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1886854401&fields=id&tenant_id=f27644fd6f2a458ea78dde300900e995 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1288] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1289] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/quotas/f27644fd6f2a458ea78dde300900e995 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1290] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&fields=id => generated 103 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:18.195 8 INFO neutron.services.segments.plugin [-] Segment a177ad09-17d2-4077-a077-d01fd2f1cb70 resource provider aggregate not found 2026-05-09 22:53:18.204 8 INFO neutron.services.segments.plugin [-] Segment a177ad09-17d2-4077-a077-d01fd2f1cb70 resource provider aggregate not found 2026-05-09 22:53:18.216 8 INFO neutron.services.segments.plugin [-] Segment a177ad09-17d2-4077-a077-d01fd2f1cb70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a177ad09-17d2-4077-a077-d01fd2f1cb70 found for delete ", "request_id": "req-1a861906-d817-441f-8c91-c3296e4db56a"}]} 2026-05-09 22:53:18.219 8 INFO neutron.services.segments.plugin [-] Segment a177ad09-17d2-4077-a077-d01fd2f1cb70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a177ad09-17d2-4077-a077-d01fd2f1cb70 found for delete ", "request_id": "req-217d0d84-0989-47b5-95e6-ecc7c567bedd"}]} 2026-05-09 22:53:18.230 8 INFO neutron.services.segments.plugin [-] Segment 98361994-c14f-4636-b459-6914394cb6e6 resource provider aggregate not found 2026-05-09 22:53:18.234 8 INFO neutron.services.segments.plugin [-] Segment 98361994-c14f-4636-b459-6914394cb6e6 resource provider aggregate not found [pid: 8|app: 0|req: 631/1291] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:18.245 8 INFO neutron.services.segments.plugin [-] Segment 98361994-c14f-4636-b459-6914394cb6e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98361994-c14f-4636-b459-6914394cb6e6 found for delete ", "request_id": "req-02f566b3-af1b-480c-b18b-6b195ed0b2ac"}]} 2026-05-09 22:53:18.248 8 INFO neutron.services.segments.plugin [-] Segment 98361994-c14f-4636-b459-6914394cb6e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98361994-c14f-4636-b459-6914394cb6e6 found for delete ", "request_id": "req-0defc027-9200-4f1c-b5f8-f12338213a4b"}]} 2026-05-09 22:53:18.259 8 INFO neutron.services.segments.plugin [-] Segment 807846bd-872d-4d4b-92cf-d6dec238f32e resource provider aggregate not found 2026-05-09 22:53:18.270 8 INFO neutron.services.segments.plugin [-] Segment 807846bd-872d-4d4b-92cf-d6dec238f32e resource provider aggregate not found 2026-05-09 22:53:18.278 8 INFO neutron.services.segments.plugin [-] Segment 807846bd-872d-4d4b-92cf-d6dec238f32e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 807846bd-872d-4d4b-92cf-d6dec238f32e found for delete ", "request_id": "req-7757dfb0-ab67-45a3-be36-c8d29e8df7e5"}]} 2026-05-09 22:53:18.291 8 INFO neutron.services.segments.plugin [-] Segment 807846bd-872d-4d4b-92cf-d6dec238f32e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 807846bd-872d-4d4b-92cf-d6dec238f32e found for delete ", "request_id": "req-53448f24-d3f4-4fe5-b060-b47b52b52f5e"}]} [pid: 8|app: 0|req: 632/1292] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?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: 661/1293] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/security-groups?tenant_id=19216265740d4784a8b91fe4664c41d3&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1294] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:18 2026] DELETE /v2.0/security-groups/b42b3320-1b53-4396-b499-981c6942579f => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1295] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 634/1296] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:18 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:19.525 7 INFO neutron.services.segments.plugin [-] Segment de713860-bd95-44d6-bc78-ccadae2a5eee resource provider aggregate not found 2026-05-09 22:53:19.529 7 INFO neutron.services.segments.plugin [-] Segment de713860-bd95-44d6-bc78-ccadae2a5eee resource provider aggregate not found [pid: 7|app: 0|req: 663/1297] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:19 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:19.804 7 INFO neutron.services.segments.plugin [-] Segment de713860-bd95-44d6-bc78-ccadae2a5eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de713860-bd95-44d6-bc78-ccadae2a5eee found for delete ", "request_id": "req-18870617-bfd7-4587-9c44-d900d51136d2"}]} 2026-05-09 22:53:19.805 7 INFO neutron.services.segments.plugin [-] Segment de713860-bd95-44d6-bc78-ccadae2a5eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de713860-bd95-44d6-bc78-ccadae2a5eee found for delete ", "request_id": "req-53f92015-adb8-4b77-9a8c-863379b8afb7"}]} [pid: 7|app: 0|req: 664/1298] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:19 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:19.882 8 WARNING neutron_lib.context [None req-3d92285b-7cef-4ad6-829d-55bd3b855102 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:20.048 8 INFO neutron.db.segments_db [None req-3d92285b-7cef-4ad6-829d-55bd3b855102 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Added segment aeaee3cc-ca87-45e1-b952-0d2c7921d39d of type vxlan for network b1191e4d-b96e-4939-9545-ed0aa4b92f3f [pid: 8|app: 0|req: 635/1299] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:19 2026] POST /v2.0/networks => generated 648 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:20.151 8 WARNING neutron_lib.context [None req-b4b9ebeb-bf62-4400-9f66-1137d3c16c41 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:20.160 7 WARNING neutron_lib.context [None req-cabfd20d-9501-4643-a30a-91978eb45990 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:20.306 7 INFO neutron.db.segments_db [None req-cabfd20d-9501-4643-a30a-91978eb45990 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment 6ca67995-fb66-4574-8557-29816d2fc0c9 of type vxlan for network a303c672-536b-455b-8191-9f9551b94183 [pid: 8|app: 0|req: 636/1300] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:53:20 2026] POST /v2.0/ports => generated 779 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:53:20.405 8 WARNING neutron_lib.context [None req-096cf81b-cd61-4ab6-92f0-9d250e3e60ba fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:20.457 8 INFO neutron.db.segments_db [None req-096cf81b-cd61-4ab6-92f0-9d250e3e60ba fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Added segment a6b6041a-96e9-46bd-bd87-3c680320256f of type vxlan for network 5ed8aa66-111b-440e-9e26-b353129dcaa1 [pid: 8|app: 0|req: 637/1301] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:20 2026] POST /v2.0/networks => generated 636 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:20.550 8 WARNING neutron_lib.context [None req-e260c082-3dce-4b42-9cb6-816a331c8807 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 665/1302] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:20 2026] POST /v2.0/networks => generated 633 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1303] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:20 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:20.736 7 WARNING neutron_lib.context [None req-981830ba-a6b0-430a-867a-a2e7a690d15f 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:20.781 7 INFO neutron.db.segments_db [None req-981830ba-a6b0-430a-867a-a2e7a690d15f 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment 530194ff-1ac4-45d5-bb28-869e578c7f41 of type vxlan for network c5031ce1-4832-4711-97c7-c70f225d09bb [pid: 8|app: 0|req: 638/1304] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:20 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1305] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:53:20 2026] GET /v2.0/networks?id=ef93d584-07b0-4c1e-9a91-02a9e6498be7 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:20.848 8 WARNING neutron_lib.context [None req-1dfd106a-9f23-4520-9e0d-f4fed4d70c68 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 667/1306] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:20 2026] POST /v2.0/networks => generated 634 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:20.866 7 WARNING neutron_lib.context [req-ba50b95f-97e0-4406-b77c-5c141cb49a65 req-cb004968-2c88-4d42-9786-ec71d2d51f5b 8e7258010c044ee7a697f54137ae782d 998aa7674a204463985ad1e49a288764 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 640/1307] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:53:20 2026] POST /v2.0/ports => generated 965 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:53:21.224 8 WARNING neutron_lib.context [None req-3d400b4e-055f-4c29-b214-822cc7fa299f 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 668/1308] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:53:20 2026] POST /v2.0/ports => generated 958 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 669/1309] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:21 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 961 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1310] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:21 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1311] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:21 2026] DELETE /v2.0/ports/c480dd3f-c7ab-4652-b5fe-c454edaa0119 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1312] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:21 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:21.676 7 WARNING neutron_lib.context [None req-7c83a5a2-7d40-421c-849d-fc20d75380c6 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 642/1313] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:53:21 2026] PUT /v2.0/ports/524432c3-8352-4040-a72c-ab21f1e9f1cc => generated 1239 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1314] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:21 2026] POST /v2.0/subnets => generated 655 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:53:21.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88a566b3-0d94-4723-84db-dc7510d838de fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 643/1315] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:21 2026] DELETE /v2.0/ports/c480dd3f-c7ab-4652-b5fe-c454edaa0119 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:21.946 8 WARNING neutron_lib.context [None req-bce4e372-c26c-43eb-a3cb-a5016a4ec35a 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 673/1316] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:21 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:21.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d64d6f2b-06f2-436a-ac4b-aaf2a349862f fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1317] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:21 2026] GET /v2.0/ports/c480dd3f-c7ab-4652-b5fe-c454edaa0119 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:21.974 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b8e5391-4012-4eb8-aae3-c289c2e495bd'] response: {'name': 'network-changed', 'server_uuid': 'af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3', 'tag': '524432c3-8352-4040-a72c-ab21f1e9f1cc', 'status': 'completed', 'code': 200} 2026-05-09 22:53:21.991 8 INFO neutron.db.segments_db [None req-bce4e372-c26c-43eb-a3cb-a5016a4ec35a 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment 8b2601c9-6b4c-4a51-9dc5-6214e461a890 of type vxlan for network 72ea263c-8e79-49bb-a7bd-04f447595f27 [pid: 7|app: 0|req: 675/1318] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:21 2026] DELETE /v2.0/subnets/d82b938a-0ac9-41a1-b5c8-d82ae32d28ce => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:22.248 8 INFO neutron.db.l3_hamode_db [None req-bce4e372-c26c-43eb-a3cb-a5016a4ec35a 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:22.355 8 INFO neutron.db.l3_hamode_db [None req-bce4e372-c26c-43eb-a3cb-a5016a4ec35a 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:22.465 7 INFO neutron.services.segments.plugin [-] Segment a6b6041a-96e9-46bd-bd87-3c680320256f resource provider aggregate not found 2026-05-09 22:53:22.469 7 INFO neutron.services.segments.plugin [-] Segment a6b6041a-96e9-46bd-bd87-3c680320256f resource provider aggregate not found [pid: 7|app: 0|req: 676/1319] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:22 2026] DELETE /v2.0/networks/5ed8aa66-111b-440e-9e26-b353129dcaa1 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:22.487 7 INFO neutron.services.segments.plugin [-] Segment a6b6041a-96e9-46bd-bd87-3c680320256f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6b6041a-96e9-46bd-bd87-3c680320256f found for delete ", "request_id": "req-7dda6578-c53c-4217-abb9-7c5294966dad"}]} 2026-05-09 22:53:22.488 7 INFO neutron.services.segments.plugin [-] Segment a6b6041a-96e9-46bd-bd87-3c680320256f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6b6041a-96e9-46bd-bd87-3c680320256f found for delete ", "request_id": "req-bf4f53e7-d621-4840-87cd-4f2343a93534"}]} 2026-05-09 22:53:22.492 7 WARNING neutron_lib.context [None req-c6589987-4085-4d33-8b8b-f6edef172ea7 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:22.590 7 INFO neutron.db.segments_db [None req-c6589987-4085-4d33-8b8b-f6edef172ea7 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Added segment c54bfcdd-df77-4b18-b449-0960776360d6 of type vxlan for network 51341d64-34a2-4ac8-834a-8ded46bbe213 [pid: 7|app: 0|req: 677/1320] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:22 2026] POST /v2.0/networks => generated 635 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1321] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:53:22 2026] GET /v2.0/ports?tenant_id=998aa7674a204463985ad1e49a288764&device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:22.729 7 WARNING neutron_lib.context [None req-dc5fecba-90f1-43d1-953a-5a5e4a9fc081 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 679/1322] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:22 2026] POST /v2.0/subnets => generated 646 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1323] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:21 2026] POST /v2.0/routers => generated 511 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1324] 199.204.45.235 () {34 vars in 1018 bytes} [Sat May 9 22:53:23 2026] GET /v2.0/networks?tenant_id=998aa7674a204463985ad1e49a288764&shared=False => generated 774 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1325] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:23 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1326] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:23 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:23.152 8 WARNING neutron_lib.context [None req-b6a330b8-fef2-435a-b662-9af42aa98f51 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 681/1327] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:53:23 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1328] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:53:23 2026] POST /v2.0/ports => generated 924 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1329] 199.204.45.235 () {34 vars in 930 bytes} [Sat May 9 22:53:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1330] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:23 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1331] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:53:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f27644fd6f2a458ea78dde300900e995 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1332] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:23 2026] DELETE /v2.0/ports/8ae86414-604d-45eb-8edd-d6b8b694aab7 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:23.790 8 WARNING neutron_lib.context [req-b30685d6-bef5-43c8-b3c2-086d549815c9 req-622f4a96-aeb4-49f1-bda6-9dc7ffda9b45 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 652/1333] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:53:23 2026] POST /v2.0/ports => generated 958 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:53:24.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eddde10d-054a-4ea3-838e-9c54521245c8 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1334] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:24 2026] GET /v2.0/ports/8ae86414-604d-45eb-8edd-d6b8b694aab7 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1335] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:23 2026] PUT /v2.0/routers/780c78d0-af78-4752-a3ec-609af745b2d4/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1336] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:24 2026] DELETE /v2.0/subnets/eac2a344-020b-430d-a72e-c77408c47c44 => 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: 684/1337] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:24 2026] GET /v2.0/ports/dc3082c2-d991-48b9-b060-930cadbae5f6 => generated 959 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1338] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:24 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1339] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:53:24 2026] PUT /v2.0/ports/23122124-3ed9-49c5-83dd-82232be2c3bc => generated 1239 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:53:24.776 7 INFO neutron.services.segments.plugin [-] Segment c54bfcdd-df77-4b18-b449-0960776360d6 resource provider aggregate not found 2026-05-09 22:53:24.785 7 INFO neutron.services.segments.plugin [-] Segment c54bfcdd-df77-4b18-b449-0960776360d6 resource provider aggregate not found 2026-05-09 22:53:24.795 7 INFO neutron.services.segments.plugin [-] Segment c54bfcdd-df77-4b18-b449-0960776360d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c54bfcdd-df77-4b18-b449-0960776360d6 found for delete ", "request_id": "req-81d67c75-478b-4c2c-bb41-e4c84a64440c"}]} 2026-05-09 22:53:24.804 7 INFO neutron.services.segments.plugin [-] Segment c54bfcdd-df77-4b18-b449-0960776360d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c54bfcdd-df77-4b18-b449-0960776360d6 found for delete ", "request_id": "req-f8d7755e-cf32-4a92-80e5-84b8a7b177a2"}]} [pid: 7|app: 0|req: 686/1340] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:24 2026] DELETE /v2.0/networks/51341d64-34a2-4ac8-834a-8ded46bbe213 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1341] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:53:24 2026] GET /v2.0/ports?tenant_id=998aa7674a204463985ad1e49a288764&device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1342] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:24 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:24.943 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd7d8979-b9c1-40f8-8f33-3b2c22db1a17'] response: {'name': 'network-changed', 'server_uuid': '589a54e2-e3ce-40ed-9f2a-b65e86a69f94', 'tag': '23122124-3ed9-49c5-83dd-82232be2c3bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 689/1343] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:24 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:24.950 7 WARNING neutron_lib.context [None req-b7543376-250d-4470-8262-77b31e008dbf fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 690/1344] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:53:24 2026] POST /v2.0/ports => generated 778 bytes in 309 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: 691/1345] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=524432c3-8352-4040-a72c-ab21f1e9f1cc => 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: 692/1346] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1347] 10.0.0.86 () {34 vars in 736 bytes} [Sat May 9 22:53:25 2026] PUT /v2.0/ports/f3b361c2-cac8-42cd-bf2a-2305bc46286a => generated 752 bytes in 187 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: 694/1348] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/subnets?id=ca58dffa-927c-425e-80f2-77e5fd65ee41 => generated 696 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1349] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1350] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:25 2026] DELETE /v2.0/ports/f3b361c2-cac8-42cd-bf2a-2305bc46286a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1351] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/ports?network_id=ef93d584-07b0-4c1e-9a91-02a9e6498be7&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1352] 199.204.45.235 () {34 vars in 1018 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/networks?tenant_id=f27644fd6f2a458ea78dde300900e995&shared=False => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1353] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:53:25 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: 700/1354] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/networks/ef93d584-07b0-4c1e-9a91-02a9e6498be7?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: 655/1355] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:24 2026] PUT /v2.0/routers/780c78d0-af78-4752-a3ec-609af745b2d4/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1356] 199.204.45.235 () {34 vars in 930 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:25.894 8 INFO neutron.pecan_wsgi.hooks.translation [None req-902dccee-9ed4-407b-a87c-94ff5a78c05b fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1357] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/ports/f3b361c2-cac8-42cd-bf2a-2305bc46286a => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1358] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/networks/ef93d584-07b0-4c1e-9a91-02a9e6498be7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1359] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/ports/b79c147c-43ab-4d94-944a-0b154ee92fe8 => generated 967 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1360] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/ports => generated 782 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1361] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:25 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1362] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:26 2026] GET /v2.0/ports/d50af14a-374a-40ab-9bf0-1b2c06c9aad1 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1363] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:26 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:26.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c6688d0-dfdd-4e8d-82da-f0dd3df173d7 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 661/1364] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:26 2026] DELETE /v2.0/ports/8ae86414-604d-45eb-8edd-d6b8b694aab7 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:26.187 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72afb745-c671-427b-8b54-eb62faa2ee4a fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 662/1365] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:26 2026] DELETE /v2.0/subnets/eac2a344-020b-430d-a72e-c77408c47c44 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:26.203 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59e8d048-9ba6-461d-8b2b-fa5d11ca2627 fda2813bf4e74360a03bb71e2f866b8f ef35ffa5ce4147c1b14b1b550c7720b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 663/1366] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:26 2026] DELETE /v2.0/subnets/d82b938a-0ac9-41a1-b5c8-d82ae32d28ce => 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: 664/1367] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:53:26 2026] DELETE /v2.0/ports/d50af14a-374a-40ab-9bf0-1b2c06c9aad1 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1368] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:26 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:26.586 8 INFO neutron.services.segments.plugin [-] Segment aeaee3cc-ca87-45e1-b952-0d2c7921d39d resource provider aggregate not found 2026-05-09 22:53:26.592 8 INFO neutron.services.segments.plugin [-] Segment aeaee3cc-ca87-45e1-b952-0d2c7921d39d resource provider aggregate not found 2026-05-09 22:53:26.595 8 INFO neutron.services.segments.plugin [-] Segment aeaee3cc-ca87-45e1-b952-0d2c7921d39d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeaee3cc-ca87-45e1-b952-0d2c7921d39d found for delete ", "request_id": "req-b954faf5-d75f-4e11-8b6f-03648ba1cb66"}]} 2026-05-09 22:53:26.607 8 INFO neutron.services.segments.plugin [-] Segment aeaee3cc-ca87-45e1-b952-0d2c7921d39d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aeaee3cc-ca87-45e1-b952-0d2c7921d39d found for delete ", "request_id": "req-97bc2c7f-0d78-445d-a905-245fe147356e"}]} [pid: 8|app: 0|req: 666/1369] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:26 2026] DELETE /v2.0/networks/b1191e4d-b96e-4939-9545-ed0aa4b92f3f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1370] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:26 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1371] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:25 2026] PUT /v2.0/routers/780c78d0-af78-4752-a3ec-609af745b2d4/remove_router_interface => generated 309 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1372] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:53:26 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1373] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:53:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=23122124-3ed9-49c5-83dd-82232be2c3bc => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1374] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:53:26 2026] GET /v2.0/subnets?id=97ce1c32-ac72-4b69-8913-84e6127e43db => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1375] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/ports?network_id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1376] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?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: 710/1377] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?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: 711/1378] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 712/1379] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/security-groups?tenant_id=ef35ffa5ce4147c1b14b1b550c7720b5&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1380] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&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: 714/1381] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:27 2026] DELETE /v2.0/security-groups/650fa280-cecb-41a4-b6f8-9c51e98f85dd => 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: 668/1382] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:26 2026] PUT /v2.0/routers/780c78d0-af78-4752-a3ec-609af745b2d4/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1383] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/ports?device_id=780c78d0-af78-4752-a3ec-609af745b2d4 => 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: 716/1384] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1385] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:27 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&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-05-09 22:53:28.158 8 INFO neutron.db.l3_hamode_db [None req-f611e831-2a41-47f6-b59a-b4edb1e32017 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] HA network 72ea263c-8e79-49bb-a7bd-04f447595f27 was deleted as no HA routers are present in tenant 7f66a354f50d4b3282177f110a687c7b. [pid: 8|app: 0|req: 669/1386] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:27 2026] DELETE /v2.0/routers/780c78d0-af78-4752-a3ec-609af745b2d4 => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1387] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:28 2026] DELETE /v2.0/subnets/5b9630f8-e835-4ae5-a21a-1595d2e6c124 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1388] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:28 2026] DELETE /v2.0/subnets/a93c27d3-d841-4329-9dbd-429df421d925 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1389] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:28 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 720/1390] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:28 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:28.614 8 INFO neutron.services.segments.plugin [-] Segment 8b2601c9-6b4c-4a51-9dc5-6214e461a890 resource provider aggregate not found 2026-05-09 22:53:28.619 8 INFO neutron.services.segments.plugin [-] Segment 8b2601c9-6b4c-4a51-9dc5-6214e461a890 resource provider aggregate not found 2026-05-09 22:53:28.630 8 INFO neutron.services.segments.plugin [-] Segment 8b2601c9-6b4c-4a51-9dc5-6214e461a890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2601c9-6b4c-4a51-9dc5-6214e461a890 found for delete ", "request_id": "req-f34c3252-c511-42a1-9294-a5dd1e5cfa89"}]} 2026-05-09 22:53:28.631 8 INFO neutron.services.segments.plugin [-] Segment 8b2601c9-6b4c-4a51-9dc5-6214e461a890 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2601c9-6b4c-4a51-9dc5-6214e461a890 found for delete ", "request_id": "req-03d41a6f-1af6-4c3d-b4e6-a5f9f7ed3603"}]} [pid: 8|app: 0|req: 671/1391] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:28 2026] DELETE /v2.0/networks/c5031ce1-4832-4711-97c7-c70f225d09bb => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1392] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:28 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1393] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:29 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:29.049 7 INFO neutron.services.segments.plugin [-] Segment 6ca67995-fb66-4574-8557-29816d2fc0c9 resource provider aggregate not found 2026-05-09 22:53:29.056 7 INFO neutron.services.segments.plugin [-] Segment 6ca67995-fb66-4574-8557-29816d2fc0c9 resource provider aggregate not found 2026-05-09 22:53:29.070 7 INFO neutron.services.segments.plugin [-] Segment 6ca67995-fb66-4574-8557-29816d2fc0c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca67995-fb66-4574-8557-29816d2fc0c9 found for delete ", "request_id": "req-b8287c6b-7fe5-4af1-85d8-274c0de60b46"}]} 2026-05-09 22:53:29.071 7 INFO neutron.services.segments.plugin [-] Segment 6ca67995-fb66-4574-8557-29816d2fc0c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ca67995-fb66-4574-8557-29816d2fc0c9 found for delete ", "request_id": "req-fedf238f-0d4c-46be-9104-f3e6a72218c7"}]} [pid: 7|app: 0|req: 721/1394] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:28 2026] DELETE /v2.0/networks/a303c672-536b-455b-8191-9f9551b94183 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:29.096 8 WARNING neutron_lib.context [None req-b958969d-179f-46a4-bad2-93010d139619 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:29.148 8 INFO neutron.db.segments_db [None req-b958969d-179f-46a4-bad2-93010d139619 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment 6910768e-b4d0-42c4-b854-a024b9f68c0d of type vxlan for network 76a2ff99-2d91-466a-b000-e37eb0ffbc3a [pid: 8|app: 0|req: 674/1395] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:29 2026] POST /v2.0/networks => generated 633 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:29.249 8 WARNING neutron_lib.context [None req-5b1f2f0e-730e-4686-90d0-1a819238b8bf 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:29.266 7 WARNING neutron_lib.context [None req-cc66efef-e542-4af3-823a-327edabbd15a 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:29.403 7 INFO neutron.db.segments_db [None req-cc66efef-e542-4af3-823a-327edabbd15a 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment f835623e-51f5-46e2-92f4-cb8cec63c8bb of type vxlan for network acd237e1-f28c-445b-9503-b9de1ef1070f [pid: 8|app: 0|req: 675/1396] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:29 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1397] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:29 2026] POST /v2.0/networks => generated 630 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:29.508 8 WARNING neutron_lib.context [None req-dd0bf9ed-1790-4f7e-ae4c-7c43d5ca0ea6 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:29.510 7 WARNING neutron_lib.context [None req-116be47c-c881-48d9-9e2d-c90fd8e97768 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:29.544 8 INFO neutron.db.segments_db [None req-dd0bf9ed-1790-4f7e-ae4c-7c43d5ca0ea6 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment 37b01ca3-50e7-4637-8243-6c15fb3af07f of type vxlan for network fad2b0da-dd57-491b-85c1-6c8e7c69b091 2026-05-09 22:53:29.569 7 INFO neutron.db.segments_db [None req-116be47c-c881-48d9-9e2d-c90fd8e97768 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment 6c710a84-880a-48b7-b33c-98978987275d of type vxlan for network f3b95434-905b-4bf6-beab-615ec9469de6 [pid: 7|app: 0|req: 723/1398] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:29 2026] POST /v2.0/networks => generated 630 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1399] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:29 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:29.757 7 WARNING neutron_lib.context [None req-c5c7dd77-5e32-4918-8b58-1652e0441238 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:29.795 8 INFO neutron.db.l3_hamode_db [None req-dd0bf9ed-1790-4f7e-ae4c-7c43d5ca0ea6 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:29.898 8 INFO neutron.db.l3_hamode_db [None req-dd0bf9ed-1790-4f7e-ae4c-7c43d5ca0ea6 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 725/1400] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:29 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1401] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:29 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:30.033 7 WARNING neutron_lib.context [None req-1279e011-ade5-4e55-817d-c8e02c03d5e0 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 727/1402] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:30 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1403] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:30 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:30.360 7 WARNING neutron_lib.context [None req-c3e4c5a8-13ce-4e21-8f36-952b706aa7aa 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:30.405 7 INFO neutron.db.segments_db [None req-c3e4c5a8-13ce-4e21-8f36-952b706aa7aa 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment 08902d66-f40a-44fa-8f27-9b31cc7dc072 of type vxlan for network e6fe7d1d-3259-43c9-b3c6-4fef506a9148 [pid: 8|app: 0|req: 676/1404] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:29 2026] POST /v2.0/routers => generated 510 bytes in 944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1405] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:30 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:30.476 8 WARNING neutron_lib.context [None req-0597a03a-351f-43e5-b859-e16a888191b6 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:30.653 8 INFO neutron.services.segments.plugin [-] Segment 530194ff-1ac4-45d5-bb28-869e578c7f41 resource provider aggregate not found 2026-05-09 22:53:30.657 8 INFO neutron.services.segments.plugin [-] Segment 530194ff-1ac4-45d5-bb28-869e578c7f41 resource provider aggregate not found 2026-05-09 22:53:30.664 8 INFO neutron.services.segments.plugin [-] Segment 530194ff-1ac4-45d5-bb28-869e578c7f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530194ff-1ac4-45d5-bb28-869e578c7f41 found for delete ", "request_id": "req-91bdfa29-6fbe-4538-9143-3c3d6fcb507a"}]} 2026-05-09 22:53:30.672 8 INFO neutron.services.segments.plugin [-] Segment 530194ff-1ac4-45d5-bb28-869e578c7f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530194ff-1ac4-45d5-bb28-869e578c7f41 found for delete ", "request_id": "req-4ad5da9c-9b3d-4045-be60-24a98ac0daed"}]} 2026-05-09 22:53:30.700 7 INFO neutron.db.l3_hamode_db [None req-c3e4c5a8-13ce-4e21-8f36-952b706aa7aa 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:30.819 7 INFO neutron.db.l3_hamode_db [None req-c3e4c5a8-13ce-4e21-8f36-952b706aa7aa 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 678/1406] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:53:30 2026] POST /v2.0/ports => generated 964 bytes in 359 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: 729/1407] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:30 2026] POST /v2.0/routers => generated 507 bytes in 1209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1408] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:31 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 731/1409] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:31 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1410] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:30 2026] PUT /v2.0/routers/ccfe3509-7d80-434d-9654-84656238c16f/add_router_interface => generated 309 bytes in 1262 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: 680/1411] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:32 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&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: 681/1412] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:32 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&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: 684/1415] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:32 2026] GET /v2.0/ports/ad5ce391-cc42-45b2-a74e-327d9ac1e5bc => generated 1038 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1416] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:31 2026] PUT /v2.0/routers/7e5d0df9-c189-4646-b95e-ff44bf707923/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1417] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:32 2026] GET /v2.0/ports/608d8b4a-714d-4ea8-b4e5-bc409d218be1 => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1418] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:32 2026] PUT /v2.0/routers/ccfe3509-7d80-434d-9654-84656238c16f/remove_router_interface => generated 309 bytes in 1248 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: 686/1419] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:33 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1420] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:33 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:33.744 8 INFO neutron.api.v2.resource [None req-0b53aadb-d803-47a2-a2ab-79cb7096a580 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1421] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:33 2026] PUT /v2.0/routers/ccfe3509-7d80-434d-9654-84656238c16f/remove_router_interface => generated 197 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1422] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:33 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1423] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:33 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1424] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:33 2026] GET /v2.0/ports?device_id=ccfe3509-7d80-434d-9654-84656238c16f => 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: 734/1425] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:32 2026] PUT /v2.0/routers/7e5d0df9-c189-4646-b95e-ff44bf707923/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1426] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:34 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 736/1427] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:34 2026] GET /v2.0/ports/eb69fb0a-2904-4d1a-b5ac-6bdbcab72228 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:34.453 8 INFO neutron.services.segments.plugin [-] Segment 37b01ca3-50e7-4637-8243-6c15fb3af07f resource provider aggregate not found 2026-05-09 22:53:34.461 8 INFO neutron.services.segments.plugin [-] Segment 37b01ca3-50e7-4637-8243-6c15fb3af07f resource provider aggregate not found [pid: 7|app: 0|req: 737/1428] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:34 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:34.466 8 INFO neutron.services.segments.plugin [-] Segment 37b01ca3-50e7-4637-8243-6c15fb3af07f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b01ca3-50e7-4637-8243-6c15fb3af07f found for delete ", "request_id": "req-f2a7bcb1-05f8-47b2-84d1-e4f1e016b8fe"}]} 2026-05-09 22:53:34.479 8 INFO neutron.db.l3_hamode_db [None req-4127ed0f-4d7e-4c23-bdfc-06a48fbe49cc 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] HA network fad2b0da-dd57-491b-85c1-6c8e7c69b091 was deleted as no HA routers are present in tenant 7f66a354f50d4b3282177f110a687c7b. 2026-05-09 22:53:34.480 8 INFO neutron.services.segments.plugin [-] Segment 37b01ca3-50e7-4637-8243-6c15fb3af07f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b01ca3-50e7-4637-8243-6c15fb3af07f found for delete ", "request_id": "req-95c126c8-407e-4ff7-9d80-bcf85bcc7677"}]} [pid: 8|app: 0|req: 692/1429] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:33 2026] DELETE /v2.0/routers/ccfe3509-7d80-434d-9654-84656238c16f => generated 0 bytes in 633 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1430] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:34 2026] DELETE /v2.0/subnets/3f35de4c-5de4-480e-a79d-528b42b52761 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1431] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:34 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1432] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:34 2026] DELETE /v2.0/networks/76a2ff99-2d91-466a-b000-e37eb0ffbc3a => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:35.037 8 WARNING neutron_lib.context [None req-3ee184c5-2c2e-489f-abea-8ac6ac8d133e 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 738/1433] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:34 2026] PUT /v2.0/routers/7e5d0df9-c189-4646-b95e-ff44bf707923/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1434] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:35 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:35.436 7 WARNING neutron_lib.context [None req-cd37f2d5-c7cd-467a-9fd4-628a4e7be614 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:35.502 7 INFO neutron.db.segments_db [None req-cd37f2d5-c7cd-467a-9fd4-628a4e7be614 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment e503ee85-c936-4849-9948-70fa9429e2f7 of type vxlan for network 1a895773-1b3b-4ab3-a04c-59b945fbe4a8 [pid: 7|app: 0|req: 740/1435] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:35 2026] POST /v2.0/networks => generated 633 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:35.866 8 INFO neutron.db.l3_db [None req-3ee184c5-2c2e-489f-abea-8ac6ac8d133e 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Floating IP f51ac0b5-38ad-404b-987d-78d239883ab3 associated. External IP: 10.96.250.205, port: 23122124-3ed9-49c5-83dd-82232be2c3bc. [pid: 8|app: 0|req: 696/1436] 10.0.0.86 () {34 vars in 676 bytes} [Sat May 9 22:53:35 2026] POST /v2.0/floatingips => generated 856 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1437] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:36 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:36.250 8 WARNING neutron_lib.context [None req-d682324e-ed77-4e6d-ab14-6360f1cd7483 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:36.260 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18008520-c3a3-4627-9655-a14f74224e00'] response: {'name': 'network-changed', 'server_uuid': '589a54e2-e3ce-40ed-9f2a-b65e86a69f94', 'tag': '23122124-3ed9-49c5-83dd-82232be2c3bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 741/1438] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:35 2026] PUT /v2.0/routers/7e5d0df9-c189-4646-b95e-ff44bf707923/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:36.488 8 INFO neutron.services.segments.plugin [-] Segment 6910768e-b4d0-42c4-b854-a024b9f68c0d resource provider aggregate not found 2026-05-09 22:53:36.497 8 INFO neutron.services.segments.plugin [-] Segment 6910768e-b4d0-42c4-b854-a024b9f68c0d resource provider aggregate not found 2026-05-09 22:53:36.508 8 INFO neutron.services.segments.plugin [-] Segment 6910768e-b4d0-42c4-b854-a024b9f68c0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6910768e-b4d0-42c4-b854-a024b9f68c0d found for delete ", "request_id": "req-0a9f2275-8ef1-4e25-9576-b961ad870efb"}]} 2026-05-09 22:53:36.514 8 INFO neutron.services.segments.plugin [-] Segment 6910768e-b4d0-42c4-b854-a024b9f68c0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6910768e-b4d0-42c4-b854-a024b9f68c0d found for delete ", "request_id": "req-efb27d91-7213-43bf-9e7e-0d016dc55f90"}]} [pid: 7|app: 0|req: 742/1439] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:53:36 2026] GET /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1440] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:36 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1441] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:36 2026] GET /v2.0/ports?device_id=7e5d0df9-c189-4646-b95e-ff44bf707923 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:36.541 7 WARNING neutron_lib.context [None req-52ef15dd-0104-46ce-995f-5561fae8ab4c 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:36.584 7 INFO neutron.db.segments_db [None req-52ef15dd-0104-46ce-995f-5561fae8ab4c 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment 191d8e02-fe23-448f-9c58-e7231ff3247b of type vxlan for network 5f5cbf88-88a4-470c-87f3-6afed7f6fc88 2026-05-09 22:53:36.855 7 INFO neutron.db.l3_hamode_db [None req-52ef15dd-0104-46ce-995f-5561fae8ab4c 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:36.977 7 INFO neutron.db.l3_hamode_db [None req-52ef15dd-0104-46ce-995f-5561fae8ab4c 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:36.985 8 INFO neutron.db.l3_hamode_db [None req-a5a34dc6-a186-4be0-893b-39f37635f3ff 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] HA network e6fe7d1d-3259-43c9-b3c6-4fef506a9148 was deleted as no HA routers are present in tenant 149d423f75f04a9cbfb2031840823b32. [pid: 8|app: 0|req: 699/1442] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:36 2026] DELETE /v2.0/routers/7e5d0df9-c189-4646-b95e-ff44bf707923 => generated 0 bytes in 455 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1443] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:36 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => 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: 701/1444] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:53:37 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1445] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:37 2026] DELETE /v2.0/subnets/5f135d5d-265e-4686-bffb-7e3c19e04995 => 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: 703/1446] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:37 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1447] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:53:37 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1448] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:37 2026] DELETE /v2.0/subnets/49267235-920a-46a8-9064-2e7c9c9f5511 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1449] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:53:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=23122124-3ed9-49c5-83dd-82232be2c3bc => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1450] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:36 2026] POST /v2.0/routers => generated 511 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1451] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:53:37 2026] GET /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1452] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:53:37 2026] GET /v2.0/subnets?id=97ce1c32-ac72-4b69-8913-84e6127e43db => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1453] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:37 2026] DELETE /v2.0/networks/f3b95434-905b-4bf6-beab-615ec9469de6 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1454] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:53:37 2026] GET /v2.0/ports?network_id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1455] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:37 2026] DELETE /v2.0/networks/acd237e1-f28c-445b-9503-b9de1ef1070f => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1456] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:53:38 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:38.157 8 WARNING neutron_lib.context [None req-1cc77790-bc74-4177-a012-f8220e7485e0 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:38.208 8 INFO neutron.db.segments_db [None req-1cc77790-bc74-4177-a012-f8220e7485e0 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment e969fb72-998d-4fb2-b6e5-01d5026bf6e4 of type vxlan for network a1c9d64b-75b1-4ef6-a39d-97d412238225 [pid: 8|app: 0|req: 711/1457] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:38 2026] POST /v2.0/networks => generated 629 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1458] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:53:38 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?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) 2026-05-09 22:53:38.356 8 WARNING neutron_lib.context [None req-4efb1f18-480b-4b91-9216-ac38c5d20b6f 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:38.521 8 INFO neutron.services.segments.plugin [-] Segment 08902d66-f40a-44fa-8f27-9b31cc7dc072 resource provider aggregate not found 2026-05-09 22:53:38.532 8 INFO neutron.services.segments.plugin [-] Segment 08902d66-f40a-44fa-8f27-9b31cc7dc072 resource provider aggregate not found 2026-05-09 22:53:38.537 8 INFO neutron.services.segments.plugin [-] Segment 08902d66-f40a-44fa-8f27-9b31cc7dc072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08902d66-f40a-44fa-8f27-9b31cc7dc072 found for delete ", "request_id": "req-d2d5ff03-7177-4ade-86fa-c6fbc125bc72"}]} 2026-05-09 22:53:38.556 8 INFO neutron.services.segments.plugin [-] Segment 08902d66-f40a-44fa-8f27-9b31cc7dc072 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08902d66-f40a-44fa-8f27-9b31cc7dc072 found for delete ", "request_id": "req-836a31ff-1bef-4b24-9806-aac421f348bf"}]} 2026-05-09 22:53:38.562 8 INFO neutron.services.segments.plugin [-] Segment 6c710a84-880a-48b7-b33c-98978987275d resource provider aggregate not found 2026-05-09 22:53:38.575 8 INFO neutron.services.segments.plugin [-] Segment 6c710a84-880a-48b7-b33c-98978987275d resource provider aggregate not found 2026-05-09 22:53:38.578 8 INFO neutron.services.segments.plugin [-] Segment 6c710a84-880a-48b7-b33c-98978987275d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c710a84-880a-48b7-b33c-98978987275d found for delete ", "request_id": "req-e328ccb2-87ca-4980-afb6-3569fa9e4ce7"}]} 2026-05-09 22:53:38.587 8 INFO neutron.services.segments.plugin [-] Segment 6c710a84-880a-48b7-b33c-98978987275d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c710a84-880a-48b7-b33c-98978987275d found for delete ", "request_id": "req-6c8412e3-d409-4b1d-8036-1e1988a2100f"}]} 2026-05-09 22:53:38.591 8 INFO neutron.services.segments.plugin [-] Segment f835623e-51f5-46e2-92f4-cb8cec63c8bb resource provider aggregate not found 2026-05-09 22:53:38.600 8 INFO neutron.services.segments.plugin [-] Segment f835623e-51f5-46e2-92f4-cb8cec63c8bb resource provider aggregate not found 2026-05-09 22:53:38.605 8 INFO neutron.services.segments.plugin [-] Segment f835623e-51f5-46e2-92f4-cb8cec63c8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f835623e-51f5-46e2-92f4-cb8cec63c8bb found for delete ", "request_id": "req-851463ca-842a-4cbc-9d67-93e003fab3a9"}]} 2026-05-09 22:53:38.615 8 INFO neutron.services.segments.plugin [-] Segment f835623e-51f5-46e2-92f4-cb8cec63c8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f835623e-51f5-46e2-92f4-cb8cec63c8bb found for delete ", "request_id": "req-60fef809-dc54-48b9-a16c-5114eee1b528"}]} [pid: 8|app: 0|req: 713/1459] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:38 2026] POST /v2.0/subnets => generated 626 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1460] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:38 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1461] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:37 2026] PUT /v2.0/routers/130ea4ea-e54e-4b14-9be2-98d0eb5a0625/add_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:38.691 7 WARNING neutron_lib.context [None req-03491af2-9386-44b2-98af-057d13cd213a 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 715/1462] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:53:38 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:38.729 7 INFO neutron.db.segments_db [None req-03491af2-9386-44b2-98af-057d13cd213a 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment 159b7e78-f12c-4a47-8804-700741095a39 of type vxlan for network 728aa35a-1d66-4a82-bf7c-3403606872ed [pid: 8|app: 0|req: 716/1463] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:38 2026] GET /v2.0/ports/f5bf2b2f-d1e1-49a0-8950-f422bca89c1c => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1464] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:53:38 2026] GET /v2.0/security-groups?id=da70636d-205d-4469-9e76-80f9a0c19ec7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:38.975 7 INFO neutron.db.l3_hamode_db [None req-03491af2-9386-44b2-98af-057d13cd213a 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 718/1465] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:53:38 2026] DELETE /v2.0/ports/524432c3-8352-4040-a72c-ab21f1e9f1cc => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:39.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aed9c993-aba2-4220-8764-e0729625128c'] response: {'server_uuid': 'af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3', 'name': 'network-vif-deleted', 'tag': '524432c3-8352-4040-a72c-ab21f1e9f1cc', 'status': 'completed', 'code': 200} 2026-05-09 22:53:39.090 7 INFO neutron.db.l3_hamode_db [None req-03491af2-9386-44b2-98af-057d13cd213a 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 748/1466] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:38 2026] POST /v2.0/routers => generated 506 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:39.653 7 WARNING neutron_lib.context [None req-4138cf11-eca8-4dff-b56a-604edf574812 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1467] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:38 2026] PUT /v2.0/routers/130ea4ea-e54e-4b14-9be2-98d0eb5a0625/remove_router_interface => generated 309 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1468] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:39 2026] GET /v2.0/ports?device_id=130ea4ea-e54e-4b14-9be2-98d0eb5a0625 => 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: 749/1469] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:53:39 2026] POST /v2.0/ports => generated 950 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 750/1470] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:39 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:40.240 8 INFO neutron.db.l3_hamode_db [None req-25023fc4-0653-4388-aa94-2065c25f29a7 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] HA network 5f5cbf88-88a4-470c-87f3-6afed7f6fc88 was deleted as no HA routers are present in tenant 7f66a354f50d4b3282177f110a687c7b. [pid: 8|app: 0|req: 721/1471] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:39 2026] DELETE /v2.0/routers/130ea4ea-e54e-4b14-9be2-98d0eb5a0625 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1472] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:40 2026] DELETE /v2.0/subnets/ba3b5b57-cf1f-43d2-8a59-d5ad36b85561 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:40.623 8 INFO neutron.services.segments.plugin [-] Segment 191d8e02-fe23-448f-9c58-e7231ff3247b resource provider aggregate not found 2026-05-09 22:53:40.630 8 INFO neutron.services.segments.plugin [-] Segment 191d8e02-fe23-448f-9c58-e7231ff3247b resource provider aggregate not found 2026-05-09 22:53:40.634 8 INFO neutron.services.segments.plugin [-] Segment 191d8e02-fe23-448f-9c58-e7231ff3247b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 191d8e02-fe23-448f-9c58-e7231ff3247b found for delete ", "request_id": "req-844e40c8-78e4-4cf9-b829-ed2cb83cfdf2"}]} 2026-05-09 22:53:40.644 8 INFO neutron.services.segments.plugin [-] Segment 191d8e02-fe23-448f-9c58-e7231ff3247b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 191d8e02-fe23-448f-9c58-e7231ff3247b found for delete ", "request_id": "req-2b464a7f-8629-4b08-b230-b87dd03fdbf9"}]} [pid: 8|app: 0|req: 723/1473] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:40 2026] DELETE /v2.0/networks/1a895773-1b3b-4ab3-a04c-59b945fbe4a8 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:40.696 8 WARNING neutron_lib.context [None req-10fba3a4-2b57-4362-bf2e-66eb046a5651 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:40.727 8 INFO neutron.db.segments_db [None req-10fba3a4-2b57-4362-bf2e-66eb046a5651 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Added segment 70be33ee-9a58-4a6f-bd7c-fde7b621a385 of type vxlan for network b3f9c441-c7a1-4837-a8d8-c84ceea60092 2026-05-09 22:53:40.949 8 INFO neutron.db.l3_hamode_db [None req-10fba3a4-2b57-4362-bf2e-66eb046a5651 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 751/1474] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:40 2026] PUT /v2.0/routers/3ada00be-b50e-41c3-bcd4-611300f6cc3f/add_router_interface => generated 309 bytes in 1082 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: 752/1475] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:41 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => 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: 753/1476] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:41 2026] GET /v2.0/ports/b5d8e738-94c7-40b3-b6b5-d682a6fd1927 => generated 1024 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:41.886 8 INFO neutron.db.l3_hamode_db [None req-10fba3a4-2b57-4362-bf2e-66eb046a5651 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 754/1477] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:41 2026] PUT /v2.0/routers/3ada00be-b50e-41c3-bcd4-611300f6cc3f/remove_router_interface => generated 309 bytes in 1169 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: 755/1478] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:42 2026] GET /v2.0/ports?device_id=af5c2e6e-6a49-49f7-9e48-15e2df0fd3e3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:42.439 7 INFO neutron.api.v2.resource [None req-64a8b6d4-3fff-4aaf-be75-84b534512e57 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1479] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:42 2026] PUT /v2.0/routers/3ada00be-b50e-41c3-bcd4-611300f6cc3f/remove_router_interface => generated 197 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1480] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:42 2026] GET /v2.0/ports?device_id=3ada00be-b50e-41c3-bcd4-611300f6cc3f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:42.648 8 INFO neutron.services.segments.plugin [-] Segment e503ee85-c936-4849-9948-70fa9429e2f7 resource provider aggregate not found 2026-05-09 22:53:42.657 8 INFO neutron.services.segments.plugin [-] Segment e503ee85-c936-4849-9948-70fa9429e2f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e503ee85-c936-4849-9948-70fa9429e2f7 found for delete ", "request_id": "req-9e754cc4-97df-4e17-bee5-0935fffa355d"}]} 2026-05-09 22:53:42.659 8 INFO neutron.services.segments.plugin [-] Segment e503ee85-c936-4849-9948-70fa9429e2f7 resource provider aggregate not found 2026-05-09 22:53:42.668 8 INFO neutron.services.segments.plugin [-] Segment e503ee85-c936-4849-9948-70fa9429e2f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e503ee85-c936-4849-9948-70fa9429e2f7 found for delete ", "request_id": "req-74f4c5c0-37b4-4f52-ad42-c1b5fb7902fc"}]} [pid: 8|app: 0|req: 724/1481] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:40 2026] POST /v2.0/routers => generated 691 bytes in 2114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1482] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:53:42 2026] GET /v2.0/routers/dfd28cd5-79d4-4dff-bd83-1083a7f502a7 => generated 697 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:42.938 7 INFO neutron.services.segments.plugin [-] Segment 159b7e78-f12c-4a47-8804-700741095a39 resource provider aggregate not found 2026-05-09 22:53:42.943 7 INFO neutron.services.segments.plugin [-] Segment 159b7e78-f12c-4a47-8804-700741095a39 resource provider aggregate not found 2026-05-09 22:53:42.950 7 INFO neutron.services.segments.plugin [-] Segment 159b7e78-f12c-4a47-8804-700741095a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 159b7e78-f12c-4a47-8804-700741095a39 found for delete ", "request_id": "req-38dd99c3-3832-461f-ba0c-8514f7fa62f6"}]} 2026-05-09 22:53:42.956 7 INFO neutron.db.l3_hamode_db [None req-a780a4ca-1c70-4c64-8697-ad70a88f8544 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] HA network 728aa35a-1d66-4a82-bf7c-3403606872ed was deleted as no HA routers are present in tenant 149d423f75f04a9cbfb2031840823b32. [pid: 7|app: 0|req: 758/1483] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:42 2026] DELETE /v2.0/routers/3ada00be-b50e-41c3-bcd4-611300f6cc3f => generated 0 bytes in 496 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1484] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:53:42 2026] GET /v2.0/routers => generated 700 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:42.966 7 INFO neutron.services.segments.plugin [-] Segment 159b7e78-f12c-4a47-8804-700741095a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 159b7e78-f12c-4a47-8804-700741095a39 found for delete ", "request_id": "req-ca66e2d3-3112-4911-bd7d-149e3dc398a5"}]} [pid: 7|app: 0|req: 759/1485] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:42 2026] DELETE /v2.0/subnets/2ed13638-e5e4-40dd-a624-933e33d8450d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1486] 10.0.0.86 () {34 vars in 740 bytes} [Sat May 9 22:53:42 2026] PUT /v2.0/routers/dfd28cd5-79d4-4dff-bd83-1083a7f502a7 => generated 704 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1487] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:53:43 2026] GET /v2.0/routers/dfd28cd5-79d4-4dff-bd83-1083a7f502a7 => generated 704 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1488] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:43 2026] DELETE /v2.0/networks/a1c9d64b-75b1-4ef6-a39d-97d412238225 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:43.434 7 WARNING neutron_lib.context [None req-c8f21af7-02d1-466e-ae33-04d2d9a261d3 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:43.504 7 INFO neutron.db.segments_db [None req-c8f21af7-02d1-466e-ae33-04d2d9a261d3 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment 7a21b67c-e128-45c4-bfd5-830327b5311c of type vxlan for network d1b5a64f-c9b5-468d-b56c-6158f5825a8f [pid: 7|app: 0|req: 761/1489] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:53:43 2026] POST /v2.0/networks => generated 630 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1490] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:43 2026] GET /v2.0/ports?device_id=dfd28cd5-79d4-4dff-bd83-1083a7f502a7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:43.638 7 WARNING neutron_lib.context [None req-3a75645d-4a07-43d0-9170-8517bee76668 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 763/1491] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:43 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1492] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:43 2026] PUT /v2.0/routers/eb92b297-e451-42bf-8824-9db6b25e4c84/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1493] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:53:44 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:44.372 8 WARNING neutron_lib.context [None req-6dff0923-6e9e-41c8-8059-3c33df100292 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:44.409 8 INFO neutron.db.segments_db [None req-6dff0923-6e9e-41c8-8059-3c33df100292 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment 13f33d5b-0d61-4063-9b77-36b059b84281 of type vxlan for network fcd5edc8-db85-4352-b75d-07d760579b61 2026-05-09 22:53:44.663 7 INFO neutron.db.l3_hamode_db [None req-26fd8c64-246f-439b-b60b-32afdd962c38 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] HA network b3f9c441-c7a1-4837-a8d8-c84ceea60092 was deleted as no HA routers are present in tenant 7f66a354f50d4b3282177f110a687c7b. [pid: 7|app: 0|req: 764/1494] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:43 2026] DELETE /v2.0/routers/dfd28cd5-79d4-4dff-bd83-1083a7f502a7 => generated 0 bytes in 806 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:53:44.669 8 INFO neutron.db.l3_hamode_db [None req-6dff0923-6e9e-41c8-8059-3c33df100292 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:44.798 8 INFO neutron.db.l3_hamode_db [None req-6dff0923-6e9e-41c8-8059-3c33df100292 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:44.975 7 INFO neutron.services.segments.plugin [-] Segment e969fb72-998d-4fb2-b6e5-01d5026bf6e4 resource provider aggregate not found 2026-05-09 22:53:44.989 7 INFO neutron.services.segments.plugin [-] Segment e969fb72-998d-4fb2-b6e5-01d5026bf6e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e969fb72-998d-4fb2-b6e5-01d5026bf6e4 found for delete ", "request_id": "req-6256a1d9-06db-4d22-8764-162fe36ae75e"}]} 2026-05-09 22:53:44.994 7 INFO neutron.services.segments.plugin [-] Segment e969fb72-998d-4fb2-b6e5-01d5026bf6e4 resource provider aggregate not found 2026-05-09 22:53:45.006 7 INFO neutron.services.segments.plugin [-] Segment e969fb72-998d-4fb2-b6e5-01d5026bf6e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e969fb72-998d-4fb2-b6e5-01d5026bf6e4 found for delete ", "request_id": "req-0c61b7e2-ce31-4440-a7d3-f010d8e74b11"}]} 2026-05-09 22:53:45.009 7 INFO neutron.services.segments.plugin [-] Segment 70be33ee-9a58-4a6f-bd7c-fde7b621a385 resource provider aggregate not found 2026-05-09 22:53:45.023 7 INFO neutron.services.segments.plugin [-] Segment 70be33ee-9a58-4a6f-bd7c-fde7b621a385 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70be33ee-9a58-4a6f-bd7c-fde7b621a385 found for delete ", "request_id": "req-d7314175-0044-41c5-97ea-9d91edb854c0"}]} 2026-05-09 22:53:45.024 7 INFO neutron.services.segments.plugin [-] Segment 70be33ee-9a58-4a6f-bd7c-fde7b621a385 resource provider aggregate not found 2026-05-09 22:53:45.039 7 INFO neutron.services.segments.plugin [-] Segment 70be33ee-9a58-4a6f-bd7c-fde7b621a385 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70be33ee-9a58-4a6f-bd7c-fde7b621a385 found for delete ", "request_id": "req-325ca1a8-8b02-40e3-929c-9f885070c747"}]} [pid: 8|app: 0|req: 731/1495] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:44 2026] POST /v2.0/routers => generated 507 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1496] 10.0.0.21 () {34 vars in 1039 bytes} [Sat May 9 22:53:45 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1497] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:45 2026] GET /v2.0/ports?device_id=dfd28cd5-79d4-4dff-bd83-1083a7f502a7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:45.512 7 INFO neutron.db.l3_hamode_db [None req-1aa411df-532c-4edc-b731-37b181da5585 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network 4205ac02-8521-450b-8a9a-fcb30318d138 was deleted as no HA routers are present in tenant 998aa7674a204463985ad1e49a288764. [pid: 7|app: 0|req: 765/1498] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:44 2026] DELETE /v2.0/routers/eb92b297-e451-42bf-8824-9db6b25e4c84 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:53:45.556 7 INFO neutron.api.v2.resource [None req-ee45591e-3d01-4e05-b810-e373d7c439a3 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1499] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:45 2026] DELETE /v2.0/routers/dfd28cd5-79d4-4dff-bd83-1083a7f502a7 => generated 135 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1500] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:45 2026] DELETE /v2.0/subnets/ca58dffa-927c-425e-80f2-77e5fd65ee41 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1501] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:45 2026] GET /v2.0/ports?device_id=130ea4ea-e54e-4b14-9be2-98d0eb5a0625 => 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: 769/1502] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:45 2026] DELETE /v2.0/networks/ef93d584-07b0-4c1e-9a91-02a9e6498be7 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:45.985 7 INFO neutron.api.v2.resource [None req-769add23-b87a-4259-b211-7d375a56f608 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1503] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:45 2026] DELETE /v2.0/routers/130ea4ea-e54e-4b14-9be2-98d0eb5a0625 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:46.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8697772-f01b-497f-b120-eeaa11474f4d 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1504] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:45 2026] DELETE /v2.0/subnets/ba3b5b57-cf1f-43d2-8a59-d5ad36b85561 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1505] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:46 2026] GET /v2.0/ports?device_id=ccfe3509-7d80-434d-9654-84656238c16f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:46.041 7 INFO neutron.api.v2.resource [None req-02be40f1-5437-4f79-9845-f1ea91786757 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1506] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:46 2026] DELETE /v2.0/routers/ccfe3509-7d80-434d-9654-84656238c16f => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:46.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9134ec8c-f47b-44c3-b0cf-d80409eaede9 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1507] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:46 2026] DELETE /v2.0/subnets/3f35de4c-5de4-480e-a79d-528b42b52761 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1508] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:46 2026] GET /v2.0/ports?device_id=780c78d0-af78-4752-a3ec-609af745b2d4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:46.100 7 INFO neutron.api.v2.resource [None req-5907ccdb-63f2-4bbe-af25-3e09a22e6b29 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1509] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:46 2026] DELETE /v2.0/routers/780c78d0-af78-4752-a3ec-609af745b2d4 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:46.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1ad874b-901d-45d5-ab9c-f1f4a2508e46 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1510] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:46 2026] DELETE /v2.0/subnets/5b9630f8-e835-4ae5-a21a-1595d2e6c124 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1511] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:46 2026] GET /v2.0/security-groups?tenant_id=998aa7674a204463985ad1e49a288764&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:46.174 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5a1c62c-874e-4ff7-8a36-0ffb2371cea0 2679a2d8512a46f1928c53ff966bf471 7f66a354f50d4b3282177f110a687c7b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 779/1512] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:46 2026] DELETE /v2.0/subnets/a93c27d3-d841-4329-9dbd-429df421d925 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1513] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:46 2026] DELETE /v2.0/security-groups/da70636d-205d-4469-9e76-80f9a0c19ec7 => 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: 734/1514] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:45 2026] PUT /v2.0/routers/40cc4420-53ff-473c-91ae-2aa6ca03870d/add_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1515] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:53:46 2026] GET /v2.0/ports/7d23eea4-e96b-4b75-b1e6-276d5146ce2d => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1518] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:46 2026] GET /v2.0/security-groups?tenant_id=7f66a354f50d4b3282177f110a687c7b&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:47.045 7 INFO neutron.services.segments.plugin [-] Segment 4f5b7ea5-3f04-4ee6-9ac8-ec2b84a9a3b5 resource provider aggregate not found 2026-05-09 22:53:47.055 7 INFO neutron.services.segments.plugin [-] Segment 4f5b7ea5-3f04-4ee6-9ac8-ec2b84a9a3b5 resource provider aggregate not found 2026-05-09 22:53:47.058 7 INFO neutron.services.segments.plugin [-] Segment 4f5b7ea5-3f04-4ee6-9ac8-ec2b84a9a3b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f5b7ea5-3f04-4ee6-9ac8-ec2b84a9a3b5 found for delete ", "request_id": "req-5f4692c2-ba5b-42c8-a252-35fbe96fd6a7"}]} 2026-05-09 22:53:47.070 7 INFO neutron.services.segments.plugin [-] Segment 4f5b7ea5-3f04-4ee6-9ac8-ec2b84a9a3b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f5b7ea5-3f04-4ee6-9ac8-ec2b84a9a3b5 found for delete ", "request_id": "req-0155383b-5ef0-4c44-bf21-f9a663a8ed04"}]} 2026-05-09 22:53:47.074 7 INFO neutron.services.segments.plugin [-] Segment 15ebb2ff-24e1-44a5-a6ab-d7cc8a26fd0d resource provider aggregate not found 2026-05-09 22:53:47.081 7 INFO neutron.services.segments.plugin [-] Segment 15ebb2ff-24e1-44a5-a6ab-d7cc8a26fd0d resource provider aggregate not found 2026-05-09 22:53:47.084 7 INFO neutron.services.segments.plugin [-] Segment 15ebb2ff-24e1-44a5-a6ab-d7cc8a26fd0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15ebb2ff-24e1-44a5-a6ab-d7cc8a26fd0d found for delete ", "request_id": "req-0c0d3eda-53fc-41cd-97a6-be6129d58dac"}]} [pid: 7|app: 0|req: 785/1519] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:46 2026] DELETE /v2.0/security-groups/f33021e8-fdb9-4f56-8a12-9fbd64c416ba => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1520] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:53:46 2026] PUT /v2.0/routers/40cc4420-53ff-473c-91ae-2aa6ca03870d/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:47.522 7 INFO neutron.services.segments.plugin [-] Segment 15ebb2ff-24e1-44a5-a6ab-d7cc8a26fd0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15ebb2ff-24e1-44a5-a6ab-d7cc8a26fd0d found for delete ", "request_id": "req-5c8cb2c6-a2ce-4446-882e-c8346b6f2b50"}]} [pid: 7|app: 0|req: 786/1521] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:47 2026] GET /v2.0/ports?device_id=40cc4420-53ff-473c-91ae-2aa6ca03870d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:48.047 8 INFO neutron.services.segments.plugin [-] Segment 13f33d5b-0d61-4063-9b77-36b059b84281 resource provider aggregate not found 2026-05-09 22:53:48.051 8 INFO neutron.services.segments.plugin [-] Segment 13f33d5b-0d61-4063-9b77-36b059b84281 resource provider aggregate not found 2026-05-09 22:53:48.064 8 INFO neutron.services.segments.plugin [-] Segment 13f33d5b-0d61-4063-9b77-36b059b84281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f33d5b-0d61-4063-9b77-36b059b84281 found for delete ", "request_id": "req-f321a5d0-e3bb-4ae7-b858-532a5a254cc3"}]} 2026-05-09 22:53:48.067 8 INFO neutron.services.segments.plugin [-] Segment 13f33d5b-0d61-4063-9b77-36b059b84281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13f33d5b-0d61-4063-9b77-36b059b84281 found for delete ", "request_id": "req-9b4c4ae8-6aed-4556-ab77-94df24c63ddc"}]} 2026-05-09 22:53:48.077 8 INFO neutron.db.l3_hamode_db [None req-5100657d-8013-43a4-bf88-648c87cf1c2c 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] HA network fcd5edc8-db85-4352-b75d-07d760579b61 was deleted as no HA routers are present in tenant 149d423f75f04a9cbfb2031840823b32. [pid: 8|app: 0|req: 736/1522] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:47 2026] DELETE /v2.0/routers/40cc4420-53ff-473c-91ae-2aa6ca03870d => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1523] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:48 2026] DELETE /v2.0/subnets/9b5fd07d-6efa-4564-92e1-00d046f3c32f => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1524] 10.0.0.86 () {32 vars in 825 bytes} [Sat May 9 22:53:48 2026] GET /v2.0/ports?project_id=f27644fd6f2a458ea78dde300900e995&network_id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 3695 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1525] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:53:48 2026] DELETE /v2.0/networks/d1b5a64f-c9b5-468d-b56c-6158f5825a8f => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:53:48.606 7 WARNING neutron_lib.context [None req-32ecd2de-6843-440c-ab6e-2064e0c619da 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:48.649 7 INFO neutron.db.segments_db [None req-32ecd2de-6843-440c-ab6e-2064e0c619da 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Added segment 69f81ce4-de79-4cf5-8f71-0a1635cab70e of type vxlan for network 73fb04d6-78b5-4a08-b1fc-90dc40cad70c [pid: 8|app: 0|req: 738/1526] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:53:48 2026] GET /v2.0/subnets?network_id=861f689c-32f3-4ce5-877c-d5781415483b => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:48.898 7 INFO neutron.db.l3_hamode_db [None req-32ecd2de-6843-440c-ab6e-2064e0c619da 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:53:49.053 8 INFO neutron.db.segments_db [None req-a39cd74c-1087-4363-9400-b06bd727b755 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 15a9be2b-1f2f-4790-b514-d6cc1cf69e90 of type vxlan for network 4093f6d6-9dec-433e-a425-f1f1f6b113c6 [pid: 8|app: 0|req: 739/1527] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:53:48 2026] POST /v2.0/networks => generated 740 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:49.238 8 INFO neutron.db.l3_db [None req-1740cb15-85ea-4abe-ba35-2b18dc1685e0 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Floating IP f51ac0b5-38ad-404b-987d-78d239883ab3 disassociated. External IP: 10.96.250.205, port: 23122124-3ed9-49c5-83dd-82232be2c3bc. [pid: 8|app: 0|req: 740/1528] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:53:49 2026] PUT /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 554 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:49.591 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0b78562-a225-4a75-8969-fb469ed76237'] response: {'name': 'network-changed', 'server_uuid': '589a54e2-e3ce-40ed-9f2a-b65e86a69f94', 'tag': '23122124-3ed9-49c5-83dd-82232be2c3bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 741/1529] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:49 2026] POST /v2.0/subnets => generated 687 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:49.789 7 INFO neutron.db.l3_hamode_db [None req-32ecd2de-6843-440c-ab6e-2064e0c619da 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 742/1530] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:53:49 2026] GET /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:49.842 8 INFO neutron.db.segments_db [None req-c3330580-e9bc-4e54-882f-b6d9eb29bc1b ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment ceaae44c-24a0-4be4-b3d9-e337597beaaa of type vxlan for network 8c23f2e3-77d4-4791-968b-9ed2706ba99b 2026-05-09 22:53:50.082 8 INFO neutron.services.segments.plugin [-] Segment 7a21b67c-e128-45c4-bfd5-830327b5311c resource provider aggregate not found 2026-05-09 22:53:50.095 8 INFO neutron.services.segments.plugin [-] Segment 7a21b67c-e128-45c4-bfd5-830327b5311c resource provider aggregate not found 2026-05-09 22:53:50.105 8 INFO neutron.services.segments.plugin [-] Segment 7a21b67c-e128-45c4-bfd5-830327b5311c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a21b67c-e128-45c4-bfd5-830327b5311c found for delete ", "request_id": "req-e723edff-e87f-4b8f-9972-fd338ed05c94"}]} 2026-05-09 22:53:50.108 8 INFO neutron.services.segments.plugin [-] Segment 7a21b67c-e128-45c4-bfd5-830327b5311c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a21b67c-e128-45c4-bfd5-830327b5311c found for delete ", "request_id": "req-307c743f-375f-49c3-b1cb-31e0b19917b5"}]} 2026-05-09 22:53:50.144 8 INFO neutron.db.l3_hamode_db [None req-c3330580-e9bc-4e54-882f-b6d9eb29bc1b ff2eab42376448b3b4245c6ae19b52a5 b088fad7933a48268c31567433105ba2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 789/1531] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:48 2026] POST /v2.0/routers => generated 688 bytes in 2080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1532] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:53:50 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 791/1533] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:53:50 2026] GET /v2.0/routers/bab8971b-2620-4021-a636-187e3f834eef => generated 694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1534] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:53:50 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1535] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:53:50 2026] GET /v2.0/routers => generated 697 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1536] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:53:50 2026] GET /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1537] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:53:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=23122124-3ed9-49c5-83dd-82232be2c3bc => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1538] 10.0.0.86 () {34 vars in 740 bytes} [Sat May 9 22:53:50 2026] PUT /v2.0/routers/bab8971b-2620-4021-a636-187e3f834eef => generated 701 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1539] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:53:51 2026] GET /v2.0/subnets?id=97ce1c32-ac72-4b69-8913-84e6127e43db => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:51.462 8 INFO neutron.db.l3_hamode_db [None req-c3330580-e9bc-4e54-882f-b6d9eb29bc1b ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 798/1540] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:53:51 2026] GET /v2.0/routers/bab8971b-2620-4021-a636-187e3f834eef => generated 701 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1541] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:53:51 2026] GET /v2.0/ports?network_id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc&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: 800/1542] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:51 2026] GET /v2.0/ports?device_id=bab8971b-2620-4021-a636-187e3f834eef => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1543] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:53:51 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1544] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:49 2026] POST /v2.0/routers => generated 727 bytes in 2633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1545] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:53:52 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:52.498 7 INFO neutron.services.segments.plugin [-] Segment 69f81ce4-de79-4cf5-8f71-0a1635cab70e resource provider aggregate not found [pid: 8|app: 0|req: 745/1546] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:53:52 2026] GET /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:52.503 7 INFO neutron.services.segments.plugin [-] Segment 69f81ce4-de79-4cf5-8f71-0a1635cab70e resource provider aggregate not found 2026-05-09 22:53:52.511 7 INFO neutron.services.segments.plugin [-] Segment 69f81ce4-de79-4cf5-8f71-0a1635cab70e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69f81ce4-de79-4cf5-8f71-0a1635cab70e found for delete ", "request_id": "req-e7b04514-ed31-4fdc-8f2d-1d2f8408cbe1"}]} 2026-05-09 22:53:52.524 7 INFO neutron.services.segments.plugin [-] Segment 69f81ce4-de79-4cf5-8f71-0a1635cab70e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69f81ce4-de79-4cf5-8f71-0a1635cab70e found for delete ", "request_id": "req-716ae4d8-0bbd-47de-a4ee-e48361ab41b2"}]} 2026-05-09 22:53:52.525 7 INFO neutron.db.l3_hamode_db [None req-30383bbc-d995-40d4-bb4f-fc60c8be8497 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] HA network 73fb04d6-78b5-4a08-b1fc-90dc40cad70c was deleted as no HA routers are present in tenant 149d423f75f04a9cbfb2031840823b32. [pid: 7|app: 0|req: 802/1547] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:51 2026] DELETE /v2.0/routers/bab8971b-2620-4021-a636-187e3f834eef => generated 0 bytes in 986 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1548] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:52 2026] GET /v2.0/ports?device_id=bab8971b-2620-4021-a636-187e3f834eef => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:52.600 7 INFO neutron.api.v2.resource [None req-44f24e35-de27-46ce-b085-0bfb4090b5f4 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1549] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/routers/bab8971b-2620-4021-a636-187e3f834eef => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1550] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:52 2026] GET /v2.0/ports?device_id=40cc4420-53ff-473c-91ae-2aa6ca03870d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:52.657 7 INFO neutron.api.v2.resource [None req-6ea3411c-4bcf-466a-b516-1601c048e650 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 806/1551] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/routers/40cc4420-53ff-473c-91ae-2aa6ca03870d => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:52.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9b8d5b3-92cd-44cd-932d-269549310b69 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1552] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/subnets/9b5fd07d-6efa-4564-92e1-00d046f3c32f => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1553] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:52 2026] GET /v2.0/ports?device_id=3ada00be-b50e-41c3-bcd4-611300f6cc3f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:52.729 7 INFO neutron.api.v2.resource [None req-a8d219a7-0ba6-4224-b88b-693500708fce 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 809/1554] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/routers/3ada00be-b50e-41c3-bcd4-611300f6cc3f => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:52.743 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bacc8066-58fc-42b4-99ca-f06e772ce2a8 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 810/1555] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/subnets/2ed13638-e5e4-40dd-a624-933e33d8450d => 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: 811/1556] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:53:52 2026] GET /v2.0/ports?device_id=7e5d0df9-c189-4646-b95e-ff44bf707923 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:52.784 7 INFO neutron.api.v2.resource [None req-e10a3947-acae-49e9-be56-1e9f1c8d04da 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 812/1557] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/routers/7e5d0df9-c189-4646-b95e-ff44bf707923 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:52.797 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15fddb30-3e06-4aac-ae60-f5c4a1f18a2e 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 813/1558] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/subnets/5f135d5d-265e-4686-bffb-7e3c19e04995 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:53:52.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2356dc9-c1fa-41d8-b274-c91ce410e21c 08eab908994445f9a8a9b47694eb345b 149d423f75f04a9cbfb2031840823b32 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 814/1559] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:53:52 2026] DELETE /v2.0/subnets/49267235-920a-46a8-9064-2e7c9c9f5511 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1560] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:52 2026] GET /v2.0/security-groups?tenant_id=f6f9e989666d4437a1f526c83e80490e&name=default => generated 2925 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1561] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:53 2026] DELETE /v2.0/security-groups/c05a50f9-81d3-462a-bab8-a73f0ddc4a6b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1562] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:53 2026] GET /v2.0/security-groups?tenant_id=149d423f75f04a9cbfb2031840823b32&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:53.819 7 WARNING neutron_lib.context [None req-c537d783-2afc-4dd9-bf5a-d2e0ca7204b7 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1563] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:52 2026] PUT /v2.0/routers/a318baf6-7f4e-49c5-9df3-ef4e048e35af/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1564] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:53 2026] GET /v2.0/security-groups?tenant_id=2e90fcd225ee48b2a197a7a7eab60e20&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1565] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:53:53 2026] POST /v2.0/security-groups => generated 1671 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1566] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:53 2026] DELETE /v2.0/security-groups/6c64af33-f485-4520-bd1b-7050ac1a908e => 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: 819/1567] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:53 2026] DELETE /v2.0/security-groups/be16596a-50d2-446b-8eff-003269713f61 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:53:54.033 8 WARNING neutron_lib.context [None req-fa259eb1-7e06-45b3-a196-8963fbb28575 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 749/1568] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:54.151 7 WARNING neutron_lib.context [None req-499314cf-6dd8-474d-b5c2-655c29ee03ea 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 820/1569] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:54 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:54.296 8 WARNING neutron_lib.context [None req-58ec10d1-bc60-45bf-ae50-d04d5be6cd95 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 750/1570] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:54.429 7 WARNING neutron_lib.context [None req-69153d12-d3ff-4276-84c8-5925d478049b 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 821/1571] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:54.544 8 WARNING neutron_lib.context [None req-f6129f12-9c84-412b-815b-db2d3d20a80f 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:54.571 8 INFO neutron.db.securitygroups_db [None req-f6129f12-9c84-412b-815b-db2d3d20a80f 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Project f27644fd6f2a458ea78dde300900e995 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: 751/1572] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:54.654 7 WARNING neutron_lib.context [None req-cb1a53a4-b8bc-4c7a-bb4a-f47fd330b7f4 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:53:54.696 7 INFO neutron.db.securitygroups_db [None req-cb1a53a4-b8bc-4c7a-bb4a-f47fd330b7f4 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Project f27644fd6f2a458ea78dde300900e995 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: 822/1573] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:55.255 8 INFO neutron.db.segments_db [None req-c256cb03-bd3e-4913-9b48-a874fb0b99bd ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 6563d445-7898-4bd4-ac03-609be6f125d8 of type vxlan for network 1780ffa1-9774-4210-a3f0-fb416c7cfd78 [pid: 7|app: 0|req: 823/1574] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/networks => generated 1298 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1575] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:53:55 2026] POST /v2.0/networks => generated 741 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1576] 10.0.0.18 () {34 vars in 1095 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-58221404&fields=id&tenant_id=f27644fd6f2a458ea78dde300900e995 => 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: 754/1577] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 661 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1578] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/quotas/f27644fd6f2a458ea78dde300900e995 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1579] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:55 2026] POST /v2.0/subnets => generated 688 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1580] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:53:55.642 7 INFO neutron.db.segments_db [None req-ca217615-c7a0-4cb7-a0b1-6e22e4151541 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment 40babf4b-943e-4b05-abf7-bb5fb0783121 of type vxlan for network bfb3596f-fcb7-451d-8bdc-6d7a33d2c2f0 [pid: 8|app: 0|req: 757/1581] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?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: 758/1582] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1583] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => 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: 760/1584] 10.0.0.86 () {32 vars in 622 bytes} [Sat May 9 22:53:55 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-05-09 22:53:55.915 7 INFO neutron.db.l3_hamode_db [None req-ca217615-c7a0-4cb7-a0b1-6e22e4151541 ff2eab42376448b3b4245c6ae19b52a5 dd2c07ce5a6f49d1a7d0013dcdc24549 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 761/1585] 10.0.0.86 () {32 vars in 632 bytes} [Sat May 9 22:53:55 2026] GET /v2.0/ => generated 632 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1586] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:56 2026] GET /v2.0/security-groups?tenant_id=0effe820ea134d67a652a90c4a60dbbc&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:53:56.807 7 INFO neutron.db.l3_hamode_db [None req-ca217615-c7a0-4cb7-a0b1-6e22e4151541 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 763/1587] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:56 2026] GET /v2.0/security-groups?tenant_id=de6d466b36184f28ac5652a5717674cc&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1588] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:56 2026] DELETE /v2.0/security-groups/a482d797-278a-488a-b9f7-7a66e2b3e7f9 => 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: 765/1589] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:57 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => 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: 766/1590] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:57 2026] DELETE /v2.0/security-groups/a6c81b8a-597d-4c62-b281-d69ff416565e => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1591] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:53:55 2026] POST /v2.0/routers => generated 728 bytes in 2084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1592] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:58 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => 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: 767/1593] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:53:57 2026] PUT /v2.0/routers/239b5e5d-2389-4306-8173-eea60fd00c94/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1594] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:53:59 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:53:59.588 8 WARNING neutron_lib.context [None req-cdbb36f5-d76f-4f5c-a771-8b3e14ffd8e9 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 827/1595] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:53:59 2026] GET /v2.0/security-groups?tenant_id=c5e4110ed3664e14bda4471b7c6bd70f&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1596] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:53:59 2026] DELETE /v2.0/security-groups/f52e84d9-af62-4532-add0-ba9db4ed51a0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1597] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:53:59 2026] POST /v2.0/security-groups => generated 1675 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:53:59.746 7 WARNING neutron_lib.context [None req-58019d57-b484-43a1-8f7c-3b5c5ca7cf18 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 829/1598] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:53:59.874 8 WARNING neutron_lib.context [None req-0268dabe-9f86-4f36-a0c6-9b0324f1ead4 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 770/1599] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:53:59 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:00.014 7 WARNING neutron_lib.context [None req-25fc7b70-ddd7-4c01-87b5-ceb631e6b842 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 830/1600] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:00.126 8 WARNING neutron_lib.context [None req-6aa7d19b-45fd-4727-ae36-d3a3ae287ade 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1601] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:54:00 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1602] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:54:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f27644fd6f2a458ea78dde300900e995 => generated 272 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:00.234 7 WARNING neutron_lib.context [req-73de0fa6-d3e0-4765-9ed6-defc2302eba7 req-7da2753c-beae-41b9-86e5-1a895742ca9d 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 771/1603] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:00.255 8 WARNING neutron_lib.context [None req-020f5143-e21d-4353-a75a-8c18996d5e8e 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:00.316 8 INFO neutron.db.securitygroups_db [None req-020f5143-e21d-4353-a75a-8c18996d5e8e 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Project b088fad7933a48268c31567433105ba2 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: 772/1604] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1605] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:00 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => 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: 774/1606] 199.204.45.235 () {34 vars in 1096 bytes} [Sat May 9 22:54:00 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:00.467 8 WARNING neutron_lib.context [None req-a2360ae2-134e-455a-9595-a77a539b18d7 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:00.500 8 INFO neutron.db.securitygroups_db [None req-a2360ae2-134e-455a-9595-a77a539b18d7 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Project b088fad7933a48268c31567433105ba2 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: 775/1607] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:00 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1608] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:54:00 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:54:01.048 7 WARNING neutron_lib.context [None req-6819706b-a8b9-4ee8-8111-ab056b5f066f 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 776/1609] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:54:00 2026] PUT /v2.0/ports/45343654-f1a6-42bf-9559-5d24d0e01ac3 => generated 1235 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1610] 10.0.0.86 () {34 vars in 684 bytes} [Sat May 9 22:54:01 2026] POST /v2.0/security-groups => generated 1661 bytes in 194 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, ' 2026-05-09 22:54:01.242 8 WARNING neutron_lib.context [None req-ae1ff518-67f2-4eee-bd22-043e2cc43074 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:01.294 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef918b22-7e93-4c5f-a6be-a147a7cab745'] response: {'name': 'network-changed', 'server_uuid': '99e93419-7fc8-418f-bd1f-729dec07bbb1', 'tag': '45343654-f1a6-42bf-9559-5d24d0e01ac3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 777/1611] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:01.389 7 WARNING neutron_lib.context [None req-f520cdf5-e014-4a30-aeb8-c4920a538762 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 778/1612] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:01 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1613] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:01 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) [pid: 8|app: 0|req: 779/1614] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:01 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:01.611 8 WARNING neutron_lib.context [None req-d3145fd9-0d47-4a9d-9145-e7246b7b027f 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:01.727 7 WARNING neutron_lib.context [None req-ff8bcd0b-1bc4-4338-9faa-94ef8b6b2e0d 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:01.876 7 INFO neutron.db.segments_db [None req-ff8bcd0b-1bc4-4338-9faa-94ef8b6b2e0d 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Added segment 405cdc8c-c654-48e0-a3e1-fffc7ff37400 of type vxlan for network 28d5f40a-b544-45a0-bc4d-481114308bd2 [pid: 7|app: 0|req: 836/1615] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:01 2026] POST /v2.0/networks => generated 650 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1616] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:01 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1619] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:01 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:02.033 7 WARNING neutron_lib.context [None req-bb56f6c0-9939-4610-9688-fa4c020debcd 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 780/1620] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:01 2026] POST /v2.0/floatingips => generated 552 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1621] 199.204.45.235 () {34 vars in 1018 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/networks?tenant_id=f27644fd6f2a458ea78dde300900e995&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1622] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 757 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1623] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:02 2026] POST /v2.0/subnets => generated 627 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1624] 199.204.45.235 () {34 vars in 930 bytes} [Sat May 9 22:54:02 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: 842/1625] 10.0.0.18 () {34 vars in 1099 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1293333838&fields=id&tenant_id=b088fad7933a48268c31567433105ba2 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:02.381 7 WARNING neutron_lib.context [None req-f3d27726-0be2-457c-993c-fb7915bebb49 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 784/1626] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=23122124-3ed9-49c5-83dd-82232be2c3bc => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:02.425 7 INFO neutron.db.segments_db [None req-f3d27726-0be2-457c-993c-fb7915bebb49 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Added segment d166d182-54ce-4ffe-a8e3-cf271f3f935f of type vxlan for network 82ba2657-193c-495d-8ce0-c5b5fc36eebb [pid: 8|app: 0|req: 785/1627] 10.0.0.18 () {34 vars in 1099 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2032378186&fields=id&tenant_id=b088fad7933a48268c31567433105ba2 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1628] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/subnets?id=97ce1c32-ac72-4b69-8913-84e6127e43db => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1629] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/networks?id=4093f6d6-9dec-433e-a425-f1f1f6b113c6 => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1630] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/ports?network_id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc&device_owner=network%3Adhcp => generated 1244 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1631] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/quotas/b088fad7933a48268c31567433105ba2 => generated 292 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1632] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:02.788 7 INFO neutron.db.l3_hamode_db [None req-f3d27726-0be2-457c-993c-fb7915bebb49 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 791/1633] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/ports?tenant_id=b088fad7933a48268c31567433105ba2&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1634] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1635] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/networks/4093f6d6-9dec-433e-a425-f1f1f6b113c6?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: 794/1636] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:54:02 2026] GET /v2.0/networks/4093f6d6-9dec-433e-a425-f1f1f6b113c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1637] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1638] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/security-groups?tenant_id=ef48faf0fd2b43cba0f7fe7a01328c22&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: 797/1639] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1640] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:03 2026] DELETE /v2.0/security-groups/469b930a-1cd6-4a02-9892-a092cc0af832 => 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: 799/1641] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1642] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1643] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=45343654-f1a6-42bf-9559-5d24d0e01ac3 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:03.576 7 INFO neutron.db.l3_hamode_db [None req-f3d27726-0be2-457c-993c-fb7915bebb49 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 802/1644] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/subnets?id=97ce1c32-ac72-4b69-8913-84e6127e43db => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1645] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/ports?network_id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1646] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/security-groups?tenant_id=7d9c6fc9de3446b28d057782285857d3&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1647] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?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: 806/1648] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:03 2026] DELETE /v2.0/security-groups/dbe0075a-3090-4c4e-a1e5-418337f185c3 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1649] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:54:03 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1650] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:04 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => 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: 843/1651] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:02 2026] POST /v2.0/routers => generated 695 bytes in 2165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1652] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:04 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1653] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:04 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&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: 7|app: 0|req: 846/1654] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:05 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => 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: 847/1655] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:05 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1656] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:54:04 2026] PUT /v2.0/routers/2f6979e1-c312-48c7-8533-f23105b35e2b/add_router_interface => generated 309 bytes in 1307 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:05.864 8 WARNING neutron_lib.context [None req-58442d78-bb8c-46e1-a203-31f085a59af8 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:05 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1658] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:54:05 2026] POST /v2.0/ports => generated 954 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:06.298 7 WARNING neutron_lib.context [None req-7350c8d6-2e2a-4a42-9ea8-1aae7459e84e 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /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: 811/1659] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:06 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => 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: 849/1660] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:54:06 2026] POST /v2.0/ports => generated 958 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:06.753 8 WARNING neutron_lib.context [None req-8e088929-b947-4dcb-ba87-371a51808ee1 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /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: 850/1661] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:06 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1662] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:07 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1663] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:54:07 2026] GET /v2.0/networks?id=4093f6d6-9dec-433e-a425-f1f1f6b113c6 => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1664] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:07 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1665] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:54:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b088fad7933a48268c31567433105ba2 => generated 274 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:07.485 7 WARNING neutron_lib.context [req-f534c96b-325f-4289-b905-89b1da005162 req-ffab45f0-2b04-43d6-9f59-58c566c9b0ae 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:07.579 8 INFO neutron.db.l3_db [None req-8e088929-b947-4dcb-ba87-371a51808ee1 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Floating IP ae029252-21ef-44cd-9ef7-1db353d228f2 associated. External IP: 10.96.250.203, port: 3ee92cf9-2ad3-46dc-860b-a8e57a14b6fc. [pid: 7|app: 0|req: 855/1666] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:54:07 2026] POST /v2.0/ports => generated 997 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1667] 10.0.0.86 () {34 vars in 676 bytes} [Sat May 9 22:54:06 2026] POST /v2.0/floatingips => generated 842 bytes in 1209 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: 856/1668] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:07 2026] GET /v2.0/security-groups?tenant_id=dc85dbd2ff3246e194ba2a46433e633f&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:08.313 7 INFO neutron.db.l3_db [None req-dd4ea000-35e7-4a91-b85b-065e66193c60 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Floating IP ae029252-21ef-44cd-9ef7-1db353d228f2 disassociated. External IP: 10.96.250.203, port: 3ee92cf9-2ad3-46dc-860b-a8e57a14b6fc. [pid: 8|app: 0|req: 813/1669] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:54:07 2026] PUT /v2.0/ports/e0667db9-f7c0-4e45-98d9-4e016a58fef7 => generated 1278 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:54:08.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fe72f51-0b27-4c9f-be31-d454a7726674'] response: {'name': 'network-changed', 'server_uuid': '52ca9295-38b7-4e7d-a111-87c9a5ce39f7', 'tag': 'e0667db9-f7c0-4e45-98d9-4e016a58fef7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 814/1670] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:08 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1671] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:08 2026] DELETE /v2.0/security-groups/c3fad723-52e0-472c-b704-60db17a4041d => 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: 816/1672] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:08 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&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: 7|app: 0|req: 857/1673] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:54:08 2026] PUT /v2.0/floatingips/ae029252-21ef-44cd-9ef7-1db353d228f2 => generated 552 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1674] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:08 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1012 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1675] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:08 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1676] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:08 2026] DELETE /v2.0/floatingips/ae029252-21ef-44cd-9ef7-1db353d228f2 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:08.935 8 WARNING neutron_lib.context [None req-c684f4d1-c3a3-456d-9a86-078f3a165654 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 859/1677] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:08 2026] GET /v2.0/ports?tenant_id=b088fad7933a48268c31567433105ba2&device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1678] 199.204.45.235 () {34 vars in 1018 bytes} [Sat May 9 22:54:08 2026] GET /v2.0/networks?tenant_id=b088fad7933a48268c31567433105ba2&shared=False => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1679] 199.204.45.235 () {34 vars in 930 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:09.642 8 INFO neutron.db.l3_db [None req-c684f4d1-c3a3-456d-9a86-078f3a165654 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Floating IP 6ddd4655-623e-4213-8b6c-1f5f389a1d04 associated. External IP: 10.96.250.211, port: cbdbbfd2-e6e1-4b6a-b554-704650b9207f. [pid: 7|app: 0|req: 862/1680] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1681] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1682] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1012 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1683] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1684] 10.0.0.86 () {34 vars in 676 bytes} [Sat May 9 22:54:08 2026] POST /v2.0/floatingips => generated 841 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1685] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1686] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1687] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:54:09 2026] GET /v2.0/floatingips/6ddd4655-623e-4213-8b6c-1f5f389a1d04 => generated 841 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1688] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:54:10 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1689] 10.0.0.86 () {32 vars in 654 bytes} [Sat May 9 22:54:10 2026] GET /v2.0/floatingips => generated 844 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:10.395 7 INFO neutron.db.l3_db [None req-af76672a-4769-4e6e-a5ee-e9632bcf176f 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Floating IP f51ac0b5-38ad-404b-987d-78d239883ab3 associated. External IP: 10.96.250.205, port: 45343654-f1a6-42bf-9559-5d24d0e01ac3. 2026-05-09 22:54:10.453 8 INFO neutron.db.l3_db [None req-4baabb6e-e55b-46d5-afca-7ada3afc4647 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Floating IP 6ddd4655-623e-4213-8b6c-1f5f389a1d04 associated. External IP: 10.96.250.211, port: cbdbbfd2-e6e1-4b6a-b554-704650b9207f. [pid: 7|app: 0|req: 869/1690] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:54:10 2026] PUT /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 855 bytes in 645 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1691] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:10 2026] GET /v2.0/ports?tenant_id=b088fad7933a48268c31567433105ba2&device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1281 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:10.768 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af674ec9-82bc-436d-b920-f89af761e5f3'] response: {'name': 'network-changed', 'server_uuid': '99e93419-7fc8-418f-bd1f-729dec07bbb1', 'tag': '45343654-f1a6-42bf-9559-5d24d0e01ac3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 822/1692] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:54:10 2026] PUT /v2.0/floatingips/6ddd4655-623e-4213-8b6c-1f5f389a1d04 => generated 842 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:11.055 7 INFO neutron.db.segments_db [None req-c2b15bac-6db8-4ffb-b9c1-4a47bffb605b ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment edd735f1-b81d-4039-a4bd-807b76e48555 of type vxlan for network 011cb299-0796-4250-84a8-1d73ff52f221 [pid: 8|app: 0|req: 823/1693] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:54:11 2026] GET /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1694] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:54:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0667db9-f7c0-4e45-98d9-4e016a58fef7 => 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: 825/1695] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:11 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1012 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1696] 10.0.0.86 () {34 vars in 670 bytes} [Sat May 9 22:54:10 2026] POST /v2.0/networks => generated 740 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1697] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:54:11 2026] GET /v2.0/subnets?id=a507bb26-f4c1-4e93-8061-c995ba2e9785 => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1698] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:11 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:11.224 8 INFO neutron.db.l3_db [None req-548aee5d-a6db-4ee3-abc3-800fea28d0ef 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] Floating IP 6ddd4655-623e-4213-8b6c-1f5f389a1d04 disassociated. External IP: 10.96.250.211, port: 3ee92cf9-2ad3-46dc-860b-a8e57a14b6fc. [pid: 7|app: 0|req: 874/1699] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:11 2026] POST /v2.0/subnets => generated 687 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1700] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:54:11 2026] PUT /v2.0/floatingips/6ddd4655-623e-4213-8b6c-1f5f389a1d04 => generated 552 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1701] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:11 2026] GET /v2.0/ports?tenant_id=f27644fd6f2a458ea78dde300900e995&device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:11.655 8 INFO neutron.db.segments_db [None req-d891e7f9-a3f5-4b30-8f22-ab2ca372b70f ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Added segment cb8e9ab5-9de2-4804-abe8-7f6ef580b527 of type vxlan for network 77b73ed0-10d7-49aa-b92f-88b35d7f8d57 [pid: 7|app: 0|req: 875/1702] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:54:11 2026] GET /v2.0/ports?network_id=4093f6d6-9dec-433e-a425-f1f1f6b113c6&device_owner=network%3Adhcp => generated 1244 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:11.913 8 INFO neutron.db.l3_hamode_db [None req-d891e7f9-a3f5-4b30-8f22-ab2ca372b70f ff2eab42376448b3b4245c6ae19b52a5 c835a0fa19874bdda52582d540f93663 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 876/1703] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:11 2026] DELETE /v2.0/floatingips/6ddd4655-623e-4213-8b6c-1f5f389a1d04 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1704] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/networks?id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1705] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/networks/4093f6d6-9dec-433e-a425-f1f1f6b113c6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:12.111 7 INFO neutron.api.v2.resource [None req-329430ac-f879-4112-b2d3-0ab95bbc126d 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 879/1706] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:12 2026] DELETE /v2.0/floatingips/6ddd4655-623e-4213-8b6c-1f5f389a1d04 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1707] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=45343654-f1a6-42bf-9559-5d24d0e01ac3 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1708] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1709] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/networks/4093f6d6-9dec-433e-a425-f1f1f6b113c6?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: 883/1710] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:54:12 2026] DELETE /v2.0/ports/3ee92cf9-2ad3-46dc-860b-a8e57a14b6fc => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1711] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/subnets?id=97ce1c32-ac72-4b69-8913-84e6127e43db => generated 677 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1712] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:12.659 8 INFO neutron.db.l3_hamode_db [None req-d891e7f9-a3f5-4b30-8f22-ab2ca372b70f ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 886/1713] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:54:12 2026] DELETE /v2.0/ports/cbdbbfd2-e6e1-4b6a-b554-704650b9207f => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1714] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/ports?network_id=4bb888f8-2b7f-42c0-aeed-5bc361bf08cc&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1715] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1716] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/ports?device_id=2f6979e1-c312-48c7-8533-f23105b35e2b => generated 958 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1717] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:54:12 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1718] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:11 2026] POST /v2.0/routers => generated 727 bytes in 1942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1719] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:54:13 2026] GET /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc?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: 891/1720] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:54:13 2026] PUT /v2.0/routers/2f6979e1-c312-48c7-8533-f23105b35e2b/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:14.747 7 INFO neutron.services.segments.plugin [-] Segment d166d182-54ce-4ffe-a8e3-cf271f3f935f resource provider aggregate not found 2026-05-09 22:54:14.752 7 INFO neutron.services.segments.plugin [-] Segment d166d182-54ce-4ffe-a8e3-cf271f3f935f resource provider aggregate not found 2026-05-09 22:54:14.768 7 INFO neutron.services.segments.plugin [-] Segment d166d182-54ce-4ffe-a8e3-cf271f3f935f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d166d182-54ce-4ffe-a8e3-cf271f3f935f found for delete ", "request_id": "req-4d558c95-ca24-4c78-8a9f-dbef2328b1c3"}]} 2026-05-09 22:54:14.770 7 INFO neutron.services.segments.plugin [-] Segment d166d182-54ce-4ffe-a8e3-cf271f3f935f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d166d182-54ce-4ffe-a8e3-cf271f3f935f found for delete ", "request_id": "req-441a7d24-8980-486c-90ed-d4b29a070198"}]} 2026-05-09 22:54:14.777 7 INFO neutron.db.l3_hamode_db [None req-71ecb7b1-4f61-4e39-8c60-33080762ce87 3a3705202330429dbc489047bbb1fc6f b6e8f2f3097941a9970e0e795ee0f581 - - default default] HA network 82ba2657-193c-495d-8ce0-c5b5fc36eebb was deleted as no HA routers are present in tenant b6e8f2f3097941a9970e0e795ee0f581. [pid: 7|app: 0|req: 892/1721] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:13 2026] DELETE /v2.0/routers/2f6979e1-c312-48c7-8533-f23105b35e2b => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1722] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:14 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1012 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1723] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:54:13 2026] PUT /v2.0/routers/8fb5ffc4-3361-4aa5-8eee-4769d0603695/add_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1724] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:14 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1725] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:54:14 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1726] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:14 2026] DELETE /v2.0/subnets/782be025-ed58-4836-a85e-20e89f3b8fce => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1727] 199.204.45.235 () {34 vars in 1124 bytes} [Sat May 9 22:54:14 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1728] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:14 2026] DELETE /v2.0/networks/28d5f40a-b544-45a0-bc4d-481114308bd2 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1729] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:15 2026] GET /v2.0/security-groups?tenant_id=b6e8f2f3097941a9970e0e795ee0f581&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1730] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:15 2026] DELETE /v2.0/security-groups/b92f2cb1-1cdd-4db2-bd8c-8cc630d55543 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1731] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:15 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1012 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1732] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:16 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:17.106 7 INFO neutron.services.segments.plugin [-] Segment 405cdc8c-c654-48e0-a3e1-fffc7ff37400 resource provider aggregate not found 2026-05-09 22:54:17.114 7 INFO neutron.services.segments.plugin [-] Segment 405cdc8c-c654-48e0-a3e1-fffc7ff37400 resource provider aggregate not found 2026-05-09 22:54:17.140 7 INFO neutron.services.segments.plugin [-] Segment 405cdc8c-c654-48e0-a3e1-fffc7ff37400 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405cdc8c-c654-48e0-a3e1-fffc7ff37400 found for delete ", "request_id": "req-2a82d74d-273b-4a8c-b28e-a362a43b5456"}]} 2026-05-09 22:54:17.141 7 INFO neutron.services.segments.plugin [-] Segment 405cdc8c-c654-48e0-a3e1-fffc7ff37400 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405cdc8c-c654-48e0-a3e1-fffc7ff37400 found for delete ", "request_id": "req-02f6e46d-90a1-4481-b389-7cee09f3feaa"}]} [pid: 7|app: 0|req: 899/1735] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/networks?id=011cb299-0796-4250-84a8-1d73ff52f221 => generated 672 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1736] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/quotas/c835a0fa19874bdda52582d540f93663 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1737] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1014 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1738] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/ports?tenant_id=c835a0fa19874bdda52582d540f93663&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1739] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1740] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/networks/011cb299-0796-4250-84a8-1d73ff52f221?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: 840/1741] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/networks/011cb299-0796-4250-84a8-1d73ff52f221?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1742] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1014 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1743] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:17 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:17.854 8 INFO neutron.db.l3_db [None req-aa6eb65f-b7ea-4a80-b34e-741e4f49c498 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Floating IP bf75f188-5052-469a-9df6-a77f3d8896b8 associated. External IP: 10.96.250.208, port: e0667db9-f7c0-4e45-98d9-4e016a58fef7. 2026-05-09 22:54:18.003 7 WARNING neutron_lib.context [None req-c8f7e705-6b1c-499b-a5b0-5b392c815b56 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:18.004 7 WARNING neutron_lib.context [None req-c8f7e705-6b1c-499b-a5b0-5b392c815b56 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:18.167 7 INFO neutron.db.segments_db [None req-c8f7e705-6b1c-499b-a5b0-5b392c815b56 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Added segment d8e6a0ba-8b32-45e7-b0a2-a85c307d27c5 of type vxlan for network 2745c88c-f20d-4fd9-b389-205415187b90 [pid: 8|app: 0|req: 841/1744] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:54:17 2026] PUT /v2.0/floatingips/bf75f188-5052-469a-9df6-a77f3d8896b8 => generated 856 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:18.226 7 INFO neutron.db.segments_db [None req-c8f7e705-6b1c-499b-a5b0-5b392c815b56 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Added segment d378ed3f-2329-48ab-ae7c-173003c502b1 of type vxlan for network e2f49a4f-ab14-4130-8cf1-b598951a7c3f [pid: 7|app: 0|req: 904/1745] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:17 2026] POST /v2.0/networks => generated 1246 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:54:18.376 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-568e71bb-722d-4b77-ac4d-7b7a93aa002e'] response: {'name': 'network-changed', 'server_uuid': '52ca9295-38b7-4e7d-a111-87c9a5ce39f7', 'tag': 'e0667db9-f7c0-4e45-98d9-4e016a58fef7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 842/1746] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:54:18 2026] GET /v2.0/networks => generated 1845 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1747] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:18 2026] DELETE /v2.0/networks/2745c88c-f20d-4fd9-b389-205415187b90 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1748] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:18 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:18.715 8 INFO neutron.services.segments.plugin [-] Segment d378ed3f-2329-48ab-ae7c-173003c502b1 resource provider aggregate not found 2026-05-09 22:54:18.720 8 INFO neutron.services.segments.plugin [-] Segment d378ed3f-2329-48ab-ae7c-173003c502b1 resource provider aggregate not found 2026-05-09 22:54:18.726 8 INFO neutron.services.segments.plugin [-] Segment d378ed3f-2329-48ab-ae7c-173003c502b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d378ed3f-2329-48ab-ae7c-173003c502b1 found for delete ", "request_id": "req-55674ff9-fc81-449b-b12a-bfb779505e9e"}]} [pid: 8|app: 0|req: 843/1749] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:18 2026] DELETE /v2.0/networks/e2f49a4f-ab14-4130-8cf1-b598951a7c3f => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1750] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:54:18 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:18.793 8 INFO neutron.services.segments.plugin [-] Segment d378ed3f-2329-48ab-ae7c-173003c502b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d378ed3f-2329-48ab-ae7c-173003c502b1 found for delete ", "request_id": "req-822584ef-836e-4df1-a0e3-a68278586dca"}]} 2026-05-09 22:54:18.800 8 WARNING neutron_lib.context [None req-abeb6c6a-c8eb-4bff-a77e-f4041d0ae3f8 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:18.849 8 INFO neutron.db.segments_db [None req-abeb6c6a-c8eb-4bff-a77e-f4041d0ae3f8 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Added segment 64bc9771-aef0-47e0-ab11-c0e0f20fdfd7 of type vxlan for network 6c511540-2bd5-456f-8a3b-cc52f61fea85 [pid: 7|app: 0|req: 908/1751] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:18 2026] GET /v2.0/ports?tenant_id=b088fad7933a48268c31567433105ba2&device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1752] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:18 2026] POST /v2.0/networks => generated 653 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:18.974 8 WARNING neutron_lib.context [None req-e7e0fed1-c3de-44bd-a79c-f1a81a6d3560 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 909/1753] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:54:18 2026] GET /v2.0/networks?id=4093f6d6-9dec-433e-a425-f1f1f6b113c6 => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:19.026 8 INFO neutron.db.segments_db [None req-e7e0fed1-c3de-44bd-a79c-f1a81a6d3560 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Added segment c087ab73-413d-49e4-97fa-2221c248d989 of type vxlan for network 857568f0-0083-454a-86b9-b494cb5fe753 [pid: 7|app: 0|req: 910/1754] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:54:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e0667db9-f7c0-4e45-98d9-4e016a58fef7 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1755] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:54:19 2026] GET /v2.0/subnets?id=a507bb26-f4c1-4e93-8061-c995ba2e9785 => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1756] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:18 2026] POST /v2.0/networks => generated 654 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1757] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:54:19 2026] GET /v2.0/ports?network_id=4093f6d6-9dec-433e-a425-f1f1f6b113c6&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:19.126 8 WARNING neutron_lib.context [None req-cd821fc2-1b85-4caa-a97f-30e2be2ffdb2 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:19.167 8 WARNING neutron_lib.context [None req-cd821fc2-1b85-4caa-a97f-30e2be2ffdb2 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:19.168 7 INFO neutron.services.segments.plugin [-] Segment d8e6a0ba-8b32-45e7-b0a2-a85c307d27c5 resource provider aggregate not found 2026-05-09 22:54:19.176 7 INFO neutron.services.segments.plugin [-] Segment d8e6a0ba-8b32-45e7-b0a2-a85c307d27c5 resource provider aggregate not found 2026-05-09 22:54:19.192 7 INFO neutron.services.segments.plugin [-] Segment d8e6a0ba-8b32-45e7-b0a2-a85c307d27c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8e6a0ba-8b32-45e7-b0a2-a85c307d27c5 found for delete ", "request_id": "req-898d96df-3dc4-49cb-9538-b86acac19e47"}]} 2026-05-09 22:54:19.194 7 INFO neutron.services.segments.plugin [-] Segment d8e6a0ba-8b32-45e7-b0a2-a85c307d27c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8e6a0ba-8b32-45e7-b0a2-a85c307d27c5 found for delete ", "request_id": "req-03b03ad2-2bb2-443f-868c-7dd465f3bc6e"}]} [pid: 7|app: 0|req: 913/1758] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:54:19 2026] GET /v2.0/networks/4093f6d6-9dec-433e-a425-f1f1f6b113c6?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1759] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:54:19 2026] GET /v2.0/networks/4093f6d6-9dec-433e-a425-f1f1f6b113c6?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: 846/1760] 10.0.0.86 () {34 vars in 664 bytes} [Sat May 9 22:54:19 2026] POST /v2.0/ports => generated 1504 bytes in 573 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: 847/1761] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:19 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => 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: 915/1762] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:54:19 2026] GET /v2.0/ports => generated 1504 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1763] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:54:19 2026] DELETE /v2.0/ports/2e51536a-3ad5-4067-8542-2833ba66e786 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1764] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:54:20 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1765] 10.0.0.21 () {34 vars in 1039 bytes} [Sat May 9 22:54:20 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1766] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:54:20 2026] DELETE /v2.0/ports/64d2af26-871a-4bad-99ba-4d8818c2383e => 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: 851/1767] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 22:54:20 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:20.243 7 WARNING neutron_lib.context [None req-8e827d06-3fad-4b4f-a3d2-8f040618b37e c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:20.303 7 INFO neutron.db.segments_db [None req-8e827d06-3fad-4b4f-a3d2-8f040618b37e c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Added segment 40820aea-9c6f-4770-a1cc-82879de98619 of type vxlan for network f1670651-0510-4300-bda9-b2ab233515a4 [pid: 7|app: 0|req: 917/1768] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:20 2026] POST /v2.0/networks => generated 653 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:20.408 8 WARNING neutron_lib.context [None req-4814405c-b14a-4bad-af71-7ef5bbfa4db3 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:20.486 8 INFO neutron.db.segments_db [None req-4814405c-b14a-4bad-af71-7ef5bbfa4db3 c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Added segment 3e0878c5-cabc-4f67-94a2-9d032dd34b63 of type vxlan for network 0861918a-8d33-4ac6-b8dc-0f82fd995357 [pid: 8|app: 0|req: 852/1769] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:20 2026] POST /v2.0/networks => generated 654 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1770] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:20 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:21.028 8 WARNING neutron_lib.context [None req-b0559125-f36b-47ac-952a-07d06bfb2a2b c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:21.054 8 WARNING neutron_lib.context [None req-b0559125-f36b-47ac-952a-07d06bfb2a2b c6fa236bd5a8423ab8470611f09b0432 31a50797bf024cd39de8e81bed107f4a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 853/1771] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:21 2026] POST /v2.0/subnets => generated 1323 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1772] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:54:21 2026] GET /v2.0/subnets => generated 1959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1773] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:21 2026] DELETE /v2.0/subnets/0ce146a4-7a17-4e49-b634-2d004ac98e56 => 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: 855/1774] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:54:21 2026] GET /v2.0/networks?id=011cb299-0796-4250-84a8-1d73ff52f221 => generated 672 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1775] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:21 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:21.921 8 WARNING neutron_lib.context [req-fab1a438-9d47-4df2-acd1-fddec0c2f0ae req-3db03eb1-bddd-467f-b81b-819e69d4a17d 1550ccd6d0fb4e1a833d4ffeb86e3924 c835a0fa19874bdda52582d540f93663 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 920/1776] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:21 2026] DELETE /v2.0/subnets/d901e794-51bb-4aa5-b281-d2befdc62be5 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1777] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:54:21 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:22.128 7 INFO neutron.services.segments.plugin [-] Segment 3e0878c5-cabc-4f67-94a2-9d032dd34b63 resource provider aggregate not found 2026-05-09 22:54:22.133 7 INFO neutron.services.segments.plugin [-] Segment 3e0878c5-cabc-4f67-94a2-9d032dd34b63 resource provider aggregate not found 2026-05-09 22:54:22.150 7 INFO neutron.services.segments.plugin [-] Segment 3e0878c5-cabc-4f67-94a2-9d032dd34b63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e0878c5-cabc-4f67-94a2-9d032dd34b63 found for delete ", "request_id": "req-717c948d-eabf-4653-88a8-fcbab6159540"}]} 2026-05-09 22:54:22.152 7 INFO neutron.services.segments.plugin [-] Segment 3e0878c5-cabc-4f67-94a2-9d032dd34b63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e0878c5-cabc-4f67-94a2-9d032dd34b63 found for delete ", "request_id": "req-12d8e34a-47af-4a37-a2e9-e591f92ce746"}]} [pid: 7|app: 0|req: 922/1778] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:22 2026] DELETE /v2.0/networks/0861918a-8d33-4ac6-b8dc-0f82fd995357 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1779] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:54:21 2026] POST /v2.0/ports => generated 958 bytes in 335 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: 923/1780] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:22 2026] DELETE /v2.0/networks/f1670651-0510-4300-bda9-b2ab233515a4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1781] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:22 2026] DELETE /v2.0/networks/857568f0-0083-454a-86b9-b494cb5fe753 => 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: 925/1782] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:22 2026] DELETE /v2.0/networks/6c511540-2bd5-456f-8a3b-cc52f61fea85 => 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: 858/1783] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:54:22 2026] PUT /v2.0/ports/db79d32b-d5aa-4564-bc48-f9fa8b42a43a => generated 1239 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1784] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:22 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:23.089 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf03ae3d-a0b1-43e6-aac8-9bb951baa1a8'] response: {'name': 'network-changed', 'server_uuid': 'a83c6755-8ab5-42d9-b3f9-141152769f2f', 'tag': 'db79d32b-d5aa-4564-bc48-f9fa8b42a43a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 927/1785] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:23 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 35 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: 859/1786] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:23 2026] GET /v2.0/security-groups?tenant_id=31a50797bf024cd39de8e81bed107f4a&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1787] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:23 2026] DELETE /v2.0/security-groups/05e0b00f-2786-4864-a667-f8fa178c705a => 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: 860/1788] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:23 2026] GET /v2.0/ports?tenant_id=c835a0fa19874bdda52582d540f93663&device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1789] 199.204.45.235 () {34 vars in 1018 bytes} [Sat May 9 22:54:23 2026] GET /v2.0/networks?tenant_id=c835a0fa19874bdda52582d540f93663&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1790] 199.204.45.235 () {34 vars in 930 bytes} [Sat May 9 22:54:23 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) 2026-05-09 22:54:24.222 7 INFO neutron.services.segments.plugin [-] Segment 40820aea-9c6f-4770-a1cc-82879de98619 resource provider aggregate not found 2026-05-09 22:54:24.227 7 INFO neutron.services.segments.plugin [-] Segment 40820aea-9c6f-4770-a1cc-82879de98619 resource provider aggregate not found [pid: 7|app: 0|req: 930/1791] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:24 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1792] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:24 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:24.783 7 INFO neutron.services.segments.plugin [-] Segment 40820aea-9c6f-4770-a1cc-82879de98619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40820aea-9c6f-4770-a1cc-82879de98619 found for delete ", "request_id": "req-0a047c31-ac4c-4be6-8b0e-7db7f0383a35"}]} 2026-05-09 22:54:24.788 7 INFO neutron.services.segments.plugin [-] Segment 40820aea-9c6f-4770-a1cc-82879de98619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40820aea-9c6f-4770-a1cc-82879de98619 found for delete ", "request_id": "req-30183c3f-f73b-482c-b818-285211e8ac43"}]} 2026-05-09 22:54:24.818 7 INFO neutron.services.segments.plugin [-] Segment c087ab73-413d-49e4-97fa-2221c248d989 resource provider aggregate not found 2026-05-09 22:54:24.822 7 INFO neutron.services.segments.plugin [-] Segment c087ab73-413d-49e4-97fa-2221c248d989 resource provider aggregate not found 2026-05-09 22:54:24.844 7 INFO neutron.services.segments.plugin [-] Segment c087ab73-413d-49e4-97fa-2221c248d989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c087ab73-413d-49e4-97fa-2221c248d989 found for delete ", "request_id": "req-1d78efab-d86a-436a-8a0c-a7373b686156"}]} 2026-05-09 22:54:24.849 7 INFO neutron.services.segments.plugin [-] Segment c087ab73-413d-49e4-97fa-2221c248d989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c087ab73-413d-49e4-97fa-2221c248d989 found for delete ", "request_id": "req-39fe9084-6f36-4ad2-a464-8ea9890f0544"}]} [pid: 7|app: 0|req: 931/1793] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:54:24 2026] GET /v2.0/ports?tenant_id=c835a0fa19874bdda52582d540f93663&device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 1242 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1794] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:54:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=db79d32b-d5aa-4564-bc48-f9fa8b42a43a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:24.896 7 INFO neutron.services.segments.plugin [-] Segment 64bc9771-aef0-47e0-ab11-c0e0f20fdfd7 resource provider aggregate not found 2026-05-09 22:54:24.902 7 INFO neutron.services.segments.plugin [-] Segment 64bc9771-aef0-47e0-ab11-c0e0f20fdfd7 resource provider aggregate not found 2026-05-09 22:54:24.925 7 INFO neutron.services.segments.plugin [-] Segment 64bc9771-aef0-47e0-ab11-c0e0f20fdfd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64bc9771-aef0-47e0-ab11-c0e0f20fdfd7 found for delete ", "request_id": "req-90a3a0f2-ca0b-4fde-b2b6-f83e1b2ede22"}]} 2026-05-09 22:54:24.926 7 INFO neutron.services.segments.plugin [-] Segment 64bc9771-aef0-47e0-ab11-c0e0f20fdfd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64bc9771-aef0-47e0-ab11-c0e0f20fdfd7 found for delete ", "request_id": "req-768f0010-b862-4999-b29c-ee2cd9c7a904"}]} [pid: 7|app: 0|req: 932/1795] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:54:24 2026] GET /v2.0/subnets?id=2ea8e180-60c7-4035-a51b-ea60aaa7b31a => generated 690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1796] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:54:24 2026] GET /v2.0/ports?network_id=011cb299-0796-4250-84a8-1d73ff52f221&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: 934/1797] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:24 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:25.082 8 WARNING neutron_lib.context [None req-a752fc13-ca99-463e-a4d0-7fc903c6741d c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 935/1798] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:54:25 2026] GET /v2.0/networks/011cb299-0796-4250-84a8-1d73ff52f221?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1799] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:25 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1800] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:54:25 2026] GET /v2.0/networks/011cb299-0796-4250-84a8-1d73ff52f221?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:25.232 8 INFO neutron.db.segments_db [None req-a752fc13-ca99-463e-a4d0-7fc903c6741d c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] Added segment bc6b3978-89f4-4994-ae82-b1d4c7a576d9 of type vxlan for network 65c60a32-9c58-43ba-a599-17a064d054f2 [pid: 8|app: 0|req: 864/1801] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:24 2026] POST /v2.0/networks => generated 644 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:25.354 7 WARNING neutron_lib.context [None req-c92f9eb9-556f-437e-b53d-e4c3c90a5d10 c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 865/1802] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:25 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1803] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:25 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1804] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:25 2026] POST /v2.0/subnets => generated 641 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:25.631 8 WARNING neutron_lib.context [None req-281190f5-e041-4c44-8826-57750141120c c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:25.681 8 INFO neutron.db.segments_db [None req-281190f5-e041-4c44-8826-57750141120c c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] Added segment b85dafb1-0b34-4565-ab8d-db2ce115e684 of type vxlan for network 94f5678c-a678-4a6a-bc6b-ced63680c56d [pid: 8|app: 0|req: 867/1805] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:25 2026] POST /v2.0/networks => generated 644 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1806] 10.0.0.86 () {34 vars in 742 bytes} [Sat May 9 22:54:25 2026] PUT /v2.0/networks/94f5678c-a678-4a6a-bc6b-ced63680c56d => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:25.885 8 WARNING neutron_lib.context [None req-6cdb1179-3306-43ac-9779-42592c603ece c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 868/1807] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:25 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1808] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1014 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1809] 10.0.0.86 () {34 vars in 740 bytes} [Sat May 9 22:54:26 2026] PUT /v2.0/subnets/a308128c-618e-42b0-9bb0-8feb817f8f67 => generated 636 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1810] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1811] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1812] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/security-groups?id=d7672a2c-66ed-4921-bf65-e817a9d1d77a&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:26.480 8 INFO neutron.services.segments.plugin [-] Segment b85dafb1-0b34-4565-ab8d-db2ce115e684 resource provider aggregate not found 2026-05-09 22:54:26.485 8 INFO neutron.services.segments.plugin [-] Segment b85dafb1-0b34-4565-ab8d-db2ce115e684 resource provider aggregate not found [pid: 8|app: 0|req: 871/1813] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:26 2026] DELETE /v2.0/networks/94f5678c-a678-4a6a-bc6b-ced63680c56d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:54:26.501 8 INFO neutron.services.segments.plugin [-] Segment b85dafb1-0b34-4565-ab8d-db2ce115e684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85dafb1-0b34-4565-ab8d-db2ce115e684 found for delete ", "request_id": "req-03801bd7-1db6-4661-b240-b38d8ee17b25"}]} 2026-05-09 22:54:26.502 8 INFO neutron.services.segments.plugin [-] Segment b85dafb1-0b34-4565-ab8d-db2ce115e684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85dafb1-0b34-4565-ab8d-db2ce115e684 found for delete ", "request_id": "req-44f8d97d-060c-4c5d-bae4-02882f3126f8"}]} 2026-05-09 22:54:26.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-564909a8-5941-410b-b0c9-e3218c0f39f3 c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1814] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:26 2026] DELETE /v2.0/networks/94f5678c-a678-4a6a-bc6b-ced63680c56d => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1815] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1283 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1816] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1817] 10.0.0.86 () {32 vars in 857 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/floatingips?floating_network_id=861f689c-32f3-4ce5-877c-d5781415483b&port_id=e0667db9-f7c0-4e45-98d9-4e016a58fef7 => generated 861 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1818] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1819] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1820] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1821] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:54:26 2026] GET /v2.0/subnets?network_id=861f689c-32f3-4ce5-877c-d5781415483b => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1822] 10.0.0.86 () {32 vars in 652 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/extensions => generated 20516 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1823] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/networks => generated 1309 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1824] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1825] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/networks/65c60a32-9c58-43ba-a599-17a064d054f2 => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1826] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/subnets/8624441c-1990-4fdd-a0f7-be86bff7a1ea => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:27.208 7 INFO neutron.db.l3_db [req-cae1fd6d-ce63-41bc-89d6-f7ad6a2ea46b req-51bb753f-c29d-4479-87f7-ec1fc61709dc 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] Floating IP f51ac0b5-38ad-404b-987d-78d239883ab3 disassociated. External IP: 10.96.250.205, port: 45343654-f1a6-42bf-9559-5d24d0e01ac3. 2026-05-09 22:54:27.208 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79af1e97-8c3a-4107-820a-d546ba54a507 c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 880/1827] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:27 2026] DELETE /v2.0/subnets/a308128c-618e-42b0-9bb0-8feb817f8f67 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:54:27.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df080683-3d8d-4732-bc78-ea37e3518b6c c4ffdeec43f7449688b9473af52eaa41 5ab8389c469d44eea76e6298f9fb6f0a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1828] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:27 2026] DELETE /v2.0/networks/94f5678c-a678-4a6a-bc6b-ced63680c56d => 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: 882/1829] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:27 2026] DELETE /v2.0/subnets/8624441c-1990-4fdd-a0f7-be86bff7a1ea => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1830] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:54:26 2026] DELETE /v2.0/ports/45343654-f1a6-42bf-9559-5d24d0e01ac3 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1831] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:27.669 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f42a24d-36d0-4451-805f-44a0b76a4090'] response: {'server_uuid': '99e93419-7fc8-418f-bd1f-729dec07bbb1', 'name': 'network-vif-deleted', 'tag': '45343654-f1a6-42bf-9559-5d24d0e01ac3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 950/1832] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1833] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:27 2026] DELETE /v2.0/networks/65c60a32-9c58-43ba-a599-17a064d054f2 => 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: 951/1834] 10.0.0.21 () {34 vars in 1119 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/security-groups?id=a3f341c1-503c-4e40-bf8c-895e576724ab&id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1835] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:27 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => 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: 952/1836] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:28 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1837] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:28 2026] GET /v2.0/security-groups?tenant_id=5ab8389c469d44eea76e6298f9fb6f0a&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1838] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:28 2026] DELETE /v2.0/security-groups/318d0ff0-a3d8-478b-9a7a-f5aa45ca4a29 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:28.737 8 INFO neutron.services.segments.plugin [-] Segment bc6b3978-89f4-4994-ae82-b1d4c7a576d9 resource provider aggregate not found 2026-05-09 22:54:28.753 8 INFO neutron.services.segments.plugin [-] Segment bc6b3978-89f4-4994-ae82-b1d4c7a576d9 resource provider aggregate not found [pid: 8|app: 0|req: 886/1839] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:28 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1840] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:29 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:29.238 8 INFO neutron.services.segments.plugin [-] Segment bc6b3978-89f4-4994-ae82-b1d4c7a576d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc6b3978-89f4-4994-ae82-b1d4c7a576d9 found for delete ", "request_id": "req-0046e2ed-809f-4d03-8860-8e7f55503e0d"}]} 2026-05-09 22:54:29.256 8 INFO neutron.services.segments.plugin [-] Segment bc6b3978-89f4-4994-ae82-b1d4c7a576d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc6b3978-89f4-4994-ae82-b1d4c7a576d9 found for delete ", "request_id": "req-41959a5e-bbb4-45b0-acac-b4b634e9b67d"}]} [pid: 8|app: 0|req: 887/1841] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:29 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1842] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:29 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => 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: 888/1843] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:29 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1014 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1844] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:29 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:30.365 8 WARNING neutron_lib.context [None req-166f2ff9-61ac-4511-be25-0483133c3414 d78b3988884549d48d911015b80f3fb4 5cab5a4b48a840c28f03944c4e1d54e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 957/1845] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:30 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1846] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:30 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1847] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:54:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1848] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:54:30 2026] GET /v2.0/security-groups => generated 4530 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1849] 10.0.0.86 () {34 vars in 757 bytes} [Sat May 9 22:54:30 2026] PUT /v2.0/security-groups/68b142e1-11d0-4e7f-b8e4-e5e8b6ea223c => generated 1663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1850] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:54:30 2026] GET /v2.0/security-groups/68b142e1-11d0-4e7f-b8e4-e5e8b6ea223c => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1851] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:30 2026] DELETE /v2.0/security-groups/68b142e1-11d0-4e7f-b8e4-e5e8b6ea223c => 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: 961/1852] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:54:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:30.911 8 INFO neutron.api.v2.resource [None req-77532b74-0c9c-413f-b6ad-4d8f1c93f6be d78b3988884549d48d911015b80f3fb4 5cab5a4b48a840c28f03944c4e1d54e7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1853] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:30 2026] DELETE /v2.0/security-groups/68b142e1-11d0-4e7f-b8e4-e5e8b6ea223c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:54:30.925 7 WARNING neutron_lib.context [None req-8912f8ee-c98b-4b46-8421-2109c5fef924 d78b3988884549d48d911015b80f3fb4 5cab5a4b48a840c28f03944c4e1d54e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1854] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:30 2026] GET /v2.0/ports?device_id=99e93419-7fc8-418f-bd1f-729dec07bbb1 => 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: 962/1855] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:54:30 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:54:31.048 8 WARNING neutron_lib.context [None req-4183ba52-04f6-4334-8d67-0aea1802b35f d78b3988884549d48d911015b80f3fb4 5cab5a4b48a840c28f03944c4e1d54e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1856] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1857] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/security-group-rules/c0cafeb7-5438-48e6-8872-a45ffa1fe874 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1858] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1014 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1859] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1860] 10.0.0.18 () {34 vars in 1119 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/security-groups?id=620cb4de-3ff7-49a3-a8bb-f8588d2f701f&id=a3f341c1-503c-4e40-bf8c-895e576724ab&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1861] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:54:31 2026] DELETE /v2.0/security-group-rules/c0cafeb7-5438-48e6-8872-a45ffa1fe874 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1862] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:31.483 8 WARNING neutron_lib.context [None req-54e19ca1-e01c-4109-a00d-d37998afc787 d78b3988884549d48d911015b80f3fb4 5cab5a4b48a840c28f03944c4e1d54e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 898/1863] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:31 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: 966/1864] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/security-group-rules/18c962fd-a19f-488f-bbd5-65720cd1d24b => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1865] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:54:31 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: 901/1868] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:54:31 2026] DELETE /v2.0/security-group-rules/18c962fd-a19f-488f-bbd5-65720cd1d24b => 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: 902/1869] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1870] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:31.892 8 WARNING neutron_lib.context [None req-f36256de-f381-455b-85fa-a0550c7dbea1 d78b3988884549d48d911015b80f3fb4 5cab5a4b48a840c28f03944c4e1d54e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 969/1871] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:31 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:31.922 8 INFO neutron.db.securitygroups_db [None req-f36256de-f381-455b-85fa-a0550c7dbea1 d78b3988884549d48d911015b80f3fb4 5cab5a4b48a840c28f03944c4e1d54e7 - - default default] Project 5cab5a4b48a840c28f03944c4e1d54e7 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 903/1872] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:54:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1873] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/security-group-rules/84906870-a4a6-44c0-9ade-5f4c6e93d28f => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1874] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1875] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:32 2026] DELETE /v2.0/security-groups/d7672a2c-66ed-4921-bf65-e817a9d1d77a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1876] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1877] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:54:32 2026] DELETE /v2.0/security-group-rules/84906870-a4a6-44c0-9ade-5f4c6e93d28f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:32.414 8 INFO neutron.db.l3_db [req-4eab8998-202f-43bf-9e1e-112133e816a5 req-258867c2-87b0-41a6-8a57-3c264bce50ee 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] Floating IP bf75f188-5052-469a-9df6-a77f3d8896b8 disassociated. External IP: 10.96.250.208, port: e0667db9-f7c0-4e45-98d9-4e016a58fef7. [pid: 7|app: 0|req: 972/1878] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:32 2026] DELETE /v2.0/floatingips/f51ac0b5-38ad-404b-987d-78d239883ab3 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1879] 10.0.0.86 () {32 vars in 672 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1880] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1881] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:32 2026] DELETE /v2.0/security-groups/217425d9-115f-485f-9cc1-d8d1aa14caba => 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: 976/1882] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1883] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:54:32 2026] DELETE /v2.0/ports/e0667db9-f7c0-4e45-98d9-4e016a58fef7 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1884] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1885] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&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: 978/1886] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 22:54:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:33.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2581ce1-79df-4a34-92d5-ceb172a6075d'] response: {'server_uuid': '52ca9295-38b7-4e7d-a111-87c9a5ce39f7', 'name': 'network-vif-deleted', 'tag': 'e0667db9-f7c0-4e45-98d9-4e016a58fef7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 909/1887] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:33 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1888] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:33 2026] GET /v2.0/security-groups?id=54ddcbfc-73a4-4e7e-9950-9aaac28f95a7&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: 910/1889] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:33 2026] GET /v2.0/security-groups?tenant_id=5cab5a4b48a840c28f03944c4e1d54e7&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1890] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:33 2026] DELETE /v2.0/security-groups/9118e7a1-cbe0-410b-b101-d73812ce12d4 => 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: 911/1891] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:33 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => 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: 981/1892] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:54:33 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1893] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:33 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 983/1894] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:54:33 2026] GET /v2.0/security-groups?id=018bdb65-d958-4a46-84d7-7c7d84b0b165&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: 912/1895] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:54:33 2026] DELETE /v2.0/ports/db79d32b-d5aa-4564-bc48-f9fa8b42a43a => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1896] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:34 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => 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: 913/1897] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:54:34 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1898] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:34 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => 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: 985/1899] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:54:34 2026] DELETE /v2.0/ports/23122124-3ed9-49c5-83dd-82232be2c3bc => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1900] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:35 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:35.234 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f77aa8e1-7b35-4136-acd3-e7cc50bf4e30'] response: {'server_uuid': 'a83c6755-8ab5-42d9-b3f9-141152769f2f', 'name': 'network-vif-deleted', 'tag': 'db79d32b-d5aa-4564-bc48-f9fa8b42a43a', 'status': 'completed', 'code': 200} 2026-05-09 22:54:35.241 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77f65685-66fb-4ad3-90d3-2a74c77e107f'] response: {'server_uuid': '589a54e2-e3ce-40ed-9f2a-b65e86a69f94', 'name': 'network-vif-deleted', 'tag': '23122124-3ed9-49c5-83dd-82232be2c3bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 916/1901] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:35 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:54:35.366 7 WARNING neutron_lib.context [None req-15306ca0-9d78-4e13-a533-89ff3e84d280 eb868b34645046c69e2d576c32142bce 025ae4b6d819483e8e9fc7044d279eb9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 986/1902] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:35 2026] POST /v2.0/subnetpools => generated 548 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1903] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:54:35 2026] GET /v2.0/subnetpools/24485571-fa5c-49bd-b85d-e4ca2bf45b23 => generated 548 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1904] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:54:35 2026] PUT /v2.0/subnetpools/24485571-fa5c-49bd-b85d-e4ca2bf45b23 => generated 501 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1905] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:35 2026] DELETE /v2.0/subnetpools/24485571-fa5c-49bd-b85d-e4ca2bf45b23 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:35.599 7 INFO neutron.api.v2.resource [None req-89e3899a-bae0-405f-bd76-9b22472f2e80 eb868b34645046c69e2d576c32142bce 025ae4b6d819483e8e9fc7044d279eb9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 988/1906] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:54:35 2026] GET /v2.0/subnetpools/24485571-fa5c-49bd-b85d-e4ca2bf45b23 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:54:35.617 8 INFO neutron.api.v2.resource [None req-6b642556-79c6-4047-9d34-da5c0b22f55f eb868b34645046c69e2d576c32142bce 025ae4b6d819483e8e9fc7044d279eb9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1907] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:35 2026] DELETE /v2.0/subnetpools/24485571-fa5c-49bd-b85d-e4ca2bf45b23 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1908] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:35 2026] GET /v2.0/ports?device_id=52ca9295-38b7-4e7d-a111-87c9a5ce39f7 => 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: 990/1909] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:36 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => 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: 920/1910] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:36 2026] GET /v2.0/security-groups?tenant_id=025ae4b6d819483e8e9fc7044d279eb9&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1911] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:36 2026] GET /v2.0/ports?device_id=a83c6755-8ab5-42d9-b3f9-141152769f2f => 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: 991/1912] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:36 2026] DELETE /v2.0/security-groups/13a71a18-fc83-4c24-947d-6b08181fc3e1 => 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: 922/1913] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:37 2026] DELETE /v2.0/security-groups/620cb4de-3ff7-49a3-a8bb-f8588d2f701f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:37.147 7 INFO neutron.api.v2.resource [None req-6cffb457-0bdd-4924-9a09-2fd6998ee505 9abd9a1668824e3b85a934e7568220a3 b088fad7933a48268c31567433105ba2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 992/1914] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:54:37 2026] GET /v2.0/security-groups/620cb4de-3ff7-49a3-a8bb-f8588d2f701f => 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: 993/1915] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:54:37 2026] GET /v2.0/ports?device_id=589a54e2-e3ce-40ed-9f2a-b65e86a69f94 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1916] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:37 2026] DELETE /v2.0/floatingips/bf75f188-5052-469a-9df6-a77f3d8896b8 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1917] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:37 2026] DELETE /v2.0/security-groups/a3f341c1-503c-4e40-bf8c-895e576724ab => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1918] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:38 2026] DELETE /v2.0/security-groups/018bdb65-d958-4a46-84d7-7c7d84b0b165 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1919] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:54:37 2026] PUT /v2.0/routers/a318baf6-7f4e-49c5-9df3-ef4e048e35af/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1920] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:54:38 2026] PUT /v2.0/routers/8fb5ffc4-3361-4aa5-8eee-4769d0603695/remove_router_interface => generated 309 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1921] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:54:38 2026] PUT /v2.0/routers/00c5c45c-d6b1-4d1f-a75f-9325b148e82f/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:40.213 8 INFO neutron.services.segments.plugin [-] Segment ceaae44c-24a0-4be4-b3d9-e337597beaaa resource provider aggregate not found 2026-05-09 22:54:40.221 8 INFO neutron.services.segments.plugin [-] Segment ceaae44c-24a0-4be4-b3d9-e337597beaaa resource provider aggregate not found 2026-05-09 22:54:40.229 8 INFO neutron.services.segments.plugin [-] Segment ceaae44c-24a0-4be4-b3d9-e337597beaaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceaae44c-24a0-4be4-b3d9-e337597beaaa found for delete ", "request_id": "req-50a2c738-5282-4045-8f39-682aa35ebe86"}]} 2026-05-09 22:54:40.241 8 INFO neutron.services.segments.plugin [-] Segment ceaae44c-24a0-4be4-b3d9-e337597beaaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceaae44c-24a0-4be4-b3d9-e337597beaaa found for delete ", "request_id": "req-6c69d36b-8797-4c85-a43c-9b8f25d85167"}]} 2026-05-09 22:54:40.247 8 INFO neutron.db.l3_hamode_db [None req-e92cecf5-b848-4c13-bc39-1dc6f209625a ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network 8c23f2e3-77d4-4791-968b-9ed2706ba99b was deleted as no HA routers are present in tenant b088fad7933a48268c31567433105ba2. [pid: 8|app: 0|req: 926/1922] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:39 2026] DELETE /v2.0/routers/a318baf6-7f4e-49c5-9df3-ef4e048e35af => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:40.310 7 INFO neutron.services.segments.plugin [-] Segment cb8e9ab5-9de2-4804-abe8-7f6ef580b527 resource provider aggregate not found 2026-05-09 22:54:40.313 7 INFO neutron.services.segments.plugin [-] Segment cb8e9ab5-9de2-4804-abe8-7f6ef580b527 resource provider aggregate not found 2026-05-09 22:54:40.321 7 INFO neutron.services.segments.plugin [-] Segment cb8e9ab5-9de2-4804-abe8-7f6ef580b527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb8e9ab5-9de2-4804-abe8-7f6ef580b527 found for delete ", "request_id": "req-113113c5-5637-4aed-aa61-2b773393ba12"}]} 2026-05-09 22:54:40.326 7 INFO neutron.db.l3_hamode_db [None req-5c679eec-7a76-41a3-a978-38dd118e3091 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network 77b73ed0-10d7-49aa-b92f-88b35d7f8d57 was deleted as no HA routers are present in tenant c835a0fa19874bdda52582d540f93663. [pid: 7|app: 0|req: 997/1923] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:39 2026] DELETE /v2.0/routers/8fb5ffc4-3361-4aa5-8eee-4769d0603695 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:40.332 7 INFO neutron.services.segments.plugin [-] Segment cb8e9ab5-9de2-4804-abe8-7f6ef580b527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb8e9ab5-9de2-4804-abe8-7f6ef580b527 found for delete ", "request_id": "req-439a2cce-a624-41ff-8646-e4f0c705cae8"}]} [pid: 8|app: 0|req: 927/1924] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:40 2026] DELETE /v2.0/subnets/97ce1c32-ac72-4b69-8913-84e6127e43db => 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: 928/1925] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:40 2026] DELETE /v2.0/subnets/a507bb26-f4c1-4e93-8061-c995ba2e9785 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1926] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:40 2026] GET /v2.0/security-groups?tenant_id=c99ed0e59c084e4b9f3b3a5189fe3a84&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1927] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:40 2026] DELETE /v2.0/subnets/2ea8e180-60c7-4035-a51b-ea60aaa7b31a => 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: 930/1928] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:40 2026] DELETE /v2.0/networks/4093f6d6-9dec-433e-a425-f1f1f6b113c6 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1929] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:40 2026] DELETE /v2.0/security-groups/16e509ab-e678-47e5-bc2e-460237b1cf2f => 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: 932/1930] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:41 2026] DELETE /v2.0/networks/011cb299-0796-4250-84a8-1d73ff52f221 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:54:41.509 7 INFO neutron.db.l3_hamode_db [None req-330fcccd-2a94-4017-85ee-860a2f3203e2 3323199bf90143e0aadfb189f72955c7 f27644fd6f2a458ea78dde300900e995 - - default default] HA network 3e18e8e0-64e5-4b60-9401-bcd44a957d03 was deleted as no HA routers are present in tenant f27644fd6f2a458ea78dde300900e995. [pid: 7|app: 0|req: 999/1931] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:40 2026] DELETE /v2.0/routers/00c5c45c-d6b1-4d1f-a75f-9325b148e82f => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1932] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:41 2026] DELETE /v2.0/networks/4bb888f8-2b7f-42c0-aeed-5bc361bf08cc => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1933] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:41 2026] GET /v2.0/security-groups?tenant_id=c835a0fa19874bdda52582d540f93663&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: 1002/1934] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:41 2026] DELETE /v2.0/security-groups/54ddcbfc-73a4-4e7e-9950-9aaac28f95a7 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:42.256 8 INFO neutron.services.segments.plugin [-] Segment 15a9be2b-1f2f-4790-b514-d6cc1cf69e90 resource provider aggregate not found 2026-05-09 22:54:42.263 8 INFO neutron.services.segments.plugin [-] Segment 15a9be2b-1f2f-4790-b514-d6cc1cf69e90 resource provider aggregate not found 2026-05-09 22:54:42.275 8 INFO neutron.services.segments.plugin [-] Segment 15a9be2b-1f2f-4790-b514-d6cc1cf69e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a9be2b-1f2f-4790-b514-d6cc1cf69e90 found for delete ", "request_id": "req-02be9bbc-e9f1-400b-a750-f6a9853a56d9"}]} 2026-05-09 22:54:42.284 8 INFO neutron.services.segments.plugin [-] Segment 15a9be2b-1f2f-4790-b514-d6cc1cf69e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a9be2b-1f2f-4790-b514-d6cc1cf69e90 found for delete ", "request_id": "req-522401d9-bb68-434d-86df-92b01101e0e4"}]} 2026-05-09 22:54:42.287 8 INFO neutron.services.segments.plugin [-] Segment edd735f1-b81d-4039-a4bd-807b76e48555 resource provider aggregate not found 2026-05-09 22:54:42.296 8 INFO neutron.services.segments.plugin [-] Segment edd735f1-b81d-4039-a4bd-807b76e48555 resource provider aggregate not found 2026-05-09 22:54:42.301 8 INFO neutron.services.segments.plugin [-] Segment edd735f1-b81d-4039-a4bd-807b76e48555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd735f1-b81d-4039-a4bd-807b76e48555 found for delete ", "request_id": "req-b4466430-fb7e-40be-bb05-3ac57e34ef4c"}]} 2026-05-09 22:54:42.308 8 INFO neutron.services.segments.plugin [-] Segment edd735f1-b81d-4039-a4bd-807b76e48555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd735f1-b81d-4039-a4bd-807b76e48555 found for delete ", "request_id": "req-1bce1aa0-8477-4e56-849b-760cbee91cd3"}]} [pid: 8|app: 0|req: 933/1935] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:54:41 2026] PUT /v2.0/routers/239b5e5d-2389-4306-8173-eea60fd00c94/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:42.414 7 INFO neutron.services.segments.plugin [-] Segment 9b5f7a27-aca8-407d-a651-d25c7e592a49 resource provider aggregate not found 2026-05-09 22:54:42.418 7 INFO neutron.services.segments.plugin [-] Segment 9b5f7a27-aca8-407d-a651-d25c7e592a49 resource provider aggregate not found 2026-05-09 22:54:42.436 7 INFO neutron.services.segments.plugin [-] Segment 9b5f7a27-aca8-407d-a651-d25c7e592a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5f7a27-aca8-407d-a651-d25c7e592a49 found for delete ", "request_id": "req-9d8f928c-1931-4941-83b7-f1cfa000d64f"}]} 2026-05-09 22:54:42.439 7 INFO neutron.services.segments.plugin [-] Segment 9b5f7a27-aca8-407d-a651-d25c7e592a49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b5f7a27-aca8-407d-a651-d25c7e592a49 found for delete ", "request_id": "req-21e6edd5-747e-4853-aa31-98b64e2669e5"}]} 2026-05-09 22:54:42.452 7 INFO neutron.services.segments.plugin [-] Segment 174b6c99-9b87-4b83-a956-acb9aaf143c8 resource provider aggregate not found 2026-05-09 22:54:42.456 7 INFO neutron.services.segments.plugin [-] Segment 174b6c99-9b87-4b83-a956-acb9aaf143c8 resource provider aggregate not found 2026-05-09 22:54:42.470 7 INFO neutron.services.segments.plugin [-] Segment 174b6c99-9b87-4b83-a956-acb9aaf143c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 174b6c99-9b87-4b83-a956-acb9aaf143c8 found for delete ", "request_id": "req-83fbf283-b61e-45db-b1d9-4d9c08cd5be6"}]} 2026-05-09 22:54:42.476 7 INFO neutron.services.segments.plugin [-] Segment 174b6c99-9b87-4b83-a956-acb9aaf143c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 174b6c99-9b87-4b83-a956-acb9aaf143c8 found for delete ", "request_id": "req-0f2a6ea1-ba28-4cff-becb-78de7efb3a19"}]} [pid: 8|app: 0|req: 934/1936] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:42 2026] GET /v2.0/security-groups?tenant_id=fea9a0d8c0f941d6804273b50a2b87c4&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1937] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:42 2026] DELETE /v2.0/security-groups/d0c23808-3341-4e86-b3ef-56212e8205ec => 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: 936/1938] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:43 2026] GET /v2.0/security-groups?tenant_id=f27644fd6f2a458ea78dde300900e995&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1939] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:43 2026] DELETE /v2.0/security-groups/847d2139-944b-42b5-9536-36f93d8cd8f5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:43.289 7 INFO neutron.db.l3_hamode_db [None req-02ffc78e-4c14-4087-acfa-804616e8c597 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] HA network bfb3596f-fcb7-451d-8bdc-6d7a33d2c2f0 was deleted as no HA routers are present in tenant dd2c07ce5a6f49d1a7d0013dcdc24549. [pid: 7|app: 0|req: 1003/1940] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:42 2026] DELETE /v2.0/routers/239b5e5d-2389-4306-8173-eea60fd00c94 => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1941] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:43 2026] DELETE /v2.0/subnets/568aa966-4aed-4a20-812e-bc411a966ba2 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1942] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:43 2026] DELETE /v2.0/networks/1780ffa1-9774-4210-a3f0-fb416c7cfd78 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1943] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:44 2026] GET /v2.0/security-groups?tenant_id=b088fad7933a48268c31567433105ba2&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1944] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:44 2026] DELETE /v2.0/security-groups/ca382955-1bf4-40cd-9ee5-45db45cc16fb => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1945] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:44 2026] GET /v2.0/security-groups?tenant_id=dd2c07ce5a6f49d1a7d0013dcdc24549&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:44.506 7 INFO neutron.services.segments.plugin [-] Segment 40babf4b-943e-4b05-abf7-bb5fb0783121 resource provider aggregate not found 2026-05-09 22:54:44.513 7 INFO neutron.services.segments.plugin [-] Segment 40babf4b-943e-4b05-abf7-bb5fb0783121 resource provider aggregate not found 2026-05-09 22:54:44.520 7 INFO neutron.services.segments.plugin [-] Segment 40babf4b-943e-4b05-abf7-bb5fb0783121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40babf4b-943e-4b05-abf7-bb5fb0783121 found for delete ", "request_id": "req-70f7790d-384a-4ba3-9af4-ba423ab74448"}]} 2026-05-09 22:54:44.527 7 INFO neutron.services.segments.plugin [-] Segment 40babf4b-943e-4b05-abf7-bb5fb0783121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40babf4b-943e-4b05-abf7-bb5fb0783121 found for delete ", "request_id": "req-406ec29e-730b-412f-be45-ce581229d827"}]} 2026-05-09 22:54:44.537 7 INFO neutron.services.segments.plugin [-] Segment 6563d445-7898-4bd4-ac03-609be6f125d8 resource provider aggregate not found 2026-05-09 22:54:44.541 7 INFO neutron.services.segments.plugin [-] Segment 6563d445-7898-4bd4-ac03-609be6f125d8 resource provider aggregate not found 2026-05-09 22:54:44.547 7 INFO neutron.services.segments.plugin [-] Segment 6563d445-7898-4bd4-ac03-609be6f125d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6563d445-7898-4bd4-ac03-609be6f125d8 found for delete ", "request_id": "req-643fc12a-22ad-4976-b535-8720972b0f1e"}]} 2026-05-09 22:54:44.552 7 INFO neutron.services.segments.plugin [-] Segment 6563d445-7898-4bd4-ac03-609be6f125d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6563d445-7898-4bd4-ac03-609be6f125d8 found for delete ", "request_id": "req-648e9a00-c70a-4f49-96f7-8d34a2952a7b"}]} [pid: 7|app: 0|req: 1006/1946] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:44 2026] DELETE /v2.0/security-groups/2baa2c67-b8f9-4882-8ac7-19754092732c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1947] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:44 2026] GET /v2.0/security-groups?tenant_id=170f99bd6cbf4b6999798a908ec407ea&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1948] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:44 2026] DELETE /v2.0/security-groups/6aede1c2-bdb2-4932-837a-c15e8e75bc69 => 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: 942/1949] 10.0.0.88 () {30 vars in 649 bytes} [Sat May 9 22:54:45 2026] GET /v2.0/extensions => generated 20516 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1950] 10.0.0.88 () {30 vars in 723 bytes} [Sat May 9 22:54:45 2026] GET /v2.0/quotas/4925b81a1a9d4c60b3fb28e63dc80537/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1953] 10.0.0.88 () {30 vars in 649 bytes} [Sat May 9 22:54:47 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: 7|app: 0|req: 1011/1954] 10.0.0.88 () {30 vars in 723 bytes} [Sat May 9 22:54:47 2026] GET /v2.0/quotas/4925b81a1a9d4c60b3fb28e63dc80537/details => generated 847 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:48.009 8 INFO neutron.db.segments_db [None req-0ffd9fb5-740c-476d-9605-1f92eac9d432 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] Added segment 9dd56cf6-337e-4d66-90d5-5ece84c5adbd of type vxlan for network 06238499-c9cb-4144-828c-e80074887146 [pid: 8|app: 0|req: 944/1955] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:47 2026] POST /v2.0/networks => generated 725 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1956] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:48 2026] POST /v2.0/subnets => generated 644 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:48.306 8 WARNING neutron.api.v2.base [None req-0cf6a243-07c3-445a-8e35-527450fa9a54 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-09 22:54:48.307 8 INFO neutron.api.v2.resource [None req-0cf6a243-07c3-445a-8e35-527450fa9a54 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 945/1957] 10.0.0.86 () {34 vars in 680 bytes} [Sat May 9 22:54:48 2026] POST /v2.0/rbac-policies => generated 143 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-09 22:54:48.540 7 INFO neutron.services.segments.plugin [-] Segment 9dd56cf6-337e-4d66-90d5-5ece84c5adbd resource provider aggregate not found 2026-05-09 22:54:48.544 7 INFO neutron.services.segments.plugin [-] Segment 9dd56cf6-337e-4d66-90d5-5ece84c5adbd resource provider aggregate not found 2026-05-09 22:54:48.562 7 INFO neutron.services.segments.plugin [-] Segment 9dd56cf6-337e-4d66-90d5-5ece84c5adbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd56cf6-337e-4d66-90d5-5ece84c5adbd found for delete ", "request_id": "req-d6a14aab-9339-402e-8d92-24235dcf41ec"}]} 2026-05-09 22:54:48.563 7 INFO neutron.services.segments.plugin [-] Segment 9dd56cf6-337e-4d66-90d5-5ece84c5adbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd56cf6-337e-4d66-90d5-5ece84c5adbd found for delete ", "request_id": "req-06bc0773-4193-446f-9163-d02bcb5c4eb2"}]} [pid: 7|app: 0|req: 1013/1958] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:48 2026] DELETE /v2.0/networks/06238499-c9cb-4144-828c-e80074887146 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:54:48.647 8 INFO neutron.db.segments_db [None req-a3e76a51-3de8-4b35-bf81-c0d8b6d52882 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] Added segment f8839fa5-c710-4f4c-b842-03361905c1fb of type vxlan for network 4c52f4e1-a058-4cc0-8800-7ead32efdc92 [pid: 8|app: 0|req: 946/1959] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:48 2026] POST /v2.0/networks => generated 727 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1960] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:48 2026] POST /v2.0/subnets => generated 647 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:48.963 7 WARNING neutron.api.v2.base [None req-266b7ffb-08a8-4f8f-9d16-ce9dd91ef3d2 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-09 22:54:48.964 7 INFO neutron.api.v2.resource [None req-266b7ffb-08a8-4f8f-9d16-ce9dd91ef3d2 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1015/1961] 10.0.0.86 () {34 vars in 680 bytes} [Sat May 9 22:54:48 2026] POST /v2.0/rbac-policies => generated 547 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-09 22:54:48.975 8 WARNING neutron_lib.context [None req-ff5488b7-da1f-423e-bbf2-3a4bc884a2c4 66a455382e1543ab80e3135d8cda940c 1a986cf110b747ce91998d2bfe882f52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1016/1962] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:48 2026] DELETE /v2.0/networks/4c52f4e1-a058-4cc0-8800-7ead32efdc92 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:54:49.217 7 INFO neutron.db.segments_db [None req-db057dde-c8f8-4774-86ad-2a2ebc4034a4 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] Added segment f50557a2-a0cc-4ade-94d2-32f3998da836 of type vxlan for network 1351facc-109b-4b3e-9c28-5832fd43124f [pid: 7|app: 0|req: 1017/1963] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:49 2026] POST /v2.0/networks => generated 726 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1964] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:54:49 2026] POST /v2.0/subnets => generated 647 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1965] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:48 2026] POST /v2.0/floatingips => generated 552 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:49.613 8 WARNING neutron_lib.context [None req-0de95e18-db62-4843-82e0-fa28374f3b38 66a455382e1543ab80e3135d8cda940c 1a986cf110b747ce91998d2bfe882f52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1019/1966] 10.0.0.86 () {34 vars in 680 bytes} [Sat May 9 22:54:49 2026] POST /v2.0/rbac-policies => generated 324 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1967] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:49 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1968] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:54:50 2026] GET /v2.0/networks/1351facc-109b-4b3e-9c28-5832fd43124f => generated 654 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:54:50.208 8 WARNING neutron_lib.context [None req-a80fe4d4-10c6-40ba-aa8d-e22da188eaa7 66a455382e1543ab80e3135d8cda940c 1a986cf110b747ce91998d2bfe882f52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1020/1969] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:50 2026] GET /v2.0/security-groups?tenant_id=4925b81a1a9d4c60b3fb28e63dc80537&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1970] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:50 2026] DELETE /v2.0/security-groups/0351aacd-bdbc-4d08-9e7f-04068d1a4dda => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:50.588 7 INFO neutron.services.segments.plugin [-] Segment f8839fa5-c710-4f4c-b842-03361905c1fb resource provider aggregate not found 2026-05-09 22:54:50.597 7 INFO neutron.services.segments.plugin [-] Segment f8839fa5-c710-4f4c-b842-03361905c1fb resource provider aggregate not found 2026-05-09 22:54:50.609 7 INFO neutron.services.segments.plugin [-] Segment f8839fa5-c710-4f4c-b842-03361905c1fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8839fa5-c710-4f4c-b842-03361905c1fb found for delete ", "request_id": "req-3dcd453b-26dc-40e8-a009-f5eac4608ebc"}]} 2026-05-09 22:54:50.609 7 INFO neutron.services.segments.plugin [-] Segment f8839fa5-c710-4f4c-b842-03361905c1fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8839fa5-c710-4f4c-b842-03361905c1fb found for delete ", "request_id": "req-afd6d4c1-66ca-4e56-9262-c8636a34c49a"}]} 2026-05-09 22:54:50.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1dfabd40-3f3f-4090-9358-670845f63ce2 6ca7618a987d433bb3d13c8f50e8a9b2 c1e2181889694a598fa14e45992a2f65 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1022/1971] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:54:50 2026] GET /v2.0/networks/1351facc-109b-4b3e-9c28-5832fd43124f => generated 138 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1972] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:50 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:50.731 8 WARNING neutron_lib.context [None req-f4ffa038-4d59-4360-97d2-c7107f3f7e28 66a455382e1543ab80e3135d8cda940c 1a986cf110b747ce91998d2bfe882f52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1023/1973] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:50 2026] DELETE /v2.0/networks/1351facc-109b-4b3e-9c28-5832fd43124f => generated 0 bytes in 461 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:54:51.138 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f8d0824-6a75-434e-9329-93e33bd8d11d 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1024/1974] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:51 2026] DELETE /v2.0/subnets/d87941b4-fb8e-4d25-b0ab-98358fb3ff7b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:54:51.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-670794a5-e50b-48c0-a9cc-8e41ceaabb6a 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/1975] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:51 2026] DELETE /v2.0/subnets/d0a7e028-9537-4c04-b5e3-7e057381e2b5 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:54:51.194 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a6f1aac-2313-45ce-bdfd-00f722de9be3 1096465b8e214b24b77d498b0bc56b1c c7d673ea75fe4d66a4fa76c8a3273f3d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/1976] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:54:51 2026] DELETE /v2.0/subnets/44e68063-eb37-4c30-9065-c5891ff049e6 => 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: 951/1977] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:50 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:51.271 7 WARNING neutron_lib.context [None req-a5709b4f-f892-4e4f-9e19-015daae76f26 66a455382e1543ab80e3135d8cda940c 1a986cf110b747ce91998d2bfe882f52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1027/1978] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:51 2026] POST /v2.0/floatingips => generated 552 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1979] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:54:51 2026] PUT /v2.0/floatingips/a031568f-43f6-4c80-b21e-af9ea475ad1b/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1980] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:54:51 2026] PUT /v2.0/floatingips/3a88a21e-c651-4d63-9d8c-a1b40baf9c80/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1981] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:54:52 2026] PUT /v2.0/floatingips/9218b387-4ebf-479b-a69b-ebdc72289e85/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1982] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:54:52 2026] PUT /v2.0/floatingips/5fd2f055-f892-48b5-97fa-f66e0fc16255/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1983] 10.0.0.86 () {32 vars in 671 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1984] 10.0.0.86 () {32 vars in 685 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1985] 10.0.0.86 () {32 vars in 681 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1986] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1987] 10.0.0.86 () {32 vars in 679 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1988] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/security-groups?tenant_id=c1e2181889694a598fa14e45992a2f65&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1989] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1990] 10.0.0.86 () {32 vars in 689 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1991] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:52 2026] DELETE /v2.0/security-groups/8a807b1a-6e25-45f3-b233-f35145b6f379 => 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: 1037/1992] 10.0.0.86 () {32 vars in 701 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:52.628 7 INFO neutron.services.segments.plugin [-] Segment f50557a2-a0cc-4ade-94d2-32f3998da836 resource provider aggregate not found 2026-05-09 22:54:52.634 7 INFO neutron.services.segments.plugin [-] Segment f50557a2-a0cc-4ade-94d2-32f3998da836 resource provider aggregate not found 2026-05-09 22:54:52.647 7 INFO neutron.services.segments.plugin [-] Segment f50557a2-a0cc-4ade-94d2-32f3998da836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50557a2-a0cc-4ade-94d2-32f3998da836 found for delete ", "request_id": "req-ef2f38cc-2edb-4452-b19f-dcf1112c9ae9"}]} 2026-05-09 22:54:52.648 7 INFO neutron.services.segments.plugin [-] Segment f50557a2-a0cc-4ade-94d2-32f3998da836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50557a2-a0cc-4ade-94d2-32f3998da836 found for delete ", "request_id": "req-95302f78-107c-4b3c-8f52-217dedddff07"}]} [pid: 7|app: 0|req: 1038/1993] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/security-groups?tenant_id=6246d50cd5904270bc431d8a2c1ded39&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: 956/1994] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:52 2026] DELETE /v2.0/floatingips/a031568f-43f6-4c80-b21e-af9ea475ad1b => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1995] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:52 2026] DELETE /v2.0/security-groups/49538e85-071c-4e4d-a40d-9d3f65807ff2 => 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: 1040/1996] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:52 2026] GET /v2.0/security-groups?tenant_id=c7d673ea75fe4d66a4fa76c8a3273f3d&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1997] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:53 2026] DELETE /v2.0/security-groups/4ceae90a-547b-4390-9904-9eb8e74a1499 => 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: 957/1998] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:52 2026] DELETE /v2.0/floatingips/3a88a21e-c651-4d63-9d8c-a1b40baf9c80 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1999] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:53 2026] DELETE /v2.0/floatingips/9218b387-4ebf-479b-a69b-ebdc72289e85 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2000] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:53 2026] DELETE /v2.0/floatingips/5fd2f055-f892-48b5-97fa-f66e0fc16255 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2001] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:54:53 2026] DELETE /v2.0/floatingips/e4fdb889-537c-462b-8d6c-179a91066ab6 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:54.772 8 WARNING neutron_lib.context [None req-6d985a7b-a149-40c2-8907-e9f58651a2f6 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:54.996 8 INFO neutron.db.segments_db [None req-6d985a7b-a149-40c2-8907-e9f58651a2f6 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Added segment 5318ca34-8e3a-419a-a386-0e6ef4a9e8a0 of type vxlan for network 52eafd1c-786d-47ff-92d4-a379ebb8f59a [pid: 8|app: 0|req: 959/2002] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:54 2026] POST /v2.0/networks => generated 631 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2003] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:54 2026] GET /v2.0/security-groups?tenant_id=1886764c220b4a039802f5d2ba2254e2&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:55.151 7 WARNING neutron_lib.context [None req-08f4d3b4-06b2-4218-95b5-1141a10357e5 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:55.201 7 INFO neutron.db.segments_db [None req-08f4d3b4-06b2-4218-95b5-1141a10357e5 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Added segment fa5bde7f-01bc-4a4d-8af7-729860fdb751 of type vxlan for network 7c88d7ef-4577-47ec-a71b-da55c7a3ac10 [pid: 8|app: 0|req: 960/2004] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:55 2026] GET /v2.0/security-groups?tenant_id=9447643c8b174839991e30d3688b994d&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2005] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:55 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) [pid: 8|app: 0|req: 961/2006] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:55 2026] DELETE /v2.0/security-groups/e7f293d9-2b89-4080-baf0-a17ad59a9b6b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:54:55.331 8 WARNING neutron_lib.context [None req-0a9c9074-0ecd-4f81-af12-112da29225ff 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:55.375 8 INFO neutron.db.segments_db [None req-0a9c9074-0ecd-4f81-af12-112da29225ff 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Added segment 21cad325-3dc8-4e7e-bdcc-65a1b48a7645 of type vxlan for network 324561c6-a9c9-4c75-9c45-4b01a64a5940 [pid: 7|app: 0|req: 1046/2007] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:55 2026] DELETE /v2.0/security-groups/21870418-dcdd-4d1d-bea2-c8ae1f93c9e9 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2008] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:55 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:55.478 7 WARNING neutron_lib.context [None req-2d2d3508-b2af-4892-a463-710efe2a1252 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:55.529 7 INFO neutron.db.segments_db [None req-2d2d3508-b2af-4892-a463-710efe2a1252 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Added segment c5a19ecf-bff1-407f-865f-7d9a8f59c6c1 of type vxlan for network 9966677a-d6ec-4086-a374-a04d8062d08b [pid: 7|app: 0|req: 1047/2009] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:55 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2010] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:55 2026] GET /v2.0/security-groups?tenant_id=5cf1c44f200f4c2dbdd032eb9e20cc5d&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:55.641 7 WARNING neutron_lib.context [None req-7dbee04d-d2ff-4fc3-b9a9-60ba904e8a41 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:55.699 7 INFO neutron.db.segments_db [None req-7dbee04d-d2ff-4fc3-b9a9-60ba904e8a41 8bd6564ffd784d7399ec716a6b3fa7b2 53dfe2db78bd459893d011b75cf7b66f - - default default] Added segment 5dd90c5a-1516-4791-8689-8ed38751c5ca of type vxlan for network 0271517c-2c01-47eb-b0b8-688fdf0cd5f7 [pid: 8|app: 0|req: 964/2011] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:55 2026] DELETE /v2.0/security-groups/8208eb40-581b-4aa7-8168-efa12907ed6f => 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: 1048/2012] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:55 2026] POST /v2.0/networks => generated 630 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2013] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:54:55 2026] PUT /v2.0/networks/52eafd1c-786d-47ff-92d4-a379ebb8f59a/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2014] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:54:55 2026] PUT /v2.0/networks/7c88d7ef-4577-47ec-a71b-da55c7a3ac10/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2015] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:54:55 2026] PUT /v2.0/networks/324561c6-a9c9-4c75-9c45-4b01a64a5940/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2016] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:55 2026] GET /v2.0/security-groups?tenant_id=1a986cf110b747ce91998d2bfe882f52&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2017] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:54:55 2026] PUT /v2.0/networks/9966677a-d6ec-4086-a374-a04d8062d08b/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2018] 10.0.0.86 () {32 vars in 665 bytes} [Sat May 9 22:54:55 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2019] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:55 2026] DELETE /v2.0/security-groups/a3916ace-5684-4e9f-9d02-75cfd5768d05 => 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: 1053/2020] 10.0.0.86 () {32 vars in 679 bytes} [Sat May 9 22:54:56 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2021] 10.0.0.86 () {32 vars in 675 bytes} [Sat May 9 22:54:56 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2022] 10.0.0.86 () {32 vars in 687 bytes} [Sat May 9 22:54:56 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2023] 10.0.0.86 () {32 vars in 673 bytes} [Sat May 9 22:54:56 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2024] 10.0.0.86 () {32 vars in 687 bytes} [Sat May 9 22:54:56 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2465 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2025] 10.0.0.86 () {32 vars in 683 bytes} [Sat May 9 22:54:56 2026] GET /v2.0/networks?not-tags-any=blue => generated 2465 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2026] 10.0.0.86 () {32 vars in 695 bytes} [Sat May 9 22:54:56 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:54:56.617 8 INFO neutron.services.segments.plugin [-] Segment 5318ca34-8e3a-419a-a386-0e6ef4a9e8a0 resource provider aggregate not found 2026-05-09 22:54:56.620 8 INFO neutron.services.segments.plugin [-] Segment 5318ca34-8e3a-419a-a386-0e6ef4a9e8a0 resource provider aggregate not found 2026-05-09 22:54:56.629 8 INFO neutron.services.segments.plugin [-] Segment 5318ca34-8e3a-419a-a386-0e6ef4a9e8a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5318ca34-8e3a-419a-a386-0e6ef4a9e8a0 found for delete ", "request_id": "req-092c7117-515a-4deb-8ddd-9b7adc954388"}]} 2026-05-09 22:54:56.631 8 INFO neutron.services.segments.plugin [-] Segment 5318ca34-8e3a-419a-a386-0e6ef4a9e8a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5318ca34-8e3a-419a-a386-0e6ef4a9e8a0 found for delete ", "request_id": "req-3a3ee0f9-d75c-45d6-8163-fdd38aba2358"}]} [pid: 8|app: 0|req: 971/2027] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:56 2026] DELETE /v2.0/networks/52eafd1c-786d-47ff-92d4-a379ebb8f59a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:54:56.754 7 INFO neutron.services.segments.plugin [-] Segment fa5bde7f-01bc-4a4d-8af7-729860fdb751 resource provider aggregate not found 2026-05-09 22:54:56.758 7 INFO neutron.services.segments.plugin [-] Segment fa5bde7f-01bc-4a4d-8af7-729860fdb751 resource provider aggregate not found 2026-05-09 22:54:56.767 7 INFO neutron.services.segments.plugin [-] Segment fa5bde7f-01bc-4a4d-8af7-729860fdb751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa5bde7f-01bc-4a4d-8af7-729860fdb751 found for delete ", "request_id": "req-d419d143-fa0c-4b08-88d6-beba8460a194"}]} 2026-05-09 22:54:56.769 7 INFO neutron.services.segments.plugin [-] Segment fa5bde7f-01bc-4a4d-8af7-729860fdb751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa5bde7f-01bc-4a4d-8af7-729860fdb751 found for delete ", "request_id": "req-4c9f3a97-a1e9-445e-846f-d9619b46205c"}]} [pid: 7|app: 0|req: 1057/2028] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:56 2026] DELETE /v2.0/networks/7c88d7ef-4577-47ec-a71b-da55c7a3ac10 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2029] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:56 2026] DELETE /v2.0/networks/324561c6-a9c9-4c75-9c45-4b01a64a5940 => 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: 1058/2030] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:56 2026] DELETE /v2.0/networks/9966677a-d6ec-4086-a374-a04d8062d08b => 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: 973/2031] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:54:57 2026] DELETE /v2.0/networks/0271517c-2c01-47eb-b0b8-688fdf0cd5f7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:54:57.615 7 WARNING neutron_lib.context [None req-533063cc-c641-4bd4-8304-8a615b956820 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:57.742 7 INFO neutron.db.segments_db [None req-533063cc-c641-4bd4-8304-8a615b956820 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Added segment 4dc7d22c-30e7-4f84-bced-108c216ee254 of type vxlan for network 8d1216e6-2e61-4c3e-9ba5-4d94542d5b5d [pid: 7|app: 0|req: 1059/2032] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:57 2026] POST /v2.0/networks => generated 631 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:57.826 8 WARNING neutron_lib.context [None req-8cc63c87-08e0-46aa-b1e8-1bbfd2bdee5a 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 974/2033] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:54:57 2026] POST /v2.0/ports => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2034] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:57 2026] GET /v2.0/security-groups?tenant_id=53dfe2db78bd459893d011b75cf7b66f&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:54:58.104 8 WARNING neutron_lib.context [None req-abdf9f0b-996e-43c2-9674-0b3371ec1b42 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:58.175 8 INFO neutron.db.segments_db [None req-abdf9f0b-996e-43c2-9674-0b3371ec1b42 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Added segment b92b8501-b120-4a01-b14f-cb878aaac7cf of type vxlan for network fb39911f-a761-48a4-b766-3a4172a46bf0 [pid: 7|app: 0|req: 1061/2035] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:58 2026] DELETE /v2.0/security-groups/009a9394-d8b0-4927-a08f-df34fc0249e7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2036] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:58 2026] POST /v2.0/networks => generated 632 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:58.282 7 WARNING neutron_lib.context [None req-99ad97c8-6cc8-42f0-ac8a-2b31cfbee177 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 976/2037] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:58 2026] GET /v2.0/security-groups?tenant_id=71df32a1786e4587915a6c57af810b3e&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2038] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:54:58 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) [pid: 8|app: 0|req: 977/2039] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:58 2026] DELETE /v2.0/security-groups/6ce98e43-adf8-4928-9c17-14f060e45010 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:54:58.603 7 WARNING neutron_lib.context [None req-a5baec9c-4352-4e28-a5c0-a96bd4621b24 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:58.652 7 INFO neutron.db.segments_db [None req-a5baec9c-4352-4e28-a5c0-a96bd4621b24 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Added segment 90efd796-5e5e-467c-a15d-b7aeac04be14 of type vxlan for network 3543bc6e-5239-43f8-9a50-46dec321d8a6 [pid: 7|app: 0|req: 1063/2040] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:58 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:58.755 8 WARNING neutron_lib.context [None req-6d740616-08f7-4dd7-a22d-5ed3a31a6325 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:58.770 8 INFO neutron.services.segments.plugin [-] Segment 21cad325-3dc8-4e7e-bdcc-65a1b48a7645 resource provider aggregate not found 2026-05-09 22:54:58.774 8 INFO neutron.services.segments.plugin [-] Segment 21cad325-3dc8-4e7e-bdcc-65a1b48a7645 resource provider aggregate not found 2026-05-09 22:54:58.787 8 INFO neutron.services.segments.plugin [-] Segment 21cad325-3dc8-4e7e-bdcc-65a1b48a7645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21cad325-3dc8-4e7e-bdcc-65a1b48a7645 found for delete ", "request_id": "req-c85e6c02-d34d-49dd-bd42-8713e32a8d2f"}]} 2026-05-09 22:54:58.790 8 INFO neutron.services.segments.plugin [-] Segment 21cad325-3dc8-4e7e-bdcc-65a1b48a7645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21cad325-3dc8-4e7e-bdcc-65a1b48a7645 found for delete ", "request_id": "req-c1b2e027-969b-4bb2-8e53-fc0573e01a36"}]} 2026-05-09 22:54:58.798 8 INFO neutron.services.segments.plugin [-] Segment 5dd90c5a-1516-4791-8689-8ed38751c5ca resource provider aggregate not found 2026-05-09 22:54:58.805 8 INFO neutron.services.segments.plugin [-] Segment 5dd90c5a-1516-4791-8689-8ed38751c5ca resource provider aggregate not found 2026-05-09 22:54:58.810 8 INFO neutron.services.segments.plugin [-] Segment 5dd90c5a-1516-4791-8689-8ed38751c5ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dd90c5a-1516-4791-8689-8ed38751c5ca found for delete ", "request_id": "req-7aacfe80-54d7-4150-b615-7ad8b20928cf"}]} 2026-05-09 22:54:58.816 8 INFO neutron.services.segments.plugin [-] Segment 5dd90c5a-1516-4791-8689-8ed38751c5ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dd90c5a-1516-4791-8689-8ed38751c5ca found for delete ", "request_id": "req-6ba12534-d227-4421-8231-9bc8567e0b52"}]} 2026-05-09 22:54:58.829 7 INFO neutron.services.segments.plugin [-] Segment c5a19ecf-bff1-407f-865f-7d9a8f59c6c1 resource provider aggregate not found 2026-05-09 22:54:58.834 7 INFO neutron.services.segments.plugin [-] Segment c5a19ecf-bff1-407f-865f-7d9a8f59c6c1 resource provider aggregate not found 2026-05-09 22:54:58.845 7 INFO neutron.services.segments.plugin [-] Segment c5a19ecf-bff1-407f-865f-7d9a8f59c6c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a19ecf-bff1-407f-865f-7d9a8f59c6c1 found for delete ", "request_id": "req-82d4b4d5-ee6b-4d95-993b-94db3ed1e88a"}]} 2026-05-09 22:54:58.849 7 INFO neutron.services.segments.plugin [-] Segment c5a19ecf-bff1-407f-865f-7d9a8f59c6c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a19ecf-bff1-407f-865f-7d9a8f59c6c1 found for delete ", "request_id": "req-f13133ad-3bc5-4123-bd27-342640bba1a2"}]} [pid: 7|app: 0|req: 1064/2041] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:54:58 2026] GET /v2.0/security-groups?tenant_id=6ddc1f94378243b5b4bd1d24013228e2&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2042] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:54:58 2026] DELETE /v2.0/security-groups/76eaec99-b707-49e1-bb53-8e50520b71f0 => 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: 978/2043] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:54:58 2026] POST /v2.0/ports => generated 743 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:59.082 7 WARNING neutron_lib.context [None req-a43c53bb-93f2-4355-94dc-b52fab20498a 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:59.133 7 INFO neutron.db.segments_db [None req-a43c53bb-93f2-4355-94dc-b52fab20498a 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Added segment 809df414-3241-4664-9eca-777a84638e4f of type vxlan for network ec95b421-afaa-48c3-a1ae-a76c0efea4a9 [pid: 7|app: 0|req: 1066/2044] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:54:59.233 8 WARNING neutron_lib.context [None req-8eabbc96-84e7-46ba-9f1d-6631bb25decd 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 979/2045] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:59.534 7 WARNING neutron_lib.context [None req-8499f065-07d9-4c17-94cd-cfd226559fd3 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:54:59.593 7 INFO neutron.db.segments_db [None req-8499f065-07d9-4c17-94cd-cfd226559fd3 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Added segment 9d3461d8-b816-4ac7-8534-37e02b0bbe20 of type vxlan for network 0937ad3f-8512-4400-95af-443e285341bb [pid: 7|app: 0|req: 1067/2046] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:54:59 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-05-09 22:54:59.687 7 WARNING neutron_lib.context [None req-537ccaec-8d7c-4651-9a14-90a052c4cc33 4e4cb5626d1c484daa4e6f392ce25b4c 1157fcebde1e493b832efafa2fb2d196 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:54:59.742 8 WARNING neutron_lib.context [None req-485e6093-eecb-453e-afc2-36db92c317a5 f245b4bce4ae4472b5e21d5edc497172 806499b2bc894c99ac3d7e8ab6966b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 980/2047] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:59.806 8 WARNING neutron_lib.context [None req-b789f069-3058-43cc-9c5d-c765b2acda41 f245b4bce4ae4472b5e21d5edc497172 806499b2bc894c99ac3d7e8ab6966b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 981/2048] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:59.858 8 WARNING neutron_lib.context [None req-cd1125fe-220d-435c-95af-3f6f2867eece f245b4bce4ae4472b5e21d5edc497172 806499b2bc894c99ac3d7e8ab6966b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 982/2049] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:59.915 8 WARNING neutron_lib.context [None req-e074bb29-29d3-49d0-a082-1f2b5e1f40ef f245b4bce4ae4472b5e21d5edc497172 806499b2bc894c99ac3d7e8ab6966b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1068/2050] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/ports => generated 743 bytes in 255 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: 983/2051] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:54:59.963 8 WARNING neutron_lib.context [None req-7dafd4ef-c149-4832-9a38-5f3f1ac1d60a f245b4bce4ae4472b5e21d5edc497172 806499b2bc894c99ac3d7e8ab6966b9a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1069/2052] 10.0.0.86 () {34 vars in 746 bytes} [Sat May 9 22:54:59 2026] PUT /v2.0/ports/4c4148d3-a618-4a0e-923d-7ecc0b9f2419/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2053] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:54:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2054] 10.0.0.86 () {34 vars in 746 bytes} [Sat May 9 22:54:59 2026] PUT /v2.0/ports/11cd2b82-e615-422b-8ec1-94fa99832af4/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2055] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:00 2026] PUT /v2.0/subnetpools/84662554-9141-4f10-ba9b-56f814f726a6/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: 1071/2056] 10.0.0.86 () {34 vars in 746 bytes} [Sat May 9 22:55:00 2026] PUT /v2.0/ports/6427d7c7-c493-4aad-8a5b-0688bef113a3/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2057] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:00 2026] PUT /v2.0/subnetpools/1fbbb7bb-723e-46a2-bccd-0fa234162cbe/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2058] 10.0.0.86 () {34 vars in 746 bytes} [Sat May 9 22:55:00 2026] PUT /v2.0/ports/250ec216-1964-4bc3-970f-fa3aabee36ba/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2059] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:00 2026] PUT /v2.0/subnetpools/742c22ad-028f-4e87-9cda-71b29ca51e24/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2060] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:00 2026] PUT /v2.0/subnetpools/addf0b0f-1319-4774-ac7f-026cb8bee99f/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2061] 10.0.0.86 () {32 vars in 671 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2062] 10.0.0.86 () {32 vars in 685 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2063] 10.0.0.86 () {32 vars in 681 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:00.438 8 WARNING neutron_lib.context [None req-0ae18d7e-6f78-4877-bcd4-4682f5dc98f5 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:00.489 8 INFO neutron.db.segments_db [None req-0ae18d7e-6f78-4877-bcd4-4682f5dc98f5 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Added segment 3649d257-cbc0-453f-a84a-98edb0762fdf of type vxlan for network dc794c00-b632-4a40-a95a-8013e101bf22 [pid: 7|app: 0|req: 1073/2064] 10.0.0.86 () {32 vars in 659 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2065] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:55:00 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: 1075/2066] 10.0.0.86 () {32 vars in 673 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2067] 10.0.0.86 () {32 vars in 679 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2068] 10.0.0.86 () {32 vars in 669 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:00.795 8 INFO neutron.db.l3_hamode_db [None req-0ae18d7e-6f78-4877-bcd4-4682f5dc98f5 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1078/2069] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2070] 10.0.0.86 () {32 vars in 681 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2071] 10.0.0.86 () {32 vars in 689 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:00.939 8 INFO neutron.db.l3_hamode_db [None req-0ae18d7e-6f78-4877-bcd4-4682f5dc98f5 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1081/2072] 10.0.0.86 () {32 vars in 667 bytes} [Sat May 9 22:55:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2073] 10.0.0.86 () {32 vars in 701 bytes} [Sat May 9 22:55:01 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2074] 10.0.0.86 () {32 vars in 681 bytes} [Sat May 9 22:55:01 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2075] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/subnetpools/84662554-9141-4f10-ba9b-56f814f726a6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2076] 10.0.0.86 () {32 vars in 677 bytes} [Sat May 9 22:55:01 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2077] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/subnetpools/1fbbb7bb-723e-46a2-bccd-0fa234162cbe => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2078] 10.0.0.86 () {32 vars in 689 bytes} [Sat May 9 22:55:01 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: 1088/2079] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/subnetpools/742c22ad-028f-4e87-9cda-71b29ca51e24 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2080] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/ports/4c4148d3-a618-4a0e-923d-7ecc0b9f2419 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2081] 10.0.0.86 () {34 vars in 667 bytes} [Sat May 9 22:55:00 2026] POST /v2.0/routers => generated 474 bytes in 1422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2082] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/subnetpools/addf0b0f-1319-4774-ac7f-026cb8bee99f => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:01.662 7 WARNING neutron_lib.context [None req-b5fca5c8-b71a-4bca-968e-0b382b52fe44 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:01.701 7 INFO neutron.db.l3_hamode_db [None req-b5fca5c8-b71a-4bca-968e-0b382b52fe44 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:55:01.823 7 INFO neutron.db.l3_hamode_db [None req-b5fca5c8-b71a-4bca-968e-0b382b52fe44 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 993/2083] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/ports/11cd2b82-e615-422b-8ec1-94fa99832af4 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2084] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/subnetpools/be87749a-f6ef-4479-a4a5-fb1f33fc8ec8 => 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: 997/2087] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:01 2026] DELETE /v2.0/ports/6427d7c7-c493-4aad-8a5b-0688bef113a3 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2088] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:02 2026] DELETE /v2.0/ports/250ec216-1964-4bc3-970f-fa3aabee36ba => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2089] 10.0.0.86 () {34 vars in 667 bytes} [Sat May 9 22:55:01 2026] POST /v2.0/routers => generated 474 bytes in 810 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:02.476 7 WARNING neutron_lib.context [None req-99ea2f3c-e766-4d6a-a5b7-3f7d1b6f6332 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:02.516 7 INFO neutron.db.l3_hamode_db [None req-99ea2f3c-e766-4d6a-a5b7-3f7d1b6f6332 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 999/2090] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:02 2026] DELETE /v2.0/ports/da80c7ac-775b-4f7c-9615-abf8c617d92d => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:02.660 7 INFO neutron.db.l3_hamode_db [None req-99ea2f3c-e766-4d6a-a5b7-3f7d1b6f6332 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:55:02.680 8 INFO neutron.services.segments.plugin [-] Segment 4dc7d22c-30e7-4f84-bced-108c216ee254 resource provider aggregate not found 2026-05-09 22:55:02.685 8 INFO neutron.services.segments.plugin [-] Segment 4dc7d22c-30e7-4f84-bced-108c216ee254 resource provider aggregate not found 2026-05-09 22:55:02.691 8 INFO neutron.services.segments.plugin [-] Segment 4dc7d22c-30e7-4f84-bced-108c216ee254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc7d22c-30e7-4f84-bced-108c216ee254 found for delete ", "request_id": "req-ea6ba59f-afbc-4e2b-9485-4f8d9a4ff5c7"}]} 2026-05-09 22:55:02.699 8 INFO neutron.services.segments.plugin [-] Segment 4dc7d22c-30e7-4f84-bced-108c216ee254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dc7d22c-30e7-4f84-bced-108c216ee254 found for delete ", "request_id": "req-c68bad30-3e50-4931-a176-f5de64639261"}]} [pid: 8|app: 0|req: 1000/2091] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:02 2026] DELETE /v2.0/networks/8d1216e6-2e61-4c3e-9ba5-4d94542d5b5d => 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: 1001/2092] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:02 2026] DELETE /v2.0/networks/fb39911f-a761-48a4-b766-3a4172a46bf0 => 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: 1002/2093] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:02 2026] GET /v2.0/security-groups?tenant_id=79dc45f693794e27987c57c725fef419&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2094] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:03 2026] DELETE /v2.0/networks/3543bc6e-5239-43f8-9a50-46dec321d8a6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2095] 10.0.0.86 () {34 vars in 667 bytes} [Sat May 9 22:55:02 2026] POST /v2.0/routers => generated 474 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2096] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:03 2026] DELETE /v2.0/security-groups/805306b4-2d71-4496-8550-6b9d05cf1885 => 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: 1093/2097] 10.0.0.86 () {34 vars in 677 bytes} [Sat May 9 22:55:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:03.351 7 WARNING neutron_lib.context [None req-a3b51014-8bd8-44eb-b863-1eff994a34dd 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:03.385 7 INFO neutron.db.l3_hamode_db [None req-a3b51014-8bd8-44eb-b863-1eff994a34dd 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1005/2098] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:03 2026] DELETE /v2.0/networks/ec95b421-afaa-48c3-a1ae-a76c0efea4a9 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:03.507 7 INFO neutron.db.l3_hamode_db [None req-a3b51014-8bd8-44eb-b863-1eff994a34dd 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1006/2099] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:03 2026] GET /v2.0/security-groups?tenant_id=806499b2bc894c99ac3d7e8ab6966b9a&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2100] 10.0.0.86 () {34 vars in 677 bytes} [Sat May 9 22:55:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2101] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:03 2026] DELETE /v2.0/networks/0937ad3f-8512-4400-95af-443e285341bb => 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: 1009/2102] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:03 2026] DELETE /v2.0/security-groups/d424ef44-9020-4b0a-bf09-59f57c743292 => 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: 1010/2103] 10.0.0.86 () {34 vars in 677 bytes} [Sat May 9 22:55:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2104] 10.0.0.86 () {34 vars in 677 bytes} [Sat May 9 22:55:03 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: 8|app: 0|req: 1012/2105] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:03 2026] GET /v2.0/security-groups?tenant_id=3d61eb595c5147c09c05f4eac25295e1&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2106] 10.0.0.86 () {34 vars in 677 bytes} [Sat May 9 22:55:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2107] 10.0.0.86 () {34 vars in 667 bytes} [Sat May 9 22:55:03 2026] POST /v2.0/routers => generated 474 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2108] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:04 2026] DELETE /v2.0/security-groups/f74e7c0d-8983-420d-930e-f1c4d8a1260d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:04.173 8 WARNING neutron_lib.context [None req-96b2ee53-1a39-45da-9187-0c11186f3ce9 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1095/2109] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:04 2026] PUT /v2.0/policies/0b98f9fd-1290-4040-8b24-5c2273de60a4/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:04.213 8 INFO neutron.db.l3_hamode_db [None req-96b2ee53-1a39-45da-9187-0c11186f3ce9 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1096/2110] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:04 2026] PUT /v2.0/policies/3eaa96ab-360a-47b6-9c27-690239846cf5/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2111] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:04 2026] PUT /v2.0/policies/544c34ac-b37d-4029-a6a7-deb5a2ba4910/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2112] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:04 2026] PUT /v2.0/policies/0f4e569c-afee-4553-a1c6-19ee87609d76/tags => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:04.347 8 INFO neutron.db.l3_hamode_db [None req-96b2ee53-1a39-45da-9187-0c11186f3ce9 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:55:04.714 8 INFO neutron.services.segments.plugin [-] Segment b92b8501-b120-4a01-b14f-cb878aaac7cf resource provider aggregate not found 2026-05-09 22:55:04.718 8 INFO neutron.services.segments.plugin [-] Segment b92b8501-b120-4a01-b14f-cb878aaac7cf resource provider aggregate not found 2026-05-09 22:55:04.730 8 INFO neutron.services.segments.plugin [-] Segment b92b8501-b120-4a01-b14f-cb878aaac7cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b92b8501-b120-4a01-b14f-cb878aaac7cf found for delete ", "request_id": "req-325020e1-7b11-4e3c-8dc7-3f4abddc48dc"}]} 2026-05-09 22:55:04.734 8 INFO neutron.services.segments.plugin [-] Segment b92b8501-b120-4a01-b14f-cb878aaac7cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b92b8501-b120-4a01-b14f-cb878aaac7cf found for delete ", "request_id": "req-7db2a103-dc31-40c1-abe1-1b82a65de10d"}]} 2026-05-09 22:55:04.747 8 INFO neutron.services.segments.plugin [-] Segment 90efd796-5e5e-467c-a15d-b7aeac04be14 resource provider aggregate not found 2026-05-09 22:55:04.750 8 INFO neutron.services.segments.plugin [-] Segment 90efd796-5e5e-467c-a15d-b7aeac04be14 resource provider aggregate not found 2026-05-09 22:55:04.761 8 INFO neutron.services.segments.plugin [-] Segment 90efd796-5e5e-467c-a15d-b7aeac04be14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90efd796-5e5e-467c-a15d-b7aeac04be14 found for delete ", "request_id": "req-e0108530-4168-421b-93f7-679578f5ae98"}]} 2026-05-09 22:55:04.764 8 INFO neutron.services.segments.plugin [-] Segment 90efd796-5e5e-467c-a15d-b7aeac04be14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90efd796-5e5e-467c-a15d-b7aeac04be14 found for delete ", "request_id": "req-c7a65e35-2112-4c75-b003-642f2696229f"}]} [pid: 7|app: 0|req: 1099/2113] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:04 2026] GET /v2.0/security-groups?tenant_id=473fd38e6acd4a1c8925e0464e59643b&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:04.771 8 INFO neutron.services.segments.plugin [-] Segment 809df414-3241-4664-9eca-777a84638e4f resource provider aggregate not found 2026-05-09 22:55:04.776 8 INFO neutron.services.segments.plugin [-] Segment 809df414-3241-4664-9eca-777a84638e4f resource provider aggregate not found 2026-05-09 22:55:04.784 8 INFO neutron.services.segments.plugin [-] Segment 809df414-3241-4664-9eca-777a84638e4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 809df414-3241-4664-9eca-777a84638e4f found for delete ", "request_id": "req-12687662-8c38-43d9-b14d-22bd950b595b"}]} 2026-05-09 22:55:04.788 8 INFO neutron.services.segments.plugin [-] Segment 809df414-3241-4664-9eca-777a84638e4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 809df414-3241-4664-9eca-777a84638e4f found for delete ", "request_id": "req-9c409147-5a40-45ae-b166-4d096f46882a"}]} 2026-05-09 22:55:04.796 8 INFO neutron.services.segments.plugin [-] Segment 9d3461d8-b816-4ac7-8534-37e02b0bbe20 resource provider aggregate not found 2026-05-09 22:55:04.808 8 INFO neutron.services.segments.plugin [-] Segment 9d3461d8-b816-4ac7-8534-37e02b0bbe20 resource provider aggregate not found 2026-05-09 22:55:04.819 8 INFO neutron.services.segments.plugin [-] Segment 9d3461d8-b816-4ac7-8534-37e02b0bbe20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d3461d8-b816-4ac7-8534-37e02b0bbe20 found for delete ", "request_id": "req-8993cae9-7f74-4236-9c11-0378ced4a877"}]} 2026-05-09 22:55:04.821 8 INFO neutron.services.segments.plugin [-] Segment 9d3461d8-b816-4ac7-8534-37e02b0bbe20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d3461d8-b816-4ac7-8534-37e02b0bbe20 found for delete ", "request_id": "req-28938941-1996-458d-ac4b-49e74027f542"}]} [pid: 7|app: 0|req: 1100/2114] 10.0.0.86 () {32 vars in 673 bytes} [Sat May 9 22:55:04 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2115] 10.0.0.86 () {34 vars in 667 bytes} [Sat May 9 22:55:04 2026] POST /v2.0/routers => generated 474 bytes in 783 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2116] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:04 2026] DELETE /v2.0/security-groups/45ba0b96-2cd1-4bcb-ab8d-ded96c70002a => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2117] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:04 2026] PUT /v2.0/routers/38fb3d60-d1dd-482e-b151-9b10b71b3f61/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2118] 10.0.0.86 () {32 vars in 687 bytes} [Sat May 9 22:55:04 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2119] 10.0.0.86 () {32 vars in 683 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2120] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:05 2026] PUT /v2.0/routers/3939e57c-9c91-42ac-ae1e-4c36664124c2/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2121] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/security-groups?tenant_id=1157fcebde1e493b832efafa2fb2d196&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2122] 10.0.0.86 () {32 vars in 695 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2123] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:05 2026] PUT /v2.0/routers/01fd1bc6-3fef-498a-8a17-3d59bb71a94a/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2124] 10.0.0.86 () {32 vars in 681 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2125] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:05 2026] DELETE /v2.0/security-groups/433d7918-f08f-4ab4-b010-8e04fbb61fac => 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: 1021/2126] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:05 2026] PUT /v2.0/routers/aa0110d3-863e-4def-b2cb-a9d91d0de6f4/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2127] 10.0.0.86 () {32 vars in 695 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2128] 10.0.0.86 () {32 vars in 663 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2129] 10.0.0.86 () {32 vars in 691 bytes} [Sat May 9 22:55:05 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: 1108/2130] 10.0.0.86 () {32 vars in 677 bytes} [Sat May 9 22:55:05 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) [pid: 8|app: 0|req: 1023/2131] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/security-groups?tenant_id=c7c2b7340ae148ebac82f830b59a48ad&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2132] 10.0.0.86 () {32 vars in 703 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2133] 10.0.0.86 () {32 vars in 673 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2134] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:05 2026] DELETE /v2.0/qos/policies/0b98f9fd-1290-4040-8b24-5c2273de60a4 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2135] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:05 2026] DELETE /v2.0/security-groups/c4d67a45-6900-49d9-a6cc-0968ea50474d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2136] 10.0.0.86 () {32 vars in 685 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2137] 10.0.0.86 () {32 vars in 671 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2138] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:05 2026] DELETE /v2.0/qos/policies/3eaa96ab-360a-47b6-9c27-690239846cf5 => 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: 1112/2139] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:05 2026] DELETE /v2.0/qos/policies/544c34ac-b37d-4029-a6a7-deb5a2ba4910 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2140] 10.0.0.86 () {32 vars in 685 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2141] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:05 2026] DELETE /v2.0/qos/policies/0f4e569c-afee-4553-a1c6-19ee87609d76 => 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: 1029/2142] 10.0.0.86 () {32 vars in 681 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2143] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:05 2026] DELETE /v2.0/qos/policies/b37500bc-9163-45e9-810b-b9cd7fc30563 => 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: 1030/2144] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2145] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:55:05 2026] GET /v2.0/routers/38fb3d60-d1dd-482e-b151-9b10b71b3f61 => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2146] 10.0.0.86 () {34 vars in 741 bytes} [Sat May 9 22:55:05 2026] PUT /v2.0/routers/38fb3d60-d1dd-482e-b151-9b10b71b3f61 => generated 485 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2147] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:06 2026] GET /v2.0/ports?device_id=38fb3d60-d1dd-482e-b151-9b10b71b3f61 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2148] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:06 2026] DELETE /v2.0/routers/38fb3d60-d1dd-482e-b151-9b10b71b3f61 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2149] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:06 2026] GET /v2.0/security-groups?tenant_id=a48c91d0d2574ba9a6885287be3a5dca&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2150] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:07 2026] DELETE /v2.0/security-groups/5ab6f6e5-8ec1-4bdd-ab32-0a16761275f5 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2151] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:55:06 2026] GET /v2.0/routers/3939e57c-9c91-42ac-ae1e-4c36664124c2 => generated 493 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2152] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:07 2026] GET /v2.0/security-groups?tenant_id=42751591c906464f9f528cbca4a33b30&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:07.635 8 WARNING neutron_lib.context [None req-da4fb1cb-4a10-4635-90f2-98d2b8a25689 2c47c57b91df43e98a3a5f71c700b8d7 fae43ce89660410b889d4b5da593701e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:07.786 8 INFO neutron.db.segments_db [None req-da4fb1cb-4a10-4635-90f2-98d2b8a25689 2c47c57b91df43e98a3a5f71c700b8d7 fae43ce89660410b889d4b5da593701e - - default default] Added segment 08ee3e77-d21f-407d-981d-bac47267806f of type vxlan for network aad5534c-222e-4c0b-9bd3-a282b7464c45 [pid: 8|app: 0|req: 1035/2153] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:07 2026] POST /v2.0/networks => generated 632 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2154] 10.0.0.86 () {34 vars in 741 bytes} [Sat May 9 22:55:07 2026] PUT /v2.0/routers/3939e57c-9c91-42ac-ae1e-4c36664124c2 => generated 493 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2155] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:07 2026] PUT /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2156] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:07 2026] GET /v2.0/ports?device_id=3939e57c-9c91-42ac-ae1e-4c36664124c2 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2157] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:07 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2158] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:07 2026] DELETE /v2.0/security-groups/906ed8bc-bfb1-405f-ae47-3686ec67607d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2159] 10.0.0.86 () {34 vars in 763 bytes} [Sat May 9 22:55:07 2026] PUT /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2160] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2161] 10.0.0.86 () {34 vars in 759 bytes} [Sat May 9 22:55:08 2026] PUT /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2162] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/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: 1041/2163] 10.0.0.86 () {34 vars in 781 bytes} [Sat May 9 22:55:08 2026] PUT /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2164] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/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: 1043/2165] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/security-groups?tenant_id=7593408a0fec4991a21f0ed75b425859&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2166] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:07 2026] DELETE /v2.0/routers/3939e57c-9c91-42ac-ae1e-4c36664124c2 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2167] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:08 2026] PUT /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2168] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/routers/01fd1bc6-3fef-498a-8a17-3d59bb71a94a => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2169] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2170] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:08 2026] DELETE /v2.0/security-groups/c1fae749-cc9b-4c2e-8805-b9ef9a78e3e4 => 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: 1125/2171] 10.0.0.86 () {32 vars in 740 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:08.490 7 INFO neutron.api.v2.resource [None req-aff4cc2b-1fbf-4ae3-9e60-4e46e374e907 2c47c57b91df43e98a3a5f71c700b8d7 fae43ce89660410b889d4b5da593701e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1126/2172] 10.0.0.86 () {32 vars in 744 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2173] 10.0.0.86 () {32 vars in 743 bytes} [Sat May 9 22:55:08 2026] DELETE /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/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: 1128/2174] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:08.605 7 INFO neutron.api.v2.resource [None req-f80dc16b-a1e7-4a75-b411-b07cbe0c35bb 2c47c57b91df43e98a3a5f71c700b8d7 fae43ce89660410b889d4b5da593701e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2175] 10.0.0.86 () {32 vars in 747 bytes} [Sat May 9 22:55:08 2026] DELETE /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/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: 1130/2176] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:08 2026] DELETE /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2177] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:08.809 7 INFO neutron.services.segments.plugin [-] Segment 08ee3e77-d21f-407d-981d-bac47267806f resource provider aggregate not found 2026-05-09 22:55:08.814 7 INFO neutron.services.segments.plugin [-] Segment 08ee3e77-d21f-407d-981d-bac47267806f resource provider aggregate not found 2026-05-09 22:55:08.823 7 INFO neutron.services.segments.plugin [-] Segment 08ee3e77-d21f-407d-981d-bac47267806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08ee3e77-d21f-407d-981d-bac47267806f found for delete ", "request_id": "req-ffc2cc69-95dd-4b32-8c3e-19ac6d2b1a9d"}]} [pid: 7|app: 0|req: 1132/2178] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:08 2026] DELETE /v2.0/networks/aad5534c-222e-4c0b-9bd3-a282b7464c45 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2179] 10.0.0.86 () {34 vars in 741 bytes} [Sat May 9 22:55:08 2026] PUT /v2.0/routers/01fd1bc6-3fef-498a-8a17-3d59bb71a94a => generated 502 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:55:08.909 7 INFO neutron.services.segments.plugin [-] Segment 08ee3e77-d21f-407d-981d-bac47267806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08ee3e77-d21f-407d-981d-bac47267806f found for delete ", "request_id": "req-1e55bedf-2007-46bc-9a7b-d41700c1a8fa"}]} [pid: 7|app: 0|req: 1133/2180] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:08 2026] GET /v2.0/ports?device_id=01fd1bc6-3fef-498a-8a17-3d59bb71a94a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2181] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:08 2026] DELETE /v2.0/routers/01fd1bc6-3fef-498a-8a17-3d59bb71a94a => generated 0 bytes in 427 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2182] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:55:09 2026] GET /v2.0/routers/aa0110d3-863e-4def-b2cb-a9d91d0de6f4 => generated 487 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2183] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:09 2026] GET /v2.0/security-groups?tenant_id=fae43ce89660410b889d4b5da593701e&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2184] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:09 2026] DELETE /v2.0/security-groups/fd93e1b4-c7d5-442c-b1b6-4f00c2e823b6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2185] 10.0.0.86 () {34 vars in 741 bytes} [Sat May 9 22:55:09 2026] PUT /v2.0/routers/aa0110d3-863e-4def-b2cb-a9d91d0de6f4 => generated 487 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:55:10.037 7 WARNING neutron_lib.context [None req-1b5c92e0-cdfa-4460-9a64-709dbf5c8452 111d24c903d541b7869a56590931c0b9 0909eaad9c974200852da23537c9aabb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1050/2186] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:09 2026] GET /v2.0/security-groups?tenant_id=3dfaffa286914d629c802f8d326ab785&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2187] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:10 2026] GET /v2.0/ports?device_id=aa0110d3-863e-4def-b2cb-a9d91d0de6f4 => 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: 1052/2188] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:10 2026] DELETE /v2.0/security-groups/42091615-0fc6-4dbd-ab8b-c8f561410803 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2189] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:55:09 2026] POST /v2.0/security-groups => generated 1601 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:55:10.275 7 WARNING neutron_lib.context [None req-a1eb62d6-323e-423a-8316-f23fda4e43f3 111d24c903d541b7869a56590931c0b9 0909eaad9c974200852da23537c9aabb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1138/2190] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:55:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:55:10.415 7 WARNING neutron_lib.context [None req-250586fe-1fa2-423d-b9b7-266d0bec4e07 111d24c903d541b7869a56590931c0b9 0909eaad9c974200852da23537c9aabb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1139/2191] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:55:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:55:10.575 7 WARNING neutron_lib.context [None req-d5fdffa1-9912-471c-9384-c0979e25400d 111d24c903d541b7869a56590931c0b9 0909eaad9c974200852da23537c9aabb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1053/2192] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:10 2026] DELETE /v2.0/routers/aa0110d3-863e-4def-b2cb-a9d91d0de6f4 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2193] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:55:10 2026] GET /v2.0/routers/14e30fec-d0e0-407d-8d88-1d3b49437f55 => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2194] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:55:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:55:10.703 7 WARNING neutron_lib.context [None req-269e8ffb-76ec-43f7-9101-98163092bd2b 111d24c903d541b7869a56590931c0b9 0909eaad9c974200852da23537c9aabb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1141/2195] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:55:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2196] 10.0.0.86 () {34 vars in 766 bytes} [Sat May 9 22:55:10 2026] PUT /v2.0/security-groups/30b54990-58ff-409b-a4b2-3b50b42547e2/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2197] 10.0.0.86 () {34 vars in 766 bytes} [Sat May 9 22:55:10 2026] PUT /v2.0/security-groups/696d217c-f5a4-4d10-a09a-2312cf16a887/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: 1144/2198] 10.0.0.86 () {34 vars in 766 bytes} [Sat May 9 22:55:10 2026] PUT /v2.0/security-groups/8cad9cef-de24-440f-92ef-437d21f09748/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: 1145/2199] 10.0.0.86 () {34 vars in 766 bytes} [Sat May 9 22:55:10 2026] PUT /v2.0/security-groups/4368764c-9e7f-418c-bdf0-409d454c4e7e/tags => 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: 1146/2200] 10.0.0.86 () {32 vars in 679 bytes} [Sat May 9 22:55:10 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2201] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2202] 10.0.0.86 () {32 vars in 689 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2203] 10.0.0.86 () {32 vars in 701 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2204] 10.0.0.86 () {32 vars in 687 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2205] 10.0.0.86 () {34 vars in 741 bytes} [Sat May 9 22:55:10 2026] PUT /v2.0/routers/14e30fec-d0e0-407d-8d88-1d3b49437f55 => generated 480 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2206] 10.0.0.86 () {32 vars in 701 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2207] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/ports?device_id=14e30fec-d0e0-407d-8d88-1d3b49437f55 => 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: 1152/2208] 10.0.0.86 () {32 vars in 697 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2209] 10.0.0.86 () {32 vars in 709 bytes} [Sat May 9 22:55:11 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2210] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:11 2026] DELETE /v2.0/security-groups/30b54990-58ff-409b-a4b2-3b50b42547e2 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2211] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:11 2026] DELETE /v2.0/security-groups/696d217c-f5a4-4d10-a09a-2312cf16a887 => 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: 1156/2212] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:11 2026] DELETE /v2.0/security-groups/8cad9cef-de24-440f-92ef-437d21f09748 => 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: 1157/2213] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:11 2026] DELETE /v2.0/security-groups/4368764c-9e7f-418c-bdf0-409d454c4e7e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:11.820 8 INFO neutron.services.segments.plugin [-] Segment 3649d257-cbc0-453f-a84a-98edb0762fdf resource provider aggregate not found 2026-05-09 22:55:11.826 8 INFO neutron.services.segments.plugin [-] Segment 3649d257-cbc0-453f-a84a-98edb0762fdf resource provider aggregate not found [pid: 7|app: 0|req: 1158/2214] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:11 2026] DELETE /v2.0/security-groups/942ab017-b456-4a4f-9f7b-efdf103f9342 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:11.832 8 INFO neutron.services.segments.plugin [-] Segment 3649d257-cbc0-453f-a84a-98edb0762fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3649d257-cbc0-453f-a84a-98edb0762fdf found for delete ", "request_id": "req-c06409ed-cbfc-415d-b258-413ad04a03f4"}]} 2026-05-09 22:55:11.850 8 INFO neutron.services.segments.plugin [-] Segment 3649d257-cbc0-453f-a84a-98edb0762fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3649d257-cbc0-453f-a84a-98edb0762fdf found for delete ", "request_id": "req-9f923f7b-d3d9-4f51-a82e-ed802fe07237"}]} 2026-05-09 22:55:11.860 8 INFO neutron.db.l3_hamode_db [None req-5f2dd6fe-ecd9-43a6-b14b-8fc5b6607b6b 3c466f3a5398497ea8666057d3b7f295 47ceb56ae1034701a4f2ee1916aa4c72 - - default default] HA network dc794c00-b632-4a40-a95a-8013e101bf22 was deleted as no HA routers are present in tenant 47ceb56ae1034701a4f2ee1916aa4c72. [pid: 8|app: 0|req: 1057/2215] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:11 2026] DELETE /v2.0/routers/14e30fec-d0e0-407d-8d88-1d3b49437f55 => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:12.680 7 WARNING neutron_lib.context [None req-7745a1f0-3086-4e5b-82f3-2cdacbdbc1e4 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1058/2216] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:12 2026] GET /v2.0/security-groups?tenant_id=0909eaad9c974200852da23537c9aabb&name=default => generated 2925 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:12.830 7 INFO neutron.db.segments_db [None req-7745a1f0-3086-4e5b-82f3-2cdacbdbc1e4 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Added segment 9f87f9a1-de1e-4e6c-9d8a-cd469e960797 of type vxlan for network 2b6cb021-6abe-41fd-9742-ba123a085abe [pid: 7|app: 0|req: 1159/2217] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:12 2026] POST /v2.0/networks => generated 631 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2218] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:12 2026] GET /v2.0/security-groups?tenant_id=47ceb56ae1034701a4f2ee1916aa4c72&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:12.934 8 WARNING neutron_lib.context [None req-6830f1f6-2695-4873-8138-341be0399351 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1160/2219] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:12 2026] DELETE /v2.0/security-groups/a35e9462-cfab-42fa-af59-062d45fea409 => 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: 1161/2220] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:13 2026] DELETE /v2.0/security-groups/1b839cb9-5979-42f9-988b-d9e4fdd7734e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2221] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:55:12 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:55:13.255 8 WARNING neutron_lib.context [None req-27a68fc6-2850-46f1-b5a8-6a291f79ad18 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1162/2222] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:13 2026] GET /v2.0/security-groups?tenant_id=99184957b84b4227b6ac987fa77d35cd&name=default => generated 2927 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:13.400 7 WARNING neutron_lib.context [None req-864dde79-5c94-465e-95fa-717c8c97f422 2f00aff8b1554ad9bea1034a9d5dbc2b aa97abef09514276b8e53be17de7c415 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2223] 10.0.0.86 () {34 vars in 665 bytes} [Sat May 9 22:55:13 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:13.445 7 INFO neutron.db.segments_db [None req-864dde79-5c94-465e-95fa-717c8c97f422 2f00aff8b1554ad9bea1034a9d5dbc2b aa97abef09514276b8e53be17de7c415 - - default default] Added segment 67446cee-f342-4380-88df-aa2e22fafbfd of type vxlan for network 50b9bfcb-22f3-4d03-b99b-00f10fcc46f6 [pid: 8|app: 0|req: 1062/2224] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:13 2026] DELETE /v2.0/security-groups/3ab0a449-c834-409f-a21c-66dd262d356b => 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: 1063/2225] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:13 2026] GET /v2.0/security-groups?tenant_id=944912b10a4742edb6836c932eeaf190&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:13.639 8 WARNING neutron_lib.context [None req-f0662df5-1b5f-455b-ab30-5063933c56dd 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:13.677 7 INFO neutron.db.l3_hamode_db [None req-864dde79-5c94-465e-95fa-717c8c97f422 2f00aff8b1554ad9bea1034a9d5dbc2b aa97abef09514276b8e53be17de7c415 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:55:13.687 8 INFO neutron.db.segments_db [None req-f0662df5-1b5f-455b-ab30-5063933c56dd 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Added segment 15404bee-f6c6-4f70-81ce-25e5dc6ee0e5 of type vxlan for network 87f2b8a1-8be5-4f8f-887f-e080c06fea02 [pid: 8|app: 0|req: 1064/2226] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:13 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:13.783 7 INFO neutron.db.l3_hamode_db [None req-864dde79-5c94-465e-95fa-717c8c97f422 2f00aff8b1554ad9bea1034a9d5dbc2b aa97abef09514276b8e53be17de7c415 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1065/2227] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:13 2026] DELETE /v2.0/security-groups/d63b4eda-3323-4b54-9ada-47859a089ab5 => 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: 1066/2228] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:13 2026] GET /v2.0/security-groups?tenant_id=63dac1e70f8c4414a1fe83de7102e00a&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:13.977 8 WARNING neutron_lib.context [None req-6d904407-38d0-4c81-a798-38720b9a048e 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1067/2229] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:55:13 2026] POST /v2.0/ports => generated 743 bytes in 257 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: 1068/2230] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:14 2026] DELETE /v2.0/security-groups/b63177e9-8ac6-4c90-b8e8-1feddf60025b => 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: 1163/2231] 10.0.0.86 () {34 vars in 667 bytes} [Sat May 9 22:55:13 2026] POST /v2.0/routers => generated 474 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:14.337 7 WARNING neutron_lib.context [None req-691328dc-d623-4125-99f4-c3a91bef664a 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1069/2232] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:14 2026] GET /v2.0/security-groups?tenant_id=ab49362f198d40b5afabf2ce5b559c00&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2233] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:14 2026] PUT /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2234] 10.0.0.86 () {34 vars in 665 bytes} [Sat May 9 22:55:14 2026] POST /v2.0/trunks => generated 407 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2235] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:14 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:14.619 7 WARNING neutron_lib.context [None req-6e37f39a-80ae-4669-8bd6-fcf777341e3e 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1071/2236] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:14 2026] DELETE /v2.0/security-groups/28b773cb-c949-4b68-87d9-d4041d7e7172 => 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: 1072/2237] 10.0.0.86 () {34 vars in 761 bytes} [Sat May 9 22:55:14 2026] PUT /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-09 22:55:14.704 7 INFO neutron.db.segments_db [None req-6e37f39a-80ae-4669-8bd6-fcf777341e3e 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Added segment 4218e7af-1461-49b7-91e6-558992f6b784 of type vxlan for network 7b06f083-9ab1-4d8c-8a9c-dc080b79c0f6 [pid: 8|app: 0|req: 1073/2238] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:14 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2239] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:14 2026] POST /v2.0/networks => generated 632 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2240] 10.0.0.86 () {34 vars in 757 bytes} [Sat May 9 22:55:14 2026] PUT /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-09 22:55:14.831 7 WARNING neutron_lib.context [None req-5687d82d-d836-4c06-9de1-efa0c04de2a1 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1075/2241] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:14 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2242] 10.0.0.86 () {34 vars in 779 bytes} [Sat May 9 22:55:14 2026] PUT /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2243] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:14 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2244] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:55:14 2026] POST /v2.0/ports => generated 743 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1078/2245] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:14 2026] PUT /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:15.085 7 WARNING neutron_lib.context [None req-0636cdd5-88ef-4202-98c4-de008eb974bd 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1079/2246] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:15 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2247] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:15 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2248] 10.0.0.86 () {34 vars in 665 bytes} [Sat May 9 22:55:15 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:15.258 8 INFO neutron.api.v2.resource [None req-50780f8c-25ec-4c09-91c3-19a8b7eb75bb 2f00aff8b1554ad9bea1034a9d5dbc2b aa97abef09514276b8e53be17de7c415 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1081/2249] 10.0.0.86 () {32 vars in 742 bytes} [Sat May 9 22:55:15 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:55:15.260 7 WARNING neutron_lib.context [None req-15179fde-3da1-48f3-aa0a-c9f5e07c5533 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:15.322 7 INFO neutron.db.segments_db [None req-15179fde-3da1-48f3-aa0a-c9f5e07c5533 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Added segment 8b1db15b-7beb-4c7a-aae7-0c303b34f668 of type vxlan for network 01d68d27-b9f6-4204-adc4-99fd85d515be [pid: 8|app: 0|req: 1082/2250] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:55:15 2026] DELETE /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags/red => 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: 1083/2251] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:15 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2252] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:15 2026] POST /v2.0/networks => generated 632 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:15.437 7 WARNING neutron_lib.context [None req-b739847c-3734-4bd3-9213-7ea288940c39 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:15.478 8 INFO neutron.api.v2.resource [None req-576677cb-5de2-4c05-87aa-6c21fae06d78 2f00aff8b1554ad9bea1034a9d5dbc2b aa97abef09514276b8e53be17de7c415 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2253] 10.0.0.86 () {32 vars in 745 bytes} [Sat May 9 22:55:15 2026] DELETE /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2254] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:15 2026] DELETE /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/tags => 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: 1086/2255] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:15 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b/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: 1087/2256] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:55:15 2026] GET /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2257] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:55:15 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:55:15.762 7 WARNING neutron_lib.context [None req-9a251f96-5c6f-4f90-8eea-41b903dde5b1 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1171/2258] 10.0.0.86 () {34 vars in 665 bytes} [Sat May 9 22:55:15 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:15.920 7 WARNING neutron_lib.context [None req-c8b5ff44-0917-4fd1-93f1-4d81ef72dba7 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:15.975 7 INFO neutron.db.segments_db [None req-c8b5ff44-0917-4fd1-93f1-4d81ef72dba7 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Added segment 980ab85a-c31f-412f-b1af-f04eebcf8101 of type vxlan for network 622dd65d-22b6-4306-bb13-8d631576b76d [pid: 7|app: 0|req: 1172/2259] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:15 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:16.076 7 WARNING neutron_lib.context [None req-e6ae3f60-2691-4287-bfbe-0f83f6d3d884 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1088/2260] 10.0.0.86 () {34 vars in 741 bytes} [Sat May 9 22:55:15 2026] PUT /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b => generated 480 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2261] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/ports?device_id=a65c269e-f3dc-41d3-8f15-b86e5de26f8b => 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: 1173/2262] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:55:16 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:55:16.408 7 WARNING neutron_lib.context [None req-1a5a8186-5ed6-4623-a997-25588214abf7 3a9dd6d319b1428da1b32e06c5154b9c d00c5a27dacf4912bd17c3708c59d635 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1174/2263] 10.0.0.86 () {34 vars in 665 bytes} [Sat May 9 22:55:16 2026] POST /v2.0/trunks => generated 407 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2264] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:55:16 2026] PUT /v2.0/trunks/5934159e-c7b3-4358-bf16-d3dcecc2316d/tags => generated 17 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2265] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:55:16 2026] PUT /v2.0/trunks/d6fb5a0c-aebe-41d2-959a-dd5e04d0f47f/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2266] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:55:16 2026] PUT /v2.0/trunks/6a0fbd25-7576-4c07-ba18-4fe87a0d586f/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:16.682 8 INFO neutron.services.segments.plugin [-] Segment 67446cee-f342-4380-88df-aa2e22fafbfd resource provider aggregate not found 2026-05-09 22:55:16.688 8 INFO neutron.services.segments.plugin [-] Segment 67446cee-f342-4380-88df-aa2e22fafbfd resource provider aggregate not found 2026-05-09 22:55:16.696 8 INFO neutron.services.segments.plugin [-] Segment 67446cee-f342-4380-88df-aa2e22fafbfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67446cee-f342-4380-88df-aa2e22fafbfd found for delete ", "request_id": "req-e9b3b7f7-1d9d-46e3-81c2-8159e8d34a30"}]} 2026-05-09 22:55:16.704 8 INFO neutron.services.segments.plugin [-] Segment 67446cee-f342-4380-88df-aa2e22fafbfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67446cee-f342-4380-88df-aa2e22fafbfd found for delete ", "request_id": "req-769e4d4f-413a-4b11-a68b-3e11030cfc54"}]} [pid: 7|app: 0|req: 1178/2267] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:55:16 2026] PUT /v2.0/trunks/8b227dce-ff38-4dc1-8df9-3e401709bcc1/tags => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:16.705 8 INFO neutron.db.l3_hamode_db [None req-243a70f0-2119-4846-b694-f8ad600e59e9 2f00aff8b1554ad9bea1034a9d5dbc2b aa97abef09514276b8e53be17de7c415 - - default default] HA network 50b9bfcb-22f3-4d03-b99b-00f10fcc46f6 was deleted as no HA routers are present in tenant aa97abef09514276b8e53be17de7c415. [pid: 8|app: 0|req: 1090/2270] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:16 2026] DELETE /v2.0/routers/a65c269e-f3dc-41d3-8f15-b86e5de26f8b => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2271] 10.0.0.86 () {32 vars in 661 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2272] 10.0.0.86 () {32 vars in 675 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2273] 10.0.0.86 () {32 vars in 671 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2274] 10.0.0.86 () {32 vars in 683 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2275] 10.0.0.86 () {32 vars in 669 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2276] 10.0.0.86 () {32 vars in 683 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2277] 10.0.0.86 () {32 vars in 679 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2278] 10.0.0.86 () {32 vars in 691 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2279] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/trunks/5934159e-c7b3-4358-bf16-d3dcecc2316d => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2280] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:55:16 2026] GET /v2.0/ports/964ea151-7911-41b6-9554-d2881a58ede4 => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2281] 10.0.0.86 () {32 vars in 721 bytes} [Sat May 9 22:55:17 2026] DELETE /v2.0/trunks/5934159e-c7b3-4358-bf16-d3dcecc2316d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2282] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/trunks/d6fb5a0c-aebe-41d2-959a-dd5e04d0f47f => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2283] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/ports/72e4590a-9708-4194-a3ac-5f228f9afdef => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2284] 10.0.0.86 () {32 vars in 721 bytes} [Sat May 9 22:55:17 2026] DELETE /v2.0/trunks/d6fb5a0c-aebe-41d2-959a-dd5e04d0f47f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2285] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/trunks/6a0fbd25-7576-4c07-ba18-4fe87a0d586f => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2286] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/ports/11af8c1e-7ad3-430b-bc5c-ad8e8079faea => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2287] 10.0.0.86 () {32 vars in 721 bytes} [Sat May 9 22:55:17 2026] DELETE /v2.0/trunks/6a0fbd25-7576-4c07-ba18-4fe87a0d586f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2288] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/trunks/8b227dce-ff38-4dc1-8df9-3e401709bcc1 => generated 414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2289] 10.0.0.86 () {34 vars in 677 bytes} [Sat May 9 22:55:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2290] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/security-groups?tenant_id=aa97abef09514276b8e53be17de7c415&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2291] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:17 2026] PUT /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2292] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/ports/27048ace-3e70-45f0-9b96-6c31ecd005f2 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2293] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 25 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2294] 10.0.0.86 () {32 vars in 721 bytes} [Sat May 9 22:55:17 2026] DELETE /v2.0/trunks/8b227dce-ff38-4dc1-8df9-3e401709bcc1 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2295] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:17 2026] DELETE /v2.0/security-groups/a9015612-32c3-4b71-b42b-0e790bfb404d => 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: 1102/2296] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/trunks/b0cc6104-91b5-436e-a9e0-b31a8dd9d804 => 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: 1195/2297] 10.0.0.86 () {34 vars in 763 bytes} [Sat May 9 22:55:17 2026] PUT /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags/green => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2298] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/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: 1197/2299] 10.0.0.86 () {34 vars in 759 bytes} [Sat May 9 22:55:17 2026] PUT /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags/red => generated 4 bytes in 21 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2300] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2301] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/ports/d7e45112-7455-49e4-b2d6-9da6674b46b3 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2302] 10.0.0.86 () {34 vars in 781 bytes} [Sat May 9 22:55:17 2026] PUT /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2303] 10.0.0.86 () {32 vars in 721 bytes} [Sat May 9 22:55:17 2026] DELETE /v2.0/trunks/b0cc6104-91b5-436e-a9e0-b31a8dd9d804 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2304] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:17 2026] GET /v2.0/security-groups?tenant_id=bb8bdbafc24e47569ea32ac39055d32a&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2305] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:18 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 52 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2306] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/security-groups/e197f92d-3a9b-45ed-a65c-a8aa13772195 => 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: 1108/2307] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:18 2026] PUT /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2308] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:18 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2309] 10.0.0.86 () {32 vars in 740 bytes} [Sat May 9 22:55:18 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags/red => generated 0 bytes in 12 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:18.252 8 INFO neutron.api.v2.resource [None req-d96f4d40-a8ea-473e-9a61-42380250b089 c091784ed21042c2a4d0055975c676ce 4cd00c1d160f454392ae30925d700a16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1111/2310] 10.0.0.86 () {32 vars in 744 bytes} [Sat May 9 22:55:18 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags/green => generated 99 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2311] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/ports/964ea151-7911-41b6-9554-d2881a58ede4 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2312] 10.0.0.86 () {32 vars in 743 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2313] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:18 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 30 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:18.323 8 INFO neutron.api.v2.resource [None req-f10661be-f1c1-431c-b950-3439a28fa296 c091784ed21042c2a4d0055975c676ce 4cd00c1d160f454392ae30925d700a16 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2314] 10.0.0.86 () {32 vars in 747 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2315] 10.0.0.86 () {32 vars in 735 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2316] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:18 2026] GET /v2.0/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7/tags => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2317] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/qos/policies/3c264fd6-6b3a-4e5d-a025-a24b24bc28d7 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2318] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/ports/72e4590a-9708-4194-a3ac-5f228f9afdef => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2319] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/ports/11af8c1e-7ad3-430b-bc5c-ad8e8079faea => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2320] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/ports/27048ace-3e70-45f0-9b96-6c31ecd005f2 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:18.886 8 WARNING neutron_lib.context [None req-44ca0e0e-e8cc-4ae6-8ac0-da47d9212ebe e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:19.023 8 INFO neutron.db.segments_db [None req-44ca0e0e-e8cc-4ae6-8ac0-da47d9212ebe e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Added segment d35c89ed-7c76-4c0a-92e8-b4e1f35ff379 of type vxlan for network b2be542c-a558-40a6-b59e-ab934ea73432 [pid: 7|app: 0|req: 1203/2321] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:18 2026] DELETE /v2.0/ports/d7e45112-7455-49e4-b2d6-9da6674b46b3 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2322] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:18 2026] POST /v2.0/networks => generated 631 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:19.165 7 INFO neutron.services.segments.plugin [-] Segment 9f87f9a1-de1e-4e6c-9d8a-cd469e960797 resource provider aggregate not found 2026-05-09 22:55:19.170 7 INFO neutron.services.segments.plugin [-] Segment 9f87f9a1-de1e-4e6c-9d8a-cd469e960797 resource provider aggregate not found 2026-05-09 22:55:19.177 7 INFO neutron.services.segments.plugin [-] Segment 9f87f9a1-de1e-4e6c-9d8a-cd469e960797 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f87f9a1-de1e-4e6c-9d8a-cd469e960797 found for delete ", "request_id": "req-d1b2ead9-9efa-4ff2-a8c9-f2b99d6abcaf"}]} [pid: 7|app: 0|req: 1204/2323] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:19 2026] DELETE /v2.0/networks/2b6cb021-6abe-41fd-9742-ba123a085abe => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:19.186 7 INFO neutron.services.segments.plugin [-] Segment 9f87f9a1-de1e-4e6c-9d8a-cd469e960797 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f87f9a1-de1e-4e6c-9d8a-cd469e960797 found for delete ", "request_id": "req-0bf03912-ec59-48de-95fa-f643e66ab846"}]} 2026-05-09 22:55:19.189 7 WARNING neutron_lib.context [None req-87c11165-d8e9-4bdf-bdcb-42c7a15359f7 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1120/2324] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:19 2026] GET /v2.0/security-groups?tenant_id=180e5d3a781f4a0da81309cf8f9db4fb&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2325] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:19 2026] POST /v2.0/subnets => generated 626 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:19.429 8 INFO neutron.services.segments.plugin [-] Segment 15404bee-f6c6-4f70-81ce-25e5dc6ee0e5 resource provider aggregate not found 2026-05-09 22:55:19.433 8 INFO neutron.services.segments.plugin [-] Segment 15404bee-f6c6-4f70-81ce-25e5dc6ee0e5 resource provider aggregate not found 2026-05-09 22:55:19.438 8 INFO neutron.services.segments.plugin [-] Segment 15404bee-f6c6-4f70-81ce-25e5dc6ee0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15404bee-f6c6-4f70-81ce-25e5dc6ee0e5 found for delete ", "request_id": "req-3089f04c-608d-4386-92ad-17e8b94983e5"}]} 2026-05-09 22:55:19.448 8 INFO neutron.services.segments.plugin [-] Segment 15404bee-f6c6-4f70-81ce-25e5dc6ee0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15404bee-f6c6-4f70-81ce-25e5dc6ee0e5 found for delete ", "request_id": "req-d07fabeb-c1fb-423f-8034-9b903aba22bf"}]} [pid: 8|app: 0|req: 1121/2326] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:19 2026] DELETE /v2.0/networks/87f2b8a1-8be5-4f8f-887f-e080c06fea02 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:19.466 8 WARNING neutron_lib.context [None req-50698255-2cbb-4f11-bb2e-18a20e81c3f0 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2327] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:19 2026] DELETE /v2.0/security-groups/397610fa-4e2b-4647-bfd4-bf17f2ca2ce7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:19.519 8 INFO neutron.db.segments_db [None req-50698255-2cbb-4f11-bb2e-18a20e81c3f0 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Added segment 6d8ff49e-c5fa-47d5-bf01-040fbd8aed31 of type vxlan for network 212b106f-501e-433f-81f3-7ca5a6854b25 [pid: 8|app: 0|req: 1122/2328] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:19 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2329] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:19 2026] DELETE /v2.0/networks/7b06f083-9ab1-4d8c-8a9c-dc080b79c0f6 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:19.637 7 WARNING neutron_lib.context [None req-9116bcb8-749d-4900-b95d-9cb9d4898dab e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1123/2330] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:19 2026] GET /v2.0/security-groups?tenant_id=4cd00c1d160f454392ae30925d700a16&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2331] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:19 2026] DELETE /v2.0/networks/01d68d27-b9f6-4204-adc4-99fd85d515be => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2332] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:19 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2333] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:19 2026] DELETE /v2.0/security-groups/9f2bf71d-9ace-4da9-a5d1-2d76119541e9 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:19.953 8 WARNING neutron_lib.context [None req-02cf7968-3356-47c5-8c4a-492c351f8e5d e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1209/2334] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:19 2026] DELETE /v2.0/networks/622dd65d-22b6-4306-bb13-8d631576b76d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:20.008 8 INFO neutron.db.segments_db [None req-02cf7968-3356-47c5-8c4a-492c351f8e5d e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Added segment 29294949-e198-4ef5-97ae-87412c30f83b of type vxlan for network 79522b74-7125-4ebc-9185-8b18395cc75b [pid: 8|app: 0|req: 1126/2335] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:19 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:20.104 7 WARNING neutron_lib.context [None req-a55d4ffa-334a-4396-982d-533e7a8e6218 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1210/2336] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:20 2026] POST /v2.0/subnets => generated 629 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:20.383 8 WARNING neutron_lib.context [None req-c5e537b8-5e5f-46eb-ac33-7132283216e3 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:20.460 8 INFO neutron.db.segments_db [None req-c5e537b8-5e5f-46eb-ac33-7132283216e3 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Added segment e4a2336c-e306-47c8-a5ba-67064f762377 of type vxlan for network 1d2ff3e7-cf3d-48a9-ad6d-9594b37339b7 [pid: 8|app: 0|req: 1127/2337] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:20 2026] POST /v2.0/networks => generated 631 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:20.548 7 WARNING neutron_lib.context [None req-d31a2f3e-dcfb-4fef-86c6-19ad34222b3b e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1211/2338] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:20 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) 2026-05-09 22:55:20.816 8 WARNING neutron_lib.context [None req-3b63c52e-19e1-464e-9697-366aef9bc512 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:20.869 8 INFO neutron.db.segments_db [None req-3b63c52e-19e1-464e-9697-366aef9bc512 e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Added segment 2c39a7f8-7dc9-4c3a-8702-af5d3513bc76 of type vxlan for network 4b5ca631-0f21-41aa-9d36-9677fa4c6d93 [pid: 8|app: 0|req: 1128/2339] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:20 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:20.980 8 WARNING neutron_lib.context [None req-63a068b4-7aad-4007-8366-63b0eeb5c83e e43923e18a534564a16f9656caeb16a9 6c8c2f59bfae4343927564e97c9c4312 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1212/2340] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:20 2026] GET /v2.0/security-groups?tenant_id=d00c5a27dacf4912bd17c3708c59d635&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:21.204 7 INFO neutron.services.segments.plugin [-] Segment 4218e7af-1461-49b7-91e6-558992f6b784 resource provider aggregate not found 2026-05-09 22:55:21.210 7 INFO neutron.services.segments.plugin [-] Segment 4218e7af-1461-49b7-91e6-558992f6b784 resource provider aggregate not found [pid: 8|app: 0|req: 1129/2341] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:20 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-05-09 22:55:21.220 7 INFO neutron.services.segments.plugin [-] Segment 4218e7af-1461-49b7-91e6-558992f6b784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4218e7af-1461-49b7-91e6-558992f6b784 found for delete ", "request_id": "req-cd325f27-9722-458e-b0d4-85204f6ee0ee"}]} [pid: 7|app: 0|req: 1213/2342] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:21 2026] DELETE /v2.0/security-groups/4128a32c-4437-4425-b96e-87cc5bf62cda => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2343] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:21 2026] PUT /v2.0/subnets/12116970-8c5c-45c2-95a1-5cee78a0f6c4/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:21.286 7 INFO neutron.services.segments.plugin [-] Segment 980ab85a-c31f-412f-b1af-f04eebcf8101 resource provider aggregate not found 2026-05-09 22:55:21.292 7 INFO neutron.services.segments.plugin [-] Segment 4218e7af-1461-49b7-91e6-558992f6b784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4218e7af-1461-49b7-91e6-558992f6b784 found for delete ", "request_id": "req-996f4aa8-749b-46a8-bfc8-5ef3704d30df"}]} 2026-05-09 22:55:21.312 7 INFO neutron.services.segments.plugin [-] Segment 980ab85a-c31f-412f-b1af-f04eebcf8101 resource provider aggregate not found 2026-05-09 22:55:21.325 7 INFO neutron.services.segments.plugin [-] Segment 980ab85a-c31f-412f-b1af-f04eebcf8101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980ab85a-c31f-412f-b1af-f04eebcf8101 found for delete ", "request_id": "req-dcb460f4-3859-487e-bdb6-566eddbe2f8c"}]} 2026-05-09 22:55:21.337 7 INFO neutron.services.segments.plugin [-] Segment 980ab85a-c31f-412f-b1af-f04eebcf8101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980ab85a-c31f-412f-b1af-f04eebcf8101 found for delete ", "request_id": "req-1e81ee4d-e292-4615-b4c8-83b4da178758"}]} [pid: 7|app: 0|req: 1214/2344] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:21 2026] PUT /v2.0/subnets/6e258e0a-a01e-43b1-8185-783e65b5fce5/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2345] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:21 2026] PUT /v2.0/subnets/d6ff541b-b86f-47a4-b6bf-14d117d6433c/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:21.463 8 INFO neutron.services.segments.plugin [-] Segment 8b1db15b-7beb-4c7a-aae7-0c303b34f668 resource provider aggregate not found 2026-05-09 22:55:21.470 8 INFO neutron.services.segments.plugin [-] Segment 8b1db15b-7beb-4c7a-aae7-0c303b34f668 resource provider aggregate not found 2026-05-09 22:55:21.481 8 INFO neutron.services.segments.plugin [-] Segment 8b1db15b-7beb-4c7a-aae7-0c303b34f668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b1db15b-7beb-4c7a-aae7-0c303b34f668 found for delete ", "request_id": "req-b3a53003-f7cf-42b2-a767-d311207d7230"}]} 2026-05-09 22:55:21.481 8 INFO neutron.services.segments.plugin [-] Segment 8b1db15b-7beb-4c7a-aae7-0c303b34f668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b1db15b-7beb-4c7a-aae7-0c303b34f668 found for delete ", "request_id": "req-cee99cd1-5846-4927-ba61-082709239432"}]} [pid: 7|app: 0|req: 1216/2346] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:21 2026] PUT /v2.0/subnets/8d835e3f-6aea-4e29-a63e-fe308f828dbf/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2347] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/security-groups?tenant_id=f0752d810a4a49bfac1e87b2ad6ebd2d&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2348] 10.0.0.86 () {32 vars in 663 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2349] 10.0.0.86 () {32 vars in 677 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2350] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:21 2026] DELETE /v2.0/security-groups/3a139e7a-a8bb-4384-bea5-80d321697316 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2351] 10.0.0.86 () {32 vars in 673 bytes} [Sat May 9 22:55:21 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: 1220/2352] 10.0.0.86 () {32 vars in 685 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2353] 10.0.0.86 () {32 vars in 671 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2354] 10.0.0.86 () {32 vars in 685 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2355] 10.0.0.86 () {32 vars in 681 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:21.911 8 WARNING neutron_lib.context [None req-2822af0b-2d9e-486e-84bb-c2d1b6efd780 254f3cb8483c4ef994b82b219de376d4 bc08fbfbab654ab690d829f95d38f0b3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1224/2356] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:21 2026] GET /v2.0/security-groups?tenant_id=f465b17db8504a5e8a13547074cb3f24&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2357] 10.0.0.86 () {32 vars in 693 bytes} [Sat May 9 22:55:22 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:22.090 8 INFO neutron.db.segments_db [None req-2822af0b-2d9e-486e-84bb-c2d1b6efd780 254f3cb8483c4ef994b82b219de376d4 bc08fbfbab654ab690d829f95d38f0b3 - - default default] Added segment 561cebeb-5504-4931-abc6-a8c5c2447028 of type vxlan for network 6d5833a9-fcb0-49a5-af18-fb4a40ff9092 [pid: 7|app: 0|req: 1226/2358] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:22 2026] DELETE /v2.0/security-groups/f8f1c4e8-e428-47ab-bdef-12451a2066f3 => 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: 1133/2359] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:21 2026] POST /v2.0/networks => generated 632 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:22.176 8 WARNING neutron_lib.context [None req-da82922a-74c8-4eff-85c8-2b6bdfe7ffea 254f3cb8483c4ef994b82b219de376d4 bc08fbfbab654ab690d829f95d38f0b3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1227/2360] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:22 2026] DELETE /v2.0/subnets/12116970-8c5c-45c2-95a1-5cee78a0f6c4 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2361] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:55:22 2026] POST /v2.0/ports => generated 743 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, ' 2026-05-09 22:55:22.581 8 WARNING neutron_lib.context [None req-8c5015c8-397e-440c-adfd-ca408b826697 254f3cb8483c4ef994b82b219de376d4 bc08fbfbab654ab690d829f95d38f0b3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1228/2362] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:22 2026] DELETE /v2.0/subnets/6e258e0a-a01e-43b1-8185-783e65b5fce5 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2363] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:22 2026] DELETE /v2.0/subnets/d6ff541b-b86f-47a4-b6bf-14d117d6433c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2364] 10.0.0.86 () {34 vars in 665 bytes} [Sat May 9 22:55:22 2026] POST /v2.0/trunks => generated 407 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2365] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:55:22 2026] PUT /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2366] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:55:22 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2367] 10.0.0.86 () {34 vars in 759 bytes} [Sat May 9 22:55:22 2026] PUT /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/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: 1139/2368] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:55:22 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2369] 10.0.0.86 () {34 vars in 755 bytes} [Sat May 9 22:55:22 2026] PUT /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags/red => generated 4 bytes in 19 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2370] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:22 2026] DELETE /v2.0/subnets/8d835e3f-6aea-4e29-a63e-fe308f828dbf => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2371] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:55:22 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2372] 10.0.0.86 () {34 vars in 777 bytes} [Sat May 9 22:55:22 2026] PUT /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/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: 1143/2373] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:55:22 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2374] 10.0.0.86 () {34 vars in 748 bytes} [Sat May 9 22:55:22 2026] PUT /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2375] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2376] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:22 2026] DELETE /v2.0/subnets/c47e3764-4bf2-4688-8e80-4f01691d953a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2377] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:23.119 8 INFO neutron.api.v2.resource [None req-1345439d-8374-49bd-9c2e-9398be84898d 254f3cb8483c4ef994b82b219de376d4 bc08fbfbab654ab690d829f95d38f0b3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2378] 10.0.0.86 () {32 vars in 740 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/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: 1148/2379] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2380] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:23.220 8 INFO neutron.api.v2.resource [None req-251277f5-652a-41ae-bc7f-551d78f7989c 254f3cb8483c4ef994b82b219de376d4 bc08fbfbab654ab690d829f95d38f0b3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1150/2381] 10.0.0.86 () {32 vars in 743 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2382] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:23.381 7 INFO neutron.services.segments.plugin [-] Segment d35c89ed-7c76-4c0a-92e8-b4e1f35ff379 resource provider aggregate not found 2026-05-09 22:55:23.385 7 INFO neutron.services.segments.plugin [-] Segment d35c89ed-7c76-4c0a-92e8-b4e1f35ff379 resource provider aggregate not found 2026-05-09 22:55:23.393 7 INFO neutron.services.segments.plugin [-] Segment d35c89ed-7c76-4c0a-92e8-b4e1f35ff379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d35c89ed-7c76-4c0a-92e8-b4e1f35ff379 found for delete ", "request_id": "req-82675d99-bf5a-4e82-812e-35ec1eef6f91"}]} 2026-05-09 22:55:23.401 7 INFO neutron.services.segments.plugin [-] Segment d35c89ed-7c76-4c0a-92e8-b4e1f35ff379 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d35c89ed-7c76-4c0a-92e8-b4e1f35ff379 found for delete ", "request_id": "req-db03a9d5-15e3-41fd-8988-fa1685f5750d"}]} [pid: 7|app: 0|req: 1232/2383] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/networks/b2be542c-a558-40a6-b59e-ab934ea73432 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2384] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:23.450 8 WARNING neutron_lib.context [None req-2cdb62cb-4689-479f-975e-59fd5c4379b1 bd65499ecdfd461aa63308c7f9c7b0ca 7ae44c46e58341ccafbf5abe488e3dba - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:664: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() [pid: 8|app: 0|req: 1152/2385] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:55:23 2026] POST /v2.0/security-groups => generated 1603 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2386] 10.0.0.86 () {32 vars in 718 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2387] 10.0.0.86 () {34 vars in 766 bytes} [Sat May 9 22:55:23 2026] PUT /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2388] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/networks/212b106f-501e-433f-81f3-7ca5a6854b25 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2389] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2390] 10.0.0.86 () {32 vars in 716 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/ports/8b4b59cc-3485-4367-84d8-c8fc4a8e7428 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2391] 10.0.0.86 () {34 vars in 777 bytes} [Sat May 9 22:55:23 2026] PUT /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2392] 10.0.0.86 () {32 vars in 721 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/trunks/a117a03f-9062-4c10-854e-d73119ff3169 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2393] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:23 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/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: 1236/2394] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/networks/79522b74-7125-4ebc-9185-8b18395cc75b => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2395] 10.0.0.86 () {34 vars in 773 bytes} [Sat May 9 22:55:24 2026] PUT /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags/red => generated 4 bytes in 18 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2396] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:23 2026] DELETE /v2.0/ports/8b4b59cc-3485-4367-84d8-c8fc4a8e7428 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2397] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:24.245 8 INFO neutron.services.segments.plugin [-] Segment 561cebeb-5504-4931-abc6-a8c5c2447028 resource provider aggregate not found 2026-05-09 22:55:24.250 8 INFO neutron.services.segments.plugin [-] Segment 561cebeb-5504-4931-abc6-a8c5c2447028 resource provider aggregate not found [pid: 8|app: 0|req: 1161/2398] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:24 2026] DELETE /v2.0/networks/6d5833a9-fcb0-49a5-af18-fb4a40ff9092 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:24.274 8 INFO neutron.services.segments.plugin [-] Segment 561cebeb-5504-4931-abc6-a8c5c2447028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 561cebeb-5504-4931-abc6-a8c5c2447028 found for delete ", "request_id": "req-175a119f-45c7-4a45-b0fe-8b63cd4a9fb8"}]} 2026-05-09 22:55:24.278 8 INFO neutron.services.segments.plugin [-] Segment 561cebeb-5504-4931-abc6-a8c5c2447028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 561cebeb-5504-4931-abc6-a8c5c2447028 found for delete ", "request_id": "req-3940ae88-3b00-4787-96f7-2d662517feaa"}]} [pid: 8|app: 0|req: 1162/2399] 10.0.0.86 () {34 vars in 795 bytes} [Sat May 9 22:55:24 2026] PUT /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags/black.or.white => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2400] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2401] 10.0.0.86 () {34 vars in 766 bytes} [Sat May 9 22:55:24 2026] PUT /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2402] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:24 2026] DELETE /v2.0/networks/1d2ff3e7-cf3d-48a9-ad6d-9594b37339b7 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2403] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 37 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2404] 10.0.0.86 () {32 vars in 754 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:24.422 8 INFO neutron.api.v2.resource [None req-fc0ae385-1e0c-4cfc-a67b-dbc515c2214e bd65499ecdfd461aa63308c7f9c7b0ca 7ae44c46e58341ccafbf5abe488e3dba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1167/2405] 10.0.0.86 () {32 vars in 758 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2406] 10.0.0.86 () {32 vars in 757 bytes} [Sat May 9 22:55:24 2026] DELETE /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/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: 1169/2407] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:24.516 8 INFO neutron.api.v2.resource [None req-085c3916-2b57-410f-965e-cd3cea6fd0b0 bd65499ecdfd461aa63308c7f9c7b0ca 7ae44c46e58341ccafbf5abe488e3dba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1170/2408] 10.0.0.86 () {32 vars in 761 bytes} [Sat May 9 22:55:24 2026] DELETE /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2409] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:55:24 2026] DELETE /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2410] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255/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: 1239/2411] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:24 2026] DELETE /v2.0/networks/4b5ca631-0f21-41aa-9d36-9677fa4c6d93 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2412] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:24 2026] DELETE /v2.0/security-groups/f8a8f30e-f80b-4303-be65-7737c724a255 => 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: 1240/2413] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:24 2026] GET /v2.0/security-groups?tenant_id=bc08fbfbab654ab690d829f95d38f0b3&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2414] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:25 2026] DELETE /v2.0/security-groups/320afaff-36d1-443b-81ca-ac17a4a73b36 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:25.441 7 INFO neutron.services.segments.plugin [-] Segment 6d8ff49e-c5fa-47d5-bf01-040fbd8aed31 resource provider aggregate not found 2026-05-09 22:55:25.447 7 INFO neutron.services.segments.plugin [-] Segment 6d8ff49e-c5fa-47d5-bf01-040fbd8aed31 resource provider aggregate not found 2026-05-09 22:55:25.456 7 INFO neutron.services.segments.plugin [-] Segment 6d8ff49e-c5fa-47d5-bf01-040fbd8aed31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d8ff49e-c5fa-47d5-bf01-040fbd8aed31 found for delete ", "request_id": "req-50689e5d-7ba9-474d-8e26-a4294e07e671"}]} 2026-05-09 22:55:25.463 7 INFO neutron.services.segments.plugin [-] Segment 6d8ff49e-c5fa-47d5-bf01-040fbd8aed31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d8ff49e-c5fa-47d5-bf01-040fbd8aed31 found for delete ", "request_id": "req-49b6d48c-b245-490f-8455-1dc123285dca"}]} 2026-05-09 22:55:25.467 7 INFO neutron.services.segments.plugin [-] Segment 29294949-e198-4ef5-97ae-87412c30f83b resource provider aggregate not found 2026-05-09 22:55:25.475 7 INFO neutron.services.segments.plugin [-] Segment 29294949-e198-4ef5-97ae-87412c30f83b resource provider aggregate not found 2026-05-09 22:55:25.480 7 INFO neutron.services.segments.plugin [-] Segment 29294949-e198-4ef5-97ae-87412c30f83b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29294949-e198-4ef5-97ae-87412c30f83b found for delete ", "request_id": "req-f422d359-f09c-4449-972d-9f6cf0ca22d6"}]} 2026-05-09 22:55:25.487 7 INFO neutron.services.segments.plugin [-] Segment 29294949-e198-4ef5-97ae-87412c30f83b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29294949-e198-4ef5-97ae-87412c30f83b found for delete ", "request_id": "req-bf566447-aab4-4ccf-b461-53ff6f5c0a1f"}]} 2026-05-09 22:55:25.494 7 INFO neutron.services.segments.plugin [-] Segment e4a2336c-e306-47c8-a5ba-67064f762377 resource provider aggregate not found 2026-05-09 22:55:25.506 7 INFO neutron.services.segments.plugin [-] Segment e4a2336c-e306-47c8-a5ba-67064f762377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a2336c-e306-47c8-a5ba-67064f762377 found for delete ", "request_id": "req-212564f4-18cd-4dbb-8064-001c0dd3eb39"}]} 2026-05-09 22:55:25.510 7 INFO neutron.services.segments.plugin [-] Segment e4a2336c-e306-47c8-a5ba-67064f762377 resource provider aggregate not found 2026-05-09 22:55:25.522 7 INFO neutron.services.segments.plugin [-] Segment 2c39a7f8-7dc9-4c3a-8702-af5d3513bc76 resource provider aggregate not found 2026-05-09 22:55:25.527 7 INFO neutron.services.segments.plugin [-] Segment e4a2336c-e306-47c8-a5ba-67064f762377 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4a2336c-e306-47c8-a5ba-67064f762377 found for delete ", "request_id": "req-51286634-5917-4f56-9c75-14b6dc6bdab4"}]} 2026-05-09 22:55:25.537 7 INFO neutron.services.segments.plugin [-] Segment 2c39a7f8-7dc9-4c3a-8702-af5d3513bc76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c39a7f8-7dc9-4c3a-8702-af5d3513bc76 found for delete ", "request_id": "req-d9aa8ef4-fd64-4896-abe7-6523d6e32c8a"}]} 2026-05-09 22:55:25.540 7 INFO neutron.services.segments.plugin [-] Segment 2c39a7f8-7dc9-4c3a-8702-af5d3513bc76 resource provider aggregate not found 2026-05-09 22:55:25.552 7 INFO neutron.services.segments.plugin [-] Segment 2c39a7f8-7dc9-4c3a-8702-af5d3513bc76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c39a7f8-7dc9-4c3a-8702-af5d3513bc76 found for delete ", "request_id": "req-72e4c9d4-f648-4f67-9013-f6d51a04e534"}]} [pid: 7|app: 0|req: 1241/2415] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:25 2026] GET /v2.0/security-groups?tenant_id=3dd25b4c18744ef484c5bb39b58274bf&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:25.616 7 WARNING neutron_lib.context [None req-9b83e622-1ba7-46cd-a471-b134084ec485 ec0a43f4f54940ca9bf150c9ab1a0fcb 446da22eec624dbaa9ffc57fc4370bc7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1175/2416] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:25 2026] GET /v2.0/security-groups?tenant_id=690596912d8b4c77bbd057e1708a8003&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:25.771 7 INFO neutron.db.segments_db [None req-9b83e622-1ba7-46cd-a471-b134084ec485 ec0a43f4f54940ca9bf150c9ab1a0fcb 446da22eec624dbaa9ffc57fc4370bc7 - - default default] Added segment a8170d9f-718f-4a40-8f34-5024d8929e54 of type vxlan for network 3490a363-3dd9-4c20-a6c5-dbfa07821b5d [pid: 8|app: 0|req: 1176/2417] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:25 2026] GET /v2.0/security-groups?tenant_id=4c1ae13dca37438b84f56b9929955e87&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2418] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:25 2026] POST /v2.0/networks => generated 630 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2419] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:25 2026] DELETE /v2.0/security-groups/c37379fc-59d9-4aa5-806d-ec6c92792ea5 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2420] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:25 2026] DELETE /v2.0/security-groups/5f16f3fb-9a07-45fc-b5b4-2c2fb8567641 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:25.993 7 WARNING neutron_lib.context [None req-34d08c2d-2538-4666-903d-136f3903dae0 ec0a43f4f54940ca9bf150c9ab1a0fcb 446da22eec624dbaa9ffc57fc4370bc7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1178/2421] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:25 2026] DELETE /v2.0/security-groups/6bd2144a-4f7c-4caa-9c7b-2ac6d1ff3d88 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2422] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/security-groups?tenant_id=7ae44c46e58341ccafbf5abe488e3dba&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: 1180/2423] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:26 2026] DELETE /v2.0/security-groups/5eec128d-37f4-4381-a70a-2bc075e277d1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2424] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/security-groups?tenant_id=6c8c2f59bfae4343927564e97c9c4312&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2425] 10.0.0.86 () {34 vars in 663 bytes} [Sat May 9 22:55:25 2026] POST /v2.0/ports => generated 743 bytes in 335 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: 1245/2426] 10.0.0.86 () {34 vars in 746 bytes} [Sat May 9 22:55:26 2026] PUT /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2427] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:26 2026] DELETE /v2.0/security-groups/ee3aeabb-5972-447c-a1fa-f1dd23debe28 => 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: 1246/2428] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/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: 1183/2429] 10.0.0.86 () {34 vars in 757 bytes} [Sat May 9 22:55:26 2026] PUT /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2430] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/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: 1184/2431] 10.0.0.86 () {34 vars in 753 bytes} [Sat May 9 22:55:26 2026] PUT /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2432] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2433] 10.0.0.86 () {34 vars in 775 bytes} [Sat May 9 22:55:26 2026] PUT /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2434] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2435] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/security-groups?tenant_id=aefaf1169a914d78ad0fce439636f7fd&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2436] 10.0.0.86 () {34 vars in 746 bytes} [Sat May 9 22:55:26 2026] PUT /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2437] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2438] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:26 2026] DELETE /v2.0/security-groups/2c5dc7fd-c2c3-4856-bace-4e497fd4cc84 => 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: 1190/2439] 10.0.0.86 () {32 vars in 734 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:26.888 7 INFO neutron.api.v2.resource [None req-1e8bc37d-e118-42d0-bb78-059273c66e8c ec0a43f4f54940ca9bf150c9ab1a0fcb 446da22eec624dbaa9ffc57fc4370bc7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1250/2440] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2441] 10.0.0.86 () {32 vars in 737 bytes} [Sat May 9 22:55:26 2026] DELETE /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags/red => 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: 1251/2442] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:55:26 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:27.026 8 INFO neutron.api.v2.resource [None req-3a76a0f6-2699-4d13-9721-b130e13a22b8 ec0a43f4f54940ca9bf150c9ab1a0fcb 446da22eec624dbaa9ffc57fc4370bc7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1192/2443] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:55:26 2026] DELETE /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2444] 10.0.0.86 () {32 vars in 729 bytes} [Sat May 9 22:55:27 2026] DELETE /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2445] 10.0.0.86 () {32 vars in 726 bytes} [Sat May 9 22:55:27 2026] GET /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2446] 10.0.0.86 () {32 vars in 719 bytes} [Sat May 9 22:55:27 2026] DELETE /v2.0/ports/4d5edba9-7471-4f29-81bd-4b308951cf92 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:27.472 8 INFO neutron.services.segments.plugin [-] Segment a8170d9f-718f-4a40-8f34-5024d8929e54 resource provider aggregate not found 2026-05-09 22:55:27.477 8 INFO neutron.services.segments.plugin [-] Segment a8170d9f-718f-4a40-8f34-5024d8929e54 resource provider aggregate not found [pid: 8|app: 0|req: 1194/2447] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:27 2026] DELETE /v2.0/networks/3490a363-3dd9-4c20-a6c5-dbfa07821b5d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2448] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:28 2026] GET /v2.0/security-groups?tenant_id=4052c346d6504a0d95def1ef56ca749e&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:55:28.327 8 INFO neutron.services.segments.plugin [-] Segment a8170d9f-718f-4a40-8f34-5024d8929e54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8170d9f-718f-4a40-8f34-5024d8929e54 found for delete ", "request_id": "req-5fdd9d05-3a7c-4504-8e3f-ba5b926a10b5"}]} 2026-05-09 22:55:28.328 8 INFO neutron.services.segments.plugin [-] Segment a8170d9f-718f-4a40-8f34-5024d8929e54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8170d9f-718f-4a40-8f34-5024d8929e54 found for delete ", "request_id": "req-a988dd35-010b-4b5a-9815-d14d8bf51768"}]} [pid: 8|app: 0|req: 1195/2449] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:28 2026] DELETE /v2.0/security-groups/d0badc12-c28d-4de2-970c-7c80e7545287 => 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: 1255/2450] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:28 2026] GET /v2.0/security-groups?tenant_id=446da22eec624dbaa9ffc57fc4370bc7&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2451] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:28 2026] DELETE /v2.0/security-groups/62ae1844-5599-40a8-b537-b759e9f28ded => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:30.155 7 WARNING neutron_lib.context [None req-da232e5d-8de4-420c-9b29-ff039612496b 65255b720744419d9a08ae8f7495b28d bc56c3ef6df942d8bb93c16a8daa63d9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1256/2452] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:55:30 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: 1197/2453] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:30 2026] PUT /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2454] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:30 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2455] 10.0.0.86 () {34 vars in 769 bytes} [Sat May 9 22:55:30 2026] PUT /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2456] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:30 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2457] 10.0.0.86 () {34 vars in 765 bytes} [Sat May 9 22:55:30 2026] PUT /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2458] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:30 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/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: 1200/2459] 10.0.0.86 () {34 vars in 787 bytes} [Sat May 9 22:55:30 2026] PUT /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2460] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:30 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/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: 1201/2461] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:30 2026] PUT /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2462] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:31 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/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: 1202/2463] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:31 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:31.148 7 INFO neutron.api.v2.resource [None req-52c5a241-b896-4e4f-b100-b4c4d0194d7c 65255b720744419d9a08ae8f7495b28d bc56c3ef6df942d8bb93c16a8daa63d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1262/2464] 10.0.0.86 () {32 vars in 750 bytes} [Sat May 9 22:55:31 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2465] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:55:31 2026] DELETE /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2466] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:31 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:31.268 8 INFO neutron.api.v2.resource [None req-8a9e13d8-c528-4d01-842c-889b373b5c98 65255b720744419d9a08ae8f7495b28d bc56c3ef6df942d8bb93c16a8daa63d9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1204/2467] 10.0.0.86 () {32 vars in 753 bytes} [Sat May 9 22:55:31 2026] DELETE /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2468] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:55:31 2026] DELETE /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2469] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:31 2026] GET /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2470] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:31 2026] DELETE /v2.0/floatingips/e4c46fb5-b8c8-49b0-a0e6-7f1ce64d70a5 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:31.940 8 WARNING neutron_lib.context [None req-a1263eac-c1bc-4b05-9635-12a805ac8dd6 cb3eb74522cc4c6b8504fa72f6e6d54e 8742d4dfa8254f7bbb36aa4b9a447a00 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1207/2473] 10.0.0.86 () {34 vars in 675 bytes} [Sat May 9 22:55:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2474] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:31 2026] PUT /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2475] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2476] 10.0.0.86 () {34 vars in 769 bytes} [Sat May 9 22:55:32 2026] PUT /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/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: 1209/2477] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/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: 1269/2478] 10.0.0.86 () {34 vars in 765 bytes} [Sat May 9 22:55:32 2026] PUT /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags/red => generated 4 bytes in 20 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2479] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/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: 1270/2480] 10.0.0.86 () {34 vars in 787 bytes} [Sat May 9 22:55:32 2026] PUT /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2481] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2482] 10.0.0.86 () {34 vars in 758 bytes} [Sat May 9 22:55:32 2026] PUT /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2483] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2484] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:32.349 7 INFO neutron.api.v2.resource [None req-b0b7fc79-e205-4951-8af9-2ab9c64f87ba cb3eb74522cc4c6b8504fa72f6e6d54e 8742d4dfa8254f7bbb36aa4b9a447a00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1273/2485] 10.0.0.86 () {32 vars in 750 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/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: 1274/2486] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:55:32 2026] DELETE /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags/red => 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: 1275/2487] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:32.429 7 INFO neutron.api.v2.resource [None req-09bc99d0-be37-446f-8f8c-df56ff730dd4 cb3eb74522cc4c6b8504fa72f6e6d54e 8742d4dfa8254f7bbb36aa4b9a447a00 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1276/2488] 10.0.0.86 () {32 vars in 753 bytes} [Sat May 9 22:55:32 2026] DELETE /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/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: 1277/2489] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:55:32 2026] DELETE /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2490] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e/tags => 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: 1279/2491] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:55:32 2026] DELETE /v2.0/subnetpools/77d386f8-5a5f-437e-bb89-6f1148f7d33e => 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: 1213/2492] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/security-groups?tenant_id=bc56c3ef6df942d8bb93c16a8daa63d9&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2493] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:32 2026] DELETE /v2.0/security-groups/0b9fa58c-cf0b-413b-9648-67cb0b9da7b2 => 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: 1214/2494] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:32 2026] GET /v2.0/security-groups?tenant_id=b4d80e2788144e079efa6c67294a3f2f&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2495] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:32 2026] DELETE /v2.0/security-groups/b0a0229b-365a-413d-a647-1cc47d186835 => 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: 1215/2496] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:33 2026] GET /v2.0/security-groups?tenant_id=e36021dc61374da38dc72a3cddef9e92&name=default => generated 2929 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2497] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:33 2026] DELETE /v2.0/security-groups/b4ae4025-20ab-4c74-b70c-6a9e0a8e5be9 => 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: 1216/2498] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:33 2026] GET /v2.0/security-groups?tenant_id=8742d4dfa8254f7bbb36aa4b9a447a00&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: 1283/2499] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:33 2026] DELETE /v2.0/security-groups/f98dc8da-01ae-485e-bdc9-763fdfc7dcd7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:35.340 8 WARNING neutron_lib.context [None req-62049a61-7e02-4fc5-a210-573e3861939f f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:35.489 8 INFO neutron.db.segments_db [None req-62049a61-7e02-4fc5-a210-573e3861939f f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Added segment d245ced2-08a0-45ee-9404-506ef8cf6306 of type vxlan for network e7b4b287-aede-4455-b73d-40e4b190f485 [pid: 8|app: 0|req: 1217/2500] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:35 2026] POST /v2.0/networks => generated 640 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:35.582 7 WARNING neutron_lib.context [None req-50617185-783b-441d-bbdc-59b8bd122e07 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1284/2501] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:35 2026] POST /v2.0/subnets => generated 657 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2502] 10.0.0.86 () {32 vars in 721 bytes} [Sat May 9 22:55:35 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:35.997 7 WARNING neutron_lib.context [None req-e31d6c65-a4c1-4efd-9b9a-f3dccb7a8e9f f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1285/2503] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:35 2026] POST /v2.0/subnets => generated 731 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:36.222 8 WARNING neutron_lib.context [None req-ed1342e5-b255-4271-81ec-1bdd018d794c f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:36.271 8 INFO neutron.db.segments_db [None req-ed1342e5-b255-4271-81ec-1bdd018d794c f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Added segment 7a768aa4-75f8-4629-9f42-23ba9063dc1d of type vxlan for network 61726e48-1562-47b0-9c8b-fd0c2e4585a8 [pid: 8|app: 0|req: 1219/2504] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:36 2026] POST /v2.0/networks => generated 637 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:36.365 8 WARNING neutron_lib.context [None req-d0742098-c0f9-46d6-b4b6-95a97f63e462 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:36.372 7 WARNING neutron_lib.context [None req-79826281-51e5-4056-8777-f5dc0b766710 33c04accda6e433989fdb89903e872b1 ee3b9f7954394c8593844664ad430eb6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:36.568 7 INFO neutron.db.segments_db [None req-79826281-51e5-4056-8777-f5dc0b766710 33c04accda6e433989fdb89903e872b1 ee3b9f7954394c8593844664ad430eb6 - - default default] Added segment b18bb5bd-bde7-4444-a249-6f86379592cf of type vxlan for network 4916c015-8431-49e2-b787-f824a30d9000 [pid: 8|app: 0|req: 1220/2505] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:36 2026] POST /v2.0/subnets => generated 656 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:36.618 8 WARNING neutron_lib.context [None req-ba1a5ba3-422e-4a18-a224-94eca76e9a64 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1286/2506] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:36 2026] POST /v2.0/networks => generated 632 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:36.687 7 WARNING neutron_lib.context [None req-e4f96425-9235-4d2f-a724-dd133fe0c7b6 33c04accda6e433989fdb89903e872b1 ee3b9f7954394c8593844664ad430eb6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1221/2507] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:36 2026] POST /v2.0/subnets => generated 725 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:36.884 8 WARNING neutron_lib.context [None req-07f0a5d6-1c6a-4572-b93e-448c08a4f487 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1287/2508] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:36 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:36.932 8 INFO neutron.db.segments_db [None req-07f0a5d6-1c6a-4572-b93e-448c08a4f487 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Added segment 38aedb23-9b72-43be-b4d2-6d8737f6f79d of type vxlan for network 6d9db412-ee18-47da-bc6d-446e047ef019 [pid: 7|app: 0|req: 1288/2509] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:36 2026] PUT /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2510] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:36 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2511] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:36 2026] POST /v2.0/networks => generated 637 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:37.026 8 WARNING neutron_lib.context [None req-1e37a7df-8cff-4de4-890e-fc33f66d2912 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1290/2512] 10.0.0.86 () {34 vars in 761 bytes} [Sat May 9 22:55:37 2026] PUT /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2513] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2514] 10.0.0.86 () {34 vars in 757 bytes} [Sat May 9 22:55:37 2026] PUT /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2515] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2516] 10.0.0.86 () {34 vars in 779 bytes} [Sat May 9 22:55:37 2026] PUT /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags/black.or.white => 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: 1295/2517] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/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: 1223/2518] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:37 2026] POST /v2.0/subnets => generated 655 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:37.279 8 WARNING neutron_lib.context [None req-e776eefe-17db-4dc9-981d-581c6833bec1 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1296/2519] 10.0.0.86 () {34 vars in 750 bytes} [Sat May 9 22:55:37 2026] PUT /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2520] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2521] 10.0.0.86 () {32 vars in 738 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:55:37.399 7 INFO neutron.api.v2.resource [None req-6453e784-93f8-4b48-b0f3-edc7e52b3418 33c04accda6e433989fdb89903e872b1 ee3b9f7954394c8593844664ad430eb6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1299/2522] 10.0.0.86 () {32 vars in 742 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/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: 1300/2523] 10.0.0.86 () {32 vars in 741 bytes} [Sat May 9 22:55:37 2026] DELETE /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags/red => 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: 1301/2524] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2525] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:37 2026] POST /v2.0/subnets => generated 730 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:37.504 8 WARNING neutron_lib.context [None req-07ccfc8b-daef-405f-9de8-3cbee7527888 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:37.531 7 INFO neutron.api.v2.resource [None req-8e6e55a8-ed2d-43c5-ae6f-24792fc819c7 33c04accda6e433989fdb89903e872b1 ee3b9f7954394c8593844664ad430eb6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1302/2526] 10.0.0.86 () {32 vars in 745 bytes} [Sat May 9 22:55:37 2026] DELETE /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:55:37.542 8 INFO neutron.db.segments_db [None req-07ccfc8b-daef-405f-9de8-3cbee7527888 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Added segment c71f83c8-54bb-4920-8673-b3cdab37b90a of type vxlan for network 44934af7-43a4-4482-993c-89a1e3978861 [pid: 7|app: 0|req: 1303/2527] 10.0.0.86 () {32 vars in 733 bytes} [Sat May 9 22:55:37 2026] DELETE /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2528] 10.0.0.86 () {32 vars in 730 bytes} [Sat May 9 22:55:37 2026] GET /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2529] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:55:37 2026] DELETE /v2.0/subnets/1369fbf3-fd4d-4da3-a583-2f9266b02704 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:37.815 8 INFO neutron.db.l3_hamode_db [None req-07ccfc8b-daef-405f-9de8-3cbee7527888 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:55:38.130 7 INFO neutron.services.segments.plugin [-] Segment b18bb5bd-bde7-4444-a249-6f86379592cf resource provider aggregate not found 2026-05-09 22:55:38.137 7 INFO neutron.services.segments.plugin [-] Segment b18bb5bd-bde7-4444-a249-6f86379592cf resource provider aggregate not found 2026-05-09 22:55:38.150 7 INFO neutron.services.segments.plugin [-] Segment b18bb5bd-bde7-4444-a249-6f86379592cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b18bb5bd-bde7-4444-a249-6f86379592cf found for delete ", "request_id": "req-f9ae68ad-1158-47e5-9030-52d562a9cc1a"}]} [pid: 7|app: 0|req: 1306/2530] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:37 2026] DELETE /v2.0/networks/4916c015-8431-49e2-b787-f824a30d9000 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:55:38.696 8 INFO neutron.db.l3_hamode_db [None req-07ccfc8b-daef-405f-9de8-3cbee7527888 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-09 22:55:38.834 7 INFO neutron.services.segments.plugin [-] Segment b18bb5bd-bde7-4444-a249-6f86379592cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b18bb5bd-bde7-4444-a249-6f86379592cf found for delete ", "request_id": "req-7575e008-0feb-44df-957c-5009ba50b4fe"}]} [pid: 7|app: 0|req: 1307/2531] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:38 2026] GET /v2.0/security-groups?tenant_id=0adf73b422b142e09b30ea1cdeb65741&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2532] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:39 2026] DELETE /v2.0/security-groups/04fc7b14-7032-4bd2-8594-6abbd14aaf0b => 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: 1309/2533] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:39 2026] GET /v2.0/security-groups?tenant_id=ee3b9f7954394c8593844664ad430eb6&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2534] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:39 2026] DELETE /v2.0/security-groups/fb7d4132-d187-4752-b0b7-f5c9807b6785 => 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: 1225/2535] 10.0.0.86 () {34 vars in 668 bytes} [Sat May 9 22:55:37 2026] POST /v2.0/routers => generated 684 bytes in 2109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2536] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:55:39 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/add_router_interface => generated 309 bytes in 2095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:55:42.942 7 WARNING neutron_lib.context [None req-9ea1e5c9-69e3-418b-b915-6823190f49c6 dde0b2e3535a46a5b3c9bdab75202369 81ed512a19e84ff5b11bd8e74032d9f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:43.073 7 INFO neutron.db.segments_db [None req-9ea1e5c9-69e3-418b-b915-6823190f49c6 dde0b2e3535a46a5b3c9bdab75202369 81ed512a19e84ff5b11bd8e74032d9f8 - - default default] Added segment 68a8ae10-d1c9-4a08-8022-9a622539cb37 of type vxlan for network 4ca99b0d-93ca-45f5-ab2b-ff7da133c011 [pid: 7|app: 0|req: 1312/2537] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:42 2026] POST /v2.0/networks => generated 632 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:43.172 7 WARNING neutron_lib.context [None req-ab1b23e9-0e84-45fa-b237-5b69d2d9bd17 dde0b2e3535a46a5b3c9bdab75202369 81ed512a19e84ff5b11bd8e74032d9f8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:43.222 7 INFO neutron.db.segments_db [None req-ab1b23e9-0e84-45fa-b237-5b69d2d9bd17 dde0b2e3535a46a5b3c9bdab75202369 81ed512a19e84ff5b11bd8e74032d9f8 - - default default] Added segment 88ad91ad-9ddf-44d9-8f7b-7503e714dd47 of type vxlan for network 9e606a9a-34a4-41cc-bdd1-f7efc8999190 [pid: 7|app: 0|req: 1313/2538] 10.0.0.86 () {34 vars in 669 bytes} [Sat May 9 22:55:43 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2539] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:43 2026] PUT /v2.0/networks/4ca99b0d-93ca-45f5-ab2b-ff7da133c011/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: 1315/2540] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:43 2026] GET /v2.0/networks/4ca99b0d-93ca-45f5-ab2b-ff7da133c011/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2541] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:43 2026] PUT /v2.0/networks/9e606a9a-34a4-41cc-bdd1-f7efc8999190/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2542] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:43 2026] GET /v2.0/networks/9e606a9a-34a4-41cc-bdd1-f7efc8999190/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: 1318/2543] 10.0.0.86 () {34 vars in 752 bytes} [Sat May 9 22:55:43 2026] PUT /v2.0/networks/9e606a9a-34a4-41cc-bdd1-f7efc8999190/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2544] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:43 2026] GET /v2.0/networks/9e606a9a-34a4-41cc-bdd1-f7efc8999190/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2545] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:55:41 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/add_router_interface => generated 309 bytes in 1825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2546] 10.0.0.86 () {32 vars in 732 bytes} [Sat May 9 22:55:43 2026] GET /v2.0/networks/4ca99b0d-93ca-45f5-ab2b-ff7da133c011/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:43.703 7 INFO neutron.services.segments.plugin [-] Segment 68a8ae10-d1c9-4a08-8022-9a622539cb37 resource provider aggregate not found 2026-05-09 22:55:43.708 7 INFO neutron.services.segments.plugin [-] Segment 68a8ae10-d1c9-4a08-8022-9a622539cb37 resource provider aggregate not found 2026-05-09 22:55:43.717 7 INFO neutron.services.segments.plugin [-] Segment 68a8ae10-d1c9-4a08-8022-9a622539cb37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a8ae10-d1c9-4a08-8022-9a622539cb37 found for delete ", "request_id": "req-23a5d876-b796-4dda-9fa0-cc64d99c589d"}]} 2026-05-09 22:55:43.730 7 INFO neutron.services.segments.plugin [-] Segment 68a8ae10-d1c9-4a08-8022-9a622539cb37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a8ae10-d1c9-4a08-8022-9a622539cb37 found for delete ", "request_id": "req-c6e76acc-3d71-42c0-8a31-59a73355e1c8"}]} [pid: 7|app: 0|req: 1321/2547] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:43 2026] DELETE /v2.0/networks/4ca99b0d-93ca-45f5-ab2b-ff7da133c011 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2548] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:55:43 2026] DELETE /v2.0/networks/9e606a9a-34a4-41cc-bdd1-f7efc8999190 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2549] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:44 2026] GET /v2.0/security-groups?tenant_id=88cd1d01767c43889517baf16bba81aa&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2550] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:44 2026] DELETE /v2.0/security-groups/6d4e39d5-035d-4e2b-af41-5f5255113722 => 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: 1227/2551] 10.0.0.86 () {34 vars in 782 bytes} [Sat May 9 22:55:43 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/add_router_interface => generated 309 bytes in 1402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:55:44.995 8 WARNING neutron_lib.context [None req-dedd6ad7-3215-4015-9888-8cfbc8509cec f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2552] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:44 2026] GET /v2.0/security-groups?tenant_id=81ed512a19e84ff5b11bd8e74032d9f8&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2553] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:45 2026] DELETE /v2.0/security-groups/36d54c20-672d-4909-ba30-3680a4876954 => 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: 1228/2554] 10.0.0.86 () {34 vars in 683 bytes} [Sat May 9 22:55:44 2026] POST /v2.0/security-groups => generated 1629 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-09 22:55:45.112 7 WARNING neutron_lib.context [None req-9cbe8240-a7a7-47d0-8ce8-f6a04de866f4 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1327/2555] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:45.241 8 WARNING neutron_lib.context [None req-af519f7d-0658-45c3-8214-e9e63bab63eb f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1229/2556] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:45.377 7 WARNING neutron_lib.context [None req-845df2d5-3155-4145-a2f2-61d499d330d5 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2557] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:45 2026] POST /v2.0/security-group-rules => generated 599 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:45.502 8 WARNING neutron_lib.context [None req-414aea2a-5a09-47ef-ae20-e1a9cec6e2ea f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1230/2558] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:45 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) 2026-05-09 22:55:45.636 7 WARNING neutron_lib.context [None req-4c25bfe6-a456-4eb9-8ccd-096f6b978cc2 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:55:45.743 7 INFO neutron.services.segments.plugin [-] Segment 88ad91ad-9ddf-44d9-8f7b-7503e714dd47 resource provider aggregate not found 2026-05-09 22:55:45.760 7 INFO neutron.services.segments.plugin [-] Segment 88ad91ad-9ddf-44d9-8f7b-7503e714dd47 resource provider aggregate not found 2026-05-09 22:55:45.766 7 INFO neutron.services.segments.plugin [-] Segment 88ad91ad-9ddf-44d9-8f7b-7503e714dd47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88ad91ad-9ddf-44d9-8f7b-7503e714dd47 found for delete ", "request_id": "req-5f711e40-f94b-4362-ac84-b9d4a8569d23"}]} 2026-05-09 22:55:45.772 7 INFO neutron.services.segments.plugin [-] Segment 88ad91ad-9ddf-44d9-8f7b-7503e714dd47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88ad91ad-9ddf-44d9-8f7b-7503e714dd47 found for delete ", "request_id": "req-1f070891-4a4b-40b5-bcf9-94a6f4f3d192"}]} [pid: 7|app: 0|req: 1329/2559] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:45.818 8 WARNING neutron_lib.context [None req-463f7758-3dc2-403f-be7d-8825ea1436bf f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1231/2560] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:45.953 7 WARNING neutron_lib.context [None req-6a6f5672-dcde-47b3-8b5e-f6646cbe6a6c f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1330/2561] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:46.104 8 WARNING neutron_lib.context [None req-c8392349-a6a0-4d19-b415-cef298f17cf6 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1232/2562] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:46 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-05-09 22:55:46.252 7 WARNING neutron_lib.context [None req-70c89843-4e7e-4d57-bf65-0574d17c4690 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/2563] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:46.407 8 WARNING neutron_lib.context [None req-24d0bb02-304e-45ae-9f23-1db93fea76c5 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1233/2564] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-09 22:55:46.570 7 WARNING neutron_lib.context [None req-81db7804-368d-44e5-9f3c-fc3141ff7357 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1332/2567] 10.0.0.86 () {34 vars in 694 bytes} [Sat May 9 22:55:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2568] 10.0.0.18 () {34 vars in 1093 bytes} [Sat May 9 22:55:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-939122804&fields=id&tenant_id=9ff38701710a42518deba650396633cb => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2569] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:55:47 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 704 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2570] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:55:47 2026] GET /v2.0/quotas/9ff38701710a42518deba650396633cb => 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: 1334/2571] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:55:47 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&fields=id => generated 287 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2572] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:55:47 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2573] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:55:47 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1239/2574] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:55:47 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => 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: 1336/2575] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:48 2026] GET /v2.0/security-groups?tenant_id=f621e79f65034b679294f3a4adb2dc1f&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2576] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:48 2026] DELETE /v2.0/security-groups/15f6b068-892b-4b82-b4b7-249cf7944be4 => 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: 1337/2577] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:55:48 2026] GET /v2.0/security-groups?tenant_id=b54c34077262484eb00d85f2dbbe0a5c&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2578] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:55:49 2026] DELETE /v2.0/security-groups/4310eed3-8437-462e-9eef-6b4cb9b8c3e3 => 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: 1338/2579] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:55:51 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 704 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2580] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:55:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9ff38701710a42518deba650396633cb => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:55:51.960 7 WARNING neutron_lib.context [req-8f3fb123-8fa6-4540-894c-9fd5561ea643 req-b4cdca3d-0d54-4244-b114-7f6623417c7e f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1339/2581] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:55:51 2026] POST /v2.0/ports => generated 1179 bytes in 384 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: 1340/2582] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:55:52 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1194 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2583] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:55:52 2026] PUT /v2.0/ports/846cbccd-782c-4098-a02b-77d8f99ff52e => generated 1460 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2584] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:55:52 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 60 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: 1244/2585] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:55:53 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2586] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:55:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:55:53.938 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-101e2756-bb50-4067-b582-73c761f26317'] response: {'name': 'network-changed', 'server_uuid': '04b8e42d-cd1b-427a-a2e3-d2918c9555a3', 'tag': '846cbccd-782c-4098-a02b-77d8f99ff52e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1245/2587] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:55:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1343/2588] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:55:53 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2589] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:55:54 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 7|app: 0|req: 1344/2590] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:55:54 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2591] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:55:54 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1345/2592] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:55:54 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1248/2593] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1463 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2594] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2595] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1347/2596] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1250/2597] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2598] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2599] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 7|app: 0|req: 1349/2600] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1252/2601] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:55:55 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1350/2602] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:55:57 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2603] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:55:58 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2604] 199.204.45.235 () {34 vars in 1096 bytes} [Sat May 9 22:55:59 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2605] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:56:00 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2606] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => 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: 1255/2607] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1353/2608] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1256/2609] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2610] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2611] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 1355/2614] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1260/2615] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:56:01 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1356/2616] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:03 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1196 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2617] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:03 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2618] 10.0.0.86 () {32 vars in 817 bytes} [Sat May 9 22:56:03 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&mac_address=fa%3A16%3A3e%3A60%3A84%3A4e => generated 1196 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:56:03.355 8 WARNING neutron_lib.context [None req-47e67101-e41d-4aa4-90fb-c2237876f565 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:56:04.084 8 INFO neutron.db.l3_db [None req-47e67101-e41d-4aa4-90fb-c2237876f565 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Floating IP 3fd83c0f-8cd1-4ae1-9d7b-fffed9eb2813 associated. External IP: 10.96.250.216, port: 846cbccd-782c-4098-a02b-77d8f99ff52e. [pid: 8|app: 0|req: 1262/2619] 10.0.0.86 () {34 vars in 676 bytes} [Sat May 9 22:56:03 2026] POST /v2.0/floatingips => generated 854 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2620] 10.0.0.18 () {34 vars in 1093 bytes} [Sat May 9 22:56:04 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-939122804&fields=id&tenant_id=9ff38701710a42518deba650396633cb => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:56:04.555 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b13e241a-cb22-4da9-956d-c1b9907d196a'] response: {'name': 'network-changed', 'server_uuid': '04b8e42d-cd1b-427a-a2e3-d2918c9555a3', 'tag': '846cbccd-782c-4098-a02b-77d8f99ff52e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1263/2621] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:56:04 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2622] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:56:04 2026] GET /v2.0/quotas/9ff38701710a42518deba650396633cb => 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: 1264/2623] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:56:04 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&fields=id => generated 333 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2624] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:56:04 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1265/2625] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:56:04 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1361/2626] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:04 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2627] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2628] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2629] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2630] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1268/2631] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2632] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2633] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2634] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1270/2635] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:56:05 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1366/2636] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:56:09 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2637] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:56:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9ff38701710a42518deba650396633cb => generated 178 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:56:09.320 7 WARNING neutron_lib.context [req-08d66266-8344-45b5-b792-37f160e94bb4 req-572aa065-b4cf-4fa5-af71-3ca7333fe367 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1272/2638] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:56:09 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2639] 10.0.0.21 () {34 vars in 1039 bytes} [Sat May 9 22:56:09 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2640] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:56:09 2026] POST /v2.0/ports => generated 1183 bytes in 385 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: 1368/2641] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:10 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1198 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2642] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:56:09 2026] PUT /v2.0/ports/061fea9d-c689-432b-b414-5d8290a5071c => generated 1464 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2643] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:10 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1275/2644] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2645] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.11&port_id=061fea9d-c689-432b-b414-5d8290a5071c => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:56:11.227 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ce18f05-7a49-4d73-9aa7-9aa899ff008a'] response: {'name': 'network-changed', 'server_uuid': 'd5d8bc02-7446-4051-a398-8ad1db653932', 'tag': '061fea9d-c689-432b-b414-5d8290a5071c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1276/2646] 199.204.45.235 () {34 vars in 1106 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=061fea9d-c689-432b-b414-5d8290a5071c => 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: 1371/2647] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f&id=15d8df9b-87f7-4985-82e7-b7662fad6c6f => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2648] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1372/2649] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1278/2650] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1373/2651] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:56:11 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2652] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1467 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2653] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2654] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.11&port_id=061fea9d-c689-432b-b414-5d8290a5071c => 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: 1375/2655] 199.204.45.235 () {34 vars in 1106 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=061fea9d-c689-432b-b414-5d8290a5071c => 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: 1281/2656] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f&id=15d8df9b-87f7-4985-82e7-b7662fad6c6f => 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: 1376/2657] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1282/2658] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2659] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1283/2660] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:56:12 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1378/2661] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:15 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1200 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2662] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:15 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2665] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:20 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2666] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:20 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2667] 10.0.0.86 () {32 vars in 817 bytes} [Sat May 9 22:56:20 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&mac_address=fa%3A16%3A3e%3A50%3Aa0%3A6e => generated 1200 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:56:20.627 8 WARNING neutron_lib.context [None req-6f0bb97d-fbc2-49d6-b720-734567a8d05d f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:56:21.404 8 INFO neutron.db.l3_db [None req-6f0bb97d-fbc2-49d6-b720-734567a8d05d f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Floating IP 876b876c-c411-4822-b538-00f7da08876e associated. External IP: 10.96.250.215, port: 061fea9d-c689-432b-b414-5d8290a5071c. [pid: 8|app: 0|req: 1287/2668] 10.0.0.86 () {34 vars in 676 bytes} [Sat May 9 22:56:20 2026] POST /v2.0/floatingips => generated 854 bytes in 1120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2669] 10.0.0.21 () {34 vars in 989 bytes} [Sat May 9 22:56:24 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2670] 10.0.0.21 () {34 vars in 1039 bytes} [Sat May 9 22:56:24 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2671] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1469 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:56:25.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f2778d2-fadd-4f0f-ab7e-f2179bfeece1'] response: {'name': 'network-changed', 'server_uuid': 'd5d8bc02-7446-4051-a398-8ad1db653932', 'tag': '061fea9d-c689-432b-b414-5d8290a5071c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1289/2672] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2673] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.11&port_id=061fea9d-c689-432b-b414-5d8290a5071c => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2674] 199.204.45.235 () {34 vars in 1106 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=061fea9d-c689-432b-b414-5d8290a5071c => 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: 1385/2675] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f&id=15d8df9b-87f7-4985-82e7-b7662fad6c6f => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2676] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2677] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2678] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1387/2679] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:56:25 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1293/2680] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:56:28 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2681] 10.0.0.140 () {30 vars in 689 bytes} [Sat May 9 22:56:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2682] 10.0.0.140 () {30 vars in 691 bytes} [Sat May 9 22:56:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2683] 10.0.0.140 () {30 vars in 667 bytes} [Sat May 9 22:56:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2684] 10.0.0.140 () {30 vars in 703 bytes} [Sat May 9 22:56:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2685] 10.0.0.140 () {28 vars in 438 bytes} [Sat May 9 22:56:29 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2686] 10.0.0.140 () {30 vars in 727 bytes} [Sat May 9 22:56:30 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 657 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2687] 10.0.0.140 () {30 vars in 689 bytes} [Sat May 9 22:56:30 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: 1297/2688] 10.0.0.140 () {30 vars in 691 bytes} [Sat May 9 22:56:30 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: 1392/2689] 10.0.0.140 () {30 vars in 667 bytes} [Sat May 9 22:56:30 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: 1298/2690] 10.0.0.140 () {30 vars in 703 bytes} [Sat May 9 22:56:30 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: 1393/2691] 10.0.0.140 () {30 vars in 727 bytes} [Sat May 9 22:56:30 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2692] 10.0.0.140 () {30 vars in 689 bytes} [Sat May 9 22:56:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2693] 10.0.0.140 () {30 vars in 691 bytes} [Sat May 9 22:56:30 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: 1300/2694] 10.0.0.140 () {30 vars in 667 bytes} [Sat May 9 22:56:30 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: 1395/2695] 10.0.0.140 () {30 vars in 703 bytes} [Sat May 9 22:56:30 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: 1301/2696] 10.0.0.140 () {30 vars in 729 bytes} [Sat May 9 22:56:30 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2697] 10.0.0.140 () {30 vars in 681 bytes} [Sat May 9 22:56:30 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2698] 10.0.0.140 () {34 vars in 703 bytes} [Sat May 9 22:56:30 2026] POST /v2.0/ports => generated 1132 bytes in 350 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: 1304/2701] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2702] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2703] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:56:33 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: 1399/2704] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2705] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => 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: 1400/2706] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2707] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:56:33 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: 1401/2708] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:56:33 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: 1308/2709] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:56:33.710 7 INFO neutron.api.v2.resource [None req-84ff6d7e-658c-46ec-a91b-9b4cc897a83d ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2710] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/security-groups/lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2711] 199.204.45.235 () {30 vars in 784 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/security-groups?name=lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2712] 199.204.45.235 () {34 vars in 735 bytes} [Sat May 9 22:56:33 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2713] 199.204.45.235 () {30 vars in 814 bytes} [Sat May 9 22:56:33 2026] GET /v2.0/security-group-rules?security_group_id=4c1e102b-e820-452c-8bec-4a9103a498a1 => 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: 1404/2714] 199.204.45.235 () {34 vars in 788 bytes} [Sat May 9 22:56:33 2026] PUT /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2715] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:56:34 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: 1405/2716] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:56:34 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: 1312/2717] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:56:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2718] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:56:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2719] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:56:34 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2720] 10.0.0.18 () {34 vars in 1015 bytes} [Sat May 9 22:56:41 2026] GET /v2.0/security-groups?id=e1c6fa45-784d-4778-8606-e0e7bbdfc274&fields=id => 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: 1314/2721] 10.0.0.18 () {34 vars in 981 bytes} [Sat May 9 22:56:41 2026] GET /v2.0/networks?id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 735 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2722] 10.0.0.18 () {34 vars in 964 bytes} [Sat May 9 22:56:41 2026] GET /v2.0/quotas/65c0e3cfaf4f491c97425a903e66a3a7 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2723] 10.0.0.18 () {34 vars in 1001 bytes} [Sat May 9 22:56:41 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2724] 10.0.0.18 () {34 vars in 1007 bytes} [Sat May 9 22:56:41 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2725] 10.0.0.18 () {34 vars in 1107 bytes} [Sat May 9 22:56:41 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2726] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:42 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2727] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:42 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1411/2728] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:45 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1318/2729] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:45 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1412/2730] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:56:46 2026] GET /v2.0/networks?id=8d497863-5927-4b4d-b355-9047525c6c47 => 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: 1319/2731] 199.204.45.235 () {34 vars in 1050 bytes} [Sat May 9 22:56:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=65c0e3cfaf4f491c97425a903e66a3a7 => generated 343 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2734] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:56:46 2026] POST /v2.0/ports => generated 1078 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2735] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:56:46 2026] PUT /v2.0/ports/804b04a5-31d7-4ec7-a2b1-26fef56f5489 => generated 1239 bytes in 465 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: 1414/2736] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:56:48.209 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1846a53-0c99-41e4-8dec-9f3ebd37978c'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': '804b04a5-31d7-4ec7-a2b1-26fef56f5489', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1323/2737] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/security-groups?id=e1c6fa45-784d-4778-8606-e0e7bbdfc274&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2738] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2739] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2740] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => 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: 1325/2741] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2742] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2743] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1418/2744] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:56:48 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1327/2745] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:56:49 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2746] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:56:49 2026] GET /v2.0/networks?id=8d497863-5927-4b4d-b355-9047525c6c47 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2747] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:56:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => 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: 1420/2748] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:56:49 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2749] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:56:49 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&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: 1421/2750] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:56:49 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1330/2751] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:56:49 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2752] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:50 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1331/2753] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:50 2026] GET /v2.0/security-groups?id=e1c6fa45-784d-4778-8606-e0e7bbdfc274&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: 1423/2754] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:51 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2755] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:56:52 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1244 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2756] 199.204.45.235 () {34 vars in 1044 bytes} [Sat May 9 22:56:52 2026] GET /v2.0/security-groups?id=e1c6fa45-784d-4778-8606-e0e7bbdfc274&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2757] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:53 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2758] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:53 2026] GET /v2.0/security-groups?id=e1c6fa45-784d-4778-8606-e0e7bbdfc274&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2759] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:54 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1426/2760] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:56 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1335/2761] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:56:56 2026] GET /v2.0/security-groups?id=e1c6fa45-784d-4778-8606-e0e7bbdfc274&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: 1427/2762] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:56:56 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2763] 199.204.45.235 () {34 vars in 1096 bytes} [Sat May 9 22:57:01 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2766] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:57:02 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1465 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2767] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2768] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2769] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1431/2770] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2771] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 1432/2772] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2773] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1433/2774] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:57:03 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2777] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:57:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2778] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:57:31 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: 1436/2779] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:57:31 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: 1344/2780] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:57:31 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: 1437/2781] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:57:31 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2782] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:57:31 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1438/2785] 199.204.45.235 () {34 vars in 716 bytes} [Sat May 9 22:57:31 2026] POST /v2.0/ports => generated 1097 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2786] 10.0.0.18 () {34 vars in 970 bytes} [Sat May 9 22:57:31 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1097 bytes in 30 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: 1439/2787] 10.0.0.18 () {34 vars in 906 bytes} [Sat May 9 22:57:32 2026] GET /v2.0/extensions => generated 20516 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2788] 199.204.45.235 () {34 vars in 1262 bytes} [Sat May 9 22:57:33 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2789] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:57:33 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1350/2790] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:57:33 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2791] 199.204.45.235 () {34 vars in 975 bytes} [Sat May 9 22:57:33 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1097 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2792] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:57:33 2026] GET /v2.0/networks?id=e7b4b287-aede-4455-b73d-40e4b190f485 => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2793] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:57:33 2026] PUT /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1287 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2794] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2523 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1443/2795] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => 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: 1353/2796] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2797] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&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: 1354/2798] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:57:35.475 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ecf1a69-ad26-4f6e-837f-04e95ea471ed'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': 'c75259d9-836a-4976-ac2c-ac1c1001439b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1445/2799] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1355/2800] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1446/2801] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2802] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2803] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1357/2804] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:57:35 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1448/2805] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:57:36 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2523 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2806] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:57:36 2026] GET /v2.0/networks?id=e7b4b287-aede-4455-b73d-40e4b190f485 => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2807] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:57:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1359/2808] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:57:36 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2809] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:57:36 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2810] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:57:36 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1451/2811] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:57:37 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1361/2812] 10.0.0.18 () {34 vars in 970 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1287 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2813] 199.204.45.235 () {34 vars in 788 bytes} [Sat May 9 22:57:39 2026] PUT /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1312 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:57:39.372 8 INFO neutron.api.v2.resource [None req-03a6a2ec-5abd-4f61-873e-ea806e172f2f ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1362/2814] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/security-groups/lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-09 22:57:39.414 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c64277b-d9d8-4400-9856-a4dff2f3b604'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': 'c75259d9-836a-4976-ac2c-ac1c1001439b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1453/2815] 199.204.45.235 () {30 vars in 784 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/security-groups?name=lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2816] 199.204.45.235 () {34 vars in 788 bytes} [Sat May 9 22:57:39 2026] PUT /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1312 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2817] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:57:39 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: 8|app: 0|req: 1364/2818] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2819] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:57:39 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: 1365/2820] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:57:39 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: 1456/2821] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2822] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2823] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => 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: 1457/2824] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:57:39 2026] GET /v2.0/networks?id=e7b4b287-aede-4455-b73d-40e4b190f485 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:57:40.031 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2788b62-7f5c-441e-892c-96c404e525c1'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': 'c75259d9-836a-4976-ac2c-ac1c1001439b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1458/2825] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1368/2826] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1350 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2827] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2828] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2829] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&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: 1461/2830] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2831] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1462/2832] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2833] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2834] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:57:40 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => 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: 1372/2835] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:57:41 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2836] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:57:41 2026] GET /v2.0/networks?id=e7b4b287-aede-4455-b73d-40e4b190f485 => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2837] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:57:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1465/2838] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:57:41 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2839] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:57:41 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2840] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:57:41 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1375/2841] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:57:41 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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) 2026-05-09 22:57:51.093 7 WARNING neutron_lib.context [None req-48b25521-f0a2-4be5-8baa-d26c644f2795 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-05-09 22:57:52.052 7 INFO neutron.db.l3_db [None req-48b25521-f0a2-4be5-8baa-d26c644f2795 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Floating IP dc62cca2-4d59-42c5-8ffe-73d160bacde8 associated. External IP: 10.96.250.206, port: b9078573-58dd-43e3-9ce9-b44ff4a3df6d. [pid: 7|app: 0|req: 1468/2844] 10.0.0.86 () {34 vars in 676 bytes} [Sat May 9 22:57:51 2026] POST /v2.0/floatingips => generated 899 bytes in 1266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2845] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:57:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2846] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:57:57 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: 1378/2847] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:57:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2848] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:57:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:57:57.217 8 INFO neutron.api.v2.resource [None req-0963e718-1f03-4a6a-9746-358baf1d1b6b ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1379/2849] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:57:57 2026] GET /v2.0/security-groups/lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 149 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2850] 199.204.45.235 () {30 vars in 784 bytes} [Sat May 9 22:57:57 2026] GET /v2.0/security-groups?name=lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2851] 199.204.45.235 () {30 vars in 814 bytes} [Sat May 9 22:57:57 2026] GET /v2.0/security-group-rules?security_group_id=4c1e102b-e820-452c-8bec-4a9103a498a1 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2852] 199.204.45.235 () {34 vars in 746 bytes} [Sat May 9 22:57:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2853] 199.204.45.235 () {34 vars in 746 bytes} [Sat May 9 22:57:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2856] 199.204.45.235 () {34 vars in 1096 bytes} [Sat May 9 22:58:03 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2857] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => 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: 1384/2858] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2859] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.11&port_id=061fea9d-c689-432b-b414-5d8290a5071c => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2860] 199.204.45.235 () {34 vars in 1106 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=061fea9d-c689-432b-b414-5d8290a5071c => 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: 1476/2861] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f&id=15d8df9b-87f7-4985-82e7-b7662fad6c6f => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2862] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2863] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1387/2864] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1478/2865] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:04 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2866] 10.0.0.140 () {30 vars in 689 bytes} [Sat May 9 22:58:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2867] 10.0.0.140 () {30 vars in 691 bytes} [Sat May 9 22:58:09 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: 1389/2868] 10.0.0.140 () {30 vars in 667 bytes} [Sat May 9 22:58:09 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: 1480/2869] 10.0.0.140 () {30 vars in 703 bytes} [Sat May 9 22:58:09 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: 1390/2870] 10.0.0.140 () {28 vars in 438 bytes} [Sat May 9 22:58:09 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: 1481/2871] 10.0.0.140 () {30 vars in 727 bytes} [Sat May 9 22:58:09 2026] GET /v2.0/subnets/0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2872] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2873] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:10 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: 1392/2874] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:10 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: 1483/2875] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2876] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:10 2026] GET /v2.0/subnets/0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2877] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:10 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2878] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2879] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2880] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:10 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/2881] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:10 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: 1396/2882] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:12 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2883] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:12 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2884] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:12 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2885] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:58:12 2026] POST /v2.0/ports => generated 1303 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2886] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:58:13 2026] PUT /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1464 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1489/2887] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:14 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 4042 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, ' [pid: 8|app: 0|req: 1399/2888] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:58:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2889] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:14 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => 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: 1400/2890] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:14 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&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: 1491/2891] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:14 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:58:14.962 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be081b0e-748c-48fd-b729-1ce738430874'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': '1233a81e-6a17-42bf-905d-f9f054353cc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1401/2892] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:14 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1492/2893] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1402/2894] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2895] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2896] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1494/2897] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1404/2898] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=1233a81e-6a17-42bf-905d-f9f054353cc6 => 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: 1495/2899] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A213&port_id=1233a81e-6a17-42bf-905d-f9f054353cc6 => 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: 1405/2900] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2901] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2902] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2903] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2904] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:15 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1498/2905] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 4044 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2906] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2907] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=1233a81e-6a17-42bf-905d-f9f054353cc6 => 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: 1409/2908] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A213&port_id=1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2911] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2912] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2913] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 7|app: 0|req: 1502/2914] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1413/2915] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:16 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1503/2916] 10.0.0.18 () {34 vars in 970 bytes} [Sat May 9 22:58:18 2026] GET /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1466 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2917] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:18 2026] GET /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1466 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2918] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:18 2026] GET /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1466 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2919] 199.204.45.235 () {34 vars in 789 bytes} [Sat May 9 22:58:18 2026] PUT /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1201 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2920] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 797 bytes in 57 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: 1416/2921] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/subnets/0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2922] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:19 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: 1417/2923] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2924] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:19 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-05-09 22:58:19.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9e57148-7ce8-4564-993d-f774e09db65e'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': '1233a81e-6a17-42bf-905d-f9f054353cc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1418/2925] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:19 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: 1508/2926] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => 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: 1419/2927] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2928] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1420/2929] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2930] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2931] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2932] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => 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: 1422/2933] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3815 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2934] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2935] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=1233a81e-6a17-42bf-905d-f9f054353cc6 => 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: 1513/2936] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2937] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:19 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 1514/2938] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:20 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1425/2939] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:20 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1515/2940] 10.0.0.140 () {30 vars in 689 bytes} [Sat May 9 22:58:25 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: 1426/2941] 10.0.0.140 () {30 vars in 691 bytes} [Sat May 9 22:58:25 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: 1516/2942] 10.0.0.140 () {30 vars in 667 bytes} [Sat May 9 22:58:25 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: 1427/2943] 10.0.0.140 () {30 vars in 703 bytes} [Sat May 9 22:58:25 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: 1517/2944] 10.0.0.140 () {28 vars in 438 bytes} [Sat May 9 22:58:25 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: 1428/2945] 10.0.0.140 () {30 vars in 727 bytes} [Sat May 9 22:58:25 2026] GET /v2.0/subnets/9df27948-808d-4540-87c8-08d4594f537f => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2946] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2947] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2948] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:26 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: 1430/2949] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58: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: 7|app: 0|req: 1520/2950] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:26 2026] GET /v2.0/subnets/0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2951] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:26 2026] GET /v2.0/subnets/9df27948-808d-4540-87c8-08d4594f537f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2952] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:26 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3815 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2953] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2954] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58: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: 1433/2955] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2956] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58: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: 1434/2957] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:27 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1524/2958] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:27 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1435/2959] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:28 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => 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: 1525/2960] 199.204.45.235 () {38 vars in 955 bytes} [Sat May 9 22:58:28 2026] POST /v2.0/ports => generated 1303 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2961] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:58:28 2026] PUT /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 1464 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1526/2962] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 5271 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: 8|app: 0|req: 1437/2963] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2964] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:58:30.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f454e843-05f5-4673-a33c-ce6741f454a1'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': '88f019fe-081f-4d5f-843e-75be80a1be84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1438/2965] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2966] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1439/2967] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1529/2968] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1440/2969] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => 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: 1530/2970] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2971] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1531/2972] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1442/2973] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=1233a81e-6a17-42bf-905d-f9f054353cc6 => 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: 1532/2974] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2975] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:30 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 7|app: 0|req: 1533/2976] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1444/2977] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2978] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.80&port_id=88f019fe-081f-4d5f-843e-75be80a1be84 => 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: 1445/2979] 199.204.45.235 () {34 vars in 1106 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A203&port_id=88f019fe-081f-4d5f-843e-75be80a1be84 => 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: 1535/2980] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f&id=15d8df9b-87f7-4985-82e7-b7662fad6c6f => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2981] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2982] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2983] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1537/2984] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:31 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2987] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 5273 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2988] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2989] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.80&port_id=88f019fe-081f-4d5f-843e-75be80a1be84 => 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: 1540/2990] 199.204.45.235 () {34 vars in 1106 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A203&port_id=88f019fe-081f-4d5f-843e-75be80a1be84 => 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: 1451/2991] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f&id=15d8df9b-87f7-4985-82e7-b7662fad6c6f => 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: 1541/2992] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1452/2993] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1542/2994] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2995] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:32 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1543/2996] 10.0.0.18 () {34 vars in 970 bytes} [Sat May 9 22:58:34 2026] GET /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => 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: 1454/2997] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:34 2026] GET /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 1466 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2998] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 1466 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2999] 199.204.45.235 () {34 vars in 789 bytes} [Sat May 9 22:58:35 2026] PUT /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 1197 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3000] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019 => generated 797 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1456/3001] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/subnets/9df27948-808d-4540-87c8-08d4594f537f => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3002] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:58:35.574 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4eb820d9-5562-45bc-bd54-054851b052b6'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': '88f019fe-081f-4d5f-843e-75be80a1be84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1457/3003] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:35 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: 1547/3004] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:35 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: 1458/3005] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:35 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: 1548/3006] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => 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: 1459/3007] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => 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: 1549/3008] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3009] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => 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: 1550/3010] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3011] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3012] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3013] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:35 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 5040 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3014] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:36 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3015] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:58:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.80&port_id=88f019fe-081f-4d5f-843e-75be80a1be84 => 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: 1553/3016] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:36 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3017] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:36 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1554/3018] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:36 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1465/3019] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:36 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1555/3020] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:44 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: 1466/3021] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58: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: 7|app: 0|req: 1556/3022] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58: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: 8|app: 0|req: 1467/3023] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:44 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: 1557/3024] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:44 2026] GET /v2.0/subnets/0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3025] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:44 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 5040 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3026] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3027] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:45 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: 1559/3028] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:45 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: 1470/3029] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:45 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: 1560/3030] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:45 2026] GET /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 1233 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3031] 199.204.45.235 () {34 vars in 788 bytes} [Sat May 9 22:58:45 2026] PUT /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 1026 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3032] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:45 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019 => generated 797 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: 1472/3033] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:45 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 4869 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3034] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:45 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 4869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:58:46.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fd2890f-5a6c-495f-9ebc-765270ca58e5'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': '88f019fe-081f-4d5f-843e-75be80a1be84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1473/3035] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:46 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 4869 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3036] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:46 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3037] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:46 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3038] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:46 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1476/3041] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:46 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 4869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3042] 199.204.45.235 () {34 vars in 975 bytes} [Sat May 9 22:58:47 2026] GET /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 1062 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3043] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:47 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 4869 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3044] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:58:47 2026] DELETE /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => 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: 1568/3045] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:48 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3815 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:58:48.978 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f346fc12-b337-43ad-bef3-aa9418175f04 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1478/3046] 199.204.45.235 () {32 vars in 758 bytes} [Sat May 9 22:58:48 2026] DELETE /v2.0/ports/88f019fe-081f-4d5f-843e-75be80a1be84 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3047] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:58:49.101 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae1ad041-6741-495c-96c1-2ac838cb0215'] response: {'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'name': 'network-vif-deleted', 'tag': '88f019fe-081f-4d5f-843e-75be80a1be84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1479/3048] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3049] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:49 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: 1480/3050] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:49 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: 1571/3051] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3052] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3053] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3054] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3055] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3056] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => 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: 1574/3057] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3058] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3815 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3059] 199.204.45.235 () {34 vars in 1146 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/networks?id=8d497863-5927-4b4d-b355-9047525c6c47&id=e7b4b287-aede-4455-b73d-40e4b190f485&id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 2310 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3060] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => 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: 1576/3061] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3062] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&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: 1577/3063] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1487/3064] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3065] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1488/3066] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3067] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3068] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:49 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1580/3069] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:50 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1490/3070] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:58:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=1233a81e-6a17-42bf-905d-f9f054353cc6 => 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: 1581/3071] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:58:50 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3072] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:58:50 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 7|app: 0|req: 1582/3073] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:50 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1492/3074] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:50 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1583/3075] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:55 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: 1493/3076] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:55 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: 1584/3077] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3078] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:55 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: 1585/3079] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:55 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3815 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3080] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:55 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: 1586/3081] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:55 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: 1496/3082] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3083] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3084] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:55 2026] GET /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1237 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3085] 199.204.45.235 () {34 vars in 788 bytes} [Sat May 9 22:58:55 2026] PUT /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1026 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3086] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:56 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 797 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: 1589/3087] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:56 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3640 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3088] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:56 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3640 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:58:56.722 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1b45aef-1af9-4e28-9907-e7f5010687ff'] response: {'name': 'network-changed', 'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'tag': '1233a81e-6a17-42bf-905d-f9f054353cc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1590/3089] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:58:56 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3640 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3090] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:58:56 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3091] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:58:56 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1501/3092] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:58:56 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1592/3093] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:57 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3640 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3094] 199.204.45.235 () {34 vars in 975 bytes} [Sat May 9 22:58:58 2026] GET /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 1062 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3095] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:58 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 3640 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3096] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:58:58 2026] DELETE /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3097] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:58:59.539 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85320b97-7164-445f-91df-cfe5a9bf4f24 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3098] 199.204.45.235 () {32 vars in 758 bytes} [Sat May 9 22:58:59 2026] DELETE /v2.0/ports/1233a81e-6a17-42bf-905d-f9f054353cc6 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3099] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:58:59 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: 1595/3100] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3101] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:58:59.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4747bc52-1bef-4919-a3c5-54b6394d18d8'] response: {'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'name': 'network-vif-deleted', 'tag': '1233a81e-6a17-42bf-905d-f9f054353cc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1596/3102] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:58:59 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: 1507/3103] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3104] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => 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: 1508/3105] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3106] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => 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: 1509/3107] 199.204.45.235 () {30 vars in 742 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3108] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3109] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:58:59 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3110] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3111] 199.204.45.235 () {34 vars in 1066 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/networks?id=8d497863-5927-4b4d-b355-9047525c6c47&id=e7b4b287-aede-4455-b73d-40e4b190f485 => generated 1524 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3112] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => 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: 1512/3113] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3114] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&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: 1513/3115] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1603/3116] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1514/3117] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1604/3118] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3119] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3120] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1516/3121] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:59:00 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1518/3124] 199.204.45.235 () {34 vars in 1096 bytes} [Sat May 9 22:59:05 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 123 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3125] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:59:05 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3126] 199.204.45.235 () {34 vars in 1066 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/networks?id=8d497863-5927-4b4d-b355-9047525c6c47&id=e7b4b287-aede-4455-b73d-40e4b190f485 => generated 1524 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3127] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => 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: 1520/3128] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3129] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&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: 1521/3130] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3131] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3132] 199.204.45.235 () {34 vars in 1058 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1611/3133] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/subnets?id=e9242702-533e-476d-9196-6407c93c85d0 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3134] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/ports?network_id=e7b4b287-aede-4455-b73d-40e4b190f485&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3135] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?fields=segments => generated 14 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3136] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:59:06 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?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: 1613/3137] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:59:11 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: 1525/3138] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:59:11 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: 1614/3139] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:59:11 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: 1526/3140] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:59:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:59:11.684 7 INFO neutron.api.v2.resource [None req-cc4ae28d-1105-40c7-b0e8-fdc69120ac77 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3141] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:59:11 2026] GET /v2.0/security-groups/lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3142] 199.204.45.235 () {30 vars in 784 bytes} [Sat May 9 22:59:11 2026] GET /v2.0/security-groups?name=lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3143] 199.204.45.235 () {30 vars in 814 bytes} [Sat May 9 22:59:11 2026] GET /v2.0/security-group-rules?security_group_id=4c1e102b-e820-452c-8bec-4a9103a498a1 => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3144] 199.204.45.235 () {32 vars in 788 bytes} [Sat May 9 22:59:11 2026] DELETE /v2.0/security-group-rules/4c4c9956-0065-4884-b70d-129eb297aa41 => 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: 1617/3145] 199.204.45.235 () {32 vars in 788 bytes} [Sat May 9 22:59:11 2026] DELETE /v2.0/security-group-rules/4d591609-3231-4f53-a613-e3406cf8ca37 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:15.928 8 INFO neutron.db.l3_db [None req-77ae8e80-793b-4d44-8694-470f73217b49 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Floating IP dc62cca2-4d59-42c5-8ffe-73d160bacde8 disassociated (deleted). External IP: 10.96.250.206, port: b9078573-58dd-43e3-9ce9-b44ff4a3df6d. [pid: 8|app: 0|req: 1529/3146] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:59:15 2026] DELETE /v2.0/floatingips/dc62cca2-4d59-42c5-8ffe-73d160bacde8 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:16.256 7 INFO neutron.api.v2.resource [None req-5e4609d1-fa34-436c-9921-ece711901aad f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3147] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:59:16 2026] GET /v2.0/floatingips/dc62cca2-4d59-42c5-8ffe-73d160bacde8 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3150] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:59:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3151] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:59:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3152] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:59:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3153] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:59:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:59:17.024 8 INFO neutron.api.v2.resource [None req-aa822f0f-ca78-44f4-b5ed-230730b8efe7 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3154] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/security-groups/lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3155] 199.204.45.235 () {30 vars in 784 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/security-groups?name=lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3156] 199.204.45.235 () {30 vars in 814 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/security-group-rules?security_group_id=4c1e102b-e820-452c-8bec-4a9103a498a1 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3157] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3158] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3159] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:59:17 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: 1536/3160] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:59: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: 1625/3161] 199.204.45.235 () {30 vars in 740 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3162] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3163] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3164] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:59:17 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3165] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:59:18 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3166] 199.204.45.235 () {34 vars in 975 bytes} [Sat May 9 22:59:19 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1628/3167] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:59:19 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3168] 199.204.45.235 () {34 vars in 1016 bytes} [Sat May 9 22:59:19 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3169] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:59:19 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3170] 199.204.45.235 () {38 vars in 1028 bytes} [Sat May 9 22:59:19 2026] PUT /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1151 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3171] 199.204.45.235 () {30 vars in 768 bytes} [Sat May 9 22:59:20 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1630/3172] 199.204.45.235 () {34 vars in 788 bytes} [Sat May 9 22:59:20 2026] PUT /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1090 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3173] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:59:20 2026] GET /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 1090 bytes in 38 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: 1631/3174] 199.204.45.235 () {32 vars in 758 bytes} [Sat May 9 22:59:20 2026] DELETE /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3175] 199.204.45.235 () {30 vars in 702 bytes} [Sat May 9 22:59:21 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: 1632/3176] 199.204.45.235 () {30 vars in 704 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3177] 199.204.45.235 () {30 vars in 680 bytes} [Sat May 9 22:59:21 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: 1546/3178] 199.204.45.235 () {30 vars in 716 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3179] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/ports?tenant_id=65c0e3cfaf4f491c97425a903e66a3a7&device_id=d8972d75-35c6-4539-b1fe-2651b56380de => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:59:21.371 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6e7e5c4-1407-4dc4-a7bb-5f882b9c675a ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3180] 199.204.45.235 () {32 vars in 758 bytes} [Sat May 9 22:59:21 2026] DELETE /v2.0/ports/c75259d9-836a-4976-ac2c-ac1c1001439b => 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: 1548/3181] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3182] 199.204.45.235 () {34 vars in 1066 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/networks?id=8d497863-5927-4b4d-b355-9047525c6c47&id=e7b4b287-aede-4455-b73d-40e4b190f485 => generated 1524 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:59:21.443 8 INFO neutron.api.v2.resource [None req-195e0b2e-5956-482c-854d-07df6d73e081 ff2eab42376448b3b4245c6ae19b52a5 65c0e3cfaf4f491c97425a903e66a3a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3183] 199.204.45.235 () {30 vars in 762 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/security-groups/lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3184] 199.204.45.235 () {34 vars in 1060 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.32&port_id=804b04a5-31d7-4ec7-a2b1-26fef56f5489 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3185] 199.204.45.235 () {30 vars in 784 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/security-groups?name=lb-fa6c00ac-f016-46d2-8dae-faa6f0463432 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3186] 199.204.45.235 () {34 vars in 984 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/subnets?id=fd61a906-25e3-4a0c-8519-7248fa848aa6 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3187] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/ports?network_id=8d497863-5927-4b4d-b355-9047525c6c47&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: 1637/3188] 199.204.45.235 () {30 vars in 736 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3189] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1639/3190] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:59:21 2026] GET /v2.0/networks/8d497863-5927-4b4d-b355-9047525c6c47?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: 1552/3191] 199.204.45.235 () {34 vars in 788 bytes} [Sat May 9 22:59:21 2026] PUT /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => generated 1094 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3192] 199.204.45.235 () {32 vars in 778 bytes} [Sat May 9 22:59:21 2026] DELETE /v2.0/security-groups/4c1e102b-e820-452c-8bec-4a9103a498a1 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3193] 199.204.45.235 () {32 vars in 758 bytes} [Sat May 9 22:59:21 2026] DELETE /v2.0/ports/b9078573-58dd-43e3-9ce9-b44ff4a3df6d => 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: 1641/3194] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:59:24 2026] GET /v2.0/ports?device_id=d8972d75-35c6-4539-b1fe-2651b56380de => 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: 1554/3195] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:59:24 2026] DELETE /v2.0/ports/804b04a5-31d7-4ec7-a2b1-26fef56f5489 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:27.256 7 INFO neutron.db.l3_db [None req-59d31f99-e7e5-4315-9533-fbd13f7babcc f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Floating IP 876b876c-c411-4822-b538-00f7da08876e disassociated (deleted). External IP: 10.96.250.215, port: 061fea9d-c689-432b-b414-5d8290a5071c. [pid: 7|app: 0|req: 1642/3196] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:59:26 2026] DELETE /v2.0/floatingips/876b876c-c411-4822-b538-00f7da08876e => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:27.539 8 INFO neutron.api.v2.resource [None req-c9d555d2-2ce1-463d-8ea6-6936e978a82e f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3197] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:59:27 2026] GET /v2.0/floatingips/876b876c-c411-4822-b538-00f7da08876e => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:59:27.741 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbb145ea-5790-4893-89e3-2f729f457513'] response: {'name': 'network-changed', 'server_uuid': 'd5d8bc02-7446-4051-a398-8ad1db653932', 'tag': '061fea9d-c689-432b-b414-5d8290a5071c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1643/3198] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:59:27 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1200 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3199] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:59:27 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3200] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-09 22:59:28.297 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04f1311b-b5ff-4f9c-ac95-e2449d203e2e'] response: {'server_uuid': 'd8972d75-35c6-4539-b1fe-2651b56380de', 'name': 'network-vif-deleted', 'tag': '804b04a5-31d7-4ec7-a2b1-26fef56f5489', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1557/3201] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/networks?id=6d9db412-ee18-47da-bc6d-446e047ef019 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3202] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.11&port_id=061fea9d-c689-432b-b414-5d8290a5071c => 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: 1558/3203] 199.204.45.235 () {34 vars in 1106 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A364&port_id=061fea9d-c689-432b-b414-5d8290a5071c => 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: 1646/3204] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/subnets?id=9df27948-808d-4540-87c8-08d4594f537f&id=15d8df9b-87f7-4985-82e7-b7662fad6c6f => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3205] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3206] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/ports?network_id=6d9db412-ee18-47da-bc6d-446e047ef019&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: 1560/3207] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3208] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:59:28 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019?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: 1561/3209] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:59:29 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3210] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:59:29 2026] DELETE /v2.0/ports/061fea9d-c689-432b-b414-5d8290a5071c => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3213] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:59:32 2026] GET /v2.0/ports?device_id=d5d8bc02-7446-4051-a398-8ad1db653932 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:59:38.304 8 INFO neutron.db.l3_db [None req-aa8b2c46-6c01-4bd6-b3f2-1dfb9465b2b5 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] Floating IP 3fd83c0f-8cd1-4ae1-9d7b-fffed9eb2813 disassociated (deleted). External IP: 10.96.250.216, port: 846cbccd-782c-4098-a02b-77d8f99ff52e. [pid: 8|app: 0|req: 1563/3214] 10.0.0.86 () {32 vars in 731 bytes} [Sat May 9 22:59:37 2026] DELETE /v2.0/floatingips/3fd83c0f-8cd1-4ae1-9d7b-fffed9eb2813 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:38.627 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2c9f862-ccfa-4065-91e1-562b43efa8a2'] response: {'server_uuid': 'd5d8bc02-7446-4051-a398-8ad1db653932', 'name': 'network-vif-deleted', 'tag': '061fea9d-c689-432b-b414-5d8290a5071c', 'status': 'completed', 'code': 200} 2026-05-09 22:59:38.641 7 INFO neutron.api.v2.resource [None req-ae9acc9e-38a0-440c-a5a8-768c16556f70 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3215] 10.0.0.86 () {32 vars in 728 bytes} [Sat May 9 22:59:38 2026] GET /v2.0/floatingips/3fd83c0f-8cd1-4ae1-9d7b-fffed9eb2813 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:59:38.816 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3841052c-67c1-447e-9f2c-615fac9d1a91'] response: {'name': 'network-changed', 'server_uuid': '04b8e42d-cd1b-427a-a2e3-d2918c9555a3', 'tag': '846cbccd-782c-4098-a02b-77d8f99ff52e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1564/3216] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:59:38 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1196 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3217] 10.0.0.18 () {34 vars in 1039 bytes} [Sat May 9 22:59:38 2026] GET /v2.0/security-groups?id=e592a15a-5e3e-4f71-b43d-e572dd142fa9&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3218] 199.204.45.235 () {34 vars in 1080 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/ports?tenant_id=9ff38701710a42518deba650396633cb&device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3219] 199.204.45.235 () {34 vars in 986 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/networks?id=61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3220] 199.204.45.235 () {34 vars in 1056 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1655/3221] 199.204.45.235 () {34 vars in 1104 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A283&port_id=846cbccd-782c-4098-a02b-77d8f99ff52e => 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: 1567/3222] 199.204.45.235 () {34 vars in 1064 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/subnets?id=0b41afaf-c4cd-40e2-8556-bbdfebc602df&id=842879c3-b03f-41ae-9275-25323475e6fc => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3223] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&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: 1568/3224] 199.204.45.235 () {34 vars in 1052 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/ports?network_id=61726e48-1562-47b0-9c8b-fd0c2e4585a8&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3225] 199.204.45.235 () {34 vars in 1012 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?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: 1569/3226] 199.204.45.235 () {34 vars in 1112 bytes} [Sat May 9 22:59:39 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3227] 199.204.45.235 () {34 vars in 994 bytes} [Sat May 9 22:59:40 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 1194 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3228] 199.204.45.235 () {36 vars in 997 bytes} [Sat May 9 22:59:40 2026] DELETE /v2.0/ports/846cbccd-782c-4098-a02b-77d8f99ff52e => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3229] 10.0.0.18 () {34 vars in 989 bytes} [Sat May 9 22:59:43 2026] GET /v2.0/ports?device_id=04b8e42d-cd1b-427a-a2e3-d2918c9555a3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-09 22:59:49.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ca614ac-ad48-4b62-bf05-fb5d9cfab4a8'] response: {'server_uuid': '04b8e42d-cd1b-427a-a2e3-d2918c9555a3', 'name': 'network-vif-deleted', 'tag': '846cbccd-782c-4098-a02b-77d8f99ff52e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1572/3232] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/579d3022-27e9-424c-84fe-686afa0b825b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.182 7 INFO neutron.api.v2.resource [None req-f8c6ae41-954c-4a76-90f2-97c1ce52e2d5 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3233] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/579d3022-27e9-424c-84fe-686afa0b825b => 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: 1573/3234] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/7c57ddf1-b70f-4cf2-803d-8ada197b6e86 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.276 7 INFO neutron.api.v2.resource [None req-9a4a1c37-bfae-4738-b0f3-1c37eec5a73a f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3235] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/7c57ddf1-b70f-4cf2-803d-8ada197b6e86 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3236] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/2f58e7bf-1c1e-4df6-aafe-dfae6083ef42 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.390 7 INFO neutron.api.v2.resource [None req-63e92d83-4542-4828-805d-4f1ccb004ea2 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3237] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/2f58e7bf-1c1e-4df6-aafe-dfae6083ef42 => 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: 1575/3238] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/7f6544ca-89b2-4474-8269-23939f28cc3e => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.476 7 INFO neutron.api.v2.resource [None req-692464cb-8bf0-4a0e-8f06-16b4d65bb66e f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3239] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/7f6544ca-89b2-4474-8269-23939f28cc3e => 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: 1576/3240] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/d907a40d-a135-4084-8c02-7ae458d380f8 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.558 7 INFO neutron.api.v2.resource [None req-ed201310-5053-49a0-9989-02d249318552 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3241] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/d907a40d-a135-4084-8c02-7ae458d380f8 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3242] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/74f95f78-fc6d-4dfd-8b93-0ece4d24b865 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.645 7 INFO neutron.api.v2.resource [None req-5f1cc475-4143-49f8-8dc6-699237f21e59 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3243] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/74f95f78-fc6d-4dfd-8b93-0ece4d24b865 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3244] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/f486ced0-6e2b-42b8-a382-0e60eaa38072 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.728 7 INFO neutron.api.v2.resource [None req-f012a654-4a6e-42c4-8ec8-be0c9f988ad0 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3245] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/f486ced0-6e2b-42b8-a382-0e60eaa38072 => 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: 1579/3246] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/9a7f2f0b-1d40-44e6-a301-c38996775475 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.813 7 INFO neutron.api.v2.resource [None req-a76556b5-56c3-4894-87d0-4cc3801c06cf f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3247] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/9a7f2f0b-1d40-44e6-a301-c38996775475 => 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: 1580/3248] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/fe87f6b5-491c-49c5-a539-a1772d8e9bcc => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.895 7 INFO neutron.api.v2.resource [None req-86091da8-2edb-4463-b4f6-3de4e5459e4b f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3249] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/fe87f6b5-491c-49c5-a539-a1772d8e9bcc => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3250] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/70ee965e-1200-4d95-90ee-b6537949696d => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:49.985 7 INFO neutron.api.v2.resource [None req-5071a2c5-7c88-4879-946d-279488d65af1 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3251] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:49 2026] GET /v2.0/security-group-rules/70ee965e-1200-4d95-90ee-b6537949696d => 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: 1582/3252] 10.0.0.86 () {32 vars in 749 bytes} [Sat May 9 22:59:49 2026] DELETE /v2.0/security-group-rules/6c42074c-af1a-45d9-acd9-6e2b86a2e5d8 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:50.069 7 INFO neutron.api.v2.resource [None req-c122bb11-232b-4650-ba12-e46a21996a46 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3253] 10.0.0.86 () {32 vars in 746 bytes} [Sat May 9 22:59:50 2026] GET /v2.0/security-group-rules/6c42074c-af1a-45d9-acd9-6e2b86a2e5d8 => 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: 1583/3254] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:59:50 2026] DELETE /v2.0/security-groups/e592a15a-5e3e-4f71-b43d-e572dd142fa9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:50.180 7 INFO neutron.api.v2.resource [None req-fa7c4662-299f-436b-af34-67ebbacf5ea6 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3255] 10.0.0.86 () {32 vars in 736 bytes} [Sat May 9 22:59:50 2026] GET /v2.0/security-groups/e592a15a-5e3e-4f71-b43d-e572dd142fa9 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3256] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:59:50 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/remove_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:59:51.544 7 INFO neutron.api.v2.resource [None req-98fc0ceb-68c1-4c2a-8fdd-1b622db51e44 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3257] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:59:51 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/remove_router_interface => generated 198 bytes in 214 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3258] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:59:51 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/remove_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:59:52.766 7 INFO neutron.api.v2.resource [None req-7909656c-18d3-4252-80b1-07908f74ed4a f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3259] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:59:52 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/remove_router_interface => generated 198 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3260] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:59:52 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/remove_router_interface => generated 309 bytes in 1307 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-09 22:59:54.255 7 INFO neutron.api.v2.resource [None req-e32ebf00-4c31-49fd-99e7-29170a64ce18 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3261] 10.0.0.86 () {34 vars in 788 bytes} [Sat May 9 22:59:54 2026] PUT /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:59:55.092 8 INFO neutron.db.l3_hamode_db [None req-54ba4994-8d79-4794-aa35-3cfa1214b08c f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] HA network 44934af7-43a4-4482-993c-89a1e3978861 was deleted as no HA routers are present in tenant 9ff38701710a42518deba650396633cb. [pid: 8|app: 0|req: 1587/3262] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:59:54 2026] DELETE /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-09 22:59:55.119 7 INFO neutron.api.v2.resource [None req-0aaa9731-773c-495a-a649-0bfd1dfd97cd f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3263] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:59:55 2026] GET /v2.0/routers/0a0a8a71-7167-4f43-85d0-4deb8dffce79 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:59:55.155 8 INFO neutron.services.segments.plugin [-] Segment c71f83c8-54bb-4920-8673-b3cdab37b90a resource provider aggregate not found 2026-05-09 22:59:55.162 8 INFO neutron.services.segments.plugin [-] Segment c71f83c8-54bb-4920-8673-b3cdab37b90a resource provider aggregate not found 2026-05-09 22:59:55.169 8 INFO neutron.services.segments.plugin [-] Segment c71f83c8-54bb-4920-8673-b3cdab37b90a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71f83c8-54bb-4920-8673-b3cdab37b90a found for delete ", "request_id": "req-f7f89c26-03f0-49a5-ab7b-a224a8388115"}]} 2026-05-09 22:59:55.178 8 INFO neutron.services.segments.plugin [-] Segment c71f83c8-54bb-4920-8673-b3cdab37b90a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71f83c8-54bb-4920-8673-b3cdab37b90a found for delete ", "request_id": "req-74d519e7-1549-4c07-b134-1739c536be66"}]} [pid: 8|app: 0|req: 1588/3264] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:59:55 2026] DELETE /v2.0/subnets/15d8df9b-87f7-4985-82e7-b7662fad6c6f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:55.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdfaec65-d423-4442-a549-9e31f6d94d21 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3265] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:59:55 2026] GET /v2.0/subnets/15d8df9b-87f7-4985-82e7-b7662fad6c6f => 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: 1589/3266] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:59:55 2026] DELETE /v2.0/subnets/9df27948-808d-4540-87c8-08d4594f537f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:55.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3216ffd5-9a8d-4e27-ad52-e10b95da52a3 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3267] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:59:55 2026] GET /v2.0/subnets/9df27948-808d-4540-87c8-08d4594f537f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3268] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:59:55 2026] DELETE /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:55.805 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a2c1b2e-7835-4da4-b394-654c411c2e23 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3269] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:59:55 2026] GET /v2.0/networks/6d9db412-ee18-47da-bc6d-446e047ef019 => 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: 1591/3270] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:59:55 2026] DELETE /v2.0/subnets/842879c3-b03f-41ae-9275-25323475e6fc => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:55.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab221ac3-6cbb-4da0-a9d4-a47e6dd2dc17 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3271] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:59:55 2026] GET /v2.0/subnets/842879c3-b03f-41ae-9275-25323475e6fc => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3272] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:59:55 2026] DELETE /v2.0/subnets/0b41afaf-c4cd-40e2-8556-bbdfebc602df => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:56.150 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df9923cb-65ad-4178-8097-a7b898cf5a16 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3273] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:59:56 2026] GET /v2.0/subnets/0b41afaf-c4cd-40e2-8556-bbdfebc602df => 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: 1593/3274] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:59:56 2026] DELETE /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:56.486 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40dc3380-4beb-4818-b1bb-456e5d00216e f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3275] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:59:56 2026] GET /v2.0/networks/61726e48-1562-47b0-9c8b-fd0c2e4585a8 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3276] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:59:56 2026] DELETE /v2.0/subnets/38f03ce1-9ba4-4baf-b028-3e3a483a90f5 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:56.697 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66ef1306-f227-4ca3-806b-00763cccc558 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3277] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:59:56 2026] GET /v2.0/subnets/38f03ce1-9ba4-4baf-b028-3e3a483a90f5 => 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: 1595/3278] 10.0.0.86 () {32 vars in 723 bytes} [Sat May 9 22:59:56 2026] DELETE /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:56.885 7 INFO neutron.pecan_wsgi.hooks.translation [None req-120d65ff-2788-4927-907a-24c5fdb6aec6 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1684/3279] 10.0.0.86 () {32 vars in 720 bytes} [Sat May 9 22:59:56 2026] GET /v2.0/subnets/e9242702-533e-476d-9196-6407c93c85d0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3280] 10.0.0.86 () {32 vars in 725 bytes} [Sat May 9 22:59:56 2026] DELETE /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-09 22:59:57.197 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9ffc4a5-eb67-40ee-addf-e567fee3c0a7 f0e2164aeccf4e978e7d89b3e1b9667e 9ff38701710a42518deba650396633cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3281] 10.0.0.86 () {32 vars in 722 bytes} [Sat May 9 22:59:57 2026] GET /v2.0/networks/e7b4b287-aede-4455-b73d-40e4b190f485 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-09 22:59:59.230 8 INFO neutron.services.segments.plugin [-] Segment 38aedb23-9b72-43be-b4d2-6d8737f6f79d resource provider aggregate not found 2026-05-09 22:59:59.236 8 INFO neutron.services.segments.plugin [-] Segment 38aedb23-9b72-43be-b4d2-6d8737f6f79d resource provider aggregate not found 2026-05-09 22:59:59.247 8 INFO neutron.services.segments.plugin [-] Segment 38aedb23-9b72-43be-b4d2-6d8737f6f79d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38aedb23-9b72-43be-b4d2-6d8737f6f79d found for delete ", "request_id": "req-cb52cd57-0cc1-4eaf-afeb-ba948c1836d6"}]} 2026-05-09 22:59:59.250 8 INFO neutron.services.segments.plugin [-] Segment 38aedb23-9b72-43be-b4d2-6d8737f6f79d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38aedb23-9b72-43be-b4d2-6d8737f6f79d found for delete ", "request_id": "req-fd776ff0-db5d-4e06-bb11-bc4314e68fc5"}]} 2026-05-09 22:59:59.260 8 INFO neutron.services.segments.plugin [-] Segment 7a768aa4-75f8-4629-9f42-23ba9063dc1d resource provider aggregate not found 2026-05-09 22:59:59.264 8 INFO neutron.services.segments.plugin [-] Segment 7a768aa4-75f8-4629-9f42-23ba9063dc1d resource provider aggregate not found 2026-05-09 22:59:59.272 8 INFO neutron.services.segments.plugin [-] Segment 7a768aa4-75f8-4629-9f42-23ba9063dc1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a768aa4-75f8-4629-9f42-23ba9063dc1d found for delete ", "request_id": "req-b0155c32-f829-4884-85ca-e2d51fc387be"}]} 2026-05-09 22:59:59.279 8 INFO neutron.services.segments.plugin [-] Segment 7a768aa4-75f8-4629-9f42-23ba9063dc1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a768aa4-75f8-4629-9f42-23ba9063dc1d found for delete ", "request_id": "req-8a375971-a0fa-4307-b1b1-1029d1fb7cd7"}]} 2026-05-09 22:59:59.283 8 INFO neutron.services.segments.plugin [-] Segment d245ced2-08a0-45ee-9404-506ef8cf6306 resource provider aggregate not found 2026-05-09 22:59:59.291 8 INFO neutron.services.segments.plugin [-] Segment d245ced2-08a0-45ee-9404-506ef8cf6306 resource provider aggregate not found 2026-05-09 22:59:59.295 8 INFO neutron.services.segments.plugin [-] Segment d245ced2-08a0-45ee-9404-506ef8cf6306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d245ced2-08a0-45ee-9404-506ef8cf6306 found for delete ", "request_id": "req-efbe86e3-2359-4bb6-829c-9790235b6de8"}]} 2026-05-09 22:59:59.308 8 INFO neutron.services.segments.plugin [-] Segment d245ced2-08a0-45ee-9404-506ef8cf6306 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d245ced2-08a0-45ee-9404-506ef8cf6306 found for delete ", "request_id": "req-5113e290-5cad-4409-9219-a341859aa7c5"}]} [pid: 8|app: 0|req: 1597/3282] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:59:59 2026] GET /v2.0/security-groups?tenant_id=d8a842174b294e868d234f057a67273a&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3283] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:59:59 2026] DELETE /v2.0/security-groups/725e65a1-fefd-4c30-92de-49c7f6b1e4bb => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3284] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 22:59:59 2026] GET /v2.0/security-groups?tenant_id=3c98074ac952402d95c9211f5fdf8e03&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3285] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 22:59:59 2026] DELETE /v2.0/security-groups/ce0717ed-fc5c-498a-8605-0279b1beda3d => 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: 1599/3286] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 23:00:00 2026] GET /v2.0/security-groups?tenant_id=4f049e17cb6d499fac048f296e593f64&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3287] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 23:00:00 2026] DELETE /v2.0/security-groups/39bf273e-ab9b-4107-bfd3-f2a80db0ee0f => 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: 1600/3288] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 23:00:00 2026] GET /v2.0/security-groups?tenant_id=911d41c1cb5d4fb3b5ee3bfb4bf259b5&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3289] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 23:00:00 2026] DELETE /v2.0/security-groups/98bc6bae-9e7b-4c55-b61a-4b5f9843046c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3290] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 23:00:00 2026] GET /v2.0/security-groups?tenant_id=ff85a084148a484b8cbb91825ceb55fa&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: 1690/3291] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 23:00:01 2026] DELETE /v2.0/security-groups/6c8db86b-027b-4383-b053-10c7e49f88cf => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3292] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 23:00:01 2026] GET /v2.0/security-groups?tenant_id=57efbf38f25549f5925655d094dc34c3&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3293] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 23:00:01 2026] DELETE /v2.0/security-groups/5e151ccb-245c-4357-a881-5caaa66518f3 => 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: 1693/3296] 10.0.0.86 () {32 vars in 773 bytes} [Sat May 9 23:00:01 2026] GET /v2.0/security-groups?tenant_id=9ff38701710a42518deba650396633cb&name=default => generated 2929 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3297] 10.0.0.86 () {32 vars in 739 bytes} [Sat May 9 23:00:01 2026] DELETE /v2.0/security-groups/0e37886f-1fc9-47e1-a50c-24929c5a31bf => 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: 1694/3298] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 23:00:04 2026] GET /v2.0/networks => generated 2168 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3299] 10.0.0.86 () {32 vars in 654 bytes} [Sat May 9 23:00:05 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3300] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 23:00:05 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3301] 10.0.0.86 () {32 vars in 642 bytes} [Sat May 9 23:00:05 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3302] 10.0.0.86 () {32 vars in 646 bytes} [Sat May 9 23:00:05 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3303] 10.0.0.86 () {32 vars in 648 bytes} [Sat May 9 23:00:06 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3304] 10.0.0.86 () {32 vars in 662 bytes} [Sat May 9 23:00:06 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: 1608/3305] 10.0.0.86 () {32 vars in 654 bytes} [Sat May 9 23:00:06 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)