+ 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 [Fri Jul 10 00:25:53 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:16 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-679795bcf8-zxk9c machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fc9500f8668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. 2 RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules. /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-07-10 00:25:57.887 7 INFO neutron.common.config [-] Logging enabled! 2026-07-10 00:25:57.888 7 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-07-10 00:25:57.896 8 INFO neutron.common.config [-] Logging enabled! 2026-07-10 00:25:57.897 8 INFO neutron.common.config [-] uwsgi version 25.2.4.dev2 2026-07-10 00:25:58.435 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-10 00:25:58.487 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-10 00:25:59.542 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:25:59.545 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-10 00:25:59.549 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-10 00:25:59.550 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:25:59.550 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-10 00:25:59.550 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-10 00:25:59.550 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:25:59.558 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:25:59.558 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:25:59.558 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:25:59.580 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-10 00:25:59.581 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:25:59.581 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-10 00:25:59.625 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:25:59.627 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-10 00:25:59.627 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-10 00:25:59.627 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-10 00:25:59.627 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-10 00:25:59.628 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-10 00:25:59.632 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-10 00:25:59.633 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-10 00:25:59.633 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-10 00:25:59.633 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-10 00:25:59.633 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:25:59.641 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:25:59.641 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-10 00:25:59.641 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:25:59.663 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-10 00:25:59.664 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-10 00:25:59.664 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-10 00:25:59.708 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-10 00:25:59.708 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-10 00:25:59.709 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-10 00:25:59.709 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-10 00:26:00.041 7 INFO neutron.plugins.ml2.managers [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] Initializing driver for type 'vlan' 2026-07-10 00:26:00.128 8 INFO neutron.plugins.ml2.managers [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] Initializing driver for type 'vlan' 2026-07-10 00:26:00.190 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] VlanTypeDriver initialization complete 2026-07-10 00:26:00.190 7 INFO neutron.plugins.ml2.managers [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] Initializing driver for type 'vxlan' 2026-07-10 00:26:00.191 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-10 00:26:00.211 7 INFO neutron.plugins.ml2.managers [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-10 00:26:00.211 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-10 00:26:00.211 7 INFO neutron.plugins.ml2.managers [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] Initializing extension driver 'port_security' 2026-07-10 00:26:00.211 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-10 00:26:00.212 7 INFO neutron.plugins.ml2.managers [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] Initializing extension driver 'qos' 2026-07-10 00:26:00.212 7 INFO neutron.plugins.ml2.managers [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-10 00:26:00.212 7 INFO neutron.plugins.ml2.managers [None req-3eb562b2-0f1e-45a7-bf6c-406f49ea2b46 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-10 00:26:00.224 7 INFO neutron.quota [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded quota_driver: . 2026-07-10 00:26:00.224 7 INFO neutron.plugins.ml2.plugin [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Modular L2 Plugin initialization complete 2026-07-10 00:26:00.224 7 INFO neutron.plugins.ml2.managers [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-10 00:26:00.224 7 INFO neutron.plugins.ml2.managers [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-10 00:26:00.225 7 INFO neutron.plugins.ml2.managers [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-10 00:26:00.225 7 INFO neutron.extensions.vlantransparent [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Disabled vlantransparent extension. 2026-07-10 00:26:00.225 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: qos 2026-07-10 00:26:00.238 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: router 2026-07-10 00:26:00.273 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] VlanTypeDriver initialization complete 2026-07-10 00:26:00.273 8 INFO neutron.plugins.ml2.managers [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] Initializing driver for type 'vxlan' 2026-07-10 00:26:00.274 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-10 00:26:00.283 7 INFO neutron.services.service_base [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-10 00:26:00.284 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: segments 2026-07-10 00:26:00.289 8 INFO neutron.plugins.ml2.managers [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-10 00:26:00.290 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-10 00:26:00.290 8 INFO neutron.plugins.ml2.managers [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] Initializing extension driver 'port_security' 2026-07-10 00:26:00.290 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-10 00:26:00.290 8 INFO neutron.plugins.ml2.managers [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] Initializing extension driver 'qos' 2026-07-10 00:26:00.290 8 INFO neutron.plugins.ml2.managers [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-10 00:26:00.290 8 INFO neutron.plugins.ml2.managers [None req-b41e7aa2-7d60-4e7a-b24e-1ef29dbfbc70 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-10 00:26:00.302 8 INFO neutron.quota [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded quota_driver: . 2026-07-10 00:26:00.302 8 INFO neutron.plugins.ml2.plugin [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Modular L2 Plugin initialization complete 2026-07-10 00:26:00.302 8 INFO neutron.plugins.ml2.managers [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-10 00:26:00.302 8 INFO neutron.plugins.ml2.managers [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-10 00:26:00.303 8 INFO neutron.plugins.ml2.managers [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-10 00:26:00.303 8 INFO neutron.extensions.vlantransparent [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Disabled vlantransparent extension. 2026-07-10 00:26:00.303 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: qos 2026-07-10 00:26:00.315 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: router 2026-07-10 00:26:00.356 8 INFO neutron.services.service_base [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-10 00:26:00.356 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: segments 2026-07-10 00:26:00.390 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: trunk 2026-07-10 00:26:00.405 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: vpnaas 2026-07-10 00:26:00.444 7 WARNING stevedore.named [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-10 00:26:00.453 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: trunk 2026-07-10 00:26:00.467 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: vpnaas 2026-07-10 00:26:00.505 8 WARNING stevedore.named [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-10 00:26:00.527 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-10 00:26:00.528 7 INFO neutron.common.utils [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-10 00:26:00.528 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: auto_allocate 2026-07-10 00:26:00.533 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: tag 2026-07-10 00:26:00.540 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: timestamp 2026-07-10 00:26:00.542 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: network_ip_availability 2026-07-10 00:26:00.547 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: flavors 2026-07-10 00:26:00.551 7 INFO neutron.manager [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loading Plugin: revisions 2026-07-10 00:26:00.554 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Initializing extension manager. 2026-07-10 00:26:00.556 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: address-group 2026-07-10 00:26:00.558 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: address-scope 2026-07-10 00:26:00.558 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-10 00:26:00.560 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: agent 2026-07-10 00:26:00.560 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: agent-resources-synced 2026-07-10 00:26:00.562 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-10 00:26:00.562 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-10 00:26:00.563 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: availability_zone 2026-07-10 00:26:00.564 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: availability_zone_filter 2026-07-10 00:26:00.564 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-10 00:26:00.565 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: default-subnetpools 2026-07-10 00:26:00.566 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-10 00:26:00.567 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: dns-integration 2026-07-10 00:26:00.567 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: dns-domain-ports 2026-07-10 00:26:00.568 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-10 00:26:00.569 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: dvr 2026-07-10 00:26:00.569 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-10 00:26:00.570 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: empty-string-filtering 2026-07-10 00:26:00.570 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:26:00.571 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-10 00:26:00.571 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: external-net 2026-07-10 00:26:00.572 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-10 00:26:00.572 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: extraroute 2026-07-10 00:26:00.573 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: extraroute-atomic 2026-07-10 00:26:00.574 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-10 00:26:00.574 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-10 00:26:00.575 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-10 00:26:00.575 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-10 00:26:00.576 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: fip-port-details 2026-07-10 00:26:00.576 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: flavors 2026-07-10 00:26:00.577 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-10 00:26:00.578 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-10 00:26:00.578 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: floatingip-pools 2026-07-10 00:26:00.578 8 INFO neutron.common.utils [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-10 00:26:00.578 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: auto_allocate 2026-07-10 00:26:00.579 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: ip_allocation 2026-07-10 00:26:00.579 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-10 00:26:00.580 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: l2_adjacency 2026-07-10 00:26:00.581 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: router 2026-07-10 00:26:00.583 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:26:00.583 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-10 00:26:00.584 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-10 00:26:00.584 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: ext-gw-mode 2026-07-10 00:26:00.585 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: l3-ha 2026-07-10 00:26:00.585 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:26:00.586 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-10 00:26:00.586 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: l3-flavors 2026-07-10 00:26:00.587 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:26:00.587 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: tag 2026-07-10 00:26:00.588 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-10 00:26:00.590 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-10 00:26:00.591 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-10 00:26:00.592 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-10 00:26:00.593 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-10 00:26:00.594 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-10 00:26:00.595 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: multi-provider 2026-07-10 00:26:00.595 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: net-mtu 2026-07-10 00:26:00.596 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: net-mtu-writable 2026-07-10 00:26:00.596 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: network_availability_zone 2026-07-10 00:26:00.597 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: network_ha 2026-07-10 00:26:00.597 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: network-ip-availability 2026-07-10 00:26:00.599 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-10 00:26:00.599 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: timestamp 2026-07-10 00:26:00.599 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: pagination 2026-07-10 00:26:00.599 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-device-profile 2026-07-10 00:26:00.600 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-10 00:26:00.601 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-10 00:26:00.601 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-10 00:26:00.602 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-mac-override 2026-07-10 00:26:00.602 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-10 00:26:00.602 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: network_ip_availability 2026-07-10 00:26:00.603 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-10 00:26:00.603 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-10 00:26:00.604 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-resource-request 2026-07-10 00:26:00.604 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-10 00:26:00.605 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-10 00:26:00.605 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: binding 2026-07-10 00:26:00.606 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: flavors 2026-07-10 00:26:00.606 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: binding-extended 2026-07-10 00:26:00.607 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-security 2026-07-10 00:26:00.607 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: project-id 2026-07-10 00:26:00.608 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: provider 2026-07-10 00:26:00.610 8 INFO neutron.manager [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loading Plugin: revisions 2026-07-10 00:26:00.610 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos 2026-07-10 00:26:00.611 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-10 00:26:00.612 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-10 00:26:00.612 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-default 2026-07-10 00:26:00.613 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-fip 2026-07-10 00:26:00.613 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-10 00:26:00.613 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Initializing extension manager. 2026-07-10 00:26:00.614 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-10 00:26:00.614 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-10 00:26:00.615 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-10 00:26:00.616 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-10 00:26:00.616 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-pps 2026-07-10 00:26:00.615 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: address-group 2026-07-10 00:26:00.617 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-10 00:26:00.618 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-10 00:26:00.618 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: qos-rules-alias 2026-07-10 00:26:00.619 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: address-scope 2026-07-10 00:26:00.619 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: quota-check-limit 2026-07-10 00:26:00.621 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: quotas 2026-07-10 00:26:00.622 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: quota_details 2026-07-10 00:26:00.623 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-10 00:26:00.624 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: rbac-policies 2026-07-10 00:26:00.624 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: rbac-address-group 2026-07-10 00:26:00.625 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: rbac-address-scope 2026-07-10 00:26:00.625 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: rbac-security-groups 2026-07-10 00:26:00.626 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-10 00:26:00.627 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: revision-if-match 2026-07-10 00:26:00.627 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: agent 2026-07-10 00:26:00.627 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-10 00:26:00.628 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: router_availability_zone 2026-07-10 00:26:00.628 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-10 00:26:00.629 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: agent-resources-synced 2026-07-10 00:26:00.630 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-10 00:26:00.631 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-10 00:26:00.631 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-10 00:26:00.632 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-10 00:26:00.632 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-10 00:26:00.632 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-10 00:26:00.633 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-10 00:26:00.633 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-10 00:26:00.635 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: availability_zone 2026-07-10 00:26:00.636 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: availability_zone_filter 2026-07-10 00:26:00.637 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-10 00:26:00.637 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: default-subnetpools 2026-07-10 00:26:00.637 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: security-group 2026-07-10 00:26:00.638 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: segment 2026-07-10 00:26:00.639 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-10 00:26:00.640 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: service-type 2026-07-10 00:26:00.640 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: sorting 2026-07-10 00:26:00.640 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-10 00:26:00.641 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: standard-attr-segment 2026-07-10 00:26:00.641 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: dns-integration 2026-07-10 00:26:00.641 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: standard-attr-description 2026-07-10 00:26:00.642 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: stateful-security-group 2026-07-10 00:26:00.642 7 WARNING neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-10 00:26:00.643 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-10 00:26:00.643 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: subnet-external-network 2026-07-10 00:26:00.644 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: subnet_onboard 2026-07-10 00:26:00.645 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-10 00:26:00.645 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: subnet-service-types 2026-07-10 00:26:00.641 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: dns-domain-ports 2026-07-10 00:26:00.646 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: subnet_allocation 2026-07-10 00:26:00.647 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-10 00:26:00.647 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-10 00:26:00.647 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: tag-creation 2026-07-10 00:26:00.648 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-10 00:26:00.650 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: dvr 2026-07-10 00:26:00.651 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: standard-attr-tag 2026-07-10 00:26:00.651 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-10 00:26:00.652 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-10 00:26:00.652 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: empty-string-filtering 2026-07-10 00:26:00.653 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: trunk 2026-07-10 00:26:00.653 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: trunk-details 2026-07-10 00:26:00.653 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:26:00.654 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-10 00:26:00.654 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-10 00:26:00.654 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-10 00:26:00.656 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: external-net 2026-07-10 00:26:00.656 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-10 00:26:00.657 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-10 00:26:00.657 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-10 00:26:00.658 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: vpn-flavors 2026-07-10 00:26:00.658 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: extraroute 2026-07-10 00:26:00.658 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: extraroute-atomic 2026-07-10 00:26:00.659 7 INFO neutron.api.extensions [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Loaded extension: vpnaas 2026-07-10 00:26:00.659 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-10 00:26:00.660 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-10 00:26:00.661 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-10 00:26:00.661 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-10 00:26:00.662 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-10 00:26:00.662 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-10 00:26:00.662 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.662 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-10 00:26:00.662 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: fip-port-details 2026-07-10 00:26:00.663 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: flavors 2026-07-10 00:26:00.665 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-10 00:26:00.666 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: floatingip-pools 2026-07-10 00:26:00.667 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-10 00:26:00.667 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: ip_allocation 2026-07-10 00:26:00.667 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-10 00:26:00.673 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-10 00:26:00.675 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: l2_adjacency 2026-07-10 00:26:00.679 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: router 2026-07-10 00:26:00.684 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-10 00:26:00.685 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-10 00:26:00.687 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-10 00:26:00.688 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: ext-gw-mode 2026-07-10 00:26:00.689 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: l3-ha 2026-07-10 00:26:00.690 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:26:00.691 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-10 00:26:00.693 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: l3-flavors 2026-07-10 00:26:00.694 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-10 00:26:00.695 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-10 00:26:00.671 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-10 00:26:00.806 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-10 00:26:00.807 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-10 00:26:00.807 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.808 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.808 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.808 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.809 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-10 00:26:00.809 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-10 00:26:00.810 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-10 00:26:00.810 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-10 00:26:00.810 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-10 00:26:00.811 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-10 00:26:00.815 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-10 00:26:00.815 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] router is already registered 2026-07-10 00:26:00.815 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-10 00:26:00.816 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] floatingip is already registered 2026-07-10 00:26:00.819 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-10 00:26:00.819 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] rbac_policy is already registered 2026-07-10 00:26:00.820 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-10 00:26:00.820 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] security_group is already registered 2026-07-10 00:26:00.820 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-10 00:26:00.821 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] security_group_rule is already registered 2026-07-10 00:26:00.821 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.822 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.822 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.822 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.823 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-10 00:26:00.823 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] trunk is already registered 2026-07-10 00:26:00.823 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-10 00:26:00.823 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] endpoint_group is already registered 2026-07-10 00:26:00.824 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-10 00:26:00.824 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] vpnservice is already registered 2026-07-10 00:26:00.824 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-10 00:26:00.825 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] ipsec_site_connection is already registered 2026-07-10 00:26:00.825 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-10 00:26:00.825 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] ipsecpolicy is already registered 2026-07-10 00:26:00.825 7 INFO neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-10 00:26:00.826 7 WARNING neutron.quota.resource_registry [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] ikepolicy is already registered 2026-07-10 00:26:00.860 7 WARNING keystonemiddleware._common.config [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-10 00:26:00.867 7 WARNING oslo_config.cfg [None req-3adc817e-f8bc-4f27-a107-9ba954f2f0f8 - - - - - -] 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 7 seconds on interpreter 0x7fc9500f8668 pid: 7 (default app) 2026-07-10 00:26:00.871 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-10 00:26:00.873 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-10 00:26:00.874 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-10 00:26:00.875 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-10 00:26:00.876 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-10 00:26:00.877 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: multi-provider 2026-07-10 00:26:00.877 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: net-mtu 2026-07-10 00:26:00.878 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: net-mtu-writable 2026-07-10 00:26:00.878 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: network_availability_zone 2026-07-10 00:26:00.879 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: network_ha 2026-07-10 00:26:00.879 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: network-ip-availability 2026-07-10 00:26:00.881 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-10 00:26:00.881 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: pagination 2026-07-10 00:26:00.882 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-device-profile 2026-07-10 00:26:00.882 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-10 00:26:00.883 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-10 00:26:00.883 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-10 00:26:00.884 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-mac-override 2026-07-10 00:26:00.885 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-10 00:26:00.885 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-10 00:26:00.886 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-10 00:26:00.886 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-resource-request 2026-07-10 00:26:00.887 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-10 00:26:00.888 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-10 00:26:00.888 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: binding 2026-07-10 00:26:00.889 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: binding-extended 2026-07-10 00:26:00.890 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-security 2026-07-10 00:26:00.890 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: project-id 2026-07-10 00:26:00.891 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: provider 2026-07-10 00:26:00.893 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos 2026-07-10 00:26:00.894 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-10 00:26:00.894 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-10 00:26:00.895 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-default 2026-07-10 00:26:00.896 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-fip 2026-07-10 00:26:00.896 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-10 00:26:00.897 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-10 00:26:00.898 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-10 00:26:00.898 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-10 00:26:00.899 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-10 00:26:00.900 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-pps 2026-07-10 00:26:00.901 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-10 00:26:00.901 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-10 00:26:00.902 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: qos-rules-alias 2026-07-10 00:26:00.902 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: quota-check-limit 2026-07-10 00:26:00.905 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: quotas 2026-07-10 00:26:00.906 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: quota_details 2026-07-10 00:26:00.908 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: rbac-policies 2026-07-10 00:26:00.908 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: rbac-address-group 2026-07-10 00:26:00.909 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: rbac-address-scope 2026-07-10 00:26:00.909 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: rbac-security-groups 2026-07-10 00:26:00.910 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-10 00:26:00.910 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: revision-if-match 2026-07-10 00:26:00.911 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-10 00:26:00.912 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: router_availability_zone 2026-07-10 00:26:00.912 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-10 00:26:00.914 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-10 00:26:00.914 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-10 00:26:00.915 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-10 00:26:00.916 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-10 00:26:00.916 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-10 00:26:00.917 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-10 00:26:00.922 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: security-group 2026-07-10 00:26:00.923 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: segment 2026-07-10 00:26:00.923 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-10 00:26:00.924 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: service-type 2026-07-10 00:26:00.924 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: sorting 2026-07-10 00:26:00.925 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: standard-attr-segment 2026-07-10 00:26:00.926 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: standard-attr-description 2026-07-10 00:26:00.926 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: stateful-security-group 2026-07-10 00:26:00.927 8 WARNING neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-10 00:26:00.927 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-10 00:26:00.928 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: subnet-external-network 2026-07-10 00:26:00.928 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: subnet_onboard 2026-07-10 00:26:00.929 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-10 00:26:00.929 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: subnet-service-types 2026-07-10 00:26:00.930 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: subnet_allocation 2026-07-10 00:26:00.931 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-10 00:26:00.931 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: tag-creation 2026-07-10 00:26:00.932 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-10 00:26:00.936 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: standard-attr-tag 2026-07-10 00:26:00.936 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-10 00:26:00.937 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: trunk 2026-07-10 00:26:00.938 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: trunk-details 2026-07-10 00:26:00.938 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-10 00:26:00.939 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-10 00:26:00.941 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-10 00:26:00.942 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-10 00:26:00.942 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: vpn-flavors 2026-07-10 00:26:00.944 8 INFO neutron.api.extensions [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Loaded extension: vpnaas 2026-07-10 00:26:00.947 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-10 00:26:00.947 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-10 00:26:00.947 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.947 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-10 00:26:00.951 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-10 00:26:00.951 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-10 00:26:00.956 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-10 00:26:00.956 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-10 00:26:00.957 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-10 00:26:00.958 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.958 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.958 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.959 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.959 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-10 00:26:00.959 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-10 00:26:00.960 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-10 00:26:00.960 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-10 00:26:00.961 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-10 00:26:00.961 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-10 00:26:00.965 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-10 00:26:00.965 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] router is already registered 2026-07-10 00:26:00.966 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-10 00:26:00.966 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] floatingip is already registered 2026-07-10 00:26:00.969 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-10 00:26:00.969 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] rbac_policy is already registered 2026-07-10 00:26:00.970 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-10 00:26:00.970 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] security_group is already registered 2026-07-10 00:26:00.971 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-10 00:26:00.971 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] security_group_rule is already registered 2026-07-10 00:26:00.972 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.972 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.972 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-10 00:26:00.972 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] subnetpool is already registered 2026-07-10 00:26:00.973 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-10 00:26:00.973 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] trunk is already registered 2026-07-10 00:26:00.973 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-10 00:26:00.974 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] endpoint_group is already registered 2026-07-10 00:26:00.974 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-10 00:26:00.974 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] vpnservice is already registered 2026-07-10 00:26:00.975 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-10 00:26:00.975 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] ipsec_site_connection is already registered 2026-07-10 00:26:00.975 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-10 00:26:00.975 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] ipsecpolicy is already registered 2026-07-10 00:26:00.976 8 INFO neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-10 00:26:00.976 8 WARNING neutron.quota.resource_registry [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] ikepolicy is already registered 2026-07-10 00:26:01.010 8 WARNING keystonemiddleware._common.config [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-10 00:26:01.017 8 WARNING oslo_config.cfg [None req-f570c0e9-e3cf-4317-8379-78f450f11b30 - - - - - -] 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 0x7fc9500f8668 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-07-10 00:26:05.043 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9ac2f76-a6a9-49a2-873e-80b29f540743 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:26:04 2026] GET /v2.0/networks/public => generated 108 bytes in 689 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:26:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:26:05.639 7 WARNING neutron.services.revisions.revision_plugin [None req-eaba054f-d9de-4976-9e5e-298562bd9c1c c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Could not find related network for resource to bump revision. 2026-07-10 00:26:05.656 7 INFO neutron.db.segments_db [None req-eaba054f-d9de-4976-9e5e-298562bd9c1c c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 9b7f35ea-7522-4b14-a594-5a03760bffc3 of type flat for network 3954ea9a-e916-4994-8aa5-e9c04238bd0e 2026-07-10 00:26:05.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eaba054f-d9de-4976-9e5e-298562bd9c1c c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.22 () {48 vars in 964 bytes} [Fri Jul 10 00:26:05 2026] POST /v2.0/networks => generated 124 bytes in 423 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:26:11.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f41023c-a79c-4e86-8ffc-c18747fde34d c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:26:11 2026] GET /v2.0/networks/public => generated 108 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/7] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:26:11 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:26:12.174 8 WARNING neutron.services.revisions.revision_plugin [None req-dfde7dce-e5af-497a-80ca-0dae6b3a7803 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Could not find related network for resource to bump revision. 2026-07-10 00:26:12.192 8 INFO neutron.db.segments_db [None req-dfde7dce-e5af-497a-80ca-0dae6b3a7803 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 62a5c4c3-fe2a-4b05-8e7a-d8686ed83bca of type flat for network 520c01c9-0100-4877-85bc-de41cddecb2e 2026-07-10 00:26:12.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfde7dce-e5af-497a-80ca-0dae6b3a7803 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/8] 199.204.45.22 () {48 vars in 964 bytes} [Fri Jul 10 00:26:11 2026] POST /v2.0/networks => generated 124 bytes in 300 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:26:18.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-caef8c4d-3244-4009-884b-8c03643c1163 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:26:18 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:26:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:26:18.143 8 WARNING neutron.services.revisions.revision_plugin [None req-7f6c39ba-dc26-42df-aa27-bff4b039bdd4 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Could not find related network for resource to bump revision. 2026-07-10 00:26:18.157 8 INFO neutron.db.segments_db [None req-7f6c39ba-dc26-42df-aa27-bff4b039bdd4 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 9bd39d44-3a52-4f40-88ac-22eddc1dc5c6 of type flat for network 4f883395-4256-4744-a56b-fbb84560b721 2026-07-10 00:26:18.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f6c39ba-dc26-42df-aa27-bff4b039bdd4 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.22 () {48 vars in 964 bytes} [Fri Jul 10 00:26:18 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:26:24.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae1d2754-986e-4682-80a5-9c22f7f0afaf c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:26:23 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:26:24 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-07-10 00:26:24.108 7 WARNING neutron.services.revisions.revision_plugin [None req-0928ae4c-7cbf-4cd7-942b-647141ea2f92 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Could not find related network for resource to bump revision. 2026-07-10 00:26:24.133 7 INFO neutron.db.segments_db [None req-0928ae4c-7cbf-4cd7-942b-647141ea2f92 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 661f633d-0758-4ee4-a333-a2338c37ae33 of type flat for network 5e71e478-d858-4806-96d3-8c3c1adcd903 2026-07-10 00:26:24.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0928ae4c-7cbf-4cd7-942b-647141ea2f92 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.22 () {48 vars in 964 bytes} [Fri Jul 10 00:26:24 2026] POST /v2.0/networks => generated 124 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:26:30.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aaa1567d-5155-41e1-9c2c-0f5c67955e4e c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:26:29 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:26:30 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-07-10 00:26:30.092 7 WARNING neutron.services.revisions.revision_plugin [None req-d2156026-dbea-496a-b63e-a36a2f9401d8 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Could not find related network for resource to bump revision. 2026-07-10 00:26:30.109 7 INFO neutron.db.segments_db [None req-d2156026-dbea-496a-b63e-a36a2f9401d8 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 33c247cc-8a71-4c8b-96bf-8bee9bef0678 of type flat for network cbe63f99-62b0-45df-9db3-6aec776e4681 2026-07-10 00:26:30.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2156026-dbea-496a-b63e-a36a2f9401d8 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.22 () {48 vars in 964 bytes} [Fri Jul 10 00:26:30 2026] POST /v2.0/networks => generated 124 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:26:35.994 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79b5add0-3e03-4d4c-9f3c-f7a91002d9a9 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:26:35 2026] GET /v2.0/networks/public => generated 108 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:26:36 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-07-10 00:26:36.096 8 WARNING neutron.services.revisions.revision_plugin [None req-e8df6a89-dc31-4609-9fef-334038236a20 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Could not find related network for resource to bump revision. 2026-07-10 00:26:36.114 8 INFO neutron.db.segments_db [None req-e8df6a89-dc31-4609-9fef-334038236a20 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment c3e57cef-8d37-454d-b976-52795c53ddd4 of type flat for network 20580c45-dddc-44d4-b5a8-1f809d7c979a [pid: 8|app: 0|req: 10/22] 199.204.45.22 () {48 vars in 964 bytes} [Fri Jul 10 00:26:36 2026] POST /v2.0/networks => generated 706 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:26:37.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34cf594d-fb79-4350-b87d-5ed98962dac7 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/23] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:26:37 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: 11/24] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:26:37 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:26:37.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd4c5b2b-dee7-4b5e-b253-ff5e547d7469 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/25] 199.204.45.22 () {44 vars in 1031 bytes} [Fri Jul 10 00:26:37 2026] GET /v2.0/subnets/public-subnet?network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/26] 199.204.45.22 () {44 vars in 1054 bytes} [Fri Jul 10 00:26:37 2026] GET /v2.0/subnets?name=public-subnet&network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a => 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: 15/27] 199.204.45.22 () {48 vars in 962 bytes} [Fri Jul 10 00:26:37 2026] POST /v2.0/subnets => generated 664 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:31:13.008 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-10 00:31:13.009 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Fri Jul 10 00:31:13 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.22) !!! 2026-07-10 00:31:13.126 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69ec66d0-d05b-4f75-b83f-e84c086ab399 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/65] 199.204.45.22 () {44 vars in 934 bytes} [Fri Jul 10 00:31:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:31:13.140 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-10 00:31:13.141 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Fri Jul 10 00:31:13 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.22) !!! [pid: 7|app: 0|req: 34/66] 199.204.45.22 () {44 vars in 956 bytes} [Fri Jul 10 00:31:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:31:13.226 8 INFO neutron.db.segments_db [None req-5ee8b31d-7561-4e4f-9d69-cdebd3f07d56 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment e74f020c-0c4c-4e26-866d-cf14e2b12f7f of type vxlan for network 6484cab9-4b93-4035-8293-516352ffaea0 [pid: 8|app: 0|req: 33/67] 199.204.45.22 () {48 vars in 963 bytes} [Fri Jul 10 00:31:13 2026] POST /v2.0/networks => generated 707 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:31:14.241 7 INFO oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 46662. 2026-07-10 00:31:14.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1b239a5-e105-4ea1-ac05-61e71b236cfb c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/68] 199.204.45.22 () {44 vars in 934 bytes} [Fri Jul 10 00:31:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:31:14.519 8 INFO oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 46666. [pid: 8|app: 0|req: 34/69] 199.204.45.22 () {44 vars in 956 bytes} [Fri Jul 10 00:31:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:31:14.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aaaf4b1e-b07a-4a7e-ae70-f0ae8e0a1fa1 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/70] 199.204.45.22 () {44 vars in 1033 bytes} [Fri Jul 10 00:31:14 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/71] 199.204.45.22 () {44 vars in 1056 bytes} [Fri Jul 10 00:31:14 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6484cab9-4b93-4035-8293-516352ffaea0 => 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: 37/72] 199.204.45.22 () {48 vars in 962 bytes} [Fri Jul 10 00:31:14 2026] POST /v2.0/subnets => generated 651 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:31:15.824 8 INFO neutron.api.v2.resource [None req-1e7606f0-3496-48f1-b2d6-b02e3d3c4cc0 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/73] 199.204.45.22 () {44 vars in 968 bytes} [Fri Jul 10 00:31:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.22 () {44 vars in 990 bytes} [Fri Jul 10 00:31:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.22 () {48 vars in 977 bytes} [Fri Jul 10 00:31:15 2026] POST /v2.0/security-groups => generated 1616 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:17 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 1616 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:17 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:17 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => 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: 39/79] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:31:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:18 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:18 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:18 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:31:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:19 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/85] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:19 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:19 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:31:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:20 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 3462 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:20 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:20 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:31:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:21 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4078 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:21 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:21 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:31:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.22 () {44 vars in 984 bytes} [Fri Jul 10 00:31:22 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0 => generated 732 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:31:22.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ebdef7b-d68e-4883-b70a-02d635c49749 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/97] 199.204.45.22 () {44 vars in 1073 bytes} [Fri Jul 10 00:31:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.22 () {44 vars in 1096 bytes} [Fri Jul 10 00:31:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6484cab9-4b93-4035-8293-516352ffaea0 => 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: 49/99] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:22 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.22 () {48 vars in 958 bytes} [Fri Jul 10 00:31:22 2026] POST /v2.0/ports => generated 1096 bytes in 345 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-10 00:31:29.147 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3eabd55-c045-476f-9cae-cc94c82c57b3 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/103] 199.204.45.22 () {44 vars in 975 bytes} [Fri Jul 10 00:31:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.22 () {44 vars in 997 bytes} [Fri Jul 10 00:31:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.22 () {48 vars in 1027 bytes} [Fri Jul 10 00:31:29 2026] PUT /v2.0/ports/ccc84011-75dd-4737-b831-525f6ba2f556 => generated 1245 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.22 () {44 vars in 917 bytes} [Fri Jul 10 00:31:31 2026] GET /v2.0/ports => generated 3726 bytes in 99 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-07-10 00:31:32.273 7 INFO neutron.api.v2.resource [None req-f1ae27b2-e271-4e90-9f92-47e0dee49607 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/107] 199.204.45.22 () {44 vars in 956 bytes} [Fri Jul 10 00:31:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.22 () {44 vars in 978 bytes} [Fri Jul 10 00:31:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.22 () {48 vars in 977 bytes} [Fri Jul 10 00:31:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:33 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 1610 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:33 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:33 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 1610 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:31:33 2026] POST /v2.0/security-group-rules => generated 621 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:34 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 2244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:34 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:31:34 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:31:34 2026] POST /v2.0/security-group-rules => generated 625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/126] 199.204.45.22 () {44 vars in 972 bytes} [Fri Jul 10 00:32:34 2026] GET /v2.0/quotas/c854d57948ef4e5ba46f7ae7fcf9cb19 => generated 292 bytes in 16 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: 65/127] 199.204.45.22 () {48 vars in 1024 bytes} [Fri Jul 10 00:32:34 2026] PUT /v2.0/quotas/c854d57948ef4e5ba46f7ae7fcf9cb19 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:34:44.047 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-10 00:34:44.050 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Fri Jul 10 00:34:44 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.22) !!! /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-10 00:34:44.206 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e4a92ce-be97-4207-b8d6-9bc43e00db32 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/146] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 00:34:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 164 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:34:44.217 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] 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: 72/147] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 00:34:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:34:45.860 7 INFO oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 34942. 2026-07-10 00:34:45.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ff74d63-8826-4ba9-83e9-441f8a08ef03 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/148] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 00:34:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/149] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 00:34:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:40:43.080 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-10 00:40:43.081 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Fri Jul 10 00:40:43 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=8f00860d5f4045df88a7861673f9e71a (ip 199.204.45.22) !!! 2026-07-10 00:40:43.232 8 INFO neutron.api.v2.resource [None req-1784dbca-c0a3-4d8f-87fc-73650ae5d678 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/198] 199.204.45.22 () {44 vars in 1071 bytes} [Fri Jul 10 00:40:43 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8f00860d5f4045df88a7861673f9e71a => generated 139 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:40:43.241 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-10 00:40:43.244 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Fri Jul 10 00:40:43 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=8f00860d5f4045df88a7861673f9e71a (ip 199.204.45.22) !!! [pid: 7|app: 0|req: 101/199] 199.204.45.22 () {44 vars in 1094 bytes} [Fri Jul 10 00:40:43 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8f00860d5f4045df88a7861673f9e71a => generated 23 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/200] 199.204.45.22 () {48 vars in 978 bytes} [Fri Jul 10 00:40:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 00:40:44.631 7 INFO oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 59044. [pid: 7|app: 0|req: 102/201] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:44 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 1624 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/202] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:40:44 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => 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: 103/203] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:44 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:40:44.818 8 INFO oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 59058. [pid: 8|app: 0|req: 101/204] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:40:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/205] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:45 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 2234 bytes in 68 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.22 () {44 vars in 998 bytes} [Fri Jul 10 00:40:45 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => 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: 105/207] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:45 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/208] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:40:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/209] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:47 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 2846 bytes in 62 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.22 () {44 vars in 998 bytes} [Fri Jul 10 00:40:47 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => generated 2846 bytes in 31 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.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:47 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => 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: 105/212] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:40:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:48 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 3460 bytes in 50 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.22 () {44 vars in 998 bytes} [Fri Jul 10 00:40:48 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:40:48 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 3460 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.22 () {48 vars in 988 bytes} [Fri Jul 10 00:40:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 00:43:03 2026] GET /v2.0/networks?tenant_id=8f00860d5f4045df88a7861673f9e71a&shared=False => generated 15 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:43:03.570 8 INFO neutron.db.segments_db [None req-db3927d4-f51b-4ae3-a99f-87b09f27cde6 05a9301a01e243bf80c3110d4f15acb1 8f00860d5f4045df88a7861673f9e71a - - 74df4bbee2cd49c697bfa58151778355 74df4bbee2cd49c697bfa58151778355] Added segment acefccb5-c514-46dd-b7bc-c9f5119e196f of type vxlan for network 7a2161ab-ae45-40f7-95f0-0bea184518b1 [pid: 8|app: 0|req: 117/236] 199.204.45.22 () {34 vars in 681 bytes} [Fri Jul 10 00:43:03 2026] POST /v2.0/networks => generated 717 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 199.204.45.22 () {30 vars in 721 bytes} [Fri Jul 10 00:43:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 118/238] 199.204.45.22 () {30 vars in 632 bytes} [Fri Jul 10 00:43:03 2026] GET /v2.0/extensions => generated 20516 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/239] 199.204.45.22 () {34 vars in 676 bytes} [Fri Jul 10 00:43:03 2026] POST /v2.0/ports => generated 999 bytes in 342 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.22 () {30 vars in 702 bytes} [Fri Jul 10 00:43:04 2026] GET /v2.0/networks/7a2161ab-ae45-40f7-95f0-0bea184518b1 => generated 704 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 199.204.45.22 () {30 vars in 721 bytes} [Fri Jul 10 00:43:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 199.204.45.22 () {30 vars in 702 bytes} [Fri Jul 10 00:43:06 2026] GET /v2.0/networks/7a2161ab-ae45-40f7-95f0-0bea184518b1 => generated 704 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/245] 199.204.45.22 () {44 vars in 972 bytes} [Fri Jul 10 00:43:19 2026] GET /v2.0/quotas/8f00860d5f4045df88a7861673f9e71a => 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: 122/246] 199.204.45.22 () {48 vars in 1024 bytes} [Fri Jul 10 00:43:20 2026] PUT /v2.0/quotas/8f00860d5f4045df88a7861673f9e71a => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:55:33.029 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-10 00:55:33.030 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Fri Jul 10 00:55:33 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.22) !!! 2026-07-10 00:55:33.198 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab1f5394-81e7-4baf-82ce-f7b09602ef83 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/345] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:55:33 2026] GET /v2.0/networks/public => generated 108 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:55:33.210 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-07-10 00:55:33.211 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Fri Jul 10 00:55:33 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.22) !!! [pid: 7|app: 0|req: 174/346] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:55:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:55:34.396 8 INFO oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 40992. 2026-07-10 00:55:34.429 8 INFO neutron.pecan_wsgi.hooks.translation [None req-003fa3d5-d768-48bc-8744-42abaa524f6e c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/347] 199.204.45.22 () {44 vars in 924 bytes} [Fri Jul 10 00:55:34 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:55:34.465 7 INFO oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 41002. [pid: 7|app: 0|req: 175/348] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:55:34 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-07-10 00:55:34.517 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f47f33b0-6097-4f89-915c-1a58f3f05ea8 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/349] 199.204.45.22 () {44 vars in 1031 bytes} [Fri Jul 10 00:55:34 2026] GET /v2.0/subnets/public-subnet?network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/350] 199.204.45.22 () {44 vars in 1054 bytes} [Fri Jul 10 00:55:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:56:03.026 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f06c92d2-d52a-4df7-bce1-4491333d8a86 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/355] 199.204.45.22 () {44 vars in 934 bytes} [Fri Jul 10 00:56:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/356] 199.204.45.22 () {44 vars in 956 bytes} [Fri Jul 10 00:56:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:56:04.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5bdf371b-254c-45fe-989c-ba6ad0c2a465 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/357] 199.204.45.22 () {44 vars in 934 bytes} [Fri Jul 10 00:56:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/358] 199.204.45.22 () {44 vars in 956 bytes} [Fri Jul 10 00:56:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:56:04.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4c07957-6e2f-49b7-8b25-ce5ed837a59f c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/359] 199.204.45.22 () {44 vars in 1033 bytes} [Fri Jul 10 00:56:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/360] 199.204.45.22 () {44 vars in 1056 bytes} [Fri Jul 10 00:56:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:56:05.313 8 INFO neutron.api.v2.resource [None req-fcbeb0b7-1583-44e3-880c-d623030d69c2 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/361] 199.204.45.22 () {44 vars in 968 bytes} [Fri Jul 10 00:56:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/362] 199.204.45.22 () {44 vars in 990 bytes} [Fri Jul 10 00:56:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:06 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/364] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:06 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:56:06 2026] GET /v2.0/security-group-rules/64e37ad5-d78c-48c7-990c-e107449e1427 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/366] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:07 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:07 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:56:07 2026] GET /v2.0/security-group-rules/c16a5304-b4a3-4fec-9d21-8b542759a968 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:08 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:08 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:56:08 2026] GET /v2.0/security-group-rules/31244f06-49ad-4de2-883b-a0a22802c16e => 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: 187/372] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:09 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => 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: 186/373] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:09 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:56:09 2026] GET /v2.0/security-group-rules/8bbdb216-ed64-47c9-9c05-38d182d52131 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:10 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:10 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:56:10 2026] GET /v2.0/security-group-rules/6484c22e-90d5-4b8a-800d-cfc878e814de => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.204.45.22 () {44 vars in 984 bytes} [Fri Jul 10 00:56:11 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:56:11.814 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a1cb7fb-a698-4f78-8c67-c3c10f254bd2 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/379] 199.204.45.22 () {44 vars in 1073 bytes} [Fri Jul 10 00:56:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.204.45.22 () {44 vars in 1096 bytes} [Fri Jul 10 00:56:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 1250 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:11 2026] GET /v2.0/security-groups/5d51ba0b-5982-43b8-92ae-3a5b1b756044 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:56:18.647 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ec0827e-5326-45c2-b43c-b121c2d86fe9 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/384] 199.204.45.22 () {44 vars in 975 bytes} [Fri Jul 10 00:56:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.204.45.22 () {44 vars in 997 bytes} [Fri Jul 10 00:56:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.204.45.22 () {44 vars in 917 bytes} [Fri Jul 10 00:56:20 2026] GET /v2.0/ports => generated 4721 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:56:21.288 8 INFO neutron.api.v2.resource [None req-37c9bdfe-8652-42a6-b81a-3aa9ce5c0bcd c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/387] 199.204.45.22 () {44 vars in 956 bytes} [Fri Jul 10 00:56:21 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.204.45.22 () {44 vars in 978 bytes} [Fri Jul 10 00:56:21 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:22 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 2882 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:22 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:56:22 2026] GET /v2.0/security-group-rules/1b160833-78f7-4cd6-95fb-972b095ee63d => generated 621 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:23 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 2882 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:56:23 2026] GET /v2.0/security-groups/91b37788-c0cb-4093-b816-0dd9d1e9528c => generated 2882 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:56:23 2026] GET /v2.0/security-group-rules/5ea2fdfa-7410-44c9-b5dd-72d6c68526af => generated 625 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.22 () {44 vars in 972 bytes} [Fri Jul 10 00:56:35 2026] GET /v2.0/quotas/c854d57948ef4e5ba46f7ae7fcf9cb19 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:57:29.406 7 INFO neutron.api.v2.resource [None req-8fb2c35d-0738-48aa-adf2-3a51b1cb891b c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/406] 199.204.45.22 () {44 vars in 1071 bytes} [Fri Jul 10 00:57:29 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=8f00860d5f4045df88a7861673f9e71a => generated 139 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/407] 199.204.45.22 () {44 vars in 1094 bytes} [Fri Jul 10 00:57:29 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=8f00860d5f4045df88a7861673f9e71a => generated 4072 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:57:30 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/409] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:57:30 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => 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: 206/410] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:57:30 2026] GET /v2.0/security-group-rules/3d0a3632-ad3a-47c1-9b0e-8d77a26eeb71 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/411] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:57:31 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/412] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:57:31 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/413] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:57:31 2026] GET /v2.0/security-group-rules/da32ce75-9013-4361-9a40-ad02199492b0 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/414] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:57:32 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/415] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:57:32 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:57:32 2026] GET /v2.0/security-group-rules/6fcf19bd-b8ad-4a0e-9385-9262f1e693c7 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.204.45.22 () {44 vars in 1085 bytes} [Fri Jul 10 00:57:33 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81?project_id=8f00860d5f4045df88a7861673f9e71a => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.204.45.22 () {44 vars in 998 bytes} [Fri Jul 10 00:57:33 2026] GET /v2.0/security-groups/87e78281-eec3-4f2a-a7f9-b6a54cbb3c81 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.204.45.22 () {44 vars in 1008 bytes} [Fri Jul 10 00:57:33 2026] GET /v2.0/security-group-rules/e6d6b9a4-fd1a-477b-88ae-dfaada5e803e => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/420] 199.204.45.22 () {44 vars in 972 bytes} [Fri Jul 10 00:57:41 2026] GET /v2.0/quotas/8f00860d5f4045df88a7861673f9e71a => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/429] 199.204.45.22 () {44 vars in 946 bytes} [Fri Jul 10 00:58:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:14.756 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: [pid: 8|app: 0|req: 218/436] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 00:59:14 2026] GET /v2.0/networks => generated 2167 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:59:17.674 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] 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: 219/437] 10.0.0.12 () {32 vars in 654 bytes} [Fri Jul 10 00:59:17 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 00:59:17 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/439] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 00:59:17 2026] GET /v2.0/ports => generated 4721 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/440] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 00:59:17 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/441] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 00:59:17 2026] GET /v2.0/networks => generated 2167 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:59:17.950 8 INFO oslo.messaging._drivers.impl_rabbit [-] [14b796c5-6fec-4459-9a20-e4c75d688b67] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54442. [pid: 8|app: 0|req: 221/442] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 00:59:17 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 10.0.0.12 () {32 vars in 654 bytes} [Fri Jul 10 00:59:17 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:59:28.698 7 INFO oslo.messaging._drivers.impl_rabbit [-] [e210dad2-4690-4cea-98ed-cac63783d575] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 43682. 2026-07-10 00:59:28.921 8 INFO neutron.db.segments_db [None req-dad5ea2f-29df-4fab-b93f-4268186d598b c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 4f33b416-93ac-4530-aefd-62940eac7956 of type vxlan for network f177a68f-72b6-4738-b54f-ee23c41b36f6 2026-07-10 00:59:28.948 7 INFO neutron.db.segments_db [None req-0f4394a0-3112-42cc-8877-0831e14ed45f c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment a0b625cc-f223-4606-aced-e924af55a405 of type vxlan for network 82adef29-4d03-4896-bcc5-0bd30a847df3 [pid: 8|app: 0|req: 223/446] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 00:59:28 2026] POST /v2.0/networks => generated 736 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/447] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 00:59:28 2026] POST /v2.0/networks => generated 751 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:29.221 8 INFO neutron.db.segments_db [None req-42163c99-2418-4010-84a7-74fdbb8f4251 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 93096569-c790-4edb-ae7d-c0ca9f5f18d2 of type vxlan for network f1282cc1-72b7-45e2-9038-a67c95fb4a13 [pid: 7|app: 0|req: 225/448] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:29 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 00:59:29 2026] POST /v2.0/networks => generated 747 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:29.355 8 INFO neutron.db.segments_db [None req-a1e01957-7d67-4bbe-8a88-e4347b344ae9 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 80c28435-dd93-4159-858a-1cc799fd75f0 of type vxlan for network 021c4fc9-8e53-44b8-aeb6-7c53b02c71d4 [pid: 7|app: 0|req: 226/450] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:29 2026] POST /v2.0/subnets => generated 698 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:29 2026] POST /v2.0/subnets => generated 694 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:29.662 8 INFO neutron.db.l3_hamode_db [None req-a1e01957-7d67-4bbe-8a88-e4347b344ae9 c440ae6280494fc88238a37d78c75ad7 f1591df5a2c84c50bc384545e99f6ed3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 00:59:29.685 7 INFO neutron.db.segments_db [None req-ed611736-f94f-4c88-9c94-2fdcbb3ca8f3 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 0e229cba-7504-409f-adb5-be1a9a1533bf of type vxlan for network 5fee8814-2220-4837-9490-9b9a3d1c7322 2026-07-10 00:59:29.933 7 INFO neutron.db.l3_hamode_db [None req-ed611736-f94f-4c88-9c94-2fdcbb3ca8f3 c440ae6280494fc88238a37d78c75ad7 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 00:59:30.879 8 INFO neutron.db.l3_hamode_db [None req-a1e01957-7d67-4bbe-8a88-e4347b344ae9 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 00:59:31.051 7 INFO neutron.db.l3_hamode_db [None req-ed611736-f94f-4c88-9c94-2fdcbb3ca8f3 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 225/452] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:29 2026] POST /v2.0/routers => generated 724 bytes in 2625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/453] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:29 2026] POST /v2.0/routers => generated 738 bytes in 2494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/454] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 00:59:31 2026] GET /v2.0/security-groups?tenant_id=e7b5c05d37af42f59acbe3e5a4fbc9b4&name=default => generated 2922 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:59:32.197 7 INFO neutron.db.segments_db [None req-3ed30280-bf39-49e1-abad-043126bff317 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 32c528a6-8415-45e8-bd51-2048ba9eb8c5 of type vxlan for network c07bc805-e4e6-4cf5-95dd-e5b961bdb932 2026-07-10 00:59:32.457 7 INFO neutron.db.l3_hamode_db [None req-3ed30280-bf39-49e1-abad-043126bff317 c440ae6280494fc88238a37d78c75ad7 567ff3c4510343919ac992349f7cef4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 00:59:33.131 7 INFO neutron.db.l3_hamode_db [None req-3ed30280-bf39-49e1-abad-043126bff317 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/455] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 00:59:32 2026] PUT /v2.0/routers/1f52d019-cb09-41c0-b377-c375a2280625/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: 229/456] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:32 2026] POST /v2.0/routers => generated 734 bytes in 1939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 00:59:34 2026] DELETE /v2.0/security-groups/1bbf5ed8-8a29-4d0f-9319-72adbf5da285 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 00:59:34.200 7 WARNING neutron_lib.context [None req-b2e60abb-09ba-4aa7-9cc3-03c775941097 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 231/458] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 00:59:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/459] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 00:59:33 2026] PUT /v2.0/routers/03b3a1ba-a2e8-473c-8c24-ae7c5a82222e/add_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:34.418 8 WARNING neutron_lib.context [None req-5ef9d4fa-0b9c-461e-a61e-263bc34250fb 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 229/460] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 00:59:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:34.580 8 WARNING neutron_lib.context [None req-a3e64def-ed76-41d1-a27b-ffac374b2299 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 230/461] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 00:59:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:34.697 8 WARNING neutron_lib.context [None req-57facd5d-87e4-42f3-8d28-810a117bcb6e 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 231/462] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 00:59:34 2026] POST /v2.0/floatingips => generated 552 bytes in 812 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:35.509 8 WARNING neutron_lib.context [None req-ac347600-0445-4f4d-9629-b1483f35a26a 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 232/463] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 00:59:35 2026] POST /v2.0/security-groups => generated 1660 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 00:59:35.671 8 WARNING neutron_lib.context [None req-b6d3595c-a644-4c72-9b0a-c74b77703d29 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 233/464] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 00:59:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:35.787 8 WARNING neutron_lib.context [None req-1641bbe5-88f1-4663-a62d-278e94f970de 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/465] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 00:59:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:35.962 8 WARNING neutron_lib.context [None req-94a7d531-bac1-42f4-b706-7cc66695cc5e 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/466] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 00:59:34 2026] PUT /v2.0/routers/d1546d58-c3db-44d0-8a12-c51a758e8e8e/add_router_interface => generated 309 bytes in 1622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 00:59:35 2026] POST /v2.0/floatingips => generated 552 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:36.623 7 INFO neutron.db.segments_db [None req-6bea02cf-5a0d-4176-b5e4-a04f8483b042 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment d3d1a67e-6dc9-45bd-9491-d8d6281d39e4 of type vxlan for network 40f63f69-e305-46aa-aeed-42e299f759e7 [pid: 7|app: 0|req: 233/468] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 00:59:36 2026] POST /v2.0/networks => generated 749 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:36.750 7 WARNING neutron_lib.context [None req-ae38d54b-7501-4621-b352-2b79b92522aa a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 234/469] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 00:59:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/470] 10.0.0.222 () {34 vars in 1100 bytes} [Fri Jul 10 00:59:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1689819729&fields=id&tenant_id=f1591df5a2c84c50bc384545e99f6ed3 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:59:36.910 7 WARNING neutron_lib.context [None req-559e569f-c081-4c44-add3-e405c4c8962e a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 236/471] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:36 2026] POST /v2.0/subnets => generated 696 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 00:59:36 2026] GET /v2.0/networks?id=f177a68f-72b6-4738-b54f-ee23c41b36f6 => generated 669 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:37.007 8 INFO neutron.db.segments_db [None req-1785bb41-7cef-4095-8434-9599a00cb2a2 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 27534c59-115d-436f-8c3d-00faa0254580 of type vxlan for network 09d16ece-f9d6-47e7-867b-777c03e4c4b4 [pid: 7|app: 0|req: 236/473] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 00:59:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/quotas/f1591df5a2c84c50bc384545e99f6ed3 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:37.062 7 WARNING neutron_lib.context [None req-f042b48c-3548-48c7-9340-05c5e92cf22d a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/475] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 00:59:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/476] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/ports?tenant_id=f1591df5a2c84c50bc384545e99f6ed3&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:37.267 7 WARNING neutron_lib.context [None req-7b524745-1c38-4f55-9044-3f2f10018466 a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 00:59:37.286 8 INFO neutron.db.l3_hamode_db [None req-1785bb41-7cef-4095-8434-9599a00cb2a2 c440ae6280494fc88238a37d78c75ad7 4736ce14c16741fb9a3b70695a076440 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/477] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 00:59:37 2026] POST /v2.0/floatingips => generated 552 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.222 () {34 vars in 1100 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1379619254&fields=id&tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49 => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.222 () {34 vars in 907 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/extensions => generated 20516 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 683 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/481] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/482] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/quotas/8e2b53e1b48d4f59ba0a3e293d0b2b49 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/483] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?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: 247/484] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 00:59:37 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/485] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:38 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:59:38.198 8 INFO neutron.db.l3_hamode_db [None req-1785bb41-7cef-4095-8434-9599a00cb2a2 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 249/486] 10.0.0.222 () {34 vars in 907 bytes} [Fri Jul 10 00:59:38 2026] GET /v2.0/extensions => generated 20516 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/487] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 00:59:38 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/488] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 00:59:38 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 252/489] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:38 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => 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: 238/490] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:36 2026] POST /v2.0/routers => generated 736 bytes in 2282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/491] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:39 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => 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: 254/492] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:39 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => 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: 255/493] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:40 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => 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: 239/494] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 00:59:39 2026] PUT /v2.0/routers/fe530006-ad6b-4361-904c-524d1dcba071/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:40.898 8 WARNING neutron_lib.context [req-b169c20b-4514-4e76-b3c4-5fd16a4b4687 req-30b8a39a-a678-4815-bc93-21ddc5b4b751 7d9548f92f364473b7f1a68eabb4ca78 4736ce14c16741fb9a3b70695a076440 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 256/495] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:40 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => 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: 240/496] 10.0.0.222 () {38 vars in 971 bytes} [Fri Jul 10 00:59:40 2026] POST /v2.0/security-groups => generated 1685 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/497] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/security-groups/806baf14-2019-4c2f-b987-104bb0880886 => generated 1685 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:59:41.085 8 WARNING neutron_lib.context [req-38487e79-7851-4a63-8a69-717b16b3a7ac req-91e29a7c-d780-4cbb-a15c-34ede8bd9865 7d9548f92f364473b7f1a68eabb4ca78 4736ce14c16741fb9a3b70695a076440 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 241/498] 10.0.0.222 () {38 vars in 981 bytes} [Fri Jul 10 00:59:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:41.242 7 WARNING neutron_lib.context [req-ee34038a-e890-4bd9-bc18-11639b88a08f req-679867b0-03cd-4c2c-aa33-e6ba7e858148 7d9548f92f364473b7f1a68eabb4ca78 4736ce14c16741fb9a3b70695a076440 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 258/499] 10.0.0.222 () {38 vars in 971 bytes} [Fri Jul 10 00:59:41 2026] POST /v2.0/security-groups => generated 1686 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/500] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/security-groups/6919eb30-ce5f-4501-9825-473aa5b83cf5 => generated 1686 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:59:41.489 7 WARNING neutron_lib.context [req-997d15ab-4a62-4a05-a341-bc98de91ea39 req-8154a8f6-ec40-460b-8f98-8e5d5492bc62 7d9548f92f364473b7f1a68eabb4ca78 4736ce14c16741fb9a3b70695a076440 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 243/501] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/502] 10.0.0.222 () {38 vars in 981 bytes} [Fri Jul 10 00:59:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/503] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/security-groups/6919eb30-ce5f-4501-9825-473aa5b83cf5 => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 00:59:41.709 7 WARNING neutron_lib.context [req-dd28145b-7b95-469a-92b1-0050aedfdf30 req-5ab3a5b6-1b88-4ee9-a541-63d5dde74916 7d9548f92f364473b7f1a68eabb4ca78 4736ce14c16741fb9a3b70695a076440 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 260/504] 10.0.0.222 () {38 vars in 981 bytes} [Fri Jul 10 00:59:41 2026] POST /v2.0/security-group-rules => generated 619 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/505] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/security-groups/6919eb30-ce5f-4501-9825-473aa5b83cf5 => generated 2941 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/506] 10.0.0.222 () {34 vars in 1001 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/security-group-rules/84005f04-5133-4f2c-91a1-917f51e77c86 => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/507] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/security-groups/6919eb30-ce5f-4501-9825-473aa5b83cf5 => generated 2941 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/508] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:41 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => 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: 247/509] 10.0.0.222 () {36 vars in 1023 bytes} [Fri Jul 10 00:59:41 2026] DELETE /v2.0/security-group-rules/84005f04-5133-4f2c-91a1-917f51e77c86 => 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: 263/510] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/security-groups/6919eb30-ce5f-4501-9825-473aa5b83cf5 => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/511] 10.0.0.222 () {36 vars in 1013 bytes} [Fri Jul 10 00:59:42 2026] DELETE /v2.0/security-groups/6919eb30-ce5f-4501-9825-473aa5b83cf5 => 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: 264/512] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/security-groups/806baf14-2019-4c2f-b987-104bb0880886 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/513] 10.0.0.222 () {36 vars in 1013 bytes} [Fri Jul 10 00:59:42 2026] DELETE /v2.0/security-groups/806baf14-2019-4c2f-b987-104bb0880886 => 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: 265/514] 10.0.0.222 () {34 vars in 1100 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1284672737&fields=id&tenant_id=567ff3c4510343919ac992349f7cef4e => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/515] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/networks?id=f1282cc1-72b7-45e2-9038-a67c95fb4a13 => generated 679 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/516] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/quotas/567ff3c4510343919ac992349f7cef4e => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/517] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/ports?tenant_id=567ff3c4510343919ac992349f7cef4e&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/518] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/519] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?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: 271/520] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/523] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 00:59:42 2026] GET /v2.0/networks?id=f177a68f-72b6-4738-b54f-ee23c41b36f6 => generated 669 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/524] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:43 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 276/525] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:43 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => 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: 277/526] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 00:59:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f1591df5a2c84c50bc384545e99f6ed3 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:43.176 7 WARNING neutron_lib.context [req-e1d0e871-a6f6-4d5e-839e-1764f2dde8f3 req-9e2c9a42-6943-4b0e-bc7e-f82fb838faa5 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 278/527] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 00:59:43 2026] POST /v2.0/ports => generated 954 bytes in 394 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: 279/528] 199.204.45.22 () {34 vars in 910 bytes} [Fri Jul 10 00:59:43 2026] GET /v2.0/extensions => generated 20516 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/529] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 00:59:42 2026] PUT /v2.0/routers/fe530006-ad6b-4361-904c-524d1dcba071/remove_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/530] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:43 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 957 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/531] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:43 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:44.227 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6b168f3d-eac9-4cc1-b1e7-43726db49ae0 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 570, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 597, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2243, in delete_router super(L3_NAT_db_mixin, self).delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 724, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2234, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2239, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 253/532] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 00:59:43 2026] PUT /v2.0/ports/b250cc08-7f12-47c2-b9be-209c5b134a06 => generated 1235 bytes in 736 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-07-10 00:59:44.645 7 INFO neutron.db.l3_hamode_db [None req-6b168f3d-eac9-4cc1-b1e7-43726db49ae0 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 09d16ece-f9d6-47e7-867b-777c03e4c4b4 was deleted as no HA routers are present in tenant 4736ce14c16741fb9a3b70695a076440. [pid: 7|app: 0|req: 280/533] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 00:59:43 2026] DELETE /v2.0/routers/fe530006-ad6b-4361-904c-524d1dcba071 => generated 0 bytes in 1065 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/534] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:44 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 281/535] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:44 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => 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: 282/536] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 00:59:44 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 683 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/537] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 00:59:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/538] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 00:59:44 2026] DELETE /v2.0/subnets/d9815aac-c940-495d-b2a3-685050a8c4a2 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 00:59:44.847 7 WARNING neutron_lib.context [req-10b00a7b-474e-4308-96cd-19b1de4a0cf9 req-b7c43a98-01bd-4893-8ff0-76b475ee05e9 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 00:59:46.023 7 INFO neutron.services.segments.plugin [-] Segment 27534c59-115d-436f-8c3d-00faa0254580 resource provider aggregate not found 2026-07-10 00:59:46.063 7 INFO neutron.services.segments.plugin [-] Segment 27534c59-115d-436f-8c3d-00faa0254580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27534c59-115d-436f-8c3d-00faa0254580 found for delete ", "request_id": "req-df614fd5-3f3a-45c6-ba2f-6da4bf0daf60"}]} 2026-07-10 00:59:46.071 7 INFO neutron.services.segments.plugin [-] Segment 27534c59-115d-436f-8c3d-00faa0254580 resource provider aggregate not found 2026-07-10 00:59:46.093 7 INFO neutron.services.segments.plugin [-] Segment 27534c59-115d-436f-8c3d-00faa0254580 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27534c59-115d-436f-8c3d-00faa0254580 found for delete ", "request_id": "req-ad35ba3c-fbc4-4347-8520-2036b8b67322"}]} [pid: 8|app: 0|req: 256/539] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 00:59:44 2026] DELETE /v2.0/networks/40f63f69-e305-46aa-aeed-42e299f759e7 => generated 0 bytes in 1505 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/540] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 00:59:44 2026] POST /v2.0/ports => generated 954 bytes in 1549 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: 257/541] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => 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: 285/542] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 957 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/543] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/544] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/ports?tenant_id=f1591df5a2c84c50bc384545e99f6ed3&device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/545] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&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: 289/546] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/security-groups?tenant_id=4736ce14c16741fb9a3b70695a076440&name=default => 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: 290/547] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 291/548] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b250cc08-7f12-47c2-b9be-209c5b134a06 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:59:46.858 8 INFO neutron.services.segments.plugin [-] Segment d3d1a67e-6dc9-45bd-9491-d8d6281d39e4 resource provider aggregate not found [pid: 7|app: 0|req: 292/549] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 00:59:46 2026] DELETE /v2.0/security-groups/5ca3f373-1242-4726-b09c-5a79f1f13720 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 00:59:46.873 8 INFO neutron.services.segments.plugin [-] Segment d3d1a67e-6dc9-45bd-9491-d8d6281d39e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d1a67e-6dc9-45bd-9491-d8d6281d39e4 found for delete ", "request_id": "req-ef687c34-8bf5-4f20-b76d-2e6ef12e66d4"}]} 2026-07-10 00:59:46.881 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c53ea956-18c3-4b19-b8f6-f4f3967a776e'] response: {'name': 'network-changed', 'server_uuid': '8433433a-8602-4be3-ba75-d254a8c9b98e', 'tag': 'b250cc08-7f12-47c2-b9be-209c5b134a06', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 293/550] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/subnets?id=01428128-aea9-4ae7-b9a2-e3602b1c6724 => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:46.923 8 INFO neutron.services.segments.plugin [-] Segment d3d1a67e-6dc9-45bd-9491-d8d6281d39e4 resource provider aggregate not found 2026-07-10 00:59:46.941 8 INFO neutron.services.segments.plugin [-] Segment d3d1a67e-6dc9-45bd-9491-d8d6281d39e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3d1a67e-6dc9-45bd-9491-d8d6281d39e4 found for delete ", "request_id": "req-18b487fc-6bcb-433b-a050-54342aa39809"}]} [pid: 7|app: 0|req: 294/551] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/ports?network_id=f177a68f-72b6-4738-b54f-ee23c41b36f6&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/552] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 00:59:46 2026] PUT /v2.0/ports/6e438723-3ce6-402e-8557-3af99b97ff08 => generated 1235 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/553] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 00:59:46 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?fields=segments => generated 14 bytes in 36 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: 259/554] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 00:59:47 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?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: 296/555] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:47 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/556] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:47 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/557] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/ports?tenant_id=f1591df5a2c84c50bc384545e99f6ed3&device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/558] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/559] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/networks?id=f1282cc1-72b7-45e2-9038-a67c95fb4a13 => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/560] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/561] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=567ff3c4510343919ac992349f7cef4e => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/562] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:48.643 7 WARNING neutron_lib.context [req-12a5d981-c9de-425b-b542-c07db9151111 req-a49317e2-29b0-4595-80f8-cc4e54bcca52 a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 262/563] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/networks?id=f177a68f-72b6-4738-b54f-ee23c41b36f6 => generated 764 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/564] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 00:59:48 2026] POST /v2.0/ports => generated 958 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 263/565] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/566] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => 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: 304/567] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b250cc08-7f12-47c2-b9be-209c5b134a06 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/568] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:48 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 265/569] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 266/570] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&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: 267/571] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/subnets?id=01428128-aea9-4ae7-b9a2-e3602b1c6724 => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/572] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:49.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28a032f3-58aa-4592-a781-9d1ef14d71cb'] response: {'name': 'network-changed', 'server_uuid': 'f3a6ff86-777f-41d9-8e4e-cf5320c53399', 'tag': '6e438723-3ce6-402e-8557-3af99b97ff08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 269/573] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 270/574] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/ports?network_id=f177a68f-72b6-4738-b54f-ee23c41b36f6&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: 271/575] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/576] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 00:59:49 2026] PUT /v2.0/ports/1a18e4b7-2c31-43bb-affe-d5c905dba21a => generated 1239 bytes in 392 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: 306/577] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/578] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&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: 308/579] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 00:59:49 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:59:49.820 8 INFO neutron.db.segments_db [None req-1fd84ae7-6a25-450e-b57a-a5f524c4b724 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 330e0e75-e22f-4547-8ff7-6a66a62857a4 of type vxlan for network 5dd2c2b7-2052-480a-84d7-9dfa7e2ad2fc [pid: 8|app: 0|req: 272/580] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 00:59:49 2026] POST /v2.0/networks => generated 744 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:50.015 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7c8a422-698f-4a41-8096-ebb0bde8fe93'] response: {'name': 'network-changed', 'server_uuid': 'f3b833f2-6585-45da-a21c-973ec148b417', 'tag': '1a18e4b7-2c31-43bb-affe-d5c905dba21a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 309/581] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:49 2026] POST /v2.0/subnets => generated 692 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 00:59:50.166 8 INFO neutron.db.segments_db [None req-60c4b0b0-479c-4fe6-880c-e073ee8bf371 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 69a70eec-8768-4f2f-8bea-1add1369d52f of type vxlan for network c3d690cc-4f4e-4abf-87e5-a8cd0a3d7e6b [pid: 7|app: 0|req: 310/582] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/583] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/584] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/585] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/586] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:50.524 8 INFO neutron.db.l3_hamode_db [None req-60c4b0b0-479c-4fe6-880c-e073ee8bf371 c440ae6280494fc88238a37d78c75ad7 0d5f02806e944833a747481b461a7a4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 315/587] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/ports?tenant_id=567ff3c4510343919ac992349f7cef4e&device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 316/588] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/589] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=1a18e4b7-2c31-43bb-affe-d5c905dba21a => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/590] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/591] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/592] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/subnets?id=696b43a3-90c5-4b56-ab9b-9cdd21b837af => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/593] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/594] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&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: 323/595] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/ports?network_id=f1282cc1-72b7-45e2-9038-a67c95fb4a13&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/596] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&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: 325/597] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?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: 326/598] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/599] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?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: 328/600] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 00:59:50 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 329/601] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:51 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:51.470 8 INFO neutron.db.l3_hamode_db [None req-60c4b0b0-479c-4fe6-880c-e073ee8bf371 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 330/602] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:51 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&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: 331/603] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:51 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 332/604] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:51 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/605] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:51 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/606] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:51 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/607] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 00:59:51 2026] GET /v2.0/ports?tenant_id=567ff3c4510343919ac992349f7cef4e&device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/608] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/networks?id=f1282cc1-72b7-45e2-9038-a67c95fb4a13 => generated 775 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/609] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=1a18e4b7-2c31-43bb-affe-d5c905dba21a => 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: 338/610] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/subnets?id=696b43a3-90c5-4b56-ab9b-9cdd21b837af => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/611] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/ports?network_id=f1282cc1-72b7-45e2-9038-a67c95fb4a13&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: 340/612] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/613] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/614] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 00:59:50 2026] POST /v2.0/routers => generated 732 bytes in 2436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/615] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/616] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&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: 276/617] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/618] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:52 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&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: 278/619] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:53 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/620] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:53 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&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: 280/621] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:53 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/622] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:53 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&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: 282/623] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:53 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/624] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:53 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&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: 342/625] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 00:59:52 2026] PUT /v2.0/routers/f22341a5-2d9f-4047-ac2e-768a30919e55/add_router_interface => generated 309 bytes in 1674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/626] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:54 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/627] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:54 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:54.763 8 WARNING neutron_lib.context [req-7d42c438-8ec4-4690-976c-7fdf68f92989 req-84e7fa3b-c9cd-47f0-a780-03e2b9fb5a25 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 285/628] 10.0.0.222 () {38 vars in 971 bytes} [Fri Jul 10 00:59:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 00:59:54.914 7 WARNING neutron_lib.context [req-82b7dac2-706a-46e6-b947-631f89341d0e req-83280890-22f2-4cdd-a95e-0de9359de953 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 286/629] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:54 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/630] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:54 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&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: 344/631] 10.0.0.222 () {38 vars in 971 bytes} [Fri Jul 10 00:59:54 2026] POST /v2.0/security-groups => generated 1680 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 00:59:55.086 7 WARNING neutron_lib.context [req-dba9b5b5-36d6-4c97-8eda-ca43e0008fdb req-d8878112-b1ee-4da2-b0ad-bf2f3a08a570 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 288/632] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 289/633] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/634] 10.0.0.222 () {38 vars in 971 bytes} [Fri Jul 10 00:59:55 2026] POST /v2.0/security-groups => generated 1682 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/635] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups?tenant_id=0d5f02806e944833a747481b461a7a4b => generated 7908 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/636] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups/059e84fc-a32a-4be1-9b6b-62dcf3dc6b2a => generated 2922 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/637] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups/059e84fc-a32a-4be1-9b6b-62dcf3dc6b2a => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/638] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/639] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups/97c1473a-085a-4ca4-b9ce-939454267129 => generated 1681 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/640] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/641] 10.0.0.222 () {36 vars in 1013 bytes} [Fri Jul 10 00:59:55 2026] DELETE /v2.0/security-groups/97c1473a-085a-4ca4-b9ce-939454267129 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 00:59:55.609 7 INFO neutron.api.v2.resource [req-a2d68046-4320-4029-b2d9-55c9644dc444 req-9122bb7a-c85e-4ebd-a523-627c11a4ae0c 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 349/642] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups/97c1473a-085a-4ca4-b9ce-939454267129 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/643] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups/8647143a-b9a7-40b7-9239-fea6ead31092 => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/644] 10.0.0.222 () {36 vars in 1013 bytes} [Fri Jul 10 00:59:55 2026] DELETE /v2.0/security-groups/8647143a-b9a7-40b7-9239-fea6ead31092 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 00:59:55.879 8 INFO neutron.api.v2.resource [req-1a896992-1126-415a-8fd2-7875dfc6c850 req-9be1e692-729a-407c-b164-bae7c3bf24ca 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 295/645] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups/8647143a-b9a7-40b7-9239-fea6ead31092 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/646] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:55 2026] GET /v2.0/security-groups/0d1a579a-05fa-4317-99ba-4d1aa84b80fd => generated 1682 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/647] 10.0.0.222 () {36 vars in 1013 bytes} [Fri Jul 10 00:59:55 2026] DELETE /v2.0/security-groups/0d1a579a-05fa-4317-99ba-4d1aa84b80fd => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 00:59:56.105 7 INFO neutron.api.v2.resource [req-5c9a29d5-5b19-4ea4-aa3c-994469e63611 req-d082305f-85d5-4c89-b0ee-74be9014908a 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 352/648] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups/0d1a579a-05fa-4317-99ba-4d1aa84b80fd => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/649] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/650] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups?tenant_id=0d5f02806e944833a747481b461a7a4b => 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: 298/651] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/652] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups/059e84fc-a32a-4be1-9b6b-62dcf3dc6b2a => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/653] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups/059e84fc-a32a-4be1-9b6b-62dcf3dc6b2a => generated 2922 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/654] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => 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: 355/655] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 973 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:56.409 7 INFO neutron.api.v2.resource [req-bc331fee-b7a7-408d-8727-0c4a859accad req-df1307a6-1fa0-4437-83d1-2d184fc8bfaf 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 356/656] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups/0d1a579a-05fa-4317-99ba-4d1aa84b80fd => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/657] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:56.480 7 INFO neutron.api.v2.resource [req-b8944a77-2f4d-4de6-88cf-70094ac04c4c req-bad57984-0fcd-4239-ae73-69ecead5078b 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 358/658] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups/8647143a-b9a7-40b7-9239-fea6ead31092 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:59:56.515 7 INFO neutron.api.v2.resource [req-83e9af49-5ae9-4ca8-9628-b5da60c70ebd req-1dae0d8f-c864-4391-89ba-9ec741bc671e 53bc5acaff5c4089b23dd0e942b8ad16 0d5f02806e944833a747481b461a7a4b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 359/659] 10.0.0.222 () {34 vars in 991 bytes} [Fri Jul 10 00:59:56 2026] GET /v2.0/security-groups/97c1473a-085a-4ca4-b9ce-939454267129 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 00:59:56.913 8 INFO neutron.db.l3_db [None req-e998cd43-c0b8-46a8-bf9c-132efb7dfbd9 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] Floating IP 9fa08d15-7bbd-4173-ba76-1f3481af0728 associated. External IP: 10.96.250.213, port: b250cc08-7f12-47c2-b9be-209c5b134a06. [pid: 8|app: 0|req: 301/660] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 00:59:56 2026] PUT /v2.0/floatingips/9fa08d15-7bbd-4173-ba76-1f3481af0728 => generated 855 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:57.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcebf535-2b7a-4b8e-8f90-af6282f3df7d'] response: {'name': 'network-changed', 'server_uuid': '8433433a-8602-4be3-ba75-d254a8c9b98e', 'tag': 'b250cc08-7f12-47c2-b9be-209c5b134a06', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 302/661] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:57 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/662] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:57 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&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: 304/663] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:57 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/664] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:57 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&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: 306/665] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:57 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/666] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:57 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&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: 360/667] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 00:59:56 2026] PUT /v2.0/routers/f22341a5-2d9f-4047-ac2e-768a30919e55/remove_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/670] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:57 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/671] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/ports?tenant_id=f1591df5a2c84c50bc384545e99f6ed3&device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/672] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/673] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/networks?id=f177a68f-72b6-4738-b54f-ee23c41b36f6 => generated 764 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/674] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b250cc08-7f12-47c2-b9be-209c5b134a06 => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/675] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/subnets?id=01428128-aea9-4ae7-b9a2-e3602b1c6724 => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/676] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/ports?network_id=f177a68f-72b6-4738-b54f-ee23c41b36f6&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: 370/677] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 00:59:58.466 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c7b80d91-d7d5-45ea-8bed-5d55a867610b c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - 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: 371/678] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6?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: 372/679] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/680] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:58.837 8 INFO neutron.services.segments.plugin [-] Segment 69a70eec-8768-4f2f-8bea-1add1369d52f resource provider aggregate not found 2026-07-10 00:59:58.845 8 INFO neutron.services.segments.plugin [-] Segment 69a70eec-8768-4f2f-8bea-1add1369d52f resource provider aggregate not found 2026-07-10 00:59:58.859 8 INFO neutron.services.segments.plugin [-] Segment 69a70eec-8768-4f2f-8bea-1add1369d52f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69a70eec-8768-4f2f-8bea-1add1369d52f found for delete ", "request_id": "req-17a17cff-5324-49af-ace6-ba26107e6a82"}]} 2026-07-10 00:59:58.867 8 INFO neutron.services.segments.plugin [-] Segment 69a70eec-8768-4f2f-8bea-1add1369d52f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69a70eec-8768-4f2f-8bea-1add1369d52f found for delete ", "request_id": "req-2a063e3c-026c-46be-a8bb-367c31ea2529"}]} 2026-07-10 00:59:58.875 8 INFO neutron.db.l3_hamode_db [None req-c7b80d91-d7d5-45ea-8bed-5d55a867610b c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network c3d690cc-4f4e-4abf-87e5-a8cd0a3d7e6b was deleted as no HA routers are present in tenant 0d5f02806e944833a747481b461a7a4b. [pid: 8|app: 0|req: 308/681] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 00:59:57 2026] DELETE /v2.0/routers/f22341a5-2d9f-4047-ac2e-768a30919e55 => generated 0 bytes in 1081 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/682] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 309/683] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/684] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:58 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/685] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 00:59:58 2026] DELETE /v2.0/subnets/8e1dd030-5f6e-4a40-880b-b053f264d865 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 00:59:59.449 8 INFO neutron.db.l3_db [None req-683cc992-81b1-44eb-8b39-e57447f4c70c 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Floating IP ed4e6a27-6544-4fc1-81c8-a9405d02b7e9 associated. External IP: 10.96.250.212, port: 6e438723-3ce6-402e-8557-3af99b97ff08. 2026-07-10 00:59:59.474 7 INFO neutron.services.segments.plugin [-] Segment 330e0e75-e22f-4547-8ff7-6a66a62857a4 resource provider aggregate not found 2026-07-10 00:59:59.479 7 INFO neutron.services.segments.plugin [-] Segment 330e0e75-e22f-4547-8ff7-6a66a62857a4 resource provider aggregate not found 2026-07-10 00:59:59.492 7 INFO neutron.services.segments.plugin [-] Segment 330e0e75-e22f-4547-8ff7-6a66a62857a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330e0e75-e22f-4547-8ff7-6a66a62857a4 found for delete ", "request_id": "req-f481e5fc-f114-4cbc-b3e5-cde499c33ae3"}]} 2026-07-10 00:59:59.497 7 INFO neutron.services.segments.plugin [-] Segment 330e0e75-e22f-4547-8ff7-6a66a62857a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 330e0e75-e22f-4547-8ff7-6a66a62857a4 found for delete ", "request_id": "req-ac0e1eeb-dc61-49be-aa19-e9b9a1d5de52"}]} [pid: 7|app: 0|req: 376/686] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 00:59:59 2026] DELETE /v2.0/networks/5dd2c2b7-2052-480a-84d7-9dfa7e2ad2fc => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/687] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:59 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/688] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:59 2026] GET /v2.0/security-groups?id=0be04a72-036f-42ba-b30d-b885e60c8895&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/689] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 00:59:59 2026] GET /v2.0/security-groups?tenant_id=0d5f02806e944833a747481b461a7a4b&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/690] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 00:59:59 2026] DELETE /v2.0/security-groups/059e84fc-a32a-4be1-9b6b-62dcf3dc6b2a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/691] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 00:59:58 2026] PUT /v2.0/floatingips/ed4e6a27-6544-4fc1-81c8-a9405d02b7e9 => generated 855 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/692] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 00:59:59 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 00:59:59.978 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3936bfed-b93b-4ede-b2bc-e1395f642740'] response: {'name': 'network-changed', 'server_uuid': 'f3a6ff86-777f-41d9-8e4e-cf5320c53399', 'tag': '6e438723-3ce6-402e-8557-3af99b97ff08', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/693] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 00:59:59 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/694] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 00:59:59 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/695] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:00 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/696] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:00 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/697] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:00 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:00.543 7 INFO neutron.db.l3_db [req-cf4578ba-b881-4081-bca9-93557c22e0f5 req-1e0afca3-29dc-4b1f-a239-c39e7d117346 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] Floating IP 9fa08d15-7bbd-4173-ba76-1f3481af0728 disassociated. External IP: 10.96.250.213, port: b250cc08-7f12-47c2-b9be-209c5b134a06. 2026-07-10 01:00:00.895 8 INFO neutron.db.l3_db [None req-2f6a2af8-a9f6-4143-ac5d-c1001636c38f a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] Floating IP d90b6749-0ce5-46d1-a601-26e27ffa9f29 associated. External IP: 10.96.250.211, port: 1a18e4b7-2c31-43bb-affe-d5c905dba21a. [pid: 7|app: 0|req: 383/698] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:00:00 2026] DELETE /v2.0/ports/b250cc08-7f12-47c2-b9be-209c5b134a06 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/699] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:00 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:01.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59fe1602-bca0-42c5-9191-6201489a8dcf'] response: {'server_uuid': '8433433a-8602-4be3-ba75-d254a8c9b98e', 'name': 'network-vif-deleted', 'tag': 'b250cc08-7f12-47c2-b9be-209c5b134a06', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 385/700] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => 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: 386/701] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/702] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/703] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 701 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/704] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&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: 316/705] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:00:00 2026] PUT /v2.0/floatingips/d90b6749-0ce5-46d1-a601-26e27ffa9f29 => generated 856 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/706] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/707] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/708] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 975 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/709] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/710] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:02.017 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b455f92c-04c2-4054-b87f-bb6de1ef518a'] response: {'name': 'network-changed', 'server_uuid': 'f3b833f2-6585-45da-a21c-973ec148b417', 'tag': '1a18e4b7-2c31-43bb-affe-d5c905dba21a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 393/711] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:01 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/712] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:02.395 8 INFO neutron.db.segments_db [None req-0a11ce84-9296-4786-a872-53c66c2c421c c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 52ef7623-020c-4d37-9bfe-df343c0278de of type vxlan for network fbaf9362-5f99-4f99-9376-e36581a59e89 [pid: 8|app: 0|req: 319/713] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 01:00:01 2026] POST /v2.0/networks => generated 742 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/714] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/ports?tenant_id=567ff3c4510343919ac992349f7cef4e&device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/715] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/networks?id=f1282cc1-72b7-45e2-9038-a67c95fb4a13 => generated 775 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/716] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=1a18e4b7-2c31-43bb-affe-d5c905dba21a => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/717] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/subnets?id=696b43a3-90c5-4b56-ab9b-9cdd21b837af => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/718] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/ports?network_id=f1282cc1-72b7-45e2-9038-a67c95fb4a13&device_owner=network%3Adhcp => generated 1244 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/719] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:02 2026] POST /v2.0/subnets => generated 689 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/720] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:02.952 8 INFO neutron.db.segments_db [None req-ede89de4-3334-4536-8fc9-501f0f3be196 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment d1b6849c-0f41-4799-9833-18e0a3405494 of type vxlan for network 0c54f3c3-a87f-472b-be5c-665d1289cf51 [pid: 7|app: 0|req: 401/721] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:02 2026] GET /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13?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: 402/722] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:03 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:03.215 8 INFO neutron.db.l3_hamode_db [None req-ede89de4-3334-4536-8fc9-501f0f3be196 c440ae6280494fc88238a37d78c75ad7 43e617f5666a47148785889389e880de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 403/723] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:03 2026] GET /v2.0/security-groups?id=f6f561b2-efb2-4949-9409-e746595aa010&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/724] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:03 2026] GET /v2.0/ports?device_id=8433433a-8602-4be3-ba75-d254a8c9b98e => 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: 405/725] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:00:03 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:04.246 7 INFO neutron.db.l3_db [req-93c8c8b4-6ad3-4aa6-b7a1-02796f66a8a0 req-4766e631-6b8d-43ab-a4cf-2ee7018f3370 a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] Floating IP d90b6749-0ce5-46d1-a601-26e27ffa9f29 disassociated. External IP: 10.96.250.211, port: 1a18e4b7-2c31-43bb-affe-d5c905dba21a. 2026-07-10 01:00:04.290 8 INFO neutron.db.l3_hamode_db [None req-ede89de4-3334-4536-8fc9-501f0f3be196 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 406/726] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:00:03 2026] DELETE /v2.0/ports/1a18e4b7-2c31-43bb-affe-d5c905dba21a => generated 0 bytes in 727 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/727] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:04 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:04.748 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d21e0a0-8ce5-4dc9-a757-890dbd48ac88'] response: {'server_uuid': 'f3b833f2-6585-45da-a21c-973ec148b417', 'name': 'network-vif-deleted', 'tag': '1a18e4b7-2c31-43bb-affe-d5c905dba21a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 408/728] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:04 2026] DELETE /v2.0/security-groups/0be04a72-036f-42ba-b30d-b885e60c8895 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:00:04.917 7 INFO neutron.api.v2.resource [None req-1d5f8e83-92ba-4078-9580-6af85cd87a29 896983d9ba704fe0b055a78f17a2ee2c f1591df5a2c84c50bc384545e99f6ed3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/729] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:00:04 2026] GET /v2.0/security-groups/0be04a72-036f-42ba-b30d-b885e60c8895 => 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: 410/730] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:00:04 2026] DELETE /v2.0/floatingips/9fa08d15-7bbd-4173-ba76-1f3481af0728 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/731] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:02 2026] POST /v2.0/routers => generated 729 bytes in 2418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/732] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:00:05 2026] PUT /v2.0/routers/1f52d019-cb09-41c0-b377-c375a2280625/remove_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/733] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:06 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 322/734] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:00:05 2026] PUT /v2.0/routers/7f600912-ed54-43a1-8612-97c0bdf4e81c/add_router_interface => generated 309 bytes in 1734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:07.695 7 INFO neutron.services.segments.plugin [-] Segment 80c28435-dd93-4159-858a-1cc799fd75f0 resource provider aggregate not found 2026-07-10 01:00:07.703 7 INFO neutron.services.segments.plugin [-] Segment 80c28435-dd93-4159-858a-1cc799fd75f0 resource provider aggregate not found 2026-07-10 01:00:07.719 7 INFO neutron.services.segments.plugin [-] Segment 80c28435-dd93-4159-858a-1cc799fd75f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c28435-dd93-4159-858a-1cc799fd75f0 found for delete ", "request_id": "req-a1b31318-eac2-4d36-8666-cfac7aa68bc2"}]} 2026-07-10 01:00:07.721 7 INFO neutron.services.segments.plugin [-] Segment 80c28435-dd93-4159-858a-1cc799fd75f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80c28435-dd93-4159-858a-1cc799fd75f0 found for delete ", "request_id": "req-5b49666e-e276-4440-83fb-a314c3748e86"}]} 2026-07-10 01:00:07.735 7 INFO neutron.db.l3_hamode_db [None req-d9023aaf-5d38-49b3-8cc3-1706f45942d2 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 021c4fc9-8e53-44b8-aeb6-7c53b02c71d4 was deleted as no HA routers are present in tenant f1591df5a2c84c50bc384545e99f6ed3. [pid: 7|app: 0|req: 413/735] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:06 2026] DELETE /v2.0/routers/1f52d019-cb09-41c0-b377-c375a2280625 => generated 0 bytes in 1164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/736] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:07 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:07.748 7 WARNING neutron_lib.context [None req-947dcc6d-dfae-4b28-b505-1a1a53dbaf03 e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 414/737] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 01:00:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:00:07.889 7 WARNING neutron_lib.context [None req-19a4a0f7-bba6-4cbe-a30c-54ade9d8f8a7 e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 324/738] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:07 2026] DELETE /v2.0/subnets/01428128-aea9-4ae7-b9a2-e3602b1c6724 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/739] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:00:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:08.018 7 WARNING neutron_lib.context [None req-3cf57c80-3c53-413c-8dee-e296a7ba6965 e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 416/740] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:00:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:08.163 7 WARNING neutron_lib.context [None req-f1d9ad2e-42c9-409a-8cc9-aea28bd249d1 e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:08.257 8 INFO neutron.services.segments.plugin [-] Segment 4f33b416-93ac-4530-aefd-62940eac7956 resource provider aggregate not found 2026-07-10 01:00:08.266 8 INFO neutron.services.segments.plugin [-] Segment 4f33b416-93ac-4530-aefd-62940eac7956 resource provider aggregate not found 2026-07-10 01:00:08.276 8 INFO neutron.services.segments.plugin [-] Segment 4f33b416-93ac-4530-aefd-62940eac7956 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f33b416-93ac-4530-aefd-62940eac7956 found for delete ", "request_id": "req-842a5b54-320e-479e-99c5-f9a560748268"}]} 2026-07-10 01:00:08.277 8 INFO neutron.services.segments.plugin [-] Segment 4f33b416-93ac-4530-aefd-62940eac7956 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f33b416-93ac-4530-aefd-62940eac7956 found for delete ", "request_id": "req-5dcf0b9b-04e7-4e98-96f8-5f6204cda162"}]} [pid: 8|app: 0|req: 325/741] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:07 2026] DELETE /v2.0/networks/f177a68f-72b6-4738-b54f-ee23c41b36f6 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/742] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:08 2026] GET /v2.0/security-groups?tenant_id=f1591df5a2c84c50bc384545e99f6ed3&name=default => generated 2921 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/743] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:08 2026] DELETE /v2.0/security-groups/e2fb692d-91aa-4c02-a4b0-992cdaed134c => 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: 417/744] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:00:08 2026] POST /v2.0/floatingips => generated 552 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/745] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:08 2026] GET /v2.0/ports?device_id=f3b833f2-6585-45da-a21c-973ec148b417 => 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: 418/746] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:00:08 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1240 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/747] 10.0.0.136 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&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: 419/748] 10.0.0.222 () {34 vars in 1098 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--305403678&fields=id&tenant_id=43e617f5666a47148785889389e880de => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/749] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/networks?id=fbaf9362-5f99-4f99-9376-e36581a59e89 => generated 674 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/750] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/quotas/43e617f5666a47148785889389e880de => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/751] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/ports?tenant_id=43e617f5666a47148785889389e880de&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/752] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?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: 332/753] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/754] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:09 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/755] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:09 2026] DELETE /v2.0/security-groups/f6f561b2-efb2-4949-9409-e746595aa010 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:00:10.051 7 INFO neutron.api.v2.resource [None req-511ed7bc-84da-4d3e-9d34-7742eca3a3cd a6ef663f96c44d9ca96d86abd2fe1ebd 567ff3c4510343919ac992349f7cef4e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 423/756] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:00:10 2026] GET /v2.0/security-groups/f6f561b2-efb2-4949-9409-e746595aa010 => 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: 334/757] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:00:10 2026] DELETE /v2.0/floatingips/d90b6749-0ce5-46d1-a601-26e27ffa9f29 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:00:10.877 8 INFO neutron.db.segments_db [None req-0bf41b3b-d4f1-4fe1-83b7-a5329aa58a9a c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment e887c82d-1f2e-489c-898a-4a48f48ebc85 of type vxlan for network f5297d87-3c7c-4cfb-9ed3-67ff78c65204 [pid: 8|app: 0|req: 335/758] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 01:00:10 2026] POST /v2.0/networks => generated 744 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/759] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:10 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => 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: 337/760] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:10 2026] POST /v2.0/subnets => generated 691 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:11.268 8 INFO neutron.db.segments_db [None req-9f99eb99-d965-40cc-9f72-d650abc1e448 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 6148b51d-82d6-4eed-a029-260504fc3871 of type vxlan for network 31f271b7-cf9d-428c-b725-ab27e0be87a1 [pid: 7|app: 0|req: 424/761] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:00:10 2026] PUT /v2.0/routers/d1546d58-c3db-44d0-8a12-c51a758e8e8e/remove_router_interface => generated 309 bytes in 1121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:11.518 8 INFO neutron.db.l3_hamode_db [None req-9f99eb99-d965-40cc-9f72-d650abc1e448 c440ae6280494fc88238a37d78c75ad7 87ae32660115447595a6bfd614836f1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:00:12.412 8 INFO neutron.db.l3_hamode_db [None req-9f99eb99-d965-40cc-9f72-d650abc1e448 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:00:12.512 7 INFO neutron.services.segments.plugin [-] Segment 32c528a6-8415-45e8-bd51-2048ba9eb8c5 resource provider aggregate not found 2026-07-10 01:00:12.523 7 INFO neutron.services.segments.plugin [-] Segment 32c528a6-8415-45e8-bd51-2048ba9eb8c5 resource provider aggregate not found 2026-07-10 01:00:12.530 7 INFO neutron.db.l3_hamode_db [None req-735ed583-2d62-4b18-8e9c-781870238cc3 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network c07bc805-e4e6-4cf5-95dd-e5b961bdb932 was deleted as no HA routers are present in tenant 567ff3c4510343919ac992349f7cef4e. [pid: 7|app: 0|req: 425/762] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:11 2026] DELETE /v2.0/routers/d1546d58-c3db-44d0-8a12-c51a758e8e8e => generated 0 bytes in 1051 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:00:12.538 7 INFO neutron.services.segments.plugin [-] Segment 32c528a6-8415-45e8-bd51-2048ba9eb8c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32c528a6-8415-45e8-bd51-2048ba9eb8c5 found for delete ", "request_id": "req-9fec0cab-b987-4f26-9759-ad2c08d39e2e"}]} 2026-07-10 01:00:12.540 7 INFO neutron.services.segments.plugin [-] Segment 32c528a6-8415-45e8-bd51-2048ba9eb8c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32c528a6-8415-45e8-bd51-2048ba9eb8c5 found for delete ", "request_id": "req-7820ae3f-2864-486d-99ca-f297a36573a3"}]} [pid: 7|app: 0|req: 426/763] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:12 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => 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: 427/764] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:12 2026] DELETE /v2.0/subnets/696b43a3-90c5-4b56-ab9b-9cdd21b837af => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/765] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:12 2026] DELETE /v2.0/networks/f1282cc1-72b7-45e2-9038-a67c95fb4a13 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/768] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:13 2026] GET /v2.0/security-groups?tenant_id=567ff3c4510343919ac992349f7cef4e&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/769] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:13 2026] DELETE /v2.0/security-groups/dfefddb6-e0f5-4cf3-ad95-e72ceef83f84 => 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: 338/770] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:11 2026] POST /v2.0/routers => generated 731 bytes in 2395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/771] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:13 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => 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: 340/772] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:14 2026] GET /v2.0/networks?id=fbaf9362-5f99-4f99-9376-e36581a59e89 => generated 674 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/773] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:00:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=43e617f5666a47148785889389e880de => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:14.220 8 WARNING neutron_lib.context [req-1aa68f20-ba26-49fe-b321-5e725cee0d8d req-e8a2220f-be8a-49fb-b58c-12ed04cf48be e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:14.571 7 INFO neutron.services.segments.plugin [-] Segment 93096569-c790-4edb-ae7d-c0ca9f5f18d2 resource provider aggregate not found 2026-07-10 01:00:14.579 7 INFO neutron.services.segments.plugin [-] Segment 93096569-c790-4edb-ae7d-c0ca9f5f18d2 resource provider aggregate not found 2026-07-10 01:00:14.592 7 INFO neutron.services.segments.plugin [-] Segment 93096569-c790-4edb-ae7d-c0ca9f5f18d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93096569-c790-4edb-ae7d-c0ca9f5f18d2 found for delete ", "request_id": "req-cb137fce-23d7-4604-86a6-1e42c17a4000"}]} 2026-07-10 01:00:14.608 7 INFO neutron.services.segments.plugin [-] Segment 93096569-c790-4edb-ae7d-c0ca9f5f18d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93096569-c790-4edb-ae7d-c0ca9f5f18d2 found for delete ", "request_id": "req-e98e7907-5062-40f2-9abc-4afc4064425a"}]} [pid: 8|app: 0|req: 342/774] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:00:14 2026] POST /v2.0/ports => generated 954 bytes in 518 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: 343/775] 199.204.45.22 () {34 vars in 1095 bytes} [Fri Jul 10 01:00:14 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/776] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:14 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 957 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/777] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:00:13 2026] PUT /v2.0/routers/cd725e2e-ce0a-45a7-a4b6-754aa1083be9/add_router_interface => generated 309 bytes in 1817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/778] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:15 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/779] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:00:14 2026] PUT /v2.0/ports/46f6d6f0-77ac-47f2-a190-7e15fab0ea63 => generated 1235 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/780] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:15 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1240 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, ' 2026-07-10 01:00:16.084 8 WARNING neutron_lib.context [None req-023a074c-fc55-426c-a712-88e6fef51af3 dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:16.132 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6860671e-effb-4c64-8d0c-e2eae4c417a3'] response: {'name': 'network-changed', 'server_uuid': '5448614f-bcb2-4c38-89a4-cd6274d69990', 'tag': '46f6d6f0-77ac-47f2-a190-7e15fab0ea63', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 346/781] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 01:00:16 2026] POST /v2.0/security-groups => generated 1659 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:00:16.251 7 WARNING neutron_lib.context [None req-d1fb82ba-bdb4-4458-bf04-b6b48c67aa35 dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 436/782] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:00:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:16.477 7 WARNING neutron_lib.context [None req-4b9c48af-7743-4a53-8185-79623778bb1e dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 347/783] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 779 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/784] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/785] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => 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: 350/786] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 701 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/787] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/ports?tenant_id=43e617f5666a47148785889389e880de&device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/788] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:00:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/789] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/790] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=46f6d6f0-77ac-47f2-a190-7e15fab0ea63 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:16.711 8 WARNING neutron_lib.context [None req-fb98f304-b883-4f41-bec4-11309a38eb0e dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 438/791] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/792] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/subnets?id=a360967e-e45b-4114-ade0-eb11e8fc49be => generated 692 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/793] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 441/794] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/ports?network_id=fbaf9362-5f99-4f99-9376-e36581a59e89&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: 442/795] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 443/796] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/797] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:16 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/798] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:00:16 2026] POST /v2.0/floatingips => generated 552 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/799] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:17 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/800] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:17 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&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: 446/801] 10.0.0.222 () {34 vars in 1098 bytes} [Fri Jul 10 01:00:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--540079528&fields=id&tenant_id=87ae32660115447595a6bfd614836f1b => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/802] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:00:17 2026] GET /v2.0/networks?id=f5297d87-3c7c-4cfb-9ed3-67ff78c65204 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/803] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/quotas/87ae32660115447595a6bfd614836f1b => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/804] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/ports?tenant_id=87ae32660115447595a6bfd614836f1b&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/805] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/ports?tenant_id=43e617f5666a47148785889389e880de&device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/806] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?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: 452/807] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/networks?id=fbaf9362-5f99-4f99-9376-e36581a59e89 => generated 770 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/808] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?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: 454/809] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=46f6d6f0-77ac-47f2-a190-7e15fab0ea63 => 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: 356/810] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:17 2026] GET /v2.0/security-groups?tenant_id=3efc742015db4202ac167db7f099769c&name=default => generated 2925 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/811] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/subnets?id=a360967e-e45b-4114-ade0-eb11e8fc49be => generated 692 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/812] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/ports?network_id=fbaf9362-5f99-4f99-9376-e36581a59e89&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/813] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?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/814] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:18 2026] DELETE /v2.0/security-groups/985ddde3-6fe5-49a1-b31f-4ba4fe4882c0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/815] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 358/816] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?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: 459/817] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/security-groups?tenant_id=13103b663f22427b8da7b5213ae13bf0&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/818] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:18 2026] DELETE /v2.0/security-groups/2eaa002b-e2f0-4d92-acb9-e9e2e6563f51 => 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: 460/819] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:18 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/820] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:19 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&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: 461/821] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:19 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/822] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:20 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/823] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:20 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/824] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:20 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/825] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:21 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/826] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:21 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&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: 464/827] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:21 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/828] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:21 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:21.998 8 INFO neutron.db.l3_db [None req-d9278f7f-91d5-47ba-9d9c-bc06d56a34be e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] Floating IP e45d8274-e14f-4899-b6d3-8ae72903c104 associated. External IP: 10.96.250.206, port: 46f6d6f0-77ac-47f2-a190-7e15fab0ea63. [pid: 8|app: 0|req: 364/829] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:00:21 2026] PUT /v2.0/floatingips/e45d8274-e14f-4899-b6d3-8ae72903c104 => generated 855 bytes in 746 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/830] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:22 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:22.535 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8119267a-83ed-4f22-8ebf-73571c7230f3'] response: {'name': 'network-changed', 'server_uuid': '5448614f-bcb2-4c38-89a4-cd6274d69990', 'tag': '46f6d6f0-77ac-47f2-a190-7e15fab0ea63', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 365/831] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:22 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&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: 366/832] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:22 2026] GET /v2.0/networks?id=f5297d87-3c7c-4cfb-9ed3-67ff78c65204 => generated 676 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/833] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:22 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 467/834] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:22 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 971 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/835] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:00:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=87ae32660115447595a6bfd614836f1b => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:22.989 8 WARNING neutron_lib.context [req-79670b06-5a74-4069-80f2-2cc757d1f586 req-33575787-539a-479f-b78a-f967ed255eba dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 468/836] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:22 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/837] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/ports?tenant_id=43e617f5666a47148785889389e880de&device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/838] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:00:22 2026] POST /v2.0/ports => generated 954 bytes in 434 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: 470/839] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/security-groups?tenant_id=22fad6de808d4c04b21dd881a6a69c84&name=default => generated 2925 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/840] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/networks?id=fbaf9362-5f99-4f99-9376-e36581a59e89 => generated 770 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/841] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:23 2026] DELETE /v2.0/security-groups/96446d17-264d-4f17-82b9-c302d9d4a4f3 => 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: 372/842] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=46f6d6f0-77ac-47f2-a190-7e15fab0ea63 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/843] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/subnets?id=a360967e-e45b-4114-ade0-eb11e8fc49be => generated 692 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/844] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/ports?network_id=fbaf9362-5f99-4f99-9376-e36581a59e89&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/845] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?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: 376/846] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/security-groups?tenant_id=df9ce0311f9f429ca9ebdda910c8ad44&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/847] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:23 2026] GET /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/848] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:00:23 2026] PUT /v2.0/ports/65b1af3d-becf-4ed0-8a5c-65fc51ac059c => generated 1235 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/849] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:23 2026] DELETE /v2.0/security-groups/5f9f6b92-61bc-44ac-af6d-2cf498acc559 => generated 0 bytes in 103 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-07-10 01:00:24.077 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f4316f5-4e20-44bf-b912-62a1b5806416'] response: {'name': 'network-changed', 'server_uuid': 'a273e738-8907-431d-aff7-5f6bf5833468', 'tag': '65b1af3d-becf-4ed0-8a5c-65fc51ac059c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 472/850] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/851] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/852] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/853] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/security-groups?id=6d232519-315a-4319-9218-3c5da2075417&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: 474/854] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/ports?tenant_id=87ae32660115447595a6bfd614836f1b&device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/855] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/networks?tenant_id=87ae32660115447595a6bfd614836f1b&shared=False => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/856] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/857] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:00:24 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:25.042 7 INFO neutron.db.l3_db [req-52641782-440b-4362-8c5b-1324c46e2a3a req-df44ae86-29b4-4783-8ee1-43c4a22c9c8b e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] Floating IP e45d8274-e14f-4899-b6d3-8ae72903c104 disassociated. External IP: 10.96.250.206, port: 46f6d6f0-77ac-47f2-a190-7e15fab0ea63. [pid: 8|app: 0|req: 383/858] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 476/859] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:00:24 2026] DELETE /v2.0/ports/46f6d6f0-77ac-47f2-a190-7e15fab0ea63 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/860] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => 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: 477/861] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/862] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/ports?tenant_id=87ae32660115447595a6bfd614836f1b&device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/863] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=65b1af3d-becf-4ed0-8a5c-65fc51ac059c => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/864] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/subnets?id=d52e6e0c-9dba-4610-8925-1cd58c214890 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/865] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/ports?network_id=f5297d87-3c7c-4cfb-9ed3-67ff78c65204&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: 387/866] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:25 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/867] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:26 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?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: 388/868] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:26 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => 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: 481/869] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:26 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 389/870] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:26 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:27.610 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88444d2e-d4c1-41f2-be41-e6df70326a3d'] response: {'server_uuid': '5448614f-bcb2-4c38-89a4-cd6274d69990', 'name': 'network-vif-deleted', 'tag': '46f6d6f0-77ac-47f2-a190-7e15fab0ea63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 482/871] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:27 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => 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: 390/872] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:27 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/873] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:27 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 485/876] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:28 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/877] 10.0.0.222 () {34 vars in 971 bytes} [Fri Jul 10 01:00:28 2026] GET /v2.0/ports/6e438723-3ce6-402e-8557-3af99b97ff08 => generated 968 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/878] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:28 2026] GET /v2.0/ports?device_id=5448614f-bcb2-4c38-89a4-cd6274d69990 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/879] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:28 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/880] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:28 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/881] 199.204.45.22 () {34 vars in 999 bytes} [Fri Jul 10 01:00:29 2026] GET /v2.0/subnets?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/882] 199.204.45.22 () {34 vars in 1145 bytes} [Fri Jul 10 01:00:29 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399&device_owner=compute%3Anova&network_id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/883] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:29 2026] DELETE /v2.0/security-groups/6d232519-315a-4319-9218-3c5da2075417 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:00:30.081 7 INFO neutron.api.v2.resource [None req-0feb1d46-6fa1-4494-80e2-02fa483cd7df e8a033a1c5db49bd9892812444f8711c 43e617f5666a47148785889389e880de - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/884] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:00:30 2026] GET /v2.0/security-groups/6d232519-315a-4319-9218-3c5da2075417 => 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: 395/885] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:00:29 2026] PUT /v2.0/ports/6e438723-3ce6-402e-8557-3af99b97ff08 => generated 1149 bytes in 791 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: 491/886] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:30 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:30.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcfece46-2cb4-482d-acd6-ce9fbe78c0d7'] response: {'name': 'network-changed', 'server_uuid': 'f3a6ff86-777f-41d9-8e4e-cf5320c53399', 'tag': '6e438723-3ce6-402e-8557-3af99b97ff08', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 492/887] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:30 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 493/888] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:30 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 396/889] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:00:30 2026] DELETE /v2.0/floatingips/e45d8274-e14f-4899-b6d3-8ae72903c104 => generated 0 bytes in 685 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/890] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:30 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:31.319 7 INFO neutron.db.l3_db [None req-930028f7-7b76-4050-b511-004d05645753 dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] Floating IP fcdc273e-2474-486c-948e-a3529a6c3ab2 associated. External IP: 10.96.250.214, port: 65b1af3d-becf-4ed0-8a5c-65fc51ac059c. [pid: 7|app: 0|req: 494/891] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:00:30 2026] PUT /v2.0/floatingips/fcdc273e-2474-486c-948e-a3529a6c3ab2 => generated 855 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:31.695 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1a0ed7f-22c7-448c-b61c-aa1dead12a24'] response: {'name': 'network-changed', 'server_uuid': 'a273e738-8907-431d-aff7-5f6bf5833468', 'tag': '65b1af3d-becf-4ed0-8a5c-65fc51ac059c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 495/892] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:31 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/893] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 01:00:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => 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: 497/894] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/895] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:31 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/896] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:31 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/897] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:31 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 501/898] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:31 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/899] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:00:30 2026] PUT /v2.0/routers/7f600912-ed54-43a1-8612-97c0bdf4e81c/remove_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/900] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/ports?tenant_id=87ae32660115447595a6bfd614836f1b&device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/901] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/networks?id=f5297d87-3c7c-4cfb-9ed3-67ff78c65204 => 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: 401/902] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=65b1af3d-becf-4ed0-8a5c-65fc51ac059c => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/903] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/subnets?id=d52e6e0c-9dba-4610-8925-1cd58c214890 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/904] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/ports?network_id=f5297d87-3c7c-4cfb-9ed3-67ff78c65204&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/905] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/906] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?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: 406/907] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:32 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1421 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/908] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1152 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/909] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 779 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/910] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/911] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:33.448 7 INFO neutron.services.segments.plugin [-] Segment d1b6849c-0f41-4799-9833-18e0a3405494 resource provider aggregate not found [pid: 8|app: 0|req: 411/912] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:33.459 7 INFO neutron.services.segments.plugin [-] Segment d1b6849c-0f41-4799-9833-18e0a3405494 resource provider aggregate not found 2026-07-10 01:00:33.468 7 INFO neutron.services.segments.plugin [-] Segment d1b6849c-0f41-4799-9833-18e0a3405494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b6849c-0f41-4799-9833-18e0a3405494 found for delete ", "request_id": "req-bdccc63c-3a79-4adb-ab9f-bd952adc2357"}]} 2026-07-10 01:00:33.478 7 INFO neutron.services.segments.plugin [-] Segment d1b6849c-0f41-4799-9833-18e0a3405494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1b6849c-0f41-4799-9833-18e0a3405494 found for delete ", "request_id": "req-d4d2054c-a42b-436d-b0a6-a936756b5f77"}]} 2026-07-10 01:00:33.501 7 INFO neutron.db.l3_hamode_db [None req-b408c622-1f23-4917-a4ec-526a814ca32d c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 0c54f3c3-a87f-472b-be5c-665d1289cf51 was deleted as no HA routers are present in tenant 43e617f5666a47148785889389e880de. [pid: 8|app: 0|req: 412/913] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/914] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:32 2026] DELETE /v2.0/routers/7f600912-ed54-43a1-8612-97c0bdf4e81c => generated 0 bytes in 1443 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/915] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&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: 414/916] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/917] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 7|app: 0|req: 503/918] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:33 2026] DELETE /v2.0/subnets/a360967e-e45b-4114-ade0-eb11e8fc49be => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/919] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:33 2026] GET /v2.0/security-groups?tenant_id=7748614fe49a4bf09ab853d68e84e84d&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:34.084 8 INFO neutron.services.segments.plugin [-] Segment 52ef7623-020c-4d37-9bfe-df343c0278de resource provider aggregate not found 2026-07-10 01:00:34.090 8 INFO neutron.services.segments.plugin [-] Segment 52ef7623-020c-4d37-9bfe-df343c0278de resource provider aggregate not found [pid: 8|app: 0|req: 416/920] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:33 2026] DELETE /v2.0/networks/fbaf9362-5f99-4f99-9376-e36581a59e89 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/921] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:34 2026] DELETE /v2.0/security-groups/ee579abb-ecdb-4766-90f7-c148b6a1db56 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:00:34.183 8 INFO neutron.services.segments.plugin [-] Segment 52ef7623-020c-4d37-9bfe-df343c0278de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ef7623-020c-4d37-9bfe-df343c0278de found for delete ", "request_id": "req-fe0d72c2-df80-44b7-8624-ba44070ff0de"}]} 2026-07-10 01:00:34.184 8 INFO neutron.services.segments.plugin [-] Segment 52ef7623-020c-4d37-9bfe-df343c0278de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ef7623-020c-4d37-9bfe-df343c0278de found for delete ", "request_id": "req-5d9de791-90c9-431a-b665-ce5a08dfb3f1"}]} [pid: 7|app: 0|req: 506/922] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:34 2026] GET /v2.0/security-groups?tenant_id=43e617f5666a47148785889389e880de&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/923] 199.204.45.22 () {34 vars in 1119 bytes} [Fri Jul 10 01:00:34 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1152 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/924] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:34 2026] DELETE /v2.0/security-groups/5ea06fd9-548d-4e75-bd76-e1fcc2b7b976 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/925] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:00:34 2026] PUT /v2.0/ports/6e438723-3ce6-402e-8557-3af99b97ff08 => generated 968 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/926] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:35 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-10 01:00:35.246 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da399774-1275-483c-a731-0b322327aa6c'] response: {'name': 'network-changed', 'server_uuid': 'f3a6ff86-777f-41d9-8e4e-cf5320c53399', 'tag': '6e438723-3ce6-402e-8557-3af99b97ff08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 419/927] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:35 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/928] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/929] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:35 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 701 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/930] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:35 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/931] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:35 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/932] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:35 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:36.255 8 WARNING neutron_lib.context [None req-966b4bc6-a570-41c1-ae8a-771870438dfe fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:36.255 8 WARNING neutron_lib.context [None req-966b4bc6-a570-41c1-ae8a-771870438dfe fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:36.556 8 INFO neutron.db.segments_db [None req-966b4bc6-a570-41c1-ae8a-771870438dfe fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Added segment cebabba7-f3ca-46ca-8a9d-31c189098467 of type vxlan for network 1887855d-56f1-49e9-9804-ba38f4e3aa1c 2026-07-10 01:00:36.628 8 INFO neutron.db.segments_db [None req-966b4bc6-a570-41c1-ae8a-771870438dfe fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Added segment bcdda2f1-8227-4d8a-a0a8-1b8f10cb425e of type vxlan for network f83eb4ba-b20f-445f-bd02-5167c2679b25 [pid: 7|app: 0|req: 512/933] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/ports?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/934] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/networks?id=82adef29-4d03-4896-bcc5-0bd30a847df3 => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/935] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6e438723-3ce6-402e-8557-3af99b97ff08 => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/936] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:36 2026] POST /v2.0/networks => generated 1245 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/937] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/subnets?id=94c11eb3-f061-4beb-9a94-84d55c163ac3 => 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: 515/938] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/networks => generated 1844 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/939] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/940] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/ports?network_id=82adef29-4d03-4896-bcc5-0bd30a847df3&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/941] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/942] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:36.982 8 INFO neutron.services.segments.plugin [-] Segment cebabba7-f3ca-46ca-8a9d-31c189098467 resource provider aggregate not found 2026-07-10 01:00:36.986 8 INFO neutron.services.segments.plugin [-] Segment cebabba7-f3ca-46ca-8a9d-31c189098467 resource provider aggregate not found 2026-07-10 01:00:37.007 8 INFO neutron.services.segments.plugin [-] Segment cebabba7-f3ca-46ca-8a9d-31c189098467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cebabba7-f3ca-46ca-8a9d-31c189098467 found for delete ", "request_id": "req-13fde86e-776d-48e2-bbcc-77023f453938"}]} 2026-07-10 01:00:37.008 8 INFO neutron.services.segments.plugin [-] Segment cebabba7-f3ca-46ca-8a9d-31c189098467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cebabba7-f3ca-46ca-8a9d-31c189098467 found for delete ", "request_id": "req-20f863f6-28cb-48af-b1ed-7822806bcf30"}]} [pid: 8|app: 0|req: 425/943] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:36 2026] DELETE /v2.0/networks/1887855d-56f1-49e9-9804-ba38f4e3aa1c => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/944] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:36 2026] GET /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3?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: 426/945] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:37 2026] DELETE /v2.0/networks/f83eb4ba-b20f-445f-bd02-5167c2679b25 => 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: 520/946] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:00:37 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:37.246 8 WARNING neutron_lib.context [None req-99f00b57-155c-47fd-9ad4-0f61e31c0642 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:37.297 8 INFO neutron.db.segments_db [None req-99f00b57-155c-47fd-9ad4-0f61e31c0642 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Added segment 6e0ebeb2-431b-457d-90f4-f9f369a3504f of type vxlan for network 2c12cc39-e9b5-44c2-9e2f-4cb0c58e0b9c [pid: 8|app: 0|req: 427/947] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:37 2026] POST /v2.0/networks => generated 654 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:37.430 7 WARNING neutron_lib.context [None req-5d8bd9b4-7de7-492c-aa4a-4ccc347d963d fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:37.522 7 INFO neutron.db.segments_db [None req-5d8bd9b4-7de7-492c-aa4a-4ccc347d963d fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Added segment 94c2b4f5-46da-4dbe-99c3-a4582e33d825 of type vxlan for network 6d8c8ecb-ecfa-44b8-9fcc-4219a71f76ec [pid: 7|app: 0|req: 521/948] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:37 2026] POST /v2.0/networks => generated 653 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:37.656 8 WARNING neutron_lib.context [None req-7592bf9e-ca3c-432c-b22a-5d62dfc15071 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:37.682 8 WARNING neutron_lib.context [None req-7592bf9e-ca3c-432c-b22a-5d62dfc15071 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 522/949] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:37 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/950] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:38 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/951] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:00:37 2026] POST /v2.0/ports => generated 1505 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/952] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:00:38 2026] GET /v2.0/ports => generated 1505 bytes in 103 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: 429/953] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:00:38 2026] DELETE /v2.0/ports/cacaf0eb-c2ad-412f-bbb7-94e54e571222 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/954] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:00:38 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/955] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:00:38 2026] DELETE /v2.0/ports/870ea816-404f-4334-b565-84b32dc12ba9 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/956] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:00:38 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-07-10 01:00:38.827 7 WARNING neutron_lib.context [None req-9e84ad4d-97af-4006-9f2e-2f30119292f4 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:38.874 7 INFO neutron.db.segments_db [None req-9e84ad4d-97af-4006-9f2e-2f30119292f4 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Added segment e1b882a0-a49e-435c-97ec-f003df6edc37 of type vxlan for network ddb5b2d2-0325-45be-a804-009a838c809c [pid: 7|app: 0|req: 527/957] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:38 2026] POST /v2.0/networks => generated 653 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:38.968 7 WARNING neutron_lib.context [None req-e67cbbbc-9c14-4f97-b3b8-ea800039892d fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:39.021 7 INFO neutron.db.segments_db [None req-e67cbbbc-9c14-4f97-b3b8-ea800039892d fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Added segment be49a679-df42-42d9-aded-395cafae3f36 of type vxlan for network 6cb1d394-605e-4ff7-b712-6869c3a2e26b [pid: 7|app: 0|req: 528/958] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:38 2026] POST /v2.0/networks => generated 654 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/959] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:39 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/960] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:39 2026] GET /v2.0/security-groups?id=05e8f243-746b-4996-b63e-263d16405730&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-07-10 01:00:39.325 8 INFO neutron.services.segments.plugin [-] Segment bcdda2f1-8227-4d8a-a0a8-1b8f10cb425e resource provider aggregate not found 2026-07-10 01:00:39.330 8 INFO neutron.services.segments.plugin [-] Segment bcdda2f1-8227-4d8a-a0a8-1b8f10cb425e resource provider aggregate not found 2026-07-10 01:00:39.359 8 INFO neutron.services.segments.plugin [-] Segment bcdda2f1-8227-4d8a-a0a8-1b8f10cb425e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcdda2f1-8227-4d8a-a0a8-1b8f10cb425e found for delete ", "request_id": "req-5ff82c11-8148-4e9c-b46d-f746d1332eb4"}]} 2026-07-10 01:00:39.360 8 INFO neutron.services.segments.plugin [-] Segment bcdda2f1-8227-4d8a-a0a8-1b8f10cb425e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcdda2f1-8227-4d8a-a0a8-1b8f10cb425e found for delete ", "request_id": "req-f80690b8-fcda-43ec-b251-5a415df42ead"}]} 2026-07-10 01:00:39.421 8 INFO neutron.db.l3_db [req-63b8baf0-0674-44cf-8df9-ad59fec0f1f2 req-6f8d6ca9-1fd6-486a-8241-6a4490c5a6f1 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] Floating IP ed4e6a27-6544-4fc1-81c8-a9405d02b7e9 disassociated. External IP: 10.96.250.212, port: 6e438723-3ce6-402e-8557-3af99b97ff08. 2026-07-10 01:00:39.586 7 WARNING neutron_lib.context [None req-f8cf4b8b-cc36-4ec9-ad43-4359b5948c46 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:39.611 7 WARNING neutron_lib.context [None req-f8cf4b8b-cc36-4ec9-ad43-4359b5948c46 fe5b4efc15aa499e83cd1f613ba72f76 d60bc77fff214a12bd0a1722bbe08c2a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 431/961] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:00:38 2026] DELETE /v2.0/ports/6e438723-3ce6-402e-8557-3af99b97ff08 => generated 0 bytes in 990 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/962] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:39 2026] POST /v2.0/subnets => generated 1324 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:00:40.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd68be6d-9504-44d7-9e6e-094cb7af6d0b'] response: {'server_uuid': 'f3a6ff86-777f-41d9-8e4e-cf5320c53399', 'name': 'network-vif-deleted', 'tag': '6e438723-3ce6-402e-8557-3af99b97ff08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 432/963] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:00:40 2026] GET /v2.0/subnets => generated 1960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/964] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/subnets/d95a7981-22d8-4e71-bde5-7405e7647bf6 => 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: 433/965] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/subnets/06168da2-0f6d-4334-a899-f5afe8aa8370 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/966] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:40 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => 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: 435/967] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:00:40 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/968] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:40 2026] GET /v2.0/security-groups?tenant_id=8cec2c480eed40fc87fa3d9e9f5ad2fa&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/969] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/networks/6cb1d394-605e-4ff7-b712-6869c3a2e26b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/970] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/security-groups/824144e3-e8f0-4af9-a535-0ec3e6f237b8 => 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: 437/971] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/networks/ddb5b2d2-0325-45be-a804-009a838c809c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:00:40.945 7 INFO neutron.services.segments.plugin [-] Segment 94c2b4f5-46da-4dbe-99c3-a4582e33d825 resource provider aggregate not found [pid: 8|app: 0|req: 438/972] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:40 2026] GET /v2.0/security-groups?tenant_id=692bd76fc8fe4c74a6f7b51932b2cd9e&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:40.950 7 INFO neutron.services.segments.plugin [-] Segment 94c2b4f5-46da-4dbe-99c3-a4582e33d825 resource provider aggregate not found [pid: 7|app: 0|req: 535/973] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/networks/6d8c8ecb-ecfa-44b8-9fcc-4219a71f76ec => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:00:40.976 7 INFO neutron.services.segments.plugin [-] Segment 94c2b4f5-46da-4dbe-99c3-a4582e33d825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c2b4f5-46da-4dbe-99c3-a4582e33d825 found for delete ", "request_id": "req-7551ad08-5521-4231-9cc5-9b275de3fb68"}]} 2026-07-10 01:00:40.977 7 INFO neutron.services.segments.plugin [-] Segment 94c2b4f5-46da-4dbe-99c3-a4582e33d825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94c2b4f5-46da-4dbe-99c3-a4582e33d825 found for delete ", "request_id": "req-dcbf92e1-c268-4f50-b6b1-9a2f583ded5f"}]} [pid: 8|app: 0|req: 439/974] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/security-groups/1a08f928-53e4-4506-8dea-5f4ee2cc686d => 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: 536/975] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:40 2026] DELETE /v2.0/networks/2c12cc39-e9b5-44c2-9e2f-4cb0c58e0b9c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:00:41.666 8 INFO neutron.services.segments.plugin [-] Segment be49a679-df42-42d9-aded-395cafae3f36 resource provider aggregate not found 2026-07-10 01:00:41.672 8 INFO neutron.services.segments.plugin [-] Segment be49a679-df42-42d9-aded-395cafae3f36 resource provider aggregate not found 2026-07-10 01:00:41.684 8 INFO neutron.services.segments.plugin [-] Segment be49a679-df42-42d9-aded-395cafae3f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be49a679-df42-42d9-aded-395cafae3f36 found for delete ", "request_id": "req-5dc6e094-52e7-45dd-aa8f-71a05c380385"}]} 2026-07-10 01:00:41.695 8 INFO neutron.services.segments.plugin [-] Segment be49a679-df42-42d9-aded-395cafae3f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be49a679-df42-42d9-aded-395cafae3f36 found for delete ", "request_id": "req-395d283a-17fe-424e-ae82-0ff61aef06e2"}]} 2026-07-10 01:00:41.700 8 INFO neutron.services.segments.plugin [-] Segment e1b882a0-a49e-435c-97ec-f003df6edc37 resource provider aggregate not found 2026-07-10 01:00:41.716 8 INFO neutron.services.segments.plugin [-] Segment e1b882a0-a49e-435c-97ec-f003df6edc37 resource provider aggregate not found 2026-07-10 01:00:41.723 8 INFO neutron.services.segments.plugin [-] Segment e1b882a0-a49e-435c-97ec-f003df6edc37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b882a0-a49e-435c-97ec-f003df6edc37 found for delete ", "request_id": "req-a0431b4a-24ca-405d-9acf-bd8d150c7d13"}]} [pid: 7|app: 0|req: 537/976] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:41 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:41.735 8 INFO neutron.services.segments.plugin [-] Segment e1b882a0-a49e-435c-97ec-f003df6edc37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b882a0-a49e-435c-97ec-f003df6edc37 found for delete ", "request_id": "req-8e684d09-3721-4eab-800a-baa70f68c964"}]} [pid: 8|app: 0|req: 440/977] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:41 2026] GET /v2.0/security-groups?tenant_id=d60bc77fff214a12bd0a1722bbe08c2a&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/978] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:41 2026] DELETE /v2.0/security-groups/fe214fd9-8694-4837-abf8-b1d85700da99 => 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: 441/981] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:42 2026] GET /v2.0/ports?device_id=f3a6ff86-777f-41d9-8e4e-cf5320c53399 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:00:43.003 7 INFO neutron.services.segments.plugin [-] Segment 6e0ebeb2-431b-457d-90f4-f9f369a3504f resource provider aggregate not found 2026-07-10 01:00:43.008 7 INFO neutron.services.segments.plugin [-] Segment 6e0ebeb2-431b-457d-90f4-f9f369a3504f resource provider aggregate not found 2026-07-10 01:00:43.015 7 INFO neutron.services.segments.plugin [-] Segment 6e0ebeb2-431b-457d-90f4-f9f369a3504f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e0ebeb2-431b-457d-90f4-f9f369a3504f found for delete ", "request_id": "req-712aea5e-ee72-4c8e-ac1b-bba142078557"}]} 2026-07-10 01:00:43.028 7 INFO neutron.services.segments.plugin [-] Segment 6e0ebeb2-431b-457d-90f4-f9f369a3504f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e0ebeb2-431b-457d-90f4-f9f369a3504f found for delete ", "request_id": "req-06ef85d7-9148-4e40-a1c3-72b68c4940fd"}]} [pid: 7|app: 0|req: 541/982] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:00:42 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 1240 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/983] 10.0.0.136 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:43 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:43.834 7 WARNING neutron_lib.context [None req-78d32eb2-acef-456a-b9c0-19e5d33fd53c 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:43.834 7 WARNING neutron_lib.context [None req-78d32eb2-acef-456a-b9c0-19e5d33fd53c 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 443/984] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:43 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:44.004 7 INFO neutron.db.segments_db [None req-78d32eb2-acef-456a-b9c0-19e5d33fd53c 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Added segment a9cbcf69-1f39-45c8-b894-9dead55348a7 of type vxlan for network 8403d168-7f6a-4843-86a1-02ff1836b672 2026-07-10 01:00:44.064 7 INFO neutron.db.segments_db [None req-78d32eb2-acef-456a-b9c0-19e5d33fd53c 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Added segment e4c8df34-c7eb-435f-941d-c0d86383a95c of type vxlan for network 2c02c2b0-780f-459c-ae77-eae48ebeae9f [pid: 8|app: 0|req: 444/985] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:43 2026] DELETE /v2.0/security-groups/05e8f243-746b-4996-b63e-263d16405730 => 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: 445/986] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:44 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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-07-10 01:00:44.130 8 INFO neutron.api.v2.resource [None req-c55dd20b-4286-4d6e-8d4e-137cf359c3a0 42b7527eb47949adbd191a9c94f48f78 8e2b53e1b48d4f59ba0a3e293d0b2b49 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 446/987] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:00:44 2026] GET /v2.0/security-groups/05e8f243-746b-4996-b63e-263d16405730 => 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: 542/988] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:43 2026] POST /v2.0/networks => generated 1245 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/989] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:44 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/990] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:00:44 2026] GET /v2.0/networks => generated 1844 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/991] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:44 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/992] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:00:44 2026] DELETE /v2.0/floatingips/ed4e6a27-6544-4fc1-81c8-a9405d02b7e9 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/993] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:44 2026] DELETE /v2.0/networks/8403d168-7f6a-4843-86a1-02ff1836b672 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:00:45.033 7 INFO neutron.services.segments.plugin [-] Segment a9cbcf69-1f39-45c8-b894-9dead55348a7 resource provider aggregate not found 2026-07-10 01:00:45.045 7 INFO neutron.services.segments.plugin [-] Segment a9cbcf69-1f39-45c8-b894-9dead55348a7 resource provider aggregate not found 2026-07-10 01:00:45.049 7 INFO neutron.services.segments.plugin [-] Segment a9cbcf69-1f39-45c8-b894-9dead55348a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9cbcf69-1f39-45c8-b894-9dead55348a7 found for delete ", "request_id": "req-dc241b03-3d1e-49d8-a98e-9fc6522d6801"}]} 2026-07-10 01:00:45.061 7 INFO neutron.services.segments.plugin [-] Segment a9cbcf69-1f39-45c8-b894-9dead55348a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9cbcf69-1f39-45c8-b894-9dead55348a7 found for delete ", "request_id": "req-41cb7bce-7df3-4ea9-95c8-5f26984e03bd"}]} 2026-07-10 01:00:45.066 7 INFO neutron.services.segments.plugin [-] Segment e4c8df34-c7eb-435f-941d-c0d86383a95c resource provider aggregate not found 2026-07-10 01:00:45.074 7 INFO neutron.services.segments.plugin [-] Segment e4c8df34-c7eb-435f-941d-c0d86383a95c resource provider aggregate not found 2026-07-10 01:00:45.079 7 INFO neutron.services.segments.plugin [-] Segment e4c8df34-c7eb-435f-941d-c0d86383a95c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4c8df34-c7eb-435f-941d-c0d86383a95c found for delete ", "request_id": "req-80df6de9-c939-4dd5-b984-3c0f9b2e8f20"}]} 2026-07-10 01:00:45.085 7 INFO neutron.services.segments.plugin [-] Segment e4c8df34-c7eb-435f-941d-c0d86383a95c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4c8df34-c7eb-435f-941d-c0d86383a95c found for delete ", "request_id": "req-f4aa9be6-6cb5-4c34-be43-6da678055595"}]} [pid: 7|app: 0|req: 547/994] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:44 2026] DELETE /v2.0/networks/2c02c2b0-780f-459c-ae77-eae48ebeae9f => generated 0 bytes in 736 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/995] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:00:45 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-07-10 01:00:45.404 7 WARNING neutron_lib.context [None req-1c0d44b0-aea9-4a84-af14-66d3052d19e4 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:45.457 7 INFO neutron.db.segments_db [None req-1c0d44b0-aea9-4a84-af14-66d3052d19e4 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Added segment a2b3f672-0ef2-419d-b54e-3586a15d6bf0 of type vxlan for network 70be180d-4552-4fec-94f9-457f8f160c21 [pid: 7|app: 0|req: 549/996] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:45 2026] POST /v2.0/networks => generated 649 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:45.557 7 WARNING neutron_lib.context [None req-5d8f2d2d-5536-41f7-af28-c4cf798eeaf3 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:45.613 7 INFO neutron.db.segments_db [None req-5d8f2d2d-5536-41f7-af28-c4cf798eeaf3 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Added segment 96996dc7-03d5-4fe7-b3c1-786e1dbddb41 of type vxlan for network e239698f-68fc-49a4-9971-2b6dff16d604 [pid: 7|app: 0|req: 550/997] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:45 2026] POST /v2.0/networks => generated 649 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/998] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:45 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:45.794 7 WARNING neutron_lib.context [None req-5134d37a-04cf-4b41-92e1-39f96634e0ee 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:45.822 7 WARNING neutron_lib.context [None req-5134d37a-04cf-4b41-92e1-39f96634e0ee 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 448/999] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:00:44 2026] PUT /v2.0/routers/03b3a1ba-a2e8-473c-8c24-ae7c5a82222e/remove_router_interface => generated 309 bytes in 1568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/1000] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:46 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 552/1001] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:00:45 2026] POST /v2.0/ports => generated 1506 bytes in 699 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: 553/1002] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:00:46 2026] GET /v2.0/ports => generated 1506 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1003] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:00:46 2026] DELETE /v2.0/ports/8b9d501c-0450-48b5-9009-f53bae02eb57 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1004] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:00:46 2026] DELETE /v2.0/ports/f083a80f-66a8-4bdc-a7b0-c241d6bb1f3a => 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: 556/1005] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:00:46 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1006] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:00:46 2026] GET /v2.0/ports?tenant_id=87ae32660115447595a6bfd614836f1b&device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:47.019 7 WARNING neutron_lib.context [None req-82bbf4fe-9336-49f5-85c6-3b32b854f08a 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:47.068 7 INFO neutron.db.segments_db [None req-82bbf4fe-9336-49f5-85c6-3b32b854f08a 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Added segment 7525a873-332d-4290-8c19-544a1a322ebd of type vxlan for network c3cfc72b-afd4-4d91-93e8-3904f0fcd794 2026-07-10 01:00:47.104 8 INFO neutron.services.segments.plugin [-] Segment 0e229cba-7504-409f-adb5-be1a9a1533bf resource provider aggregate not found 2026-07-10 01:00:47.109 8 INFO neutron.services.segments.plugin [-] Segment 0e229cba-7504-409f-adb5-be1a9a1533bf resource provider aggregate not found 2026-07-10 01:00:47.116 8 INFO neutron.services.segments.plugin [-] Segment 0e229cba-7504-409f-adb5-be1a9a1533bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e229cba-7504-409f-adb5-be1a9a1533bf found for delete ", "request_id": "req-8cd80785-7e18-4a53-ac71-f0e99c30adec"}]} 2026-07-10 01:00:47.120 8 INFO neutron.services.segments.plugin [-] Segment 0e229cba-7504-409f-adb5-be1a9a1533bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e229cba-7504-409f-adb5-be1a9a1533bf found for delete ", "request_id": "req-beee83a4-2a57-40c2-86ea-31fd950f84c4"}]} 2026-07-10 01:00:47.129 8 INFO neutron.db.l3_hamode_db [None req-d0054434-c589-41df-b011-f3f4efcdb494 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 5fee8814-2220-4837-9490-9b9a3d1c7322 was deleted as no HA routers are present in tenant 8e2b53e1b48d4f59ba0a3e293d0b2b49. [pid: 8|app: 0|req: 450/1007] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:46 2026] DELETE /v2.0/routers/03b3a1ba-a2e8-473c-8c24-ae7c5a82222e => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1008] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:47 2026] POST /v2.0/networks => generated 650 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/1009] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/networks?id=f5297d87-3c7c-4cfb-9ed3-67ff78c65204 => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:47.187 8 WARNING neutron_lib.context [None req-648031b6-d1ab-4142-8a82-fd2e0fdc442a 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:47.250 8 INFO neutron.db.segments_db [None req-648031b6-d1ab-4142-8a82-fd2e0fdc442a 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Added segment 00953f2c-e359-4da1-a082-794110d1f697 of type vxlan for network 57f42ffa-3f7a-4727-96d5-5141585f8030 [pid: 7|app: 0|req: 559/1010] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:47 2026] DELETE /v2.0/subnets/94c11eb3-f061-4beb-9a94-84d55c163ac3 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1011] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=65b1af3d-becf-4ed0-8a5c-65fc51ac059c => generated 860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/1012] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:00:47 2026] POST /v2.0/networks => generated 650 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1013] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1014] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/subnets?id=d52e6e0c-9dba-4610-8925-1cd58c214890 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:47.442 7 WARNING neutron_lib.context [None req-4b17086f-c0cc-4d96-bbfa-393c19c3f07e 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:47.468 7 WARNING neutron_lib.context [None req-4b17086f-c0cc-4d96-bbfa-393c19c3f07e 32260a8f3d2942839451bd64661bca45 482f8eaa82df457daa402453bf36dc06 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 453/1015] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:47 2026] DELETE /v2.0/networks/82adef29-4d03-4896-bcc5-0bd30a847df3 => 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: 454/1016] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 455/1017] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/ports?network_id=f5297d87-3c7c-4cfb-9ed3-67ff78c65204&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/1018] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/1019] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1020] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/security-groups?tenant_id=8e2b53e1b48d4f59ba0a3e293d0b2b49&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1021] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:47 2026] POST /v2.0/subnets => generated 1274 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1022] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:00:47 2026] GET /v2.0/subnets => generated 1910 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1023] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:47 2026] DELETE /v2.0/security-groups/f4a58bc1-6350-46e3-8059-8ec68cd79a81 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1024] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:48 2026] DELETE /v2.0/subnets/5db60372-9c95-4c1e-91f2-e3444df4ce05 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/1025] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:00:48 2026] DELETE /v2.0/subnets/ce7635f5-01f0-4ca4-8066-fdcdf07c707f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1026] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:00:48 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/1027] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:48 2026] DELETE /v2.0/networks/57f42ffa-3f7a-4727-96d5-5141585f8030 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:00:48.597 7 INFO neutron.services.segments.plugin [-] Segment 7525a873-332d-4290-8c19-544a1a322ebd resource provider aggregate not found 2026-07-10 01:00:48.601 7 INFO neutron.services.segments.plugin [-] Segment 7525a873-332d-4290-8c19-544a1a322ebd resource provider aggregate not found 2026-07-10 01:00:48.617 7 INFO neutron.services.segments.plugin [-] Segment 7525a873-332d-4290-8c19-544a1a322ebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7525a873-332d-4290-8c19-544a1a322ebd found for delete ", "request_id": "req-64224c55-0081-4109-b07c-5babe700319e"}]} 2026-07-10 01:00:48.618 7 INFO neutron.services.segments.plugin [-] Segment 7525a873-332d-4290-8c19-544a1a322ebd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7525a873-332d-4290-8c19-544a1a322ebd found for delete ", "request_id": "req-3acdb815-1b58-4353-bf30-4898c6e47b6b"}]} [pid: 7|app: 0|req: 567/1028] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:48 2026] DELETE /v2.0/networks/c3cfc72b-afd4-4d91-93e8-3904f0fcd794 => 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: 462/1029] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:48 2026] GET /v2.0/security-groups?tenant_id=0e88502f00754cd0ae9e47f3bdce7412&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1030] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:48 2026] DELETE /v2.0/networks/e239698f-68fc-49a4-9971-2b6dff16d604 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1031] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:48 2026] DELETE /v2.0/security-groups/c891658c-385d-4eba-9f0a-34880e9ffd4a => 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: 569/1032] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:48 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1033] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:48 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 464/1034] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:00:48 2026] DELETE /v2.0/networks/70be180d-4552-4fec-94f9-457f8f160c21 => 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: 571/1035] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:48 2026] GET /v2.0/security-groups?tenant_id=6d4880ce238146fbb4b16972034ca0f3&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:49.143 8 INFO neutron.services.segments.plugin [-] Segment a0b625cc-f223-4606-aced-e924af55a405 resource provider aggregate not found 2026-07-10 01:00:49.146 8 INFO neutron.services.segments.plugin [-] Segment a0b625cc-f223-4606-aced-e924af55a405 resource provider aggregate not found 2026-07-10 01:00:49.160 8 INFO neutron.services.segments.plugin [-] Segment a0b625cc-f223-4606-aced-e924af55a405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0b625cc-f223-4606-aced-e924af55a405 found for delete ", "request_id": "req-4aefbd56-c5b7-4523-80f0-a1f261c750e3"}]} 2026-07-10 01:00:49.165 8 INFO neutron.services.segments.plugin [-] Segment a0b625cc-f223-4606-aced-e924af55a405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0b625cc-f223-4606-aced-e924af55a405 found for delete ", "request_id": "req-cb5dfc8c-dbd0-4895-8473-d1217fc02bf2"}]} 2026-07-10 01:00:49.174 8 INFO neutron.services.segments.plugin [-] Segment 00953f2c-e359-4da1-a082-794110d1f697 resource provider aggregate not found 2026-07-10 01:00:49.181 8 INFO neutron.services.segments.plugin [-] Segment 00953f2c-e359-4da1-a082-794110d1f697 resource provider aggregate not found 2026-07-10 01:00:49.187 8 INFO neutron.services.segments.plugin [-] Segment 00953f2c-e359-4da1-a082-794110d1f697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00953f2c-e359-4da1-a082-794110d1f697 found for delete ", "request_id": "req-fb59c073-7cdd-4b3c-a708-d5ee3081eb1c"}]} 2026-07-10 01:00:49.194 8 INFO neutron.services.segments.plugin [-] Segment 00953f2c-e359-4da1-a082-794110d1f697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00953f2c-e359-4da1-a082-794110d1f697 found for delete ", "request_id": "req-132be13b-04cf-40b8-ae2a-35cbb576d7f2"}]} 2026-07-10 01:00:49.201 8 INFO neutron.services.segments.plugin [-] Segment a2b3f672-0ef2-419d-b54e-3586a15d6bf0 resource provider aggregate not found 2026-07-10 01:00:49.210 8 INFO neutron.services.segments.plugin [-] Segment a2b3f672-0ef2-419d-b54e-3586a15d6bf0 resource provider aggregate not found 2026-07-10 01:00:49.216 8 INFO neutron.services.segments.plugin [-] Segment a2b3f672-0ef2-419d-b54e-3586a15d6bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2b3f672-0ef2-419d-b54e-3586a15d6bf0 found for delete ", "request_id": "req-391e0719-dc21-47e1-bd2a-0cfd763e7086"}]} [pid: 8|app: 0|req: 465/1036] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:49 2026] DELETE /v2.0/security-groups/8a378843-aa21-4d79-b75b-8b51d52bf6f5 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1037] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:49 2026] GET /v2.0/security-groups?tenant_id=482f8eaa82df457daa402453bf36dc06&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:49.630 8 INFO neutron.services.segments.plugin [-] Segment a2b3f672-0ef2-419d-b54e-3586a15d6bf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2b3f672-0ef2-419d-b54e-3586a15d6bf0 found for delete ", "request_id": "req-f78a3444-9c59-49c7-b80c-003b15bbc3cb"}]} [pid: 8|app: 0|req: 466/1038] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:49 2026] DELETE /v2.0/security-groups/c5259e90-0b93-4f20-9f5f-40d4aa38ebba => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:00:49.946 7 INFO neutron.db.segments_db [None req-34576a2a-1dc3-4299-9783-e5c50f4408f5 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment cc0ee2bd-4027-444b-94b0-30b2d665d33d of type vxlan for network 10d54fa1-788b-4ece-a567-ba3a815a8957 [pid: 8|app: 0|req: 467/1039] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:49 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1040] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 01:00:49 2026] POST /v2.0/networks => generated 745 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1041] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:50 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1042] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:50 2026] POST /v2.0/subnets => generated 692 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:00:50.383 8 INFO neutron.db.segments_db [None req-1d64efc4-0592-4a81-b35c-e5a95e9e604f c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 1e56c0bc-994b-4ac1-98f1-69025fde1e46 of type vxlan for network 82655c69-e516-49e8-8a68-c947202451ef 2026-07-10 01:00:50.624 8 INFO neutron.db.l3_hamode_db [None req-1d64efc4-0592-4a81-b35c-e5a95e9e604f c440ae6280494fc88238a37d78c75ad7 e17d3a3ef1314746a7682b5f1adb4ffa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:00:51.190 7 INFO neutron.services.segments.plugin [-] Segment 96996dc7-03d5-4fe7-b3c1-786e1dbddb41 resource provider aggregate not found 2026-07-10 01:00:51.199 7 INFO neutron.services.segments.plugin [-] Segment 96996dc7-03d5-4fe7-b3c1-786e1dbddb41 resource provider aggregate not found 2026-07-10 01:00:51.202 7 INFO neutron.services.segments.plugin [-] Segment 96996dc7-03d5-4fe7-b3c1-786e1dbddb41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96996dc7-03d5-4fe7-b3c1-786e1dbddb41 found for delete ", "request_id": "req-f4947dcd-f402-472e-bda8-c4df53afbd42"}]} 2026-07-10 01:00:51.211 7 INFO neutron.services.segments.plugin [-] Segment 96996dc7-03d5-4fe7-b3c1-786e1dbddb41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96996dc7-03d5-4fe7-b3c1-786e1dbddb41 found for delete ", "request_id": "req-e9cb746c-7c6b-4505-b0c6-653cca589545"}]} [pid: 7|app: 0|req: 575/1043] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:51 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1044] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:51 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:51.595 8 INFO neutron.db.l3_hamode_db [None req-1d64efc4-0592-4a81-b35c-e5a95e9e604f c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:00:51.649 7 WARNING neutron_lib.context [None req-70a701d5-308a-4c35-a2a9-33ef88a5378b ae836c944495417883781fb443fbb47a e5dac325dfb245f981b557135bd3c381 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 577/1045] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:00:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1046] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:51 2026] GET /v2.0/security-groups?tenant_id=47093b3b78014a8682506b27f098bb89&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1047] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:00:52 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1048] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:52 2026] DELETE /v2.0/security-groups/d10ec931-6cc4-41c5-b7cc-bd1400bb26bd => 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: 581/1049] 10.0.0.12 () {34 vars in 757 bytes} [Fri Jul 10 01:00:52 2026] PUT /v2.0/security-groups/252357c5-c2fd-4de8-a1e7-0479ed8b5b1b => generated 1662 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1050] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:00:52 2026] GET /v2.0/security-groups/252357c5-c2fd-4de8-a1e7-0479ed8b5b1b => generated 1662 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1051] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:52 2026] DELETE /v2.0/security-groups/252357c5-c2fd-4de8-a1e7-0479ed8b5b1b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1052] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:00:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1053] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:52 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:52.489 7 INFO neutron.api.v2.resource [None req-5a447e54-0f93-4583-85b3-ae866cdeec3c ae836c944495417883781fb443fbb47a e5dac325dfb245f981b557135bd3c381 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 586/1054] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:52 2026] DELETE /v2.0/security-groups/252357c5-c2fd-4de8-a1e7-0479ed8b5b1b => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1055] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:00:50 2026] POST /v2.0/routers => generated 732 bytes in 2190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1056] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:52 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:52.535 8 WARNING neutron_lib.context [None req-5a663b1b-0425-49de-85f0-194b57c643fb ae836c944495417883781fb443fbb47a e5dac325dfb245f981b557135bd3c381 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 470/1057] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:00:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:00:52.672 8 WARNING neutron_lib.context [None req-a7bb7801-2512-493d-9235-9d8c4db04149 ae836c944495417883781fb443fbb47a e5dac325dfb245f981b557135bd3c381 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 471/1058] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:00:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1059] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:00:52 2026] GET /v2.0/security-group-rules/7a0142b1-f4a7-4135-afd0-ffb15a7c4d8c => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1060] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:00:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1061] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:00:52 2026] DELETE /v2.0/security-group-rules/7a0142b1-f4a7-4135-afd0-ffb15a7c4d8c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1062] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:53.094 8 WARNING neutron_lib.context [None req-c659251e-84b7-4788-b49e-49d9480364fe ae836c944495417883781fb443fbb47a e5dac325dfb245f981b557135bd3c381 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 476/1063] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:00:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1064] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-group-rules/6d9e4662-6e0d-4d02-91e5-dd7d5a6c8f74 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1065] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1066] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:00:53 2026] DELETE /v2.0/security-group-rules/6d9e4662-6e0d-4d02-91e5-dd7d5a6c8f74 => 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: 480/1067] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:00:53.502 8 WARNING neutron_lib.context [None req-6e945e18-1888-4a31-833a-3a3dee81d042 ae836c944495417883781fb443fbb47a e5dac325dfb245f981b557135bd3c381 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:00:53.534 8 INFO neutron.db.securitygroups_db [None req-6e945e18-1888-4a31-833a-3a3dee81d042 ae836c944495417883781fb443fbb47a e5dac325dfb245f981b557135bd3c381 - - default default] Project e5dac325dfb245f981b557135bd3c381 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: 481/1068] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:00:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1069] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 483/1070] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-group-rules/5618f07d-6717-4c88-8579-32cd7bd3bd18 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1071] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1072] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1073] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:00:53 2026] DELETE /v2.0/security-group-rules/5618f07d-6717-4c88-8579-32cd7bd3bd18 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1074] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:00:52 2026] PUT /v2.0/routers/b2dd9922-2ea1-4cdf-926d-bc78b932f6e0/add_router_interface => generated 309 bytes in 1396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1075] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:00:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1076] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:53 2026] DELETE /v2.0/security-groups/edafcbbf-6f36-4419-bef4-8c2b019d4679 => 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: 488/1077] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:00:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1078] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:00:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1079] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:54 2026] GET /v2.0/security-groups?tenant_id=e5dac325dfb245f981b557135bd3c381&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1080] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:54 2026] GET /v2.0/security-groups?tenant_id=0b471d3700224995a6d9d6823680e8bd&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1081] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:54 2026] DELETE /v2.0/security-groups/b1a73107-0d9c-4479-bf38-35c178539eb8 => 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: 490/1082] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:54 2026] DELETE /v2.0/security-groups/fcdab67e-9788-4a68-97c5-9cc9bcbe78a4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1083] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:00:54 2026] GET /v2.0/networks?id=10d54fa1-788b-4ece-a567-ba3a815a8957 => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1084] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:00:54 2026] GET /v2.0/quotas/e17d3a3ef1314746a7682b5f1adb4ffa => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1085] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:00:54 2026] GET /v2.0/ports?tenant_id=e17d3a3ef1314746a7682b5f1adb4ffa&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1086] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:00:55 2026] GET /v2.0/networks/10d54fa1-788b-4ece-a567-ba3a815a8957?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: 595/1087] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:00:55 2026] GET /v2.0/networks/10d54fa1-788b-4ece-a567-ba3a815a8957?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: 493/1088] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:55 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 596/1089] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 494/1090] 10.0.0.12 () {32 vars in 652 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions => generated 20516 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1091] 10.0.0.12 () {32 vars in 680 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1092] 10.0.0.12 () {32 vars in 680 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1093] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1094] 10.0.0.12 () {32 vars in 664 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1095] 10.0.0.12 () {32 vars in 698 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1096] 10.0.0.12 () {32 vars in 696 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1097] 10.0.0.12 () {32 vars in 700 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1098] 10.0.0.12 () {32 vars in 688 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1099] 10.0.0.12 () {32 vars in 702 bytes} [Fri Jul 10 01:00:56 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: 499/1100] 10.0.0.12 () {32 vars in 692 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1101] 10.0.0.12 () {32 vars in 694 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1102] 10.0.0.12 () {32 vars in 684 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1103] 10.0.0.12 () {32 vars in 686 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1104] 10.0.0.12 () {32 vars in 660 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1105] 10.0.0.12 () {32 vars in 698 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1106] 10.0.0.12 () {32 vars in 678 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1107] 10.0.0.12 () {32 vars in 682 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1108] 10.0.0.12 () {32 vars in 674 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1109] 10.0.0.12 () {32 vars in 688 bytes} [Fri Jul 10 01:00:56 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: 504/1110] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1111] 10.0.0.12 () {32 vars in 686 bytes} [Fri Jul 10 01:00:56 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1112] 10.0.0.12 () {32 vars in 668 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1113] 10.0.0.12 () {32 vars in 686 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1114] 10.0.0.12 () {32 vars in 680 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1115] 10.0.0.12 () {32 vars in 698 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1116] 10.0.0.12 () {32 vars in 678 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1117] 10.0.0.12 () {32 vars in 666 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1118] 10.0.0.12 () {32 vars in 676 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1119] 10.0.0.12 () {32 vars in 664 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/l3-ha => 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: 509/1120] 10.0.0.12 () {32 vars in 674 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1121] 10.0.0.12 () {32 vars in 712 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1122] 10.0.0.12 () {32 vars in 690 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1123] 10.0.0.12 () {32 vars in 682 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1124] 10.0.0.12 () {32 vars in 668 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1125] 10.0.0.12 () {32 vars in 686 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1126] 10.0.0.12 () {32 vars in 704 bytes} [Fri Jul 10 01:00:57 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: 7|app: 0|req: 615/1127] 10.0.0.12 () {32 vars in 674 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1128] 10.0.0.12 () {32 vars in 700 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1129] 10.0.0.12 () {32 vars in 674 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/pagination => 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: 514/1130] 10.0.0.12 () {32 vars in 692 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1131] 10.0.0.12 () {32 vars in 688 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1132] 10.0.0.12 () {32 vars in 708 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1133] 10.0.0.12 () {32 vars in 704 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1134] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1135] 10.0.0.12 () {32 vars in 696 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1136] 10.0.0.12 () {32 vars in 710 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1137] 10.0.0.12 () {32 vars in 668 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1138] 10.0.0.12 () {32 vars in 686 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1139] 10.0.0.12 () {32 vars in 680 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1140] 10.0.0.12 () {32 vars in 674 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1141] 10.0.0.12 () {32 vars in 670 bytes} [Fri Jul 10 01:00:57 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: 8|app: 0|req: 520/1142] 10.0.0.12 () {32 vars in 660 bytes} [Fri Jul 10 01:00: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: 623/1143] 10.0.0.12 () {32 vars in 698 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1144] 10.0.0.12 () {32 vars in 698 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1145] 10.0.0.12 () {32 vars in 676 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1146] 10.0.0.12 () {32 vars in 668 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1147] 10.0.0.12 () {32 vars in 682 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1148] 10.0.0.12 () {32 vars in 700 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1149] 10.0.0.12 () {32 vars in 684 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1150] 10.0.0.12 () {32 vars in 706 bytes} [Fri Jul 10 01:00:57 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: 7|app: 0|req: 626/1151] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 526/1152] 10.0.0.12 () {32 vars in 668 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1153] 10.0.0.12 () {32 vars in 696 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1154] 10.0.0.12 () {32 vars in 694 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1155] 10.0.0.12 () {32 vars in 684 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1156] 10.0.0.12 () {32 vars in 688 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1157] 10.0.0.12 () {32 vars in 666 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1158] 10.0.0.12 () {32 vars in 680 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1159] 10.0.0.12 () {32 vars in 680 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1160] 10.0.0.12 () {32 vars in 690 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1161] 10.0.0.12 () {32 vars in 690 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1162] 10.0.0.12 () {32 vars in 694 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1163] 10.0.0.12 () {32 vars in 684 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1164] 10.0.0.12 () {32 vars in 688 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1165] 10.0.0.12 () {32 vars in 700 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/standard-attr-revisions => 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: 533/1166] 10.0.0.12 () {32 vars in 702 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/router_availability_zone => 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: 634/1167] 10.0.0.12 () {32 vars in 712 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1168] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1169] 10.0.0.12 () {32 vars in 714 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1170] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:00:57 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: 636/1171] 10.0.0.12 () {32 vars in 740 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1172] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1173] 10.0.0.12 () {32 vars in 682 bytes} [Fri Jul 10 01:00:57 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: 537/1174] 10.0.0.12 () {32 vars in 668 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1175] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1176] 10.0.0.12 () {32 vars in 678 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1177] 10.0.0.12 () {32 vars in 668 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1178] 10.0.0.12 () {32 vars in 696 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1179] 10.0.0.12 () {32 vars in 704 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1180] 10.0.0.12 () {32 vars in 700 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1181] 10.0.0.12 () {32 vars in 700 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1182] 10.0.0.12 () {32 vars in 682 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1183] 10.0.0.12 () {32 vars in 704 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1184] 10.0.0.12 () {32 vars in 694 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1185] 10.0.0.12 () {32 vars in 688 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1186] 10.0.0.12 () {32 vars in 696 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1187] 10.0.0.12 () {32 vars in 678 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1188] 10.0.0.12 () {32 vars in 688 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1191] 10.0.0.12 () {32 vars in 700 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1192] 10.0.0.12 () {32 vars in 664 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1193] 10.0.0.12 () {32 vars in 680 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1194] 10.0.0.12 () {32 vars in 692 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1195] 10.0.0.12 () {32 vars in 676 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1196] 10.0.0.12 () {32 vars in 666 bytes} [Fri Jul 10 01:00:57 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1197] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:58 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 549/1198] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:58 2026] GET /v2.0/security-groups?tenant_id=3788b1bf354b461babffcb648ebfcd71&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1199] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:58 2026] DELETE /v2.0/security-groups/8aa925b5-87e8-4567-b3a6-b72d0004a1b7 => 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: 550/1200] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:00:59 2026] GET /v2.0/networks?id=10d54fa1-788b-4ece-a567-ba3a815a8957 => generated 677 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:00:59.621 7 WARNING neutron_lib.context [req-c794ef80-d6d5-435b-aba2-c818c52f3082 req-d0275060-4682-48a8-970b-17517087d512 8cb1867a511e4b15a96beb66fd89c242 e17d3a3ef1314746a7682b5f1adb4ffa - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 551/1201] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:00:59 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1202] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:00:59 2026] GET /v2.0/security-groups?tenant_id=57ce1e6a1c384597bfb2de31afc20383&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1203] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:00:59 2026] DELETE /v2.0/security-groups/fc441c36-5fa7-4f37-92be-b45a812bb018 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1204] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:00:59 2026] POST /v2.0/ports => generated 958 bytes in 405 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: 652/1205] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:00 2026] GET /v2.0/security-groups?tenant_id=ab94bb746ead4dbeb8aa858e47d9c00e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1206] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:00 2026] DELETE /v2.0/security-groups/65d506b1-67a5-4136-a168-b727fa07fe27 => 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: 554/1207] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:01:00 2026] PUT /v2.0/ports/f19111c3-15cb-4e42-b1ab-ce9c0fd74e53 => generated 1239 bytes in 454 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-07-10 01:01:00.790 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-20c2e16c-2a9e-4dc0-8c16-aa7f882a0e9e'] response: {'name': 'network-changed', 'server_uuid': '79e16601-20f6-41ae-9d2f-1fa5f40ffd25', 'tag': 'f19111c3-15cb-4e42-b1ab-ce9c0fd74e53', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 555/1208] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:00 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1209] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:00 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:00.902 7 WARNING neutron_lib.context [None req-8ff44d7e-7f85-40f6-8b3e-956e63c31be0 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:01.052 7 INFO neutron.db.segments_db [None req-8ff44d7e-7f85-40f6-8b3e-956e63c31be0 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] Added segment 82e08623-8da0-4cce-a46f-54e4a639c9db of type vxlan for network 5935c918-cb21-4510-8c3a-b22a43faf269 [pid: 7|app: 0|req: 654/1210] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:00 2026] POST /v2.0/networks => generated 644 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:01.181 8 WARNING neutron_lib.context [None req-11069ad4-6c25-4c25-a4bf-582bca96eae8 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 655/1211] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:01:01 2026] GET /v2.0/ports?tenant_id=e17d3a3ef1314746a7682b5f1adb4ffa&device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 656/1212] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:01:01 2026] GET /v2.0/networks?tenant_id=e17d3a3ef1314746a7682b5f1adb4ffa&shared=False => generated 773 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1213] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:01:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1214] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:01 2026] POST /v2.0/subnets => generated 641 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:01.505 7 WARNING neutron_lib.context [None req-2c7ac14d-e4b1-43a8-8a77-a1faacfbfdf0 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:01.566 7 INFO neutron.db.segments_db [None req-2c7ac14d-e4b1-43a8-8a77-a1faacfbfdf0 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] Added segment bf15b4dd-1364-42f8-ab0b-6119fad51daa of type vxlan for network 65ab7d13-067b-4c58-a1ac-55ceb085a0ee [pid: 7|app: 0|req: 658/1215] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:01 2026] POST /v2.0/networks => generated 644 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1216] 10.0.0.12 () {34 vars in 742 bytes} [Fri Jul 10 01:01:01 2026] PUT /v2.0/networks/65ab7d13-067b-4c58-a1ac-55ceb085a0ee => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:01.784 7 WARNING neutron_lib.context [None req-f77f56ce-2c98-4e04-af38-8f1cc564f83c 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 559/1217] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:01 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1218] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:01 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1219] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:01 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1220] 10.0.0.12 () {34 vars in 740 bytes} [Fri Jul 10 01:01:02 2026] PUT /v2.0/subnets/1b6ffcf6-3c7d-4cd3-a98e-c44ba5cf8df6 => generated 636 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:02.298 7 INFO neutron.services.segments.plugin [-] Segment bf15b4dd-1364-42f8-ab0b-6119fad51daa resource provider aggregate not found 2026-07-10 01:01:02.301 7 INFO neutron.services.segments.plugin [-] Segment bf15b4dd-1364-42f8-ab0b-6119fad51daa resource provider aggregate not found 2026-07-10 01:01:02.313 7 INFO neutron.services.segments.plugin [-] Segment bf15b4dd-1364-42f8-ab0b-6119fad51daa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf15b4dd-1364-42f8-ab0b-6119fad51daa found for delete ", "request_id": "req-6604a644-b4ed-4bd1-843b-c78582c5557e"}]} 2026-07-10 01:01:02.314 7 INFO neutron.services.segments.plugin [-] Segment bf15b4dd-1364-42f8-ab0b-6119fad51daa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf15b4dd-1364-42f8-ab0b-6119fad51daa found for delete ", "request_id": "req-cbd17549-6b26-4f8e-9028-47abf5509be5"}]} [pid: 7|app: 0|req: 660/1221] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:02 2026] DELETE /v2.0/networks/65ab7d13-067b-4c58-a1ac-55ceb085a0ee => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:02.348 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55b5e32e-5094-4d18-8d92-5fb242d089b1 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 562/1222] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:02 2026] DELETE /v2.0/networks/65ab7d13-067b-4c58-a1ac-55ceb085a0ee => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1223] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1224] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/subnets?network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1225] 10.0.0.12 () {32 vars in 652 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/extensions => generated 20516 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1226] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/networks => generated 1309 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1227] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/ports?tenant_id=e17d3a3ef1314746a7682b5f1adb4ffa&device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1228] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1229] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=f19111c3-15cb-4e42-b1ab-ce9c0fd74e53 => 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: 665/1230] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/subnets?id=995a059c-1e1c-4e7d-a9c9-ff2df0898c99 => generated 695 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1231] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/networks/5935c918-cb21-4510-8c3a-b22a43faf269 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1232] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/ports?network_id=10d54fa1-788b-4ece-a567-ba3a815a8957&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1233] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/subnets/d04f6346-0158-4a29-95cf-fc9e67625523 => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:02.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a48c047d-5a64-4424-aebe-1bee6a89b28e 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1234] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:02 2026] DELETE /v2.0/subnets/1b6ffcf6-3c7d-4cd3-a98e-c44ba5cf8df6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:01:02.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5180c54e-6fed-4d79-9ebc-3ccea60031c8 93694356e37b429a8a09b87788114bbd bb2f9bac536440eaaaceab447bfcd3b9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 569/1235] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:02 2026] DELETE /v2.0/networks/65ab7d13-067b-4c58-a1ac-55ceb085a0ee => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1236] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/networks/10d54fa1-788b-4ece-a567-ba3a815a8957?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: 668/1237] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:01:02 2026] GET /v2.0/networks/10d54fa1-788b-4ece-a567-ba3a815a8957?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: 570/1238] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:02 2026] DELETE /v2.0/subnets/d04f6346-0158-4a29-95cf-fc9e67625523 => 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: 571/1239] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:03 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1240] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:03 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1241] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:02 2026] DELETE /v2.0/networks/5935c918-cb21-4510-8c3a-b22a43faf269 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1242] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:01:03 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1243] 10.0.0.136 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:03 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 574/1244] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:03 2026] GET /v2.0/security-groups?tenant_id=bb2f9bac536440eaaaceab447bfcd3b9&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: 671/1245] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:03 2026] GET /v2.0/security-groups?tenant_id=53ab0993cb3049e9a6e40d1c9ee830e7&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1246] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:03 2026] DELETE /v2.0/security-groups/28e4f45c-1ac0-43ac-9b4e-91bcff1977e3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1247] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:03 2026] DELETE /v2.0/security-groups/200d0225-15bc-4088-8873-97aca16597d5 => 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: 576/1248] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:04 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 673/1249] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:04 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&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: 577/1250] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:05 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:05.485 7 INFO neutron.services.segments.plugin [-] Segment 82e08623-8da0-4cce-a46f-54e4a639c9db resource provider aggregate not found 2026-07-10 01:01:05.492 7 INFO neutron.services.segments.plugin [-] Segment 82e08623-8da0-4cce-a46f-54e4a639c9db resource provider aggregate not found 2026-07-10 01:01:05.503 7 INFO neutron.services.segments.plugin [-] Segment 82e08623-8da0-4cce-a46f-54e4a639c9db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82e08623-8da0-4cce-a46f-54e4a639c9db found for delete ", "request_id": "req-f39eeb6d-eadd-42bb-bedb-30fd03bae27d"}]} 2026-07-10 01:01:05.506 7 INFO neutron.services.segments.plugin [-] Segment 82e08623-8da0-4cce-a46f-54e4a639c9db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82e08623-8da0-4cce-a46f-54e4a639c9db found for delete ", "request_id": "req-36068aa1-bb3f-433b-8bb3-d789f8bf3d7d"}]} [pid: 7|app: 0|req: 674/1251] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:05 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1252] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:06 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 675/1253] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:06 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1254] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:07 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1255] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:07 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1256] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:07 2026] GET /v2.0/security-groups?tenant_id=c7d0abd587d046108237ce56a9ad2ddf&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1257] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:08 2026] DELETE /v2.0/security-groups/59c1b1e9-077a-42cd-8761-bfa14aa0df1e => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1258] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:08 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 679/1259] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1260] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1261] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 581/1262] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/security-groups?tenant_id=c71e24ccf35041a7a67fe9096c07818b&name=default => generated 2925 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1263] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1264] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&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: 683/1265] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:09 2026] DELETE /v2.0/security-groups/d4402910-fd30-46b3-968d-692951a93f46 => 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: 583/1266] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1267] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 584/1268] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:09 2026] GET /v2.0/security-groups?tenant_id=791387ad4ce94d4f9157555479450d9a&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1269] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:09 2026] DELETE /v2.0/security-groups/c1a47ac0-d16b-4ea8-850b-0033e1800d38 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1270] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:10 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 687/1271] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:10 2026] GET /v2.0/security-groups?id=86fe30f9-159c-4bdb-aa86-e99b79d5b4f6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1272] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:10 2026] GET /v2.0/security-groups?tenant_id=50a9473031034c4988e61c300d285b6b&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1273] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:10 2026] DELETE /v2.0/security-groups/f83b48f0-e995-409b-8c02-5b0e0064c9ce => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1274] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:10 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 689/1275] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:10 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 587/1276] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:01:11 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1277] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:01:11 2026] DELETE /v2.0/ports/f19111c3-15cb-4e42-b1ab-ce9c0fd74e53 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1278] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:11 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => 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: 691/1279] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:01:11 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:12.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea62b2bb-d5d5-4924-ac47-5a4e24159b18'] response: {'server_uuid': '79e16601-20f6-41ae-9d2f-1fa5f40ffd25', 'name': 'network-vif-deleted', 'tag': 'f19111c3-15cb-4e42-b1ab-ce9c0fd74e53', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 692/1280] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:12 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:12.127 8 INFO neutron.db.l3_db [req-caaa9a49-e5a2-48c3-8bad-44fb8ec6e6cc req-a452fcb1-a1f1-4f2e-9076-cc0683881b62 dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] Floating IP fcdc273e-2474-486c-948e-a3529a6c3ab2 disassociated. External IP: 10.96.250.214, port: 65b1af3d-becf-4ed0-8a5c-65fc51ac059c. [pid: 7|app: 0|req: 693/1281] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:01:12 2026] GET /v2.0/security-groups?id=991799eb-2a2d-43eb-86a3-e84e6b54181e&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: 589/1282] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:01:11 2026] DELETE /v2.0/ports/65b1af3d-becf-4ed0-8a5c-65fc51ac059c => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1285] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:12 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:13.039 7 INFO neutron.db.segments_db [None req-7cd3412b-e79d-464a-9d14-05f259823f0e c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 82c87a6e-4b28-4cff-9d42-36254ba9fc9b of type vxlan for network 8a2d611a-ddf7-4d93-932e-08c1f40926e5 [pid: 7|app: 0|req: 694/1286] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 01:01:12 2026] POST /v2.0/networks => generated 740 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:13.146 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b033411-ffa4-4d09-beb0-1d686b1b4f00'] response: {'server_uuid': 'a273e738-8907-431d-aff7-5f6bf5833468', 'name': 'network-vif-deleted', 'tag': '65b1af3d-becf-4ed0-8a5c-65fc51ac059c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 695/1287] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:13 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 593/1288] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:13 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) 2026-07-10 01:01:13.372 7 INFO neutron.db.segments_db [None req-ae987e60-a316-4990-8aa9-2f486a543b01 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 54d32ee6-ca49-4683-96e5-e00d81ced67b of type vxlan for network ac90aa53-3406-4205-9020-0a2def35028c 2026-07-10 01:01:13.670 7 INFO neutron.db.l3_hamode_db [None req-ae987e60-a316-4990-8aa9-2f486a543b01 c440ae6280494fc88238a37d78c75ad7 c5a68c0583324e72b1363768c79941b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 594/1289] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:13 2026] GET /v2.0/ports?device_id=79e16601-20f6-41ae-9d2f-1fa5f40ffd25 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:14.158 8 WARNING neutron_lib.context [None req-f2f9497c-95cd-489d-aca4-3ff307df8e18 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:14.192 8 INFO neutron.db.segments_db [None req-f2f9497c-95cd-489d-aca4-3ff307df8e18 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Added segment 32041a6b-92eb-4718-a48e-d559e9c6f9ac of type vxlan for network 253dcb4b-17de-40aa-8b40-33be4048ce66 2026-07-10 01:01:14.495 8 INFO neutron.db.l3_hamode_db [None req-f2f9497c-95cd-489d-aca4-3ff307df8e18 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:01:14.544 7 INFO neutron.db.l3_hamode_db [None req-ae987e60-a316-4990-8aa9-2f486a543b01 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:01:14.638 8 INFO neutron.db.l3_hamode_db [None req-f2f9497c-95cd-489d-aca4-3ff307df8e18 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 595/1290] 10.0.0.12 () {34 vars in 667 bytes} [Fri Jul 10 01:01:13 2026] POST /v2.0/routers => generated 474 bytes in 1194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1291] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:15 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 696/1292] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:13 2026] POST /v2.0/routers => generated 727 bytes in 2483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:15.810 7 WARNING neutron_lib.context [None req-54721cc8-3064-46b9-9b0a-d0d415d4e9ba 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:15.861 7 INFO neutron.db.l3_hamode_db [None req-54721cc8-3064-46b9-9b0a-d0d415d4e9ba 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:01:15.989 7 INFO neutron.db.l3_hamode_db [None req-54721cc8-3064-46b9-9b0a-d0d415d4e9ba 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 597/1293] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:01:15 2026] PUT /v2.0/routers/b2dd9922-2ea1-4cdf-926d-bc78b932f6e0/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1294] 10.0.0.12 () {34 vars in 667 bytes} [Fri Jul 10 01:01:15 2026] POST /v2.0/routers => generated 474 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1295] 199.204.45.22 () {34 vars in 1095 bytes} [Fri Jul 10 01:01:16 2026] GET /v2.0/ports?device_id=a273e738-8907-431d-aff7-5f6bf5833468&fields=binding%3Ahost_id&fields=binding%3Avif_type => 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: 598/1296] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:01:16 2026] PUT /v2.0/routers/5acb0f30-f42b-49e6-8c63-da7fba7422f7/add_router_interface => generated 309 bytes in 1221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1297] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:17 2026] DELETE /v2.0/security-groups/991799eb-2a2d-43eb-86a3-e84e6b54181e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:17.568 8 WARNING neutron_lib.context [None req-7a9ded81-f611-40fd-b13b-d84e7a3fb12d 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:17.588 7 INFO neutron.services.segments.plugin [-] Segment 1e56c0bc-994b-4ac1-98f1-69025fde1e46 resource provider aggregate not found 2026-07-10 01:01:17.593 7 INFO neutron.services.segments.plugin [-] Segment 1e56c0bc-994b-4ac1-98f1-69025fde1e46 resource provider aggregate not found 2026-07-10 01:01:17.605 7 INFO neutron.db.l3_hamode_db [None req-d6d85491-14ff-4ccc-95c0-7a84b69be1ed c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 82655c69-e516-49e8-8a68-c947202451ef was deleted as no HA routers are present in tenant e17d3a3ef1314746a7682b5f1adb4ffa. [pid: 7|app: 0|req: 699/1298] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:16 2026] DELETE /v2.0/routers/b2dd9922-2ea1-4cdf-926d-bc78b932f6e0 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:17.613 7 INFO neutron.services.segments.plugin [-] Segment 1e56c0bc-994b-4ac1-98f1-69025fde1e46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e56c0bc-994b-4ac1-98f1-69025fde1e46 found for delete ", "request_id": "req-e52339f6-bb5d-4abf-b8dc-b26f4acd94b8"}]} 2026-07-10 01:01:17.618 7 INFO neutron.services.segments.plugin [-] Segment 1e56c0bc-994b-4ac1-98f1-69025fde1e46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e56c0bc-994b-4ac1-98f1-69025fde1e46 found for delete ", "request_id": "req-29ce59a7-700a-4b8d-b350-458bfe977df4"}]} 2026-07-10 01:01:17.625 8 INFO neutron.db.l3_hamode_db [None req-7a9ded81-f611-40fd-b13b-d84e7a3fb12d 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:01:17.626 7 INFO neutron.api.v2.resource [None req-87ec3f55-bcb2-46d3-9a18-fef5dddd3836 dd8bf75b0ad74dfc931074802ee7c20e 87ae32660115447595a6bfd614836f1b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1299] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:01:17 2026] GET /v2.0/security-groups/991799eb-2a2d-43eb-86a3-e84e6b54181e => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:01:17.751 8 INFO neutron.db.l3_hamode_db [None req-7a9ded81-f611-40fd-b13b-d84e7a3fb12d 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 701/1300] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:17 2026] DELETE /v2.0/subnets/995a059c-1e1c-4e7d-a9c9-ff2df0898c99 => 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: 702/1301] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:01:17 2026] DELETE /v2.0/floatingips/fcdc273e-2474-486c-948e-a3529a6c3ab2 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1302] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:01:18 2026] GET /v2.0/ports?tenant_id=87ae32660115447595a6bfd614836f1b&device_id=a273e738-8907-431d-aff7-5f6bf5833468 => 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: 704/1303] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:18 2026] DELETE /v2.0/networks/10d54fa1-788b-4ece-a567-ba3a815a8957 => 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: 600/1304] 10.0.0.12 () {34 vars in 667 bytes} [Fri Jul 10 01:01:17 2026] POST /v2.0/routers => generated 474 bytes in 931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:18.504 8 WARNING neutron_lib.context [None req-e2dc59ea-bc68-4e21-b93a-f24a7cf6091f 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:18.550 8 INFO neutron.db.l3_hamode_db [None req-e2dc59ea-bc68-4e21-b93a-f24a7cf6091f 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:01:18.694 8 INFO neutron.db.l3_hamode_db [None req-e2dc59ea-bc68-4e21-b93a-f24a7cf6091f 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 601/1305] 10.0.0.12 () {34 vars in 667 bytes} [Fri Jul 10 01:01:18 2026] POST /v2.0/routers => generated 474 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:19.426 8 INFO neutron.db.segments_db [None req-663a8767-6d71-46bd-a832-6e9ac6160ae6 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment aafde488-b09f-4200-8392-2e3a6d2b4e71 of type vxlan for network eddd71cb-2baf-4f9d-9e66-5e654b12e667 [pid: 8|app: 0|req: 602/1306] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 01:01:19 2026] POST /v2.0/networks => generated 740 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1307] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:01:18 2026] PUT /v2.0/routers/cd725e2e-ce0a-45a7-a4b6-754aa1083be9/remove_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1308] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:19 2026] GET /v2.0/security-groups?tenant_id=e17d3a3ef1314746a7682b5f1adb4ffa&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1309] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:01:19 2026] GET /v2.0/networks?tenant_id=87ae32660115447595a6bfd614836f1b&shared=False => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:19.579 7 WARNING neutron_lib.context [None req-2310a9d0-eecb-4b3a-b953-9e202072d913 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:19.638 7 INFO neutron.services.segments.plugin [-] Segment cc0ee2bd-4027-444b-94b0-30b2d665d33d resource provider aggregate not found 2026-07-10 01:01:19.653 7 INFO neutron.services.segments.plugin [-] Segment cc0ee2bd-4027-444b-94b0-30b2d665d33d resource provider aggregate not found 2026-07-10 01:01:19.657 7 INFO neutron.db.l3_hamode_db [None req-2310a9d0-eecb-4b3a-b953-9e202072d913 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:01:19.659 7 INFO neutron.services.segments.plugin [-] Segment cc0ee2bd-4027-444b-94b0-30b2d665d33d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc0ee2bd-4027-444b-94b0-30b2d665d33d found for delete ", "request_id": "req-e717682f-3510-4463-a880-5e55a53d3211"}]} 2026-07-10 01:01:19.665 7 INFO neutron.services.segments.plugin [-] Segment cc0ee2bd-4027-444b-94b0-30b2d665d33d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc0ee2bd-4027-444b-94b0-30b2d665d33d found for delete ", "request_id": "req-4b7348fd-7380-4ee0-a20a-8bdbefd1ede4"}]} [pid: 8|app: 0|req: 604/1310] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:19 2026] POST /v2.0/subnets => generated 687 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:19.779 7 INFO neutron.db.l3_hamode_db [None req-2310a9d0-eecb-4b3a-b953-9e202072d913 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 707/1311] 10.0.0.12 () {34 vars in 667 bytes} [Fri Jul 10 01:01:19 2026] POST /v2.0/routers => generated 474 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1312] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:20 2026] DELETE /v2.0/security-groups/86fe30f9-159c-4bdb-aa86-e99b79d5b4f6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1313] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:01:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:20.671 7 INFO neutron.db.segments_db [None req-3f369dca-7db5-41c4-b42d-b1d1fd67cd52 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 25e8b269-6525-480a-83ed-86e03249c2a3 of type vxlan for network 079f7172-6541-48d7-94f1-a9c031211958 2026-07-10 01:01:20.736 8 INFO neutron.services.segments.plugin [-] Segment 6148b51d-82d6-4eed-a029-260504fc3871 resource provider aggregate not found 2026-07-10 01:01:20.744 8 INFO neutron.services.segments.plugin [-] Segment 6148b51d-82d6-4eed-a029-260504fc3871 resource provider aggregate not found 2026-07-10 01:01:20.751 8 INFO neutron.services.segments.plugin [-] Segment 6148b51d-82d6-4eed-a029-260504fc3871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6148b51d-82d6-4eed-a029-260504fc3871 found for delete ", "request_id": "req-3ba59b4c-e2b3-47d9-a2f6-94403f677acf"}]} 2026-07-10 01:01:20.765 8 INFO neutron.services.segments.plugin [-] Segment 6148b51d-82d6-4eed-a029-260504fc3871 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6148b51d-82d6-4eed-a029-260504fc3871 found for delete ", "request_id": "req-c2fa8b93-b0b4-4256-a467-f7671d52302b"}]} 2026-07-10 01:01:20.769 8 INFO neutron.db.l3_hamode_db [None req-9a5fd9e7-9551-493a-9082-0ccde771a5f7 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 31f271b7-cf9d-428c-b725-ab27e0be87a1 was deleted as no HA routers are present in tenant 87ae32660115447595a6bfd614836f1b. [pid: 8|app: 0|req: 605/1314] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:19 2026] DELETE /v2.0/routers/cd725e2e-ce0a-45a7-a4b6-754aa1083be9 => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1315] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:01:20 2026] PUT /v2.0/routers/b0a51b0c-3abb-416f-a6ec-6facf81eb39b/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:20.994 7 INFO neutron.db.l3_hamode_db [None req-3f369dca-7db5-41c4-b42d-b1d1fd67cd52 c440ae6280494fc88238a37d78c75ad7 0978a62f640b44c2b6d6d21742057371 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 607/1316] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:20 2026] DELETE /v2.0/subnets/d52e6e0c-9dba-4610-8925-1cd58c214890 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1317] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:01:21 2026] PUT /v2.0/routers/b803bdac-88f8-4d8b-984d-a41da7977af1/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1318] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:21 2026] DELETE /v2.0/networks/f5297d87-3c7c-4cfb-9ed3-67ff78c65204 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1319] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:01:21 2026] PUT /v2.0/routers/5ab2c5c8-d372-4de4-bbbb-23bd194d045b/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1320] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:01:21 2026] PUT /v2.0/routers/61f2fa80-73d2-470d-94e2-5a53d11b6073/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1321] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:21 2026] GET /v2.0/security-groups?tenant_id=87ae32660115447595a6bfd614836f1b&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1322] 10.0.0.12 () {32 vars in 663 bytes} [Fri Jul 10 01:01:21 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1323] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:21 2026] DELETE /v2.0/security-groups/bfab6d16-6aa5-44c6-b1e0-d729f01d2414 => 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: 615/1324] 10.0.0.12 () {32 vars in 677 bytes} [Fri Jul 10 01:01:21 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:21.950 7 INFO neutron.db.l3_hamode_db [None req-3f369dca-7db5-41c4-b42d-b1d1fd67cd52 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 616/1325] 10.0.0.12 () {32 vars in 673 bytes} [Fri Jul 10 01:01:21 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1326] 10.0.0.12 () {32 vars in 685 bytes} [Fri Jul 10 01:01:22 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1327] 10.0.0.12 () {32 vars in 671 bytes} [Fri Jul 10 01:01:22 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1328] 10.0.0.12 () {32 vars in 685 bytes} [Fri Jul 10 01:01:22 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1329] 10.0.0.12 () {32 vars in 681 bytes} [Fri Jul 10 01:01:22 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1330] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:01:22 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:22.789 8 INFO neutron.services.segments.plugin [-] Segment e887c82d-1f2e-489c-898a-4a48f48ebc85 resource provider aggregate not found 2026-07-10 01:01:22.793 8 INFO neutron.services.segments.plugin [-] Segment e887c82d-1f2e-489c-898a-4a48f48ebc85 resource provider aggregate not found 2026-07-10 01:01:22.813 8 INFO neutron.services.segments.plugin [-] Segment e887c82d-1f2e-489c-898a-4a48f48ebc85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e887c82d-1f2e-489c-898a-4a48f48ebc85 found for delete ", "request_id": "req-1eef8449-9d58-4835-aeb4-87bfbe6109f1"}]} 2026-07-10 01:01:22.814 8 INFO neutron.services.segments.plugin [-] Segment e887c82d-1f2e-489c-898a-4a48f48ebc85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e887c82d-1f2e-489c-898a-4a48f48ebc85 found for delete ", "request_id": "req-267958ee-94f3-441b-8c82-71417fa5c8d4"}]} [pid: 8|app: 0|req: 622/1331] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:01:22 2026] GET /v2.0/routers/b0a51b0c-3abb-416f-a6ec-6facf81eb39b => generated 485 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1332] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:20 2026] POST /v2.0/routers => generated 727 bytes in 2324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1333] 10.0.0.12 () {34 vars in 741 bytes} [Fri Jul 10 01:01:22 2026] PUT /v2.0/routers/b0a51b0c-3abb-416f-a6ec-6facf81eb39b => generated 485 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1334] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:23 2026] GET /v2.0/ports?device_id=b0a51b0c-3abb-416f-a6ec-6facf81eb39b => 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: 625/1335] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:23 2026] DELETE /v2.0/routers/b0a51b0c-3abb-416f-a6ec-6facf81eb39b => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1336] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:01:23 2026] GET /v2.0/routers/b803bdac-88f8-4d8b-984d-a41da7977af1 => generated 493 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1337] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:01:22 2026] PUT /v2.0/routers/42ea252c-529d-4eb8-9c88-79909dec02a2/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1338] 10.0.0.12 () {34 vars in 741 bytes} [Fri Jul 10 01:01:23 2026] PUT /v2.0/routers/b803bdac-88f8-4d8b-984d-a41da7977af1 => generated 493 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1339] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:24 2026] GET /v2.0/ports?device_id=b803bdac-88f8-4d8b-984d-a41da7977af1 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1340] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:24 2026] DELETE /v2.0/routers/b803bdac-88f8-4d8b-984d-a41da7977af1 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1341] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:01:24 2026] GET /v2.0/routers/5ab2c5c8-d372-4de4-bbbb-23bd194d045b => generated 502 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1342] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:24 2026] GET /v2.0/security-groups?tenant_id=3e57a58c719c46f685081e88ba06a81c&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:25.127 8 WARNING neutron_lib.context [None req-e0745904-f3d0-4364-b5cf-8bc229b7998a b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 630/1343] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 01:01:25 2026] POST /v2.0/security-groups => generated 1673 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1344] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:25 2026] DELETE /v2.0/security-groups/745e25ee-a7a1-4502-ae8d-b5af7b40e46e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1345] 10.0.0.12 () {34 vars in 741 bytes} [Fri Jul 10 01:01:24 2026] PUT /v2.0/routers/5ab2c5c8-d372-4de4-bbbb-23bd194d045b => generated 502 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:25.510 7 WARNING neutron_lib.context [None req-d4bc9a91-2d72-40d1-89bc-58f89014b676 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 715/1346] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1347] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:25 2026] GET /v2.0/ports?device_id=5ab2c5c8-d372-4de4-bbbb-23bd194d045b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:25.661 7 WARNING neutron_lib.context [None req-fc4b8502-d176-4997-b1e6-6b1e1056b4ef b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 632/1348] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:25 2026] GET /v2.0/security-groups?tenant_id=abcadad14299428f8a8b2582f00af703&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1349] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1350] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:25 2026] DELETE /v2.0/security-groups/48442a64-6afc-485e-bb7d-1ad0876f7901 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:25.873 7 WARNING neutron_lib.context [None req-f997d823-008e-485d-9562-84c06850cc40 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 719/1351] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1352] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:25 2026] GET /v2.0/security-groups?tenant_id=4d90bc774f044ed1a4021b7f85f4b5ed&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:26.112 7 WARNING neutron_lib.context [None req-3b32eacc-b781-4f3a-b86b-f2943d0d85d6 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 633/1353] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:25 2026] DELETE /v2.0/routers/5ab2c5c8-d372-4de4-bbbb-23bd194d045b => generated 0 bytes in 413 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1354] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1355] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:01:26 2026] GET /v2.0/routers/61f2fa80-73d2-470d-94e2-5a53d11b6073 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1356] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:26 2026] DELETE /v2.0/security-groups/3fc2077f-7452-4c11-b9de-2b5a3ece44d7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:26.282 7 WARNING neutron_lib.context [None req-e8181a4d-3281-451a-b617-54fae13b3d3c b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:26.325 7 INFO neutron.db.securitygroups_db [None req-e8181a4d-3281-451a-b617-54fae13b3d3c b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Project c5a68c0583324e72b1363768c79941b7 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: 723/1357] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:26.441 7 WARNING neutron_lib.context [None req-dce914ba-76c2-4b87-8095-5fe17d447e9d b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:26.487 7 INFO neutron.db.securitygroups_db [None req-dce914ba-76c2-4b87-8095-5fe17d447e9d b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Project c5a68c0583324e72b1363768c79941b7 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: 724/1358] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1359] 10.0.0.12 () {34 vars in 741 bytes} [Fri Jul 10 01:01:26 2026] PUT /v2.0/routers/61f2fa80-73d2-470d-94e2-5a53d11b6073 => generated 487 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1360] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:26 2026] GET /v2.0/ports?device_id=61f2fa80-73d2-470d-94e2-5a53d11b6073 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:27.056 7 WARNING neutron_lib.context [None req-b7759be7-0921-4a63-9c48-4fba2a70b6d5 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 726/1361] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 01:01:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:01:27.222 7 WARNING neutron_lib.context [None req-aab434d7-fed1-4b0d-a333-fcff099a04ee b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 636/1362] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:26 2026] DELETE /v2.0/routers/61f2fa80-73d2-470d-94e2-5a53d11b6073 => generated 0 bytes in 482 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1363] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:27.344 7 WARNING neutron_lib.context [None req-0ed18ef6-25cb-4c89-80fc-4b4d513fefad b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 637/1364] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:01:27 2026] GET /v2.0/routers/30ddbad3-77d6-48b6-bcbd-455ff47a27d7 => generated 480 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1365] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:01:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:27.466 7 WARNING neutron_lib.context [None req-cfdfaad7-34d4-4d81-a121-6eb120dd4579 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 638/1366] 10.0.0.12 () {34 vars in 741 bytes} [Fri Jul 10 01:01:27 2026] PUT /v2.0/routers/30ddbad3-77d6-48b6-bcbd-455ff47a27d7 => generated 480 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1369] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:27 2026] GET /v2.0/ports?device_id=30ddbad3-77d6-48b6-bcbd-455ff47a27d7 => 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: 729/1370] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:01:27 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1371] 10.0.0.222 () {34 vars in 1100 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1342454141&fields=id&tenant_id=c5a68c0583324e72b1363768c79941b7 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1372] 10.0.0.222 () {34 vars in 1098 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-164640621&fields=id&tenant_id=c5a68c0583324e72b1363768c79941b7 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1373] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/networks?id=8a2d611a-ddf7-4d93-932e-08c1f40926e5 => generated 672 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1374] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/quotas/c5a68c0583324e72b1363768c79941b7 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1375] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/ports?tenant_id=c5a68c0583324e72b1363768c79941b7&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1376] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/networks/8a2d611a-ddf7-4d93-932e-08c1f40926e5?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: 736/1377] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/networks/8a2d611a-ddf7-4d93-932e-08c1f40926e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:28.580 8 INFO neutron.services.segments.plugin [-] Segment 32041a6b-92eb-4718-a48e-d559e9c6f9ac resource provider aggregate not found 2026-07-10 01:01:28.585 8 INFO neutron.services.segments.plugin [-] Segment 32041a6b-92eb-4718-a48e-d559e9c6f9ac resource provider aggregate not found 2026-07-10 01:01:28.599 8 INFO neutron.db.l3_hamode_db [None req-cc0f6b75-7f6a-4abe-9908-9fbf448ad503 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] HA network 253dcb4b-17de-40aa-8b40-33be4048ce66 was deleted as no HA routers are present in tenant 2d8159e71256429fb1a1eb8c6ce57137. 2026-07-10 01:01:28.600 8 INFO neutron.services.segments.plugin [-] Segment 32041a6b-92eb-4718-a48e-d559e9c6f9ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32041a6b-92eb-4718-a48e-d559e9c6f9ac found for delete ", "request_id": "req-0acdec18-3f19-4b0b-95c1-a0a550ce61a7"}]} [pid: 8|app: 0|req: 642/1378] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:27 2026] DELETE /v2.0/routers/30ddbad3-77d6-48b6-bcbd-455ff47a27d7 => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1379] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:28 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:29.627 8 INFO neutron.services.segments.plugin [-] Segment 32041a6b-92eb-4718-a48e-d559e9c6f9ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32041a6b-92eb-4718-a48e-d559e9c6f9ac found for delete ", "request_id": "req-f3e5e72a-3b0c-4154-b645-f43f552c42ff"}]} 2026-07-10 01:01:29.718 8 WARNING keystonemiddleware.audit [None req-cc0f6b75-7f6a-4abe-9908-9fbf448ad503 7f423ec141404a59b40b10fca8ae8e64 2d8159e71256429fb1a1eb8c6ce57137 - - default default] Skipping service tempest-service-1682678599 as it have no endpoints. [pid: 7|app: 0|req: 738/1380] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:29 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => 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: 643/1381] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:29 2026] GET /v2.0/security-groups?tenant_id=1c5b7781e2d5435e9c66f787f7dd6e0e&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:29.849 7 WARNING keystonemiddleware.audit [req-098f9a1d-561e-476e-8b83-c923d91ead4c req-5ed90024-acfa-4656-bb09-5bd1284d2f32 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Skipping service tempest-service-1682678599 as it have no endpoints. [pid: 7|app: 0|req: 739/1382] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:29 2026] DELETE /v2.0/security-groups/20dd5c81-bccb-4c8e-be12-3984fa04fcd9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:30.121 8 WARNING keystonemiddleware.audit [None req-28ed847a-f3b2-42d0-9c60-04e7222c0a67 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Skipping service tempest-service-1682678599 as it have no endpoints. [pid: 8|app: 0|req: 644/1383] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:30 2026] GET /v2.0/security-groups?tenant_id=2d8159e71256429fb1a1eb8c6ce57137&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:30.290 7 WARNING keystonemiddleware.audit [None req-544c8ee9-5764-4103-b7c2-ecdfd988d304 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Skipping service tempest-service-1682678599 as it have no endpoints. [pid: 7|app: 0|req: 740/1384] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:30 2026] DELETE /v2.0/security-groups/48808530-0b14-482a-92a0-03ec37c1b108 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:30.584 7 WARNING keystonemiddleware.audit [None req-d0bb83f7-936b-49bc-8955-1dbe86bfdc5d c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Skipping service tempest-service-1682678599 as it have no endpoints. [pid: 8|app: 0|req: 645/1385] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:30 2026] GET /v2.0/security-groups?tenant_id=bf90d8f512d146df869841d2fa8323f7&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1386] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:30 2026] GET /v2.0/security-groups?tenant_id=c2d86c60b5c7476697fc4428cf7a05ea&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:30.713 7 WARNING keystonemiddleware.audit [None req-b6058f7c-1639-45ec-b20d-eb97d041f9c1 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Skipping service tempest-service-1682678599 as it have no endpoints. [pid: 8|app: 0|req: 646/1387] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:30 2026] DELETE /v2.0/security-groups/72a7b07c-5c26-49f9-8db8-09d40596956c => 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: 742/1388] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:30 2026] DELETE /v2.0/security-groups/564f7a2a-ca6b-4a23-8199-6e4e452b1c58 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1389] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:30 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => 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: 647/1390] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:30 2026] GET /v2.0/security-groups?tenant_id=af7d2a59076a4757baffd602754866ae&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1391] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:30 2026] GET /v2.0/security-groups?tenant_id=23a14274dfd64cd2bc799e4076aa4384&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1392] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:31 2026] DELETE /v2.0/security-groups/8d26e37a-0db3-4d85-bcb7-c3cb3765aed8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1393] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:31 2026] DELETE /v2.0/security-groups/9d8cc857-9d4d-4031-930e-65461ebf46e4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1394] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:31 2026] GET /v2.0/security-groups?tenant_id=562fca682938465d8f01e573f58dc735&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1395] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:31 2026] DELETE /v2.0/security-groups/4d7754f6-cf97-4d09-ab8f-e4cfae5dcf53 => 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: 650/1396] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:31 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => 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: 651/1397] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:32 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => 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: 747/1398] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:01:32 2026] GET /v2.0/networks?id=8a2d611a-ddf7-4d93-932e-08c1f40926e5 => generated 672 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1399] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:01:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c5a68c0583324e72b1363768c79941b7 => generated 273 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:33.101 7 WARNING neutron_lib.context [req-a4124d4d-fd69-4597-a8c8-8cd2bb23dd12 req-31aa442d-c28a-48ab-b556-054263b55ea5 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 748/1400] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:01:33 2026] POST /v2.0/ports => generated 997 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1401] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:01:33 2026] PUT /v2.0/ports/60cd85a0-2028-4c68-8124-a16485100d7f => generated 1278 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 749/1402] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:34 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1012 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 654/1403] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:34 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1404] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:01:34 2026] GET /v2.0/ports?tenant_id=c5a68c0583324e72b1363768c79941b7&device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:34.790 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87ae971b-f8f7-469b-ab95-e4d09661793d'] response: {'name': 'network-changed', 'server_uuid': '3a9950a0-5695-4026-bbb6-e05f6f2b7e96', 'tag': '60cd85a0-2028-4c68-8124-a16485100d7f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 655/1405] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:01:34 2026] GET /v2.0/networks?tenant_id=c5a68c0583324e72b1363768c79941b7&shared=False => generated 768 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1406] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:01:34 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) 2026-07-10 01:01:35.012 8 WARNING neutron_lib.context [None req-792e0d0b-de37-41c3-aa42-44b0a205b65a 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:35.147 8 INFO neutron.db.segments_db [None req-792e0d0b-de37-41c3-aa42-44b0a205b65a 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Added segment 6d1b3db7-5bf2-4e59-92b7-f3b846829550 of type vxlan for network 58db6d24-a78a-4ded-9114-596d4ed89ad7 [pid: 8|app: 0|req: 656/1407] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:34 2026] POST /v2.0/networks => generated 631 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:35.252 7 WARNING neutron_lib.context [None req-73bbd5d8-f74c-4f12-be67-a18a4a0b9686 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 657/1408] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:35 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1012 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1409] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:35 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1410] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:01:35 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:35.604 8 WARNING neutron_lib.context [None req-9c0b2a33-617e-4355-b76d-d3a8a5f715f1 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 659/1411] 10.0.0.12 () {34 vars in 665 bytes} [Fri Jul 10 01:01:35 2026] POST /v2.0/trunks => generated 407 bytes in 283 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-07-10 01:01:35.894 7 WARNING neutron_lib.context [None req-22f04988-5bbb-43d9-a4ad-1fceb96886cd 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:35.945 7 INFO neutron.db.segments_db [None req-22f04988-5bbb-43d9-a4ad-1fceb96886cd 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Added segment 64456e02-d232-4869-905d-229d37583496 of type vxlan for network eb53e43b-7c6d-4320-957a-61bd3566557f [pid: 8|app: 0|req: 660/1412] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:01:35 2026] GET /v2.0/ports?tenant_id=c5a68c0583324e72b1363768c79941b7&device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1281 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1413] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 01:01:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=60cd85a0-2028-4c68-8124-a16485100d7f => 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: 662/1414] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:01:35 2026] GET /v2.0/subnets?id=a0837033-ced1-471c-a1b8-f0342fd893e6 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1415] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:35 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-07-10 01:01:36.057 7 WARNING neutron_lib.context [None req-63fdf03d-9afd-4f62-9a5d-fc4546688b4f 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 663/1416] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:01:36 2026] GET /v2.0/ports?network_id=8a2d611a-ddf7-4d93-932e-08c1f40926e5&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: 664/1417] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:01:36 2026] GET /v2.0/networks/8a2d611a-ddf7-4d93-932e-08c1f40926e5?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: 665/1418] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:01:36 2026] GET /v2.0/networks/8a2d611a-ddf7-4d93-932e-08c1f40926e5?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: 754/1419] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:01:36 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:36.357 8 WARNING neutron_lib.context [None req-9141bed9-721a-4420-b899-c069b768dc2b 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 666/1420] 10.0.0.12 () {34 vars in 665 bytes} [Fri Jul 10 01:01:36 2026] POST /v2.0/trunks => generated 407 bytes in 147 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-07-10 01:01:36.510 8 WARNING neutron_lib.context [None req-0d2a4528-f374-42e2-84e1-a2baa36c1baf 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 755/1421] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:36 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:36.570 8 INFO neutron.db.segments_db [None req-0d2a4528-f374-42e2-84e1-a2baa36c1baf 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Added segment fa2a5c0f-3ac6-44ad-a10f-5a30ffb7ed03 of type vxlan for network 7e365a09-c10f-4a02-a24c-9b7c044d32ea [pid: 7|app: 0|req: 756/1422] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:36 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1423] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:36 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:36.680 7 WARNING neutron_lib.context [None req-982c05d2-e8f9-434b-bb85-1931adbe5ded 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 757/1424] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:01:36 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:36.964 8 WARNING neutron_lib.context [None req-b55c4c4d-eebf-4838-9aa2-3d232da96a18 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 668/1425] 10.0.0.12 () {34 vars in 665 bytes} [Fri Jul 10 01:01:36 2026] POST /v2.0/trunks => generated 407 bytes in 147 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-07-10 01:01:37.118 7 WARNING neutron_lib.context [None req-225c34c3-83dd-4fd9-afca-cf836fc5da05 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:37.170 7 INFO neutron.db.segments_db [None req-225c34c3-83dd-4fd9-afca-cf836fc5da05 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Added segment 7e56048c-c4c3-4b69-be10-a1db88544d75 of type vxlan for network 2040c0de-e5cf-478a-955d-0cf7b559a1f5 [pid: 7|app: 0|req: 758/1426] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:37 2026] POST /v2.0/networks => generated 632 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:37.307 8 WARNING neutron_lib.context [None req-34456d21-6e5c-4669-89fa-f56a6ff7badb 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 669/1427] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:01:37 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-10 01:01:37.648 8 WARNING neutron_lib.context [None req-c9aeef95-84b0-4cc1-800a-9771742a35da 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 759/1428] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:37 2026] GET /v2.0/security-groups?tenant_id=4a619d1a84b44272be9c0dae5a50e323&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1429] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:37 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1430] 10.0.0.12 () {34 vars in 665 bytes} [Fri Jul 10 01:01:37 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1431] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:37 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:37.834 8 WARNING neutron_lib.context [None req-2317ee1f-06e7-4bcd-9c60-f22acb3388d1 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 761/1432] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:37 2026] DELETE /v2.0/security-groups/e4014b5f-34e6-4bbb-b939-5e15602cea80 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:37.889 8 INFO neutron.db.segments_db [None req-2317ee1f-06e7-4bcd-9c60-f22acb3388d1 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Added segment d851175e-8667-4f3f-8a73-a51ef50a3417 of type vxlan for network c126b2d0-3f74-4a04-91ee-175af89c3bc3 [pid: 8|app: 0|req: 672/1433] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:37 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:37.997 7 WARNING neutron_lib.context [None req-08d25a4a-12f8-4629-b023-bd2530f23196 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 673/1434] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/security-groups?tenant_id=02a8dca5f7514edabef9bd96d3bad93d&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1435] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:01:37 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 674/1436] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/security-groups?tenant_id=9890bbb0b48e47bfa286a1a037d6dc06&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:38.419 8 WARNING neutron_lib.context [None req-317ff2b5-d07e-415f-8abf-1ef9997c1c2d 73e57ed098fa4e3d81708a45c03fc8ab 55a60308bffe4b0ca2fcb91b78bb75df - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1437] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:38 2026] DELETE /v2.0/security-groups/6df0f92c-148c-4dfd-9a92-1747b7e75223 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1438] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:38 2026] DELETE /v2.0/security-groups/2e5b6f1a-ee2f-4809-b0a0-90a03953cfe2 => 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: 675/1439] 10.0.0.12 () {34 vars in 665 bytes} [Fri Jul 10 01:01:38 2026] POST /v2.0/trunks => generated 407 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1440] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:38 2026] PUT /v2.0/trunks/36a7b6b9-1aa1-4576-9b24-d062811cc6a9/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1441] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:38 2026] PUT /v2.0/trunks/ebe59745-64d9-4dce-af33-bebd6fe207a8/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1442] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:38 2026] PUT /v2.0/trunks/f031a698-16f5-403e-b32c-2c64f57e05e0/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1443] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:38 2026] PUT /v2.0/trunks/536c3d81-6885-4ab8-ba21-a3a60ccbb508/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: 678/1444] 10.0.0.12 () {32 vars in 661 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1445] 10.0.0.12 () {32 vars in 675 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1446] 10.0.0.12 () {32 vars in 671 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1447] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1281 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1448] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/security-groups?tenant_id=703da953f95d4920a8d5fc30ed65be87&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1449] 10.0.0.12 () {32 vars in 683 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1450] 199.204.45.22 () {34 vars in 1123 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1451] 10.0.0.12 () {32 vars in 669 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1452] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1012 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1453] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:38 2026] DELETE /v2.0/security-groups/8a155151-5949-4ece-8ef7-bdd022288e86 => 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: 771/1454] 10.0.0.12 () {32 vars in 683 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1455] 10.0.0.12 () {32 vars in 679 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1456] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:38 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1457] 10.0.0.12 () {32 vars in 691 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => 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: 685/1458] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/trunks/36a7b6b9-1aa1-4576-9b24-d062811cc6a9 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1459] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/ports/50c54be6-7920-425c-adbc-964da71b33ad => generated 826 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1460] 10.0.0.12 () {32 vars in 721 bytes} [Fri Jul 10 01:01:39 2026] DELETE /v2.0/trunks/36a7b6b9-1aa1-4576-9b24-d062811cc6a9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1461] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/trunks/ebe59745-64d9-4dce-af33-bebd6fe207a8 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1462] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/ports/8d70ba7f-2726-49be-b312-f0abba5b8052 => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1463] 10.0.0.12 () {32 vars in 721 bytes} [Fri Jul 10 01:01:39 2026] DELETE /v2.0/trunks/ebe59745-64d9-4dce-af33-bebd6fe207a8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1464] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/trunks/f031a698-16f5-403e-b32c-2c64f57e05e0 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1465] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/ports/4de78571-ecd5-4ab8-9f24-21a27ddc5527 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1466] 10.0.0.12 () {32 vars in 721 bytes} [Fri Jul 10 01:01:39 2026] DELETE /v2.0/trunks/f031a698-16f5-403e-b32c-2c64f57e05e0 => 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: 778/1467] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/trunks/536c3d81-6885-4ab8-ba21-a3a60ccbb508 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1468] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/ports/e73386bc-97d6-4c6c-ae38-ce7d599cde61 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1469] 10.0.0.12 () {32 vars in 721 bytes} [Fri Jul 10 01:01:39 2026] DELETE /v2.0/trunks/536c3d81-6885-4ab8-ba21-a3a60ccbb508 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1470] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/trunks/aeb9fe47-eec3-4d32-a36b-4abb119a69ff => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1471] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:39 2026] GET /v2.0/ports/7086fa84-0258-487f-96a0-304321e83584 => 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: 692/1472] 10.0.0.12 () {32 vars in 721 bytes} [Fri Jul 10 01:01:40 2026] DELETE /v2.0/trunks/aeb9fe47-eec3-4d32-a36b-4abb119a69ff => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1473] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:40 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1014 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1474] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:40 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1475] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:40 2026] DELETE /v2.0/ports/50c54be6-7920-425c-adbc-964da71b33ad => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:40.466 7 WARNING neutron_lib.context [None req-68840049-1018-40ac-bc51-fee6d6385485 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 694/1476] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:40 2026] DELETE /v2.0/ports/8d70ba7f-2726-49be-b312-f0abba5b8052 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:40.629 7 INFO neutron.db.segments_db [None req-68840049-1018-40ac-bc51-fee6d6385485 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Added segment b4486627-211c-4644-a37f-2677600bdfdf of type vxlan for network dff8ee6e-8dd6-41d0-8f3b-fcb3bc3eafd0 [pid: 7|app: 0|req: 783/1477] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:40 2026] POST /v2.0/networks => generated 650 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:40.737 7 WARNING neutron_lib.context [None req-6710856e-bc9d-449e-a3bc-3da071c3991e 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 695/1478] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:40 2026] DELETE /v2.0/ports/4de78571-ecd5-4ab8-9f24-21a27ddc5527 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1479] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:40 2026] POST /v2.0/subnets => generated 627 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:41.007 7 WARNING neutron_lib.context [None req-572908aa-651d-49f2-8a70-4a646e1ec84b 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 696/1480] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:40 2026] DELETE /v2.0/ports/e73386bc-97d6-4c6c-ae38-ce7d599cde61 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:41.063 7 INFO neutron.db.segments_db [None req-572908aa-651d-49f2-8a70-4a646e1ec84b 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Added segment 24d7b83f-c36e-49a3-a6f6-54570469a4d5 of type vxlan for network 66fbd54e-1bc1-4b5d-be44-7b9969e34f5d [pid: 8|app: 0|req: 697/1481] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:41 2026] DELETE /v2.0/ports/7086fa84-0258-487f-96a0-304321e83584 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:41.338 7 INFO neutron.db.l3_hamode_db [None req-572908aa-651d-49f2-8a70-4a646e1ec84b 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:01:41.379 8 INFO neutron.services.segments.plugin [-] Segment 6d1b3db7-5bf2-4e59-92b7-f3b846829550 resource provider aggregate not found 2026-07-10 01:01:41.385 8 INFO neutron.services.segments.plugin [-] Segment 6d1b3db7-5bf2-4e59-92b7-f3b846829550 resource provider aggregate not found 2026-07-10 01:01:41.398 8 INFO neutron.services.segments.plugin [-] Segment 6d1b3db7-5bf2-4e59-92b7-f3b846829550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d1b3db7-5bf2-4e59-92b7-f3b846829550 found for delete ", "request_id": "req-c1e7c8bb-5a9d-429a-82f9-9d9d0c4dc790"}]} 2026-07-10 01:01:41.398 8 INFO neutron.services.segments.plugin [-] Segment 6d1b3db7-5bf2-4e59-92b7-f3b846829550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d1b3db7-5bf2-4e59-92b7-f3b846829550 found for delete ", "request_id": "req-1576311b-76f6-4855-a986-0899c98de54e"}]} [pid: 8|app: 0|req: 698/1482] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:41 2026] DELETE /v2.0/networks/58db6d24-a78a-4ded-9114-596d4ed89ad7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1483] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:41 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1014 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1484] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:41 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1485] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:41 2026] DELETE /v2.0/networks/eb53e43b-7c6d-4320-957a-61bd3566557f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1486] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:41 2026] GET /v2.0/security-groups?tenant_id=374d05fdd2df405cad35e2f544dad86c&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1487] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:42 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:42.125 7 INFO neutron.db.l3_hamode_db [None req-572908aa-651d-49f2-8a70-4a646e1ec84b 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 704/1488] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:42 2026] DELETE /v2.0/networks/7e365a09-c10f-4a02-a24c-9b7c044d32ea => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1489] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:42 2026] DELETE /v2.0/security-groups/20f9a76a-6a54-445a-a37e-62f84cb4e6ff => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:42.564 8 INFO neutron.db.l3_db [None req-55835b8c-35fa-44b4-8ca7-0bda0a043ac8 b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Floating IP d00ff091-de72-4a4c-93b3-ec31211e9091 associated. External IP: 10.96.250.201, port: 60cd85a0-2028-4c68-8124-a16485100d7f. [pid: 8|app: 0|req: 706/1490] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:42 2026] PUT /v2.0/floatingips/d00ff091-de72-4a4c-93b3-ec31211e9091 => generated 856 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:42.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b810b43b-23a1-49c4-b5ce-184e886807a7'] response: {'name': 'network-changed', 'server_uuid': '3a9950a0-5695-4026-bbb6-e05f6f2b7e96', 'tag': '60cd85a0-2028-4c68-8124-a16485100d7f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 785/1491] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:41 2026] POST /v2.0/routers => generated 695 bytes in 2009 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1494] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:42 2026] DELETE /v2.0/networks/2040c0de-e5cf-478a-955d-0cf7b559a1f5 => 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: 708/1495] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:43 2026] DELETE /v2.0/networks/c126b2d0-3f74-4a04-91ee-175af89c3bc3 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:43.439 8 INFO neutron.services.segments.plugin [-] Segment 64456e02-d232-4869-905d-229d37583496 resource provider aggregate not found 2026-07-10 01:01:43.451 8 INFO neutron.services.segments.plugin [-] Segment 64456e02-d232-4869-905d-229d37583496 resource provider aggregate not found 2026-07-10 01:01:43.463 8 INFO neutron.services.segments.plugin [-] Segment 64456e02-d232-4869-905d-229d37583496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64456e02-d232-4869-905d-229d37583496 found for delete ", "request_id": "req-4664a163-71f9-4c5c-a757-a4dd1c8a474a"}]} 2026-07-10 01:01:43.476 8 INFO neutron.services.segments.plugin [-] Segment 64456e02-d232-4869-905d-229d37583496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64456e02-d232-4869-905d-229d37583496 found for delete ", "request_id": "req-202c4bd7-a0f9-4b78-aeda-adb402a6cc75"}]} 2026-07-10 01:01:43.481 8 INFO neutron.services.segments.plugin [-] Segment fa2a5c0f-3ac6-44ad-a10f-5a30ffb7ed03 resource provider aggregate not found [pid: 8|app: 0|req: 709/1496] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:01:43 2026] GET /v2.0/ports?tenant_id=c5a68c0583324e72b1363768c79941b7&device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1283 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:43.501 8 INFO neutron.services.segments.plugin [-] Segment fa2a5c0f-3ac6-44ad-a10f-5a30ffb7ed03 resource provider aggregate not found 2026-07-10 01:01:43.514 8 INFO neutron.services.segments.plugin [-] Segment fa2a5c0f-3ac6-44ad-a10f-5a30ffb7ed03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa2a5c0f-3ac6-44ad-a10f-5a30ffb7ed03 found for delete ", "request_id": "req-5be909fe-fac3-4cc1-99a2-25d2d9d432c7"}]} 2026-07-10 01:01:43.521 8 INFO neutron.services.segments.plugin [-] Segment fa2a5c0f-3ac6-44ad-a10f-5a30ffb7ed03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa2a5c0f-3ac6-44ad-a10f-5a30ffb7ed03 found for delete ", "request_id": "req-e660cfba-0fed-410c-8d29-6860c329b806"}]} 2026-07-10 01:01:43.539 8 INFO neutron.services.segments.plugin [-] Segment 7e56048c-c4c3-4b69-be10-a1db88544d75 resource provider aggregate not found 2026-07-10 01:01:43.545 8 INFO neutron.services.segments.plugin [-] Segment 7e56048c-c4c3-4b69-be10-a1db88544d75 resource provider aggregate not found 2026-07-10 01:01:43.562 8 INFO neutron.services.segments.plugin [-] Segment 7e56048c-c4c3-4b69-be10-a1db88544d75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e56048c-c4c3-4b69-be10-a1db88544d75 found for delete ", "request_id": "req-29382c54-5706-41a4-a1e0-7e177a9dc867"}]} 2026-07-10 01:01:43.570 8 INFO neutron.services.segments.plugin [-] Segment 7e56048c-c4c3-4b69-be10-a1db88544d75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e56048c-c4c3-4b69-be10-a1db88544d75 found for delete ", "request_id": "req-c3eb8604-ec1a-4a16-9969-1afc7697dad9"}]} 2026-07-10 01:01:43.586 8 INFO neutron.services.segments.plugin [-] Segment d851175e-8667-4f3f-8a73-a51ef50a3417 resource provider aggregate not found 2026-07-10 01:01:43.593 8 INFO neutron.services.segments.plugin [-] Segment d851175e-8667-4f3f-8a73-a51ef50a3417 resource provider aggregate not found [pid: 8|app: 0|req: 710/1497] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:01:43 2026] GET /v2.0/networks?id=8a2d611a-ddf7-4d93-932e-08c1f40926e5 => generated 768 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:43.613 8 INFO neutron.services.segments.plugin [-] Segment d851175e-8667-4f3f-8a73-a51ef50a3417 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d851175e-8667-4f3f-8a73-a51ef50a3417 found for delete ", "request_id": "req-663bffdf-bc00-4079-937e-b1ec46173d82"}]} 2026-07-10 01:01:43.614 8 INFO neutron.services.segments.plugin [-] Segment d851175e-8667-4f3f-8a73-a51ef50a3417 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d851175e-8667-4f3f-8a73-a51ef50a3417 found for delete ", "request_id": "req-dd4a7e00-1ab3-417e-946b-82c6423c80b8"}]} [pid: 8|app: 0|req: 711/1498] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 01:01:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=60cd85a0-2028-4c68-8124-a16485100d7f => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1499] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:01:43 2026] GET /v2.0/subnets?id=a0837033-ced1-471c-a1b8-f0342fd893e6 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1500] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:01:43 2026] GET /v2.0/ports?network_id=8a2d611a-ddf7-4d93-932e-08c1f40926e5&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1501] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:01:43 2026] GET /v2.0/networks/8a2d611a-ddf7-4d93-932e-08c1f40926e5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1502] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:01:43 2026] GET /v2.0/networks/8a2d611a-ddf7-4d93-932e-08c1f40926e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1503] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:44 2026] GET /v2.0/security-groups?tenant_id=55a60308bffe4b0ca2fcb91b78bb75df&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:44.344 8 WARNING neutron_lib.context [None req-bec6eeac-e322-4193-8cc2-cb64de4e0372 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:44.554 8 INFO neutron.db.segments_db [None req-bec6eeac-e322-4193-8cc2-cb64de4e0372 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] Added segment 4c8c3602-8024-4baa-bca5-c1da12ba125f of type vxlan for network 22e4c905-4e67-44e1-bb23-39283b53950a [pid: 8|app: 0|req: 717/1504] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:44 2026] POST /v2.0/networks => generated 647 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1505] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:44 2026] DELETE /v2.0/security-groups/3f79223f-e9ef-4007-9760-7c39695e0302 => 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: 719/1506] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:44 2026] GET /v2.0/security-groups?tenant_id=d3d89afdeab242efa12b413092784da8&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: 788/1507] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:01:43 2026] PUT /v2.0/routers/6470239a-0069-4307-962d-796464cbcf10/add_router_interface => generated 309 bytes in 1953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:44.984 7 WARNING neutron_lib.context [None req-5629a3e7-53a3-44fa-bb61-fa4d95e6fb12 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 720/1508] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:44 2026] DELETE /v2.0/security-groups/9687c0f7-b014-426b-a726-e3d8015b27cc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:45.121 8 WARNING neutron_lib.context [None req-aefbc547-0138-45a9-a9c9-fc24210056c9 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 789/1509] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:01:44 2026] POST /v2.0/ports => generated 954 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 721/1510] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:45 2026] POST /v2.0/subnets => generated 673 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:45.407 8 WARNING neutron_lib.context [None req-38113f54-14ab-4743-a34b-1c98d0676d46 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 790/1511] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:45 2026] GET /v2.0/security-groups?tenant_id=51d30123e5714b3d984f94cdf458b2c1&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:45.502 7 WARNING neutron_lib.context [None req-015ef3f7-2928-4490-9e08-3f10c6b70fe5 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:45.561 7 INFO neutron.db.segments_db [None req-015ef3f7-2928-4490-9e08-3f10c6b70fe5 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] Added segment 83af0862-9f19-42d9-9d87-28466c869a54 of type vxlan for network c4a0361a-e4a4-4412-9e74-91fde9770eb2 [pid: 7|app: 0|req: 791/1512] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:45 2026] POST /v2.0/networks => generated 648 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1513] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:01:45 2026] POST /v2.0/ports => generated 955 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1514] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:45 2026] DELETE /v2.0/security-groups/95526a03-bc87-4d7e-bd2e-77842e7575d0 => generated 0 bytes in 93 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-07-10 01:01:45.781 7 WARNING neutron_lib.context [None req-a896a7db-624c-4f51-8231-7996c975e409 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 723/1515] 10.0.0.12 () {34 vars in 742 bytes} [Fri Jul 10 01:01:45 2026] PUT /v2.0/networks/c4a0361a-e4a4-4412-9e74-91fde9770eb2 => generated 592 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:45.918 8 WARNING neutron_lib.context [None req-15ca604b-9ac9-40d4-bb00-c26c0d61d4b7 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 724/1516] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:45 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1517] 10.0.0.12 () {34 vars in 740 bytes} [Fri Jul 10 01:01:46 2026] PUT /v2.0/subnets/4455ca1b-1037-44a4-9ea2-d9ec32be41cf => generated 656 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:46.605 8 INFO neutron.services.segments.plugin [-] Segment 83af0862-9f19-42d9-9d87-28466c869a54 resource provider aggregate not found 2026-07-10 01:01:46.611 8 INFO neutron.services.segments.plugin [-] Segment 83af0862-9f19-42d9-9d87-28466c869a54 resource provider aggregate not found [pid: 8|app: 0|req: 726/1518] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:46 2026] DELETE /v2.0/networks/c4a0361a-e4a4-4412-9e74-91fde9770eb2 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:46.635 8 INFO neutron.services.segments.plugin [-] Segment 83af0862-9f19-42d9-9d87-28466c869a54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83af0862-9f19-42d9-9d87-28466c869a54 found for delete ", "request_id": "req-e500b43d-06d2-4840-b228-68168d45705d"}]} 2026-07-10 01:01:46.636 8 INFO neutron.services.segments.plugin [-] Segment 83af0862-9f19-42d9-9d87-28466c869a54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83af0862-9f19-42d9-9d87-28466c869a54 found for delete ", "request_id": "req-43c15757-f767-4850-932d-c525daaa587c"}]} 2026-07-10 01:01:46.650 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25bc352b-1ba9-4e18-af3f-fcb562f45433 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] DELETE failed (client error): The resource could not be found. 2026-07-10 01:01:46.651 7 INFO neutron.db.l3_db [None req-a896a7db-624c-4f51-8231-7996c975e409 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Floating IP 7e03f7e7-045e-4dce-8d19-d01f593cdefd associated. External IP: 10.96.250.211, port: 0229e446-6cd8-4388-864d-cb53dfdf7f45. [pid: 8|app: 0|req: 727/1519] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:46 2026] DELETE /v2.0/networks/c4a0361a-e4a4-4412-9e74-91fde9770eb2 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1520] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:01:46 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1521] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:01:46 2026] GET /v2.0/subnets?network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1522] 10.0.0.12 () {32 vars in 652 bytes} [Fri Jul 10 01:01:46 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: 731/1523] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:01:46 2026] GET /v2.0/networks => generated 1312 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1524] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:01:46 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1525] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:01:46 2026] GET /v2.0/networks/22e4c905-4e67-44e1-bb23-39283b53950a => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1526] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:01:46 2026] GET /v2.0/subnets/4de22bd4-44e8-45d3-99c3-e855aa0a141e => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:46.984 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bb7354b-b5f4-48c8-94c5-b514be41fe15 cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 735/1527] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:46 2026] DELETE /v2.0/subnets/4455ca1b-1037-44a4-9ea2-d9ec32be41cf => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:01:47.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ebf96190-bc34-4051-a513-7db49e0738ac cee08efe41df4d6682737038b04a7fe8 42ccabe0a2214c9f88339b0169484c42 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1528] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:46 2026] DELETE /v2.0/networks/c4a0361a-e4a4-4412-9e74-91fde9770eb2 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1529] 10.0.0.12 () {34 vars in 676 bytes} [Fri Jul 10 01:01:45 2026] POST /v2.0/floatingips => generated 842 bytes in 1239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:47.151 7 INFO neutron.db.l3_db [None req-9e1552fa-e89d-4788-9b2a-c1e98bac48e5 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Floating IP 7e03f7e7-045e-4dce-8d19-d01f593cdefd disassociated. External IP: 10.96.250.211, port: 0229e446-6cd8-4388-864d-cb53dfdf7f45. [pid: 8|app: 0|req: 737/1530] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:47 2026] DELETE /v2.0/subnets/4de22bd4-44e8-45d3-99c3-e855aa0a141e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1531] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:47 2026] DELETE /v2.0/networks/22e4c905-4e67-44e1-bb23-39283b53950a => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1532] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:47 2026] PUT /v2.0/floatingips/7e03f7e7-045e-4dce-8d19-d01f593cdefd => generated 552 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1533] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:01:47 2026] DELETE /v2.0/floatingips/7e03f7e7-045e-4dce-8d19-d01f593cdefd => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:47.822 7 WARNING neutron_lib.context [None req-e55a0623-70d3-4425-9050-a21d4d5426e3 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 740/1534] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:48 2026] GET /v2.0/security-groups?tenant_id=42ccabe0a2214c9f88339b0169484c42&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1535] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:48 2026] DELETE /v2.0/security-groups/cbb739a6-26f9-4243-82ee-3e486a6551be => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:48.596 7 INFO neutron.db.l3_db [None req-e55a0623-70d3-4425-9050-a21d4d5426e3 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Floating IP de708199-4119-4c5b-8b4a-63b60ce6f821 associated. External IP: 10.96.250.205, port: 1e75b49e-f3a3-43c1-b20c-184809136bc1. [pid: 7|app: 0|req: 795/1536] 10.0.0.12 () {34 vars in 676 bytes} [Fri Jul 10 01:01:47 2026] POST /v2.0/floatingips => generated 841 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:48.955 8 INFO neutron.services.segments.plugin [-] Segment 4c8c3602-8024-4baa-bca5-c1da12ba125f resource provider aggregate not found 2026-07-10 01:01:48.958 8 INFO neutron.services.segments.plugin [-] Segment 4c8c3602-8024-4baa-bca5-c1da12ba125f resource provider aggregate not found 2026-07-10 01:01:48.972 8 INFO neutron.services.segments.plugin [-] Segment 4c8c3602-8024-4baa-bca5-c1da12ba125f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c8c3602-8024-4baa-bca5-c1da12ba125f found for delete ", "request_id": "req-b310b66b-a8f9-43a1-be27-cb14fa41233c"}]} 2026-07-10 01:01:48.972 8 INFO neutron.services.segments.plugin [-] Segment 4c8c3602-8024-4baa-bca5-c1da12ba125f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c8c3602-8024-4baa-bca5-c1da12ba125f found for delete ", "request_id": "req-1bdfad3e-fdfe-40a5-b826-460b7695a210"}]} [pid: 8|app: 0|req: 742/1537] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:01:48 2026] GET /v2.0/floatingips/de708199-4119-4c5b-8b4a-63b60ce6f821 => generated 841 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:49.043 7 WARNING neutron_lib.context [None req-5568a742-efe4-4963-bf51-4aebe00a176a ba829745fd784326b419011f93ab0f47 3a4efd302ac04aefa1568311b5624cb4 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 743/1538] 10.0.0.12 () {32 vars in 654 bytes} [Fri Jul 10 01:01:48 2026] GET /v2.0/floatingips => generated 844 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:49.466 8 INFO neutron.db.l3_db [None req-b20c2bc6-91f8-4c08-a30f-67b4f53e24d3 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Floating IP de708199-4119-4c5b-8b4a-63b60ce6f821 associated. External IP: 10.96.250.205, port: 1e75b49e-f3a3-43c1-b20c-184809136bc1. [pid: 7|app: 0|req: 796/1539] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:01:48 2026] POST /v2.0/floatingips => generated 552 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1540] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:01:49 2026] PUT /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1541] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:01:49 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/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: 799/1542] 10.0.0.12 () {34 vars in 769 bytes} [Fri Jul 10 01:01:49 2026] PUT /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1543] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:01:49 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/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: 801/1544] 10.0.0.12 () {34 vars in 765 bytes} [Fri Jul 10 01:01:49 2026] PUT /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1545] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:01:49 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1546] 10.0.0.12 () {34 vars in 787 bytes} [Fri Jul 10 01:01:49 2026] PUT /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1547] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:01:49 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1548] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:01:49 2026] PUT /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:50.155 7 WARNING neutron_lib.context [None req-c3cdd365-88ad-415c-b8c8-9106f6dedd8a 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:50.296 7 INFO neutron.db.segments_db [None req-c3cdd365-88ad-415c-b8c8-9106f6dedd8a 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment 73cd5a44-2a06-4204-9f51-1751cb9c949f of type vxlan for network daedcad5-0ece-4d43-90a4-c97253585987 [pid: 7|app: 0|req: 806/1549] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:50 2026] POST /v2.0/networks => generated 630 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1550] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:01:50 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1551] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:49 2026] PUT /v2.0/floatingips/de708199-4119-4c5b-8b4a-63b60ce6f821 => generated 842 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:50.485 8 WARNING neutron_lib.context [None req-6570bac8-3d1e-4514-b361-d8094604b35a 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:50.525 8 INFO neutron.db.segments_db [None req-6570bac8-3d1e-4514-b361-d8094604b35a 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment f5955c8a-5902-46a6-876a-9b4402a2ee63 of type vxlan for network 3130a54a-2ddc-440f-8115-0004d2d68ae3 [pid: 7|app: 0|req: 808/1552] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:50 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1553] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:01:50 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1554] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:50 2026] POST /v2.0/networks => generated 629 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1555] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:50 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:50.662 7 INFO neutron.db.l3_db [None req-17787f77-f32c-4562-ba01-2bdaed6dae2b 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] Floating IP de708199-4119-4c5b-8b4a-63b60ce6f821 disassociated. External IP: 10.96.250.205, port: 0229e446-6cd8-4388-864d-cb53dfdf7f45. 2026-07-10 01:01:50.699 8 INFO neutron.api.v2.resource [None req-2c6f3174-dc75-4c2b-9fff-15a6eef07387 ba829745fd784326b419011f93ab0f47 3a4efd302ac04aefa1568311b5624cb4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 747/1556] 10.0.0.12 () {32 vars in 750 bytes} [Fri Jul 10 01:01:50 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:01:50.703 8 WARNING neutron_lib.context [None req-3a559bd9-5f35-4b6f-9087-8f0bc104945f 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 748/1557] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:50 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1558] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:01:50 2026] PUT /v2.0/floatingips/de708199-4119-4c5b-8b4a-63b60ce6f821 => generated 552 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1559] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:01:50 2026] DELETE /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:51.001 7 WARNING neutron_lib.context [None req-365679e7-ceb4-400c-acfd-404caeae20a0 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1560] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:50 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1283 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1561] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:50 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1562] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:01:51 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1563] 10.0.0.12 () {32 vars in 857 bytes} [Fri Jul 10 01:01:51 2026] GET /v2.0/floatingips?floating_network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a&port_id=60cd85a0-2028-4c68-8124-a16485100d7f => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:51.283 7 WARNING neutron_lib.context [None req-ad053ec4-31b0-4dc0-897f-8ad5b549a35e 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1564] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:01:51 2026] DELETE /v2.0/floatingips/de708199-4119-4c5b-8b4a-63b60ce6f821 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:51.332 7 INFO neutron.db.segments_db [None req-ad053ec4-31b0-4dc0-897f-8ad5b549a35e 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment c9e0dc30-97b1-4871-9983-864641f759f0 of type vxlan for network b9a0685d-adc3-4b8c-ae93-3bc24188ef8d 2026-07-10 01:01:51.354 8 INFO neutron.api.v2.resource [None req-6898b5c7-21d5-422d-b0c8-410c19d49287 ba829745fd784326b419011f93ab0f47 3a4efd302ac04aefa1568311b5624cb4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 751/1565] 10.0.0.12 () {32 vars in 753 bytes} [Fri Jul 10 01:01:51 2026] DELETE /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:01:51.388 8 INFO neutron.api.v2.resource [None req-caf7acf0-d41c-4052-8e50-4119b73d9ff8 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1566] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:01:51 2026] DELETE /v2.0/floatingips/de708199-4119-4c5b-8b4a-63b60ce6f821 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1567] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:01:51 2026] DELETE /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:51.639 7 INFO neutron.db.l3_hamode_db [None req-ad053ec4-31b0-4dc0-897f-8ad5b549a35e 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 754/1568] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:51 2026] DELETE /v2.0/ports/0229e446-6cd8-4388-864d-cb53dfdf7f45 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:51.774 7 INFO neutron.db.l3_hamode_db [None req-ad053ec4-31b0-4dc0-897f-8ad5b549a35e 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 755/1569] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:01:51 2026] GET /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1570] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:51 2026] DELETE /v2.0/ports/1e75b49e-f3a3-43c1-b20c-184809136bc1 => 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: 757/1571] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:01:52 2026] DELETE /v2.0/floatingips/a77e8224-8292-4058-8578-f989f2b9a60b => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1572] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:52 2026] GET /v2.0/ports?device_id=6470239a-0069-4307-962d-796464cbcf10 => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1573] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:01:52 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1574] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:51 2026] POST /v2.0/routers => generated 506 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1575] 10.0.0.136 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:52 2026] GET /v2.0/security-groups?id=864329f2-4d97-4314-9938-aec636af710c&id=8e4b67a7-096f-4b14-b362-b991fe2df44c&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1576] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:01:52 2026] PUT /v2.0/routers/6470239a-0069-4307-962d-796464cbcf10/remove_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1577] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:53 2026] GET /v2.0/security-groups?tenant_id=736bc2bb410b4f16bb99a8bf8912be39&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1578] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:01:52 2026] PUT /v2.0/routers/a6e428e3-89a7-4f7c-bf1e-d164b23f16db/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1579] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:53 2026] DELETE /v2.0/security-groups/979b1368-cf2e-4630-8f44-0c1664379358 => 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: 819/1580] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:53 2026] GET /v2.0/ports/b9bc371e-d8fe-4603-9f1e-898d38b294f1 => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1581] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:53 2026] GET /v2.0/security-groups?tenant_id=3a4efd302ac04aefa1568311b5624cb4&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:01:54.470 8 INFO neutron.services.segments.plugin [-] Segment 24d7b83f-c36e-49a3-a6f6-54570469a4d5 resource provider aggregate not found 2026-07-10 01:01:54.475 8 INFO neutron.services.segments.plugin [-] Segment 24d7b83f-c36e-49a3-a6f6-54570469a4d5 resource provider aggregate not found 2026-07-10 01:01:54.483 8 INFO neutron.services.segments.plugin [-] Segment 24d7b83f-c36e-49a3-a6f6-54570469a4d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24d7b83f-c36e-49a3-a6f6-54570469a4d5 found for delete ", "request_id": "req-1885b858-61d1-4561-ae12-be76b0f718f4"}]} 2026-07-10 01:01:54.489 8 INFO neutron.db.l3_hamode_db [None req-a3546242-86be-4aa3-b7dd-962bb061b8ba 102bb02870ad4107b0c63c27c5c3d853 27b10739f50b43af87e94f252674ba82 - - default default] HA network 66fbd54e-1bc1-4b5d-be44-7b9969e34f5d was deleted as no HA routers are present in tenant 27b10739f50b43af87e94f252674ba82. [pid: 8|app: 0|req: 762/1582] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:53 2026] DELETE /v2.0/routers/6470239a-0069-4307-962d-796464cbcf10 => generated 0 bytes in 839 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:54.496 8 INFO neutron.services.segments.plugin [-] Segment 24d7b83f-c36e-49a3-a6f6-54570469a4d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24d7b83f-c36e-49a3-a6f6-54570469a4d5 found for delete ", "request_id": "req-8e89973c-7a4a-40bc-9735-4ebdbb526547"}]} [pid: 8|app: 0|req: 763/1583] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:54 2026] DELETE /v2.0/security-groups/7c9cfdff-99d6-4eb1-96a6-4dcd02e531c8 => 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: 764/1584] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:54 2026] DELETE /v2.0/subnets/39a59330-395d-4678-886e-bda47c707da9 => 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: 765/1585] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:54 2026] DELETE /v2.0/networks/dff8ee6e-8dd6-41d0-8f3b-fcb3bc3eafd0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1586] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:54 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1014 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1587] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:55 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1588] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:01:54 2026] PUT /v2.0/routers/a6e428e3-89a7-4f7c-bf1e-d164b23f16db/add_router_interface => generated 309 bytes in 1343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1589] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:55 2026] GET /v2.0/ports/b6808e1b-391c-4223-8b38-5917f3a9c974 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1590] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:01:55 2026] GET /v2.0/security-groups?tenant_id=27b10739f50b43af87e94f252674ba82&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: 770/1591] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:01:55 2026] DELETE /v2.0/security-groups/9daaa6e1-cea5-40d7-ad32-05a73990df1e => 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: 771/1592] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:56 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1593] 10.0.0.222 () {34 vars in 1120 bytes} [Fri Jul 10 01:01:56 2026] GET /v2.0/security-groups?id=8e4b67a7-096f-4b14-b362-b991fe2df44c&id=864329f2-4d97-4314-9938-aec636af710c&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1594] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:01:55 2026] PUT /v2.0/routers/a6e428e3-89a7-4f7c-bf1e-d164b23f16db/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:01:56.507 8 INFO neutron.services.segments.plugin [-] Segment b4486627-211c-4644-a37f-2677600bdfdf resource provider aggregate not found 2026-07-10 01:01:56.511 8 INFO neutron.services.segments.plugin [-] Segment b4486627-211c-4644-a37f-2677600bdfdf resource provider aggregate not found 2026-07-10 01:01:56.526 8 INFO neutron.services.segments.plugin [-] Segment b4486627-211c-4644-a37f-2677600bdfdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4486627-211c-4644-a37f-2677600bdfdf found for delete ", "request_id": "req-e0629990-b1a1-493c-9783-913dfe172429"}]} 2026-07-10 01:01:56.529 8 INFO neutron.services.segments.plugin [-] Segment b4486627-211c-4644-a37f-2677600bdfdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4486627-211c-4644-a37f-2677600bdfdf found for delete ", "request_id": "req-0780ca79-c7d3-4cb0-a3da-09ae4aa6d902"}]} [pid: 7|app: 0|req: 823/1595] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:01:56 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 1012 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1596] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:01:56 2026] PUT /v2.0/routers/a6e428e3-89a7-4f7c-bf1e-d164b23f16db/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1597] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:01:57 2026] GET /v2.0/ports?device_id=a6e428e3-89a7-4f7c-bf1e-d164b23f16db => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:57.316 7 INFO neutron.db.l3_db [req-c1eb16bf-cdcf-47ef-a093-850c3c049905 req-9a8624eb-6f45-4b08-8a62-99cb1ab45dab b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] Floating IP d00ff091-de72-4a4c-93b3-ec31211e9091 disassociated. External IP: 10.96.250.201, port: 60cd85a0-2028-4c68-8124-a16485100d7f. [pid: 7|app: 0|req: 824/1598] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:01:57 2026] DELETE /v2.0/ports/60cd85a0-2028-4c68-8124-a16485100d7f => generated 0 bytes in 733 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1599] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:57 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:57.809 8 INFO neutron.db.l3_hamode_db [None req-1c6121c3-c8e5-45be-8bb1-203dd57235e1 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] HA network b9a0685d-adc3-4b8c-ae93-3bc24188ef8d was deleted as no HA routers are present in tenant cc20736168a945f7b3af4437854fb794. [pid: 8|app: 0|req: 775/1600] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:57 2026] DELETE /v2.0/routers/a6e428e3-89a7-4f7c-bf1e-d164b23f16db => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:57.879 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2f90756-cb17-4ab9-a4d2-b9086a42bb5b'] response: {'server_uuid': '3a9950a0-5695-4026-bbb6-e05f6f2b7e96', 'name': 'network-vif-deleted', 'tag': '60cd85a0-2028-4c68-8124-a16485100d7f', 'status': 'completed', 'code': 200} 2026-07-10 01:01:57.964 8 WARNING neutron_lib.context [None req-2c86d90b-298c-4bd6-a3ce-85099f833c99 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 826/1603] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:57 2026] DELETE /v2.0/subnets/5fce8f5a-5a5c-47e2-a841-5b613fd390c5 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1604] 10.0.0.12 () {34 vars in 677 bytes} [Fri Jul 10 01:01:57 2026] POST /v2.0/qos/policies => generated 359 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:01:58.121 8 INFO neutron.db.segments_db [None req-2c86d90b-298c-4bd6-a3ce-85099f833c99 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Added segment 99013512-55da-4502-b92c-fae280165a2d of type vxlan for network 2f7d3580-ba26-4994-ae8e-661f1d8c0e48 [pid: 8|app: 0|req: 778/1605] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:57 2026] POST /v2.0/networks => generated 648 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1606] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:58 2026] DELETE /v2.0/subnets/c891ecc4-9cb8-45dd-b38a-8db1ae0024d4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:01:58.239 7 WARNING neutron_lib.context [None req-8fbcfa9f-7608-466f-b574-acf1c570cf9d cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 779/1607] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:01:58 2026] PUT /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:58.542 8 INFO neutron.services.segments.plugin [-] Segment c9e0dc30-97b1-4871-9983-864641f759f0 resource provider aggregate not found 2026-07-10 01:01:58.551 8 INFO neutron.services.segments.plugin [-] Segment c9e0dc30-97b1-4871-9983-864641f759f0 resource provider aggregate not found [pid: 7|app: 0|req: 829/1608] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:01:58 2026] POST /v2.0/ports => generated 779 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-07-10 01:01:58.556 8 INFO neutron.services.segments.plugin [-] Segment c9e0dc30-97b1-4871-9983-864641f759f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9e0dc30-97b1-4871-9983-864641f759f0 found for delete ", "request_id": "req-14e56cad-5f22-4bfd-8671-82730cd76387"}]} 2026-07-10 01:01:58.567 8 INFO neutron.services.segments.plugin [-] Segment c9e0dc30-97b1-4871-9983-864641f759f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9e0dc30-97b1-4871-9983-864641f759f0 found for delete ", "request_id": "req-7effdda1-dd44-4429-8a65-c901f97c9e5d"}]} [pid: 7|app: 0|req: 830/1609] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:01:58 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:58.584 7 WARNING neutron_lib.context [None req-b8fd28e1-9b2b-431d-8b46-91226d5a7778 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1610] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:58 2026] DELETE /v2.0/networks/3130a54a-2ddc-440f-8115-0004d2d68ae3 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1611] 10.0.0.12 () {34 vars in 763 bytes} [Fri Jul 10 01:01:58 2026] PUT /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags/green => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-10 01:01:58.639 7 INFO neutron.db.segments_db [None req-b8fd28e1-9b2b-431d-8b46-91226d5a7778 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Added segment 695f5685-2ead-4c45-ba2d-1970130df952 of type vxlan for network 137c4956-3665-42d9-9f1a-4dc1480938ad [pid: 7|app: 0|req: 831/1612] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:58 2026] POST /v2.0/networks => generated 635 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1613] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:01:58 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:58.747 7 WARNING neutron_lib.context [None req-a01b44bf-681c-4545-8f7d-8b7bf06cc033 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 782/1614] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:58 2026] DELETE /v2.0/networks/daedcad5-0ece-4d43-90a4-c97253585987 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1615] 10.0.0.12 () {34 vars in 759 bytes} [Fri Jul 10 01:01:58 2026] PUT /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags/red => generated 4 bytes in 21 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1616] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:01:58 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:58.981 8 WARNING neutron_lib.context [None req-e556ff3c-902b-465a-a84c-6cdf5a303870 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 833/1617] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:58 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: 834/1618] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:01:58 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:59.013 7 WARNING neutron_lib.context [None req-f9537db3-0eb9-45eb-a93a-61cff3b3dd05 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:59.027 8 INFO neutron.db.segments_db [None req-e556ff3c-902b-465a-a84c-6cdf5a303870 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment 4cd7cf11-c795-49aa-a39c-c1e3ae57c238 of type vxlan for network 921ad6d2-4b44-442a-ac81-f9947a3f3a15 [pid: 8|app: 0|req: 785/1619] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:01:58 2026] POST /v2.0/networks => generated 628 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1620] 10.0.0.12 () {34 vars in 781 bytes} [Fri Jul 10 01:01:59 2026] PUT /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags/black.or.white => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-10 01:01:59.152 8 WARNING neutron_lib.context [None req-a51b1476-971f-4136-af75-e53ed7daa692 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 835/1621] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:01:59 2026] POST /v2.0/ports => generated 961 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 836/1622] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:01:59 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1623] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:59 2026] POST /v2.0/subnets => generated 626 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1624] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:01:59 2026] PUT /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:59.480 8 WARNING neutron_lib.context [None req-e522df5b-d585-4be1-afc3-f38ba1adadce 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:01:59.532 8 INFO neutron.db.segments_db [None req-e522df5b-d585-4be1-afc3-f38ba1adadce 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment 42936d13-d0fd-43ac-a363-b5198698b0fb of type vxlan for network 9cec2f08-92b5-4625-8309-0307296d84bc [pid: 7|app: 0|req: 837/1625] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:59 2026] DELETE /v2.0/ports/62a5165b-6091-46d5-a46f-eacfb8a974fc => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1626] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:01:59 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:01:59.646 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffedee26-16f8-42be-bfe1-b39fa03b8c3a cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1627] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:01:59 2026] DELETE /v2.0/ports/62a5165b-6091-46d5-a46f-eacfb8a974fc => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1628] 10.0.0.12 () {32 vars in 740 bytes} [Fri Jul 10 01:01:59 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags/red => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:59.678 7 INFO neutron.pecan_wsgi.hooks.translation [None req-206d6859-94b9-4b3d-8f9a-10309e2bb3f7 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 841/1629] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:01:59 2026] GET /v2.0/ports/62a5165b-6091-46d5-a46f-eacfb8a974fc => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:01:59.690 7 INFO neutron.api.v2.resource [None req-d7a06e1a-3453-4589-9237-e7c03b237a4f 1ca951d49d6d476baf4a1c508e55fc9d d17dc2f189e744f695f28c3640f7015d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 842/1630] 10.0.0.12 () {32 vars in 744 bytes} [Fri Jul 10 01:01:59 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags/green => generated 99 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:01:59.807 8 INFO neutron.db.l3_hamode_db [None req-e522df5b-d585-4be1-afc3-f38ba1adadce 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 843/1631] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:01:59 2026] DELETE /v2.0/subnets/2911d1cf-7af9-4543-bee5-c67716ce437b => 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: 844/1632] 10.0.0.12 () {32 vars in 743 bytes} [Fri Jul 10 01:01:59 2026] DELETE /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:01:59.931 8 INFO neutron.db.l3_hamode_db [None req-e522df5b-d585-4be1-afc3-f38ba1adadce 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:00.206 7 INFO neutron.services.segments.plugin [-] Segment 695f5685-2ead-4c45-ba2d-1970130df952 resource provider aggregate not found 2026-07-10 01:02:00.211 7 INFO neutron.services.segments.plugin [-] Segment 695f5685-2ead-4c45-ba2d-1970130df952 resource provider aggregate not found 2026-07-10 01:02:00.223 7 INFO neutron.services.segments.plugin [-] Segment 695f5685-2ead-4c45-ba2d-1970130df952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 695f5685-2ead-4c45-ba2d-1970130df952 found for delete ", "request_id": "req-91629916-79c3-48c3-814c-be0aec713b7f"}]} [pid: 7|app: 0|req: 845/1633] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:01:59 2026] DELETE /v2.0/networks/137c4956-3665-42d9-9f1a-4dc1480938ad => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:00.228 7 INFO neutron.services.segments.plugin [-] Segment 695f5685-2ead-4c45-ba2d-1970130df952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 695f5685-2ead-4c45-ba2d-1970130df952 found for delete ", "request_id": "req-25ccab8b-a53c-4657-a3c1-2c0de1872638"}]} [pid: 7|app: 0|req: 846/1634] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:00 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1635] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:00 2026] GET /v2.0/ports?device_id=3a9950a0-5695-4026-bbb6-e05f6f2b7e96 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:00.267 7 WARNING neutron_lib.context [None req-718e7375-9529-4dd2-81b6-5d1e97b31ab1 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:00.330 7 INFO neutron.db.segments_db [None req-718e7375-9529-4dd2-81b6-5d1e97b31ab1 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Added segment 701f61e5-343f-4f89-a9c9-43b1b7e3573e of type vxlan for network b7a9653e-1b5b-4a98-8538-7892f20567c8 [pid: 7|app: 0|req: 848/1636] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:00 2026] POST /v2.0/networks => generated 636 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:00.465 7 INFO neutron.api.v2.resource [None req-7f6b8843-c7ad-4aef-aaae-5fb433a90d15 1ca951d49d6d476baf4a1c508e55fc9d d17dc2f189e744f695f28c3640f7015d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1637] 10.0.0.12 () {32 vars in 747 bytes} [Fri Jul 10 01:02:00 2026] DELETE /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:02:00.474 7 WARNING neutron_lib.context [None req-516bc5d7-05d5-4085-b200-417c09364ef0 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:00.574 8 INFO neutron.services.segments.plugin [-] Segment f5955c8a-5902-46a6-876a-9b4402a2ee63 resource provider aggregate not found 2026-07-10 01:02:00.589 8 INFO neutron.services.segments.plugin [-] Segment f5955c8a-5902-46a6-876a-9b4402a2ee63 resource provider aggregate not found [pid: 8|app: 0|req: 789/1638] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:01:59 2026] POST /v2.0/routers => generated 507 bytes in 1123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:00.598 8 INFO neutron.services.segments.plugin [-] Segment f5955c8a-5902-46a6-876a-9b4402a2ee63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5955c8a-5902-46a6-876a-9b4402a2ee63 found for delete ", "request_id": "req-554c3179-d291-4db3-bd33-549c242581cd"}]} 2026-07-10 01:02:00.607 8 INFO neutron.services.segments.plugin [-] Segment f5955c8a-5902-46a6-876a-9b4402a2ee63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5955c8a-5902-46a6-876a-9b4402a2ee63 found for delete ", "request_id": "req-bb736f91-bb77-4d9a-9158-e8702e67a188"}]} 2026-07-10 01:02:00.616 8 INFO neutron.services.segments.plugin [-] Segment 73cd5a44-2a06-4204-9f51-1751cb9c949f resource provider aggregate not found 2026-07-10 01:02:00.621 8 INFO neutron.services.segments.plugin [-] Segment 73cd5a44-2a06-4204-9f51-1751cb9c949f resource provider aggregate not found 2026-07-10 01:02:00.632 8 INFO neutron.services.segments.plugin [-] Segment 73cd5a44-2a06-4204-9f51-1751cb9c949f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73cd5a44-2a06-4204-9f51-1751cb9c949f found for delete ", "request_id": "req-43281993-7543-4cd9-84f6-59b6fe28d4c6"}]} 2026-07-10 01:02:00.633 8 INFO neutron.services.segments.plugin [-] Segment 73cd5a44-2a06-4204-9f51-1751cb9c949f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73cd5a44-2a06-4204-9f51-1751cb9c949f found for delete ", "request_id": "req-edc788a3-3599-48c1-9503-89c0d22bbba3"}]} [pid: 8|app: 0|req: 790/1639] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:00 2026] DELETE /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:00.647 8 WARNING neutron_lib.context [None req-8c081a02-d5d0-4d85-92bd-73d3e1606631 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 850/1640] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:00 2026] POST /v2.0/subnets => generated 646 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1641] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:00 2026] GET /v2.0/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736/tags => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:00.794 7 WARNING neutron_lib.context [None req-bf0c9e5d-9d69-48b9-bfef-b931bc6f8509 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 791/1642] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:00 2026] POST /v2.0/ports => generated 952 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: 852/1643] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:00 2026] POST /v2.0/ports => generated 923 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1644] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:02:01 2026] DELETE /v2.0/qos/policies/c8bfbd68-d3b1-4bc3-b805-23cd222d0736 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1645] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:01 2026] DELETE /v2.0/ports/03953140-62c7-4bee-8ef1-6350694b7926 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:01.416 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b295b254-0359-41ef-b82c-750700d82759 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1646] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:01 2026] GET /v2.0/ports/03953140-62c7-4bee-8ef1-6350694b7926 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1647] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:01 2026] DELETE /v2.0/subnets/b227519e-390d-4955-9c74-39b62f8fbce1 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1648] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:01 2026] DELETE /v2.0/security-groups/864329f2-4d97-4314-9938-aec636af710c => 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: 797/1649] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:01 2026] DELETE /v2.0/networks/b7a9653e-1b5b-4a98-8538-7892f20567c8 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:02.039 8 INFO neutron.api.v2.resource [None req-b6679e2b-4d33-42c6-8e7d-23429faa9fbd b54beb99b44840c08e478e1917ec754b c5a68c0583324e72b1363768c79941b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 798/1650] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:02:02 2026] GET /v2.0/security-groups/864329f2-4d97-4314-9938-aec636af710c => 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: 799/1651] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:02 2026] GET /v2.0/security-groups?tenant_id=7e604e2126d742dd949d34ca3089f07e&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:02.277 8 WARNING neutron_lib.context [None req-8b858053-afd8-4bed-8cb2-6d2ed7c4afdf cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 853/1652] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:01 2026] PUT /v2.0/routers/221e46dc-217e-40b2-adce-4175de11a9cf/add_router_interface => generated 309 bytes in 1207 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: 800/1653] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:02 2026] POST /v2.0/ports => generated 779 bytes in 278 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: 854/1654] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:02:02 2026] DELETE /v2.0/floatingips/d00ff091-de72-4a4c-93b3-ec31211e9091 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1655] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:02 2026] GET /v2.0/ports/4052dedd-c616-49e8-af87-7ab33660f7ee => generated 1026 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:02.653 8 INFO neutron.services.segments.plugin [-] Segment 701f61e5-343f-4f89-a9c9-43b1b7e3573e resource provider aggregate not found 2026-07-10 01:02:02.659 8 INFO neutron.services.segments.plugin [-] Segment 701f61e5-343f-4f89-a9c9-43b1b7e3573e resource provider aggregate not found 2026-07-10 01:02:02.670 8 INFO neutron.services.segments.plugin [-] Segment 701f61e5-343f-4f89-a9c9-43b1b7e3573e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 701f61e5-343f-4f89-a9c9-43b1b7e3573e found for delete ", "request_id": "req-67fdac2f-d869-4571-bb8a-ee8e9ac88d42"}]} [pid: 8|app: 0|req: 801/1656] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:02 2026] DELETE /v2.0/security-groups/0504e0a7-7fd9-425b-892d-279a1d2ed50a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:02.675 8 INFO neutron.services.segments.plugin [-] Segment 701f61e5-343f-4f89-a9c9-43b1b7e3573e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 701f61e5-343f-4f89-a9c9-43b1b7e3573e found for delete ", "request_id": "req-e9ad4e1b-97fb-49f6-b080-fa9a2d99019a"}]} [pid: 8|app: 0|req: 802/1657] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:02 2026] DELETE /v2.0/security-groups/8e4b67a7-096f-4b14-b362-b991fe2df44c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1658] 10.0.0.12 () {34 vars in 736 bytes} [Fri Jul 10 01:02:02 2026] PUT /v2.0/ports/29f03172-9bd8-40b2-9a0c-0796fe031c2a => generated 752 bytes in 175 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: 857/1659] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:02 2026] GET /v2.0/security-groups?tenant_id=d17dc2f189e744f695f28c3640f7015d&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1660] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:02 2026] DELETE /v2.0/ports/29f03172-9bd8-40b2-9a0c-0796fe031c2a => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1661] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:02 2026] PUT /v2.0/routers/221e46dc-217e-40b2-adce-4175de11a9cf/remove_router_interface => generated 309 bytes in 817 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: 804/1662] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:03 2026] DELETE /v2.0/security-groups/bbf019aa-d435-4e87-a2c0-90a14c0543b4 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1663] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:02:03 2026] GET /v2.0/ports => generated 782 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:04.026 8 INFO neutron.api.v2.resource [None req-ba4cf8b2-6aa1-4284-ad73-a3b907b2487a 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 806/1664] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:03 2026] PUT /v2.0/routers/221e46dc-217e-40b2-adce-4175de11a9cf/remove_router_interface => generated 197 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:04.040 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d070c9e8-10ba-4491-82f1-0fe2b7b0f2e1 cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 807/1665] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:04 2026] GET /v2.0/ports/29f03172-9bd8-40b2-9a0c-0796fe031c2a => 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: 808/1666] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:04 2026] GET /v2.0/ports?device_id=221e46dc-217e-40b2-adce-4175de11a9cf => 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: 809/1667] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:02:04 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1668] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:03 2026] PUT /v2.0/routers/5acb0f30-f42b-49e6-8c63-da7fba7422f7/remove_router_interface => generated 309 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1669] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:04 2026] GET /v2.0/ports/49ba5223-0639-4636-9236-de49232d9f99 => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:04.665 8 INFO neutron.db.l3_hamode_db [None req-2a2d9bbe-3d52-45fe-9423-62e938efe3a6 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] HA network 9cec2f08-92b5-4625-8309-0307296d84bc was deleted as no HA routers are present in tenant cc20736168a945f7b3af4437854fb794. [pid: 8|app: 0|req: 810/1670] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:04 2026] DELETE /v2.0/routers/221e46dc-217e-40b2-adce-4175de11a9cf => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:04.691 8 INFO neutron.services.segments.plugin [-] Segment 42936d13-d0fd-43ac-a363-b5198698b0fb resource provider aggregate not found 2026-07-10 01:02:04.695 8 INFO neutron.services.segments.plugin [-] Segment 42936d13-d0fd-43ac-a363-b5198698b0fb resource provider aggregate not found 2026-07-10 01:02:04.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-499500cf-8bff-4ec3-afe3-b7fc8489b80a cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1671] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:04 2026] DELETE /v2.0/ports/03953140-62c7-4bee-8ef1-6350694b7926 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:04.712 8 INFO neutron.services.segments.plugin [-] Segment 42936d13-d0fd-43ac-a363-b5198698b0fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42936d13-d0fd-43ac-a363-b5198698b0fb found for delete ", "request_id": "req-68db5060-bf02-4fab-90c6-351e1b398abd"}]} 2026-07-10 01:02:04.716 8 INFO neutron.services.segments.plugin [-] Segment 42936d13-d0fd-43ac-a363-b5198698b0fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42936d13-d0fd-43ac-a363-b5198698b0fb found for delete ", "request_id": "req-23ef72b6-4756-434e-b3d9-44b29ca5244f"}]} [pid: 8|app: 0|req: 812/1672] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:04 2026] DELETE /v2.0/subnets/4fe49341-3208-4a6d-96cd-3e5494f0beb9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:04.844 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a196bb91-045f-4f8d-8106-cf454c8a8a1c cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1673] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:04 2026] DELETE /v2.0/subnets/b227519e-390d-4955-9c74-39b62f8fbce1 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1674] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:04 2026] DELETE /v2.0/networks/921ad6d2-4b44-442a-ac81-f9947a3f3a15 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:05.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c98a0a48-17e3-4091-8bdd-5611aa1d5d8c cb91c2172f894e3ebcc9d9041a738ffc 21f801ea889e4d2d8506c8504a3ee23d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1675] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:05 2026] DELETE /v2.0/subnets/2911d1cf-7af9-4543-bee5-c67716ce437b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:05.138 8 WARNING neutron_lib.context [None req-14bb61c7-38c8-4cf8-bb4c-c95424e6b65f 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:05.185 8 INFO neutron.db.segments_db [None req-14bb61c7-38c8-4cf8-bb4c-c95424e6b65f 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment 5f0e1e69-ca0c-4077-b4de-45abf9d714e1 of type vxlan for network b87b85d9-7fbb-4749-abb2-3504c48e1783 [pid: 8|app: 0|req: 816/1676] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:05 2026] POST /v2.0/networks => generated 629 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1677] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:05 2026] DELETE /v2.0/ports/49ba5223-0639-4636-9236-de49232d9f99 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:05.563 8 WARNING neutron_lib.context [None req-5a0b2525-ae4b-4f1e-99ca-ec7ef342e986 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:05.580 7 INFO neutron.services.segments.plugin [-] Segment 54d32ee6-ca49-4683-96e5-e00d81ced67b resource provider aggregate not found 2026-07-10 01:02:05.586 7 INFO neutron.services.segments.plugin [-] Segment 54d32ee6-ca49-4683-96e5-e00d81ced67b resource provider aggregate not found 2026-07-10 01:02:05.605 7 INFO neutron.services.segments.plugin [-] Segment 54d32ee6-ca49-4683-96e5-e00d81ced67b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d32ee6-ca49-4683-96e5-e00d81ced67b found for delete ", "request_id": "req-f79b6a21-2a27-426b-8b38-a3c9ec5025c1"}]} 2026-07-10 01:02:05.608 7 INFO neutron.services.segments.plugin [-] Segment 54d32ee6-ca49-4683-96e5-e00d81ced67b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d32ee6-ca49-4683-96e5-e00d81ced67b found for delete ", "request_id": "req-6dcf9d47-1fcb-4117-acb3-50c2dcfc5517"}]} 2026-07-10 01:02:05.620 7 INFO neutron.db.l3_hamode_db [None req-d8013bde-7977-4d68-aa5f-cff2f005176d c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network ac90aa53-3406-4205-9020-0a2def35028c was deleted as no HA routers are present in tenant c5a68c0583324e72b1363768c79941b7. [pid: 7|app: 0|req: 861/1678] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:04 2026] DELETE /v2.0/routers/5acb0f30-f42b-49e6-8c63-da7fba7422f7 => generated 0 bytes in 1325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1679] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:05 2026] DELETE /v2.0/networks/2f7d3580-ba26-4994-ae8e-661f1d8c0e48 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1680] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:05 2026] POST /v2.0/subnets => generated 626 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:05.913 8 WARNING neutron_lib.context [None req-4f4b6c07-1de0-4e35-9e24-d370e7bdbcff 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:05.964 8 INFO neutron.db.segments_db [None req-4f4b6c07-1de0-4e35-9e24-d370e7bdbcff 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment a23a4880-ead2-45c0-8869-bd4734a8ddff of type vxlan for network 8f07367c-2d87-446f-ab5b-82fed638da72 [pid: 7|app: 0|req: 863/1681] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:05 2026] DELETE /v2.0/subnets/a0837033-ced1-471c-a1b8-f0342fd893e6 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:06.218 8 INFO neutron.db.l3_hamode_db [None req-4f4b6c07-1de0-4e35-9e24-d370e7bdbcff 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:06.358 8 INFO neutron.db.l3_hamode_db [None req-4f4b6c07-1de0-4e35-9e24-d370e7bdbcff 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 864/1682] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:06 2026] DELETE /v2.0/networks/8a2d611a-ddf7-4d93-932e-08c1f40926e5 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:06.739 8 INFO neutron.services.segments.plugin [-] Segment 4cd7cf11-c795-49aa-a39c-c1e3ae57c238 resource provider aggregate not found 2026-07-10 01:02:06.744 8 INFO neutron.services.segments.plugin [-] Segment 4cd7cf11-c795-49aa-a39c-c1e3ae57c238 resource provider aggregate not found 2026-07-10 01:02:06.756 8 INFO neutron.services.segments.plugin [-] Segment 4cd7cf11-c795-49aa-a39c-c1e3ae57c238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd7cf11-c795-49aa-a39c-c1e3ae57c238 found for delete ", "request_id": "req-9c2ec903-0adf-4aac-a1a5-0e4712168951"}]} 2026-07-10 01:02:06.760 8 INFO neutron.services.segments.plugin [-] Segment 4cd7cf11-c795-49aa-a39c-c1e3ae57c238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd7cf11-c795-49aa-a39c-c1e3ae57c238 found for delete ", "request_id": "req-0a5ef133-409c-4a8e-a121-c0c78fc1419d"}]} [pid: 8|app: 0|req: 819/1683] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:05 2026] POST /v2.0/routers => generated 506 bytes in 1118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1684] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:07 2026] GET /v2.0/security-groups?tenant_id=21f801ea889e4d2d8506c8504a3ee23d&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1685] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:06 2026] PUT /v2.0/routers/42ea252c-529d-4eb8-9c88-79909dec02a2/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1686] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:07 2026] DELETE /v2.0/security-groups/57e585dc-8bef-4b13-9555-9e80e717fd9e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:07.624 7 INFO neutron.services.segments.plugin [-] Segment 99013512-55da-4502-b92c-fae280165a2d resource provider aggregate not found 2026-07-10 01:02:07.630 7 INFO neutron.services.segments.plugin [-] Segment 99013512-55da-4502-b92c-fae280165a2d resource provider aggregate not found 2026-07-10 01:02:07.638 7 INFO neutron.services.segments.plugin [-] Segment 99013512-55da-4502-b92c-fae280165a2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99013512-55da-4502-b92c-fae280165a2d found for delete ", "request_id": "req-643afc2c-6b36-496d-a920-ac37a4ca4f39"}]} 2026-07-10 01:02:07.648 7 INFO neutron.services.segments.plugin [-] Segment 99013512-55da-4502-b92c-fae280165a2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99013512-55da-4502-b92c-fae280165a2d found for delete ", "request_id": "req-91a36faf-cab4-46ea-8e89-074532cafdc5"}]} 2026-07-10 01:02:07.653 7 INFO neutron.services.segments.plugin [-] Segment 82c87a6e-4b28-4cff-9d42-36254ba9fc9b resource provider aggregate not found 2026-07-10 01:02:07.666 7 INFO neutron.services.segments.plugin [-] Segment 82c87a6e-4b28-4cff-9d42-36254ba9fc9b resource provider aggregate not found 2026-07-10 01:02:07.672 7 INFO neutron.services.segments.plugin [-] Segment 82c87a6e-4b28-4cff-9d42-36254ba9fc9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82c87a6e-4b28-4cff-9d42-36254ba9fc9b found for delete ", "request_id": "req-a49d66f8-af9b-4300-bbf1-565db1421a66"}]} 2026-07-10 01:02:07.680 7 INFO neutron.services.segments.plugin [-] Segment 82c87a6e-4b28-4cff-9d42-36254ba9fc9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82c87a6e-4b28-4cff-9d42-36254ba9fc9b found for delete ", "request_id": "req-d6a0244e-ca5a-40a8-8191-4f5e943dc232"}]} 2026-07-10 01:02:08.377 7 INFO neutron.db.l3_hamode_db [None req-35baa9b0-1391-491b-a680-3eb6d7bd7eaf c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 079f7172-6541-48d7-94f1-a9c031211958 was deleted as no HA routers are present in tenant 0978a62f640b44c2b6d6d21742057371. [pid: 7|app: 0|req: 867/1687] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:07 2026] DELETE /v2.0/routers/42ea252c-529d-4eb8-9c88-79909dec02a2 => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1688] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:07 2026] PUT /v2.0/routers/c71ddab0-fba5-4fc2-9cc5-b549bb6bc543/add_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1689] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:08 2026] GET /v2.0/security-groups?tenant_id=75f716b8e04b48b59db5564a082ebe2e&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1690] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:08 2026] DELETE /v2.0/subnets/372c066b-6f48-4dc1-a8cb-3645ece9451b => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1691] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:08 2026] GET /v2.0/ports/089faefc-cb98-4e34-9321-8e7fb08393c4 => generated 955 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1692] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:08 2026] DELETE /v2.0/security-groups/14781ccc-f423-4996-8a67-5f174684dae4 => 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: 870/1693] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:08 2026] DELETE /v2.0/networks/eddd71cb-2baf-4f9d-9e66-5e654b12e667 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1694] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:09 2026] GET /v2.0/security-groups?tenant_id=4572716afa084d46bdfec44ad3687727&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:09.427 7 WARNING neutron_lib.context [None req-2a050240-164b-4995-bdef-a5f062a2a34e d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:09.605 7 INFO neutron.db.segments_db [None req-2a050240-164b-4995-bdef-a5f062a2a34e d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Added segment 185c0d0d-bbee-415f-be68-766d056a58a2 of type vxlan for network 43fd0452-a161-406b-b6a3-22ca54d510ad 2026-07-10 01:02:09.699 7 INFO neutron.services.segments.plugin [-] Segment 25e8b269-6525-480a-83ed-86e03249c2a3 resource provider aggregate not found 2026-07-10 01:02:09.709 7 INFO neutron.services.segments.plugin [-] Segment 25e8b269-6525-480a-83ed-86e03249c2a3 resource provider aggregate not found 2026-07-10 01:02:09.731 7 INFO neutron.services.segments.plugin [-] Segment 25e8b269-6525-480a-83ed-86e03249c2a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e8b269-6525-480a-83ed-86e03249c2a3 found for delete ", "request_id": "req-1dc7a91f-101f-42e1-9c46-06d5c38b495f"}]} 2026-07-10 01:02:09.737 7 INFO neutron.services.segments.plugin [-] Segment 25e8b269-6525-480a-83ed-86e03249c2a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25e8b269-6525-480a-83ed-86e03249c2a3 found for delete ", "request_id": "req-b9fd6d71-40e4-4902-a189-7c16638e0657"}]} [pid: 8|app: 0|req: 824/1695] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:08 2026] PUT /v2.0/routers/c71ddab0-fba5-4fc2-9cc5-b549bb6bc543/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:09.752 7 INFO neutron.services.segments.plugin [-] Segment aafde488-b09f-4200-8392-2e3a6d2b4e71 resource provider aggregate not found 2026-07-10 01:02:09.760 7 INFO neutron.services.segments.plugin [-] Segment aafde488-b09f-4200-8392-2e3a6d2b4e71 resource provider aggregate not found [pid: 7|app: 0|req: 872/1696] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:09 2026] POST /v2.0/networks => generated 645 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:09.782 7 INFO neutron.services.segments.plugin [-] Segment aafde488-b09f-4200-8392-2e3a6d2b4e71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aafde488-b09f-4200-8392-2e3a6d2b4e71 found for delete ", "request_id": "req-4defb2e3-b81e-454d-97ca-ca576f69f6c3"}]} 2026-07-10 01:02:09.790 7 INFO neutron.services.segments.plugin [-] Segment aafde488-b09f-4200-8392-2e3a6d2b4e71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aafde488-b09f-4200-8392-2e3a6d2b4e71 found for delete ", "request_id": "req-cc292233-858a-4b20-be10-66a79d8323a6"}]} [pid: 7|app: 0|req: 873/1697] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:09 2026] GET /v2.0/security-groups?tenant_id=0978a62f640b44c2b6d6d21742057371&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1698] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:09 2026] GET /v2.0/ports?device_id=c71ddab0-fba5-4fc2-9cc5-b549bb6bc543 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:09.833 7 WARNING neutron_lib.context [None req-0ab962cc-d5d7-4376-bef2-ca2253e3bfda d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 825/1699] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:09 2026] DELETE /v2.0/security-groups/cbd566b1-89ea-4e52-8fc1-3c588f5634c0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1700] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:09 2026] DELETE /v2.0/security-groups/395f43b4-5c63-4040-ade6-9a01187177e3 => 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: 875/1701] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:09 2026] POST /v2.0/ports => generated 775 bytes in 264 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-07-10 01:02:10.104 7 WARNING neutron_lib.context [None req-686bac4d-fbc3-4f0c-b3e9-70deeae7e94a d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:10.153 7 INFO neutron.db.segments_db [None req-686bac4d-fbc3-4f0c-b3e9-70deeae7e94a d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Added segment c1b999f7-3087-4c39-ad55-9a4d6c97d21f of type vxlan for network 5fef09a5-368a-46b6-8220-17aa1facc171 [pid: 7|app: 0|req: 876/1702] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:10 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1703] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:10 2026] GET /v2.0/security-groups?tenant_id=c5a68c0583324e72b1363768c79941b7&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:10.278 7 WARNING neutron_lib.context [None req-1aa50f2a-eb8d-41fc-8adb-11f3459617fd d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:10.466 8 INFO neutron.services.segments.plugin [-] Segment a23a4880-ead2-45c0-8869-bd4734a8ddff resource provider aggregate not found 2026-07-10 01:02:10.473 8 INFO neutron.services.segments.plugin [-] Segment a23a4880-ead2-45c0-8869-bd4734a8ddff resource provider aggregate not found 2026-07-10 01:02:10.489 8 INFO neutron.services.segments.plugin [-] Segment a23a4880-ead2-45c0-8869-bd4734a8ddff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a23a4880-ead2-45c0-8869-bd4734a8ddff found for delete ", "request_id": "req-b043ea06-f4f4-402a-92a7-712339dc91a4"}]} 2026-07-10 01:02:10.492 8 INFO neutron.services.segments.plugin [-] Segment a23a4880-ead2-45c0-8869-bd4734a8ddff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a23a4880-ead2-45c0-8869-bd4734a8ddff found for delete ", "request_id": "req-b8f1fe62-b870-4a22-b21d-65afb2ffacfd"}]} 2026-07-10 01:02:10.505 8 INFO neutron.db.l3_hamode_db [None req-6b3cb33f-c6b2-4701-b5f0-0d6b72d262d5 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] HA network 8f07367c-2d87-446f-ab5b-82fed638da72 was deleted as no HA routers are present in tenant cc20736168a945f7b3af4437854fb794. [pid: 8|app: 0|req: 827/1704] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:09 2026] DELETE /v2.0/routers/c71ddab0-fba5-4fc2-9cc5-b549bb6bc543 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1705] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:10 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1706] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:10 2026] DELETE /v2.0/security-groups/231d4b41-a7a0-464d-baeb-5f8bb1dd92ba => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:10.642 8 WARNING neutron_lib.context [None req-2a0f5f51-44f4-4da7-b72c-18825ab8631c d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 879/1707] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:10 2026] DELETE /v2.0/subnets/0e1fd0bf-4865-4902-9986-75a985a24504 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1708] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:10 2026] POST /v2.0/ports => generated 953 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 880/1709] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:10 2026] DELETE /v2.0/networks/b87b85d9-7fbb-4749-abb2-3504c48e1783 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:11.084 7 WARNING neutron_lib.context [None req-a1e5877a-5cfc-444d-adc4-037bd9b3c4c6 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:11.133 7 INFO neutron.db.segments_db [None req-a1e5877a-5cfc-444d-adc4-037bd9b3c4c6 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Added segment de8fb59d-c30c-4ec2-a9cf-1c512821c4f0 of type vxlan for network f83c84f6-9660-4aae-8e04-eb11c0ebb1e8 [pid: 8|app: 0|req: 830/1710] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:10 2026] DELETE /v2.0/ports/ccd3499d-0e93-4ec3-8c48-e716b68972c2 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:11.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-167869b3-99f3-40cc-b676-327077efc12a d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1711] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:11 2026] DELETE /v2.0/ports/ccd3499d-0e93-4ec3-8c48-e716b68972c2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:11.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fcde346c-fa60-4f8e-a0a3-218ea7f442a2 d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1712] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:11 2026] GET /v2.0/ports/ccd3499d-0e93-4ec3-8c48-e716b68972c2 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:11.452 7 INFO neutron.db.l3_hamode_db [None req-a1e5877a-5cfc-444d-adc4-037bd9b3c4c6 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 833/1713] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:11 2026] DELETE /v2.0/subnets/5edb4611-801d-4ea3-9426-85a0ea94e1da => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1714] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:11 2026] DELETE /v2.0/networks/5fef09a5-368a-46b6-8220-17aa1facc171 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:11.793 8 WARNING neutron_lib.context [None req-9bd72941-c5f1-4cea-a3ad-a8ca96f204a4 d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:11.807 7 INFO neutron.services.segments.plugin [-] Segment 5f0e1e69-ca0c-4077-b4de-45abf9d714e1 resource provider aggregate not found 2026-07-10 01:02:11.812 7 INFO neutron.services.segments.plugin [-] Segment 5f0e1e69-ca0c-4077-b4de-45abf9d714e1 resource provider aggregate not found 2026-07-10 01:02:11.826 7 INFO neutron.services.segments.plugin [-] Segment 5f0e1e69-ca0c-4077-b4de-45abf9d714e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0e1e69-ca0c-4077-b4de-45abf9d714e1 found for delete ", "request_id": "req-34871e3c-37c2-40b5-bdc2-262057897dd0"}]} 2026-07-10 01:02:11.827 7 INFO neutron.services.segments.plugin [-] Segment 5f0e1e69-ca0c-4077-b4de-45abf9d714e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0e1e69-ca0c-4077-b4de-45abf9d714e1 found for delete ", "request_id": "req-3a35d8b2-07eb-455c-a466-6b836f23b4f3"}]} 2026-07-10 01:02:11.841 8 INFO neutron.db.segments_db [None req-9bd72941-c5f1-4cea-a3ad-a8ca96f204a4 d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Added segment 6c16011a-c9ad-4bc7-ad4b-e9eefaba6cb4 of type vxlan for network 37e161b7-dbcb-4c25-8e60-88d90b50c662 [pid: 8|app: 0|req: 835/1715] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:11 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:11.949 8 WARNING neutron_lib.context [None req-9acf923c-738c-4a05-93bb-4907a0b29a3d d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 836/1716] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:11 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:12.187 8 WARNING neutron_lib.context [None req-16f512e4-3422-43d2-8a61-d76eda2c9521 d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:12.321 7 INFO neutron.db.l3_hamode_db [None req-a1e5877a-5cfc-444d-adc4-037bd9b3c4c6 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:12.511 8 INFO neutron.services.segments.plugin [-] Segment c1b999f7-3087-4c39-ad55-9a4d6c97d21f resource provider aggregate not found 2026-07-10 01:02:12.523 8 INFO neutron.services.segments.plugin [-] Segment c1b999f7-3087-4c39-ad55-9a4d6c97d21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1b999f7-3087-4c39-ad55-9a4d6c97d21f found for delete ", "request_id": "req-be555cdc-7316-43cd-a860-c2ad3bf3ac72"}]} 2026-07-10 01:02:12.533 8 INFO neutron.services.segments.plugin [-] Segment c1b999f7-3087-4c39-ad55-9a4d6c97d21f resource provider aggregate not found 2026-07-10 01:02:12.555 8 INFO neutron.services.segments.plugin [-] Segment c1b999f7-3087-4c39-ad55-9a4d6c97d21f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1b999f7-3087-4c39-ad55-9a4d6c97d21f found for delete ", "request_id": "req-3a03a022-37ce-4df4-828a-2afe3d65c232"}]} [pid: 8|app: 0|req: 837/1717] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:12 2026] POST /v2.0/ports => generated 912 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1718] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:12 2026] DELETE /v2.0/ports/f9b086d7-ae92-47fd-91db-f0e443f55f11 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:12.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e12836e8-9d62-415d-b7dd-3d4d692d247e d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 841/1721] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:12 2026] GET /v2.0/ports/f9b086d7-ae92-47fd-91db-f0e443f55f11 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1722] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:12 2026] DELETE /v2.0/subnets/83b7c6c9-b4d3-4f66-877d-112e4ea00e9d => 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: 881/1723] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:11 2026] POST /v2.0/routers => generated 688 bytes in 2244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1724] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:02:13 2026] GET /v2.0/routers/b6bc8019-bc8f-463e-9468-e2e90bcf0f32 => generated 694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1725] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:13 2026] DELETE /v2.0/networks/37e161b7-dbcb-4c25-8e60-88d90b50c662 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:13.409 8 WARNING neutron_lib.context [None req-c195062a-81cd-4a37-b3d7-db73a08a6311 d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 883/1726] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:02:13 2026] GET /v2.0/routers => generated 697 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1727] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:13 2026] POST /v2.0/ports => generated 774 bytes in 234 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: 845/1728] 10.0.0.12 () {34 vars in 736 bytes} [Fri Jul 10 01:02:13 2026] PUT /v2.0/ports/162cd1f3-bab4-4223-8120-422e82217bdf => generated 752 bytes in 162 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: 884/1729] 10.0.0.12 () {34 vars in 740 bytes} [Fri Jul 10 01:02:13 2026] PUT /v2.0/routers/b6bc8019-bc8f-463e-9468-e2e90bcf0f32 => generated 701 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1730] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:02:13 2026] GET /v2.0/routers/b6bc8019-bc8f-463e-9468-e2e90bcf0f32 => generated 701 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1731] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:13 2026] DELETE /v2.0/ports/162cd1f3-bab4-4223-8120-422e82217bdf => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1732] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:13 2026] GET /v2.0/ports?device_id=b6bc8019-bc8f-463e-9468-e2e90bcf0f32 => 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: 847/1733] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:02:14 2026] GET /v2.0/ports => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:14.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7b7e8dc-e187-4f88-8cba-1c6db733450e d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1734] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:14 2026] GET /v2.0/ports/162cd1f3-bab4-4223-8120-422e82217bdf => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1735] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:02:14 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1736] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:14 2026] GET /v2.0/ports/9ae00094-b703-4f23-9dcb-1b02ce36973b => generated 775 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:14.149 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49ed7854-1491-459e-ac6e-a0b2020c80e0 d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1737] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:14 2026] DELETE /v2.0/ports/f9b086d7-ae92-47fd-91db-f0e443f55f11 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:14.172 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4afdd3b1-bed7-4760-b95f-768a64b67853 d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1738] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:14 2026] DELETE /v2.0/subnets/83b7c6c9-b4d3-4f66-877d-112e4ea00e9d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:14.191 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03a18b60-91b3-4e97-95df-19edab1437bd d721b31094374d8a9f036c9e1802e928 42ff407f63cb4823bdeb0ee734aadfea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 853/1739] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:14 2026] DELETE /v2.0/subnets/5edb4611-801d-4ea3-9426-85a0ea94e1da => 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: 854/1740] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:02:14 2026] DELETE /v2.0/ports/9ae00094-b703-4f23-9dcb-1b02ce36973b => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:14.541 8 INFO neutron.services.segments.plugin [-] Segment 6c16011a-c9ad-4bc7-ad4b-e9eefaba6cb4 resource provider aggregate not found [pid: 8|app: 0|req: 855/1741] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:14 2026] DELETE /v2.0/networks/43fd0452-a161-406b-b6a3-22ca54d510ad => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:14.816 8 INFO neutron.services.segments.plugin [-] Segment 6c16011a-c9ad-4bc7-ad4b-e9eefaba6cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c16011a-c9ad-4bc7-ad4b-e9eefaba6cb4 found for delete ", "request_id": "req-dd81d6da-3a82-4c8b-ad81-8d4d257aef73"}]} 2026-07-10 01:02:14.830 8 INFO neutron.services.segments.plugin [-] Segment 6c16011a-c9ad-4bc7-ad4b-e9eefaba6cb4 resource provider aggregate not found 2026-07-10 01:02:14.841 8 INFO neutron.services.segments.plugin [-] Segment 6c16011a-c9ad-4bc7-ad4b-e9eefaba6cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c16011a-c9ad-4bc7-ad4b-e9eefaba6cb4 found for delete ", "request_id": "req-6fff27b7-9cec-4f17-ae77-d6a50f8a89e8"}]} 2026-07-10 01:02:14.854 8 INFO neutron.services.segments.plugin [-] Segment 185c0d0d-bbee-415f-be68-766d056a58a2 resource provider aggregate not found 2026-07-10 01:02:14.868 8 INFO neutron.services.segments.plugin [-] Segment 185c0d0d-bbee-415f-be68-766d056a58a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 185c0d0d-bbee-415f-be68-766d056a58a2 found for delete ", "request_id": "req-453eaf1f-396d-40e7-bd1a-ea8c5e44a3ae"}]} 2026-07-10 01:02:14.907 7 INFO neutron.services.segments.plugin [-] Segment de8fb59d-c30c-4ec2-a9cf-1c512821c4f0 resource provider aggregate not found 2026-07-10 01:02:14.912 7 INFO neutron.services.segments.plugin [-] Segment de8fb59d-c30c-4ec2-a9cf-1c512821c4f0 resource provider aggregate not found 2026-07-10 01:02:14.925 7 INFO neutron.services.segments.plugin [-] Segment de8fb59d-c30c-4ec2-a9cf-1c512821c4f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de8fb59d-c30c-4ec2-a9cf-1c512821c4f0 found for delete ", "request_id": "req-49b899e7-8820-4607-bb5c-bd1d2ea26147"}]} 2026-07-10 01:02:14.926 7 INFO neutron.services.segments.plugin [-] Segment de8fb59d-c30c-4ec2-a9cf-1c512821c4f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de8fb59d-c30c-4ec2-a9cf-1c512821c4f0 found for delete ", "request_id": "req-54c01f45-62bb-4aef-9cc1-3a0d85a452d2"}]} 2026-07-10 01:02:14.943 7 INFO neutron.db.l3_hamode_db [None req-d58984e3-16c8-400d-973f-d1372f75b2ab 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] HA network f83c84f6-9660-4aae-8e04-eb11c0ebb1e8 was deleted as no HA routers are present in tenant cc20736168a945f7b3af4437854fb794. [pid: 7|app: 0|req: 887/1742] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:14 2026] DELETE /v2.0/routers/b6bc8019-bc8f-463e-9468-e2e90bcf0f32 => generated 0 bytes in 946 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1743] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:14 2026] GET /v2.0/ports?device_id=b6bc8019-bc8f-463e-9468-e2e90bcf0f32 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:14.999 7 INFO neutron.api.v2.resource [None req-60e7bced-7cbe-4d00-885b-e68aa4d82ffa 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 889/1744] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:14 2026] DELETE /v2.0/routers/b6bc8019-bc8f-463e-9468-e2e90bcf0f32 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1745] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:15 2026] GET /v2.0/ports?device_id=c71ddab0-fba5-4fc2-9cc5-b549bb6bc543 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:15.063 8 INFO neutron.db.segments_db [None req-e28ee2de-1bc4-45e3-af87-bdf76ca168c4 d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] Added segment 88b0d472-0d28-4e41-9aa1-d211c016e5d2 of type vxlan for network 30f2914a-1647-4058-a10c-ad3e0c021616 [pid: 7|app: 0|req: 891/1746] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:15 2026] GET /v2.0/security-groups?tenant_id=42ff407f63cb4823bdeb0ee734aadfea&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:15.121 7 INFO neutron.api.v2.resource [None req-89ec0675-b444-4c79-a116-b5a17bd07851 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1747] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/routers/c71ddab0-fba5-4fc2-9cc5-b549bb6bc543 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1748] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:14 2026] POST /v2.0/networks => generated 726 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:15.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c984430c-c520-4fd4-a5ae-7e8740f27538 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 857/1749] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/subnets/0e1fd0bf-4865-4902-9986-75a985a24504 => 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: 893/1750] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/security-groups/cb2a9def-72a3-4729-a8da-6567f905ca5c => 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: 894/1751] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:15 2026] GET /v2.0/ports?device_id=221e46dc-217e-40b2-adce-4175de11a9cf => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:15.258 7 INFO neutron.api.v2.resource [None req-9caba27d-bf5c-4727-8375-9003472f0aaf 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 895/1752] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/routers/221e46dc-217e-40b2-adce-4175de11a9cf => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:15.281 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38a1c766-9a22-43cc-bb6d-86275d474d06 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 896/1753] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/subnets/4fe49341-3208-4a6d-96cd-3e5494f0beb9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1754] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:15 2026] GET /v2.0/ports?device_id=a6e428e3-89a7-4f7c-bf1e-d164b23f16db => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:15.338 7 INFO neutron.api.v2.resource [None req-8909b0cd-37db-4c3c-a2de-80ebf5afa2b7 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1755] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/routers/a6e428e3-89a7-4f7c-bf1e-d164b23f16db => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:15.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e02b7a87-6aa3-44e2-9d4d-7fbabea90932 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1756] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/subnets/5fce8f5a-5a5c-47e2-a841-5b613fd390c5 => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1757] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:15 2026] POST /v2.0/subnets => generated 644 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:15.398 8 WARNING neutron.api.v2.base [None req-0329e445-e631-49d8-a030-9a534b28585d d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - 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-07-10 01:02:15.401 8 INFO neutron.api.v2.resource [None req-0329e445-e631-49d8-a030-9a534b28585d d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 859/1758] 10.0.0.12 () {34 vars in 680 bytes} [Fri Jul 10 01:02:15 2026] POST /v2.0/rbac-policies => generated 143 bytes in 15 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-10 01:02:15.408 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d9694a9-5071-49d2-a0f9-90ec943d8118 76985966aab04df18ed45f34457c13bc cc20736168a945f7b3af4437854fb794 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1759] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/subnets/c891ecc4-9cb8-45dd-b38a-8db1ae0024d4 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1760] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:15 2026] DELETE /v2.0/networks/30f2914a-1647-4058-a10c-ad3e0c021616 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:15.706 7 INFO neutron.db.segments_db [None req-f5eb053a-3301-407e-ae98-5c8229e91365 d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] Added segment 3810b0f2-b060-4f6c-9f72-6878ae990ee5 of type vxlan for network 52c279da-a45e-4296-ac5c-de672da0aa71 [pid: 7|app: 0|req: 901/1761] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:15 2026] POST /v2.0/networks => generated 726 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1762] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:15 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:16.018 8 WARNING neutron.api.v2.base [None req-6bdff38a-2132-4192-ae60-5e58240235d3 d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - 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-07-10 01:02:16.019 8 INFO neutron.api.v2.resource [None req-6bdff38a-2132-4192-ae60-5e58240235d3 d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 862/1763] 10.0.0.12 () {34 vars in 680 bytes} [Fri Jul 10 01:02:16 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1764] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:15 2026] GET /v2.0/security-groups?tenant_id=cc20736168a945f7b3af4437854fb794&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1765] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:16 2026] DELETE /v2.0/security-groups/2027b268-455c-4fb5-be40-a4bd1c718bc1 => 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: 863/1766] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:16 2026] DELETE /v2.0/networks/52c279da-a45e-4296-ac5c-de672da0aa71 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:16.336 7 INFO neutron.db.segments_db [None req-3b734515-30da-4028-9d93-623364906b3c d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] Added segment a5e198a0-f620-4494-b2ce-9f6d386b9bfc of type vxlan for network b982fe63-3568-49a6-bde9-f093a77fd715 [pid: 7|app: 0|req: 904/1767] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:16 2026] POST /v2.0/networks => generated 726 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1768] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:16 2026] POST /v2.0/subnets => generated 647 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1769] 10.0.0.12 () {34 vars in 680 bytes} [Fri Jul 10 01:02:16 2026] POST /v2.0/rbac-policies => generated 324 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:17.123 8 INFO neutron.services.segments.plugin [-] Segment 185c0d0d-bbee-415f-be68-766d056a58a2 resource provider aggregate not found 2026-07-10 01:02:17.131 8 INFO neutron.services.segments.plugin [-] Segment 88b0d472-0d28-4e41-9aa1-d211c016e5d2 resource provider aggregate not found 2026-07-10 01:02:17.137 8 INFO neutron.services.segments.plugin [-] Segment 185c0d0d-bbee-415f-be68-766d056a58a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 185c0d0d-bbee-415f-be68-766d056a58a2 found for delete ", "request_id": "req-e3d463e4-d580-4fff-877c-4f87b000ac4b"}]} 2026-07-10 01:02:17.143 8 INFO neutron.services.segments.plugin [-] Segment 88b0d472-0d28-4e41-9aa1-d211c016e5d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b0d472-0d28-4e41-9aa1-d211c016e5d2 found for delete ", "request_id": "req-88990900-15f8-4c3c-acee-f7b2877131d9"}]} 2026-07-10 01:02:17.148 8 INFO neutron.services.segments.plugin [-] Segment 88b0d472-0d28-4e41-9aa1-d211c016e5d2 resource provider aggregate not found 2026-07-10 01:02:17.157 8 INFO neutron.services.segments.plugin [-] Segment 88b0d472-0d28-4e41-9aa1-d211c016e5d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b0d472-0d28-4e41-9aa1-d211c016e5d2 found for delete ", "request_id": "req-bd56214e-7a96-473f-b8b3-6f8b75851ef6"}]} 2026-07-10 01:02:17.163 8 INFO neutron.services.segments.plugin [-] Segment 3810b0f2-b060-4f6c-9f72-6878ae990ee5 resource provider aggregate not found 2026-07-10 01:02:17.169 8 INFO neutron.services.segments.plugin [-] Segment 3810b0f2-b060-4f6c-9f72-6878ae990ee5 resource provider aggregate not found 2026-07-10 01:02:17.178 8 INFO neutron.services.segments.plugin [-] Segment 3810b0f2-b060-4f6c-9f72-6878ae990ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3810b0f2-b060-4f6c-9f72-6878ae990ee5 found for delete ", "request_id": "req-19a0b7f0-c9d2-4319-8b7e-02af26e315af"}]} 2026-07-10 01:02:17.180 8 INFO neutron.services.segments.plugin [-] Segment 3810b0f2-b060-4f6c-9f72-6878ae990ee5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3810b0f2-b060-4f6c-9f72-6878ae990ee5 found for delete ", "request_id": "req-0cec98ba-347b-46b9-816e-f3654eb0d47c"}]} 2026-07-10 01:02:17.316 8 WARNING neutron_lib.context [None req-8723ac63-062b-40e1-ad3c-e4a219c2a401 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 906/1770] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:02:17 2026] GET /v2.0/networks/b982fe63-3568-49a6-bde9-f093a77fd715 => generated 654 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:17.477 8 INFO neutron.db.segments_db [None req-8723ac63-062b-40e1-ad3c-e4a219c2a401 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment 7881fc8c-0a16-4a1d-8a6c-3cd310a15054 of type vxlan for network cc833124-3dae-4d63-937c-ffdc78bb0573 [pid: 8|app: 0|req: 865/1771] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:17 2026] POST /v2.0/networks => generated 633 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:17.569 7 WARNING neutron_lib.context [None req-dcaaf231-0caf-4de6-9f15-4196f03eaddb 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:17.652 7 INFO neutron.db.segments_db [None req-dcaaf231-0caf-4de6-9f15-4196f03eaddb 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment 42a82c17-2278-45c4-b527-0cdaf8766ace of type vxlan for network fb3e96a0-fe07-4f36-a0ed-0e302dd436fe [pid: 7|app: 0|req: 907/1772] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:17 2026] POST /v2.0/networks => generated 634 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:17.776 7 WARNING neutron_lib.context [None req-44df5ae8-fa4d-4d40-a4d5-b2fec00fd004 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:17.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-712dfc03-6dd1-4bae-9b51-fdb2f3c4b71b ac431e7b1b4f4acfa221c26f69b6fac0 592f43603ff84935a093bb4e9b1f424c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1773] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:02:17 2026] GET /v2.0/networks/b982fe63-3568-49a6-bde9-f093a77fd715 => generated 138 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1774] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:17 2026] POST /v2.0/subnets => generated 646 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:18.039 7 WARNING neutron_lib.context [None req-1c71f453-76ca-4848-b596-afa399ecc837 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 867/1775] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:17 2026] DELETE /v2.0/networks/b982fe63-3568-49a6-bde9-f093a77fd715 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:18.273 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2df2698b-9dfa-4ad5-ae3d-e24421c63962 d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1776] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:18 2026] DELETE /v2.0/subnets/d2965016-81c0-413c-b9c9-95e5c608cda8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:18.293 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6cae8db-d602-4dd1-a3e6-6f9c40499ebb d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 869/1777] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:18 2026] DELETE /v2.0/subnets/8bd0f3c9-cf36-4f85-a10a-28c733939881 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:18.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c537a61b-5d33-492c-b43c-47dc37380b0e d4a2292f8cbf4c218288f3cb4d1cb5c9 16313b3b4b9b414581f35eeb2263c7b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1778] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:18 2026] POST /v2.0/subnets => generated 655 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1779] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:18 2026] DELETE /v2.0/subnets/3604410a-e5bd-4adb-9383-7e7a572eda1d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:18.322 7 WARNING neutron_lib.context [None req-8a2a14db-3e03-4f22-aa5c-e62e712fb49c 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:18.379 7 INFO neutron.db.segments_db [None req-8a2a14db-3e03-4f22-aa5c-e62e712fb49c 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment 75a5b951-6d7f-4661-bdd6-115f3d1bd79a of type vxlan for network 78556eee-439b-46e4-bcc7-fae8a161e1c1 2026-07-10 01:02:18.654 7 INFO neutron.db.l3_hamode_db [None req-8a2a14db-3e03-4f22-aa5c-e62e712fb49c 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:18.784 7 INFO neutron.db.l3_hamode_db [None req-8a2a14db-3e03-4f22-aa5c-e62e712fb49c 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:19.205 8 INFO neutron.services.segments.plugin [-] Segment a5e198a0-f620-4494-b2ce-9f6d386b9bfc resource provider aggregate not found 2026-07-10 01:02:19.212 8 INFO neutron.services.segments.plugin [-] Segment a5e198a0-f620-4494-b2ce-9f6d386b9bfc resource provider aggregate not found 2026-07-10 01:02:19.225 8 INFO neutron.services.segments.plugin [-] Segment a5e198a0-f620-4494-b2ce-9f6d386b9bfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5e198a0-f620-4494-b2ce-9f6d386b9bfc found for delete ", "request_id": "req-eaef8633-25ed-4911-9c9c-f26d6595679c"}]} 2026-07-10 01:02:19.229 8 INFO neutron.services.segments.plugin [-] Segment a5e198a0-f620-4494-b2ce-9f6d386b9bfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5e198a0-f620-4494-b2ce-9f6d386b9bfc found for delete ", "request_id": "req-abdbd953-6b76-4815-88a9-c36bd4aa5eae"}]} 2026-07-10 01:02:19.438 8 WARNING neutron_lib.context [None req-13224e61-cef2-4403-98ef-ecc0295abe04 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 910/1780] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:18 2026] POST /v2.0/routers => generated 509 bytes in 1195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:19.589 8 INFO neutron.db.segments_db [None req-13224e61-cef2-4403-98ef-ecc0295abe04 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Added segment 51f35602-315b-49c8-a54d-4fa1e18f584c of type vxlan for network 2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 [pid: 8|app: 0|req: 871/1781] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:19 2026] POST /v2.0/networks => generated 640 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1782] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:19 2026] GET /v2.0/security-groups?tenant_id=592f43603ff84935a093bb4e9b1f424c&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:19.825 7 WARNING neutron_lib.context [None req-bfe6d1fb-b7a8-4523-9320-fc15e1589b29 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 912/1783] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:19 2026] POST /v2.0/subnets => generated 657 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1784] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:20 2026] DELETE /v2.0/security-groups/fe85cbb7-580b-4a43-b462-9d0df0b61949 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1785] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:20 2026] GET /v2.0/security-groups?tenant_id=65b1874194a34edf894cd1a307dce39d&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1786] 10.0.0.12 () {32 vars in 721 bytes} [Fri Jul 10 01:02:20 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1787] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:20 2026] GET /v2.0/security-groups?tenant_id=572623e768334047b1e2292a68ac2510&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1788] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:20 2026] DELETE /v2.0/security-groups/b657d500-8a16-45dc-bb88-590bcc432679 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:20.875 7 WARNING neutron_lib.context [None req-08cc0148-6cbc-46c1-bd0d-d63b5ee74a23 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 918/1789] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:20 2026] POST /v2.0/subnets => generated 732 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1790] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:21 2026] DELETE /v2.0/security-groups/8d19e82d-3af5-4f27-a6ec-476084a5f973 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:21.221 7 WARNING neutron_lib.context [None req-2e1a532a-fd76-47b8-90c2-e9638f61ca03 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 872/1791] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:19 2026] PUT /v2.0/routers/8ac2f448-204a-457d-85a5-c5911120ab88/add_router_interface => generated 309 bytes in 1574 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:21.312 7 INFO neutron.db.segments_db [None req-2e1a532a-fd76-47b8-90c2-e9638f61ca03 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Added segment a11fd9dc-d873-4e3e-9388-521370d1ab19 of type vxlan for network 34520773-b0f9-4c70-a5b7-8961e1f86eb3 [pid: 8|app: 0|req: 873/1792] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:21 2026] GET /v2.0/ports/7a4c1f3d-2447-4469-a023-dfeb671e7c7c => generated 959 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1793] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:21 2026] POST /v2.0/networks => generated 638 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:21.428 7 WARNING neutron_lib.context [None req-874695a3-f2e5-42dd-8da0-2d91928d1b46 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 921/1794] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:21 2026] POST /v2.0/subnets => generated 656 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1795] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:21 2026] GET /v2.0/security-groups?tenant_id=16313b3b4b9b414581f35eeb2263c7b4&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:21.758 7 WARNING neutron_lib.context [None req-7ff22372-4757-4cde-8f6d-676424b274a6 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 923/1796] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:21 2026] POST /v2.0/subnets => generated 726 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1797] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:21 2026] DELETE /v2.0/security-groups/320c62a4-b7e9-4a5d-a34e-24b578ef97f2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:22.125 7 WARNING neutron_lib.context [None req-9e4c85d8-124f-4a70-99d7-3c750dd0b302 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:22.194 7 INFO neutron.db.segments_db [None req-9e4c85d8-124f-4a70-99d7-3c750dd0b302 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Added segment dfa64be1-8362-49f4-923a-23ae41dce175 of type vxlan for network a0ead4b3-ea07-4a43-8889-5867efdfbbf5 [pid: 7|app: 0|req: 925/1798] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:22 2026] POST /v2.0/networks => generated 638 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:22.335 7 WARNING neutron_lib.context [None req-0d91bf5f-7d4b-4db0-aeb5-bead9a865838 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 874/1799] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:21 2026] PUT /v2.0/routers/8ac2f448-204a-457d-85a5-c5911120ab88/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1800] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:22 2026] POST /v2.0/subnets => generated 655 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:22.629 7 WARNING neutron_lib.context [None req-cabedd07-f997-4fa1-92ee-dc178549141b 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 875/1801] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:22 2026] GET /v2.0/ports/8b86688d-e39d-49cf-a51d-656cc1d59957 => generated 967 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1802] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:22 2026] POST /v2.0/subnets => generated 730 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:22.983 7 WARNING neutron_lib.context [None req-972b110c-5a13-4176-8289-00f855de3a1b 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:23.042 7 INFO neutron.db.segments_db [None req-972b110c-5a13-4176-8289-00f855de3a1b 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Added segment 9c33211b-e518-43d1-b327-5090ae9cc924 of type vxlan for network 42dc4a70-1528-437e-803b-199657d934c0 2026-07-10 01:02:23.335 7 INFO neutron.db.l3_hamode_db [None req-972b110c-5a13-4176-8289-00f855de3a1b 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 876/1803] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:22 2026] PUT /v2.0/routers/8ac2f448-204a-457d-85a5-c5911120ab88/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:24.246 7 INFO neutron.db.l3_hamode_db [None req-972b110c-5a13-4176-8289-00f855de3a1b 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 877/1804] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:23 2026] PUT /v2.0/routers/8ac2f448-204a-457d-85a5-c5911120ab88/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1805] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:24 2026] GET /v2.0/ports?device_id=8ac2f448-204a-457d-85a5-c5911120ab88 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:25.300 8 INFO neutron.services.segments.plugin [-] Segment 75a5b951-6d7f-4661-bdd6-115f3d1bd79a resource provider aggregate not found 2026-07-10 01:02:25.307 8 INFO neutron.services.segments.plugin [-] Segment 75a5b951-6d7f-4661-bdd6-115f3d1bd79a resource provider aggregate not found 2026-07-10 01:02:25.314 8 INFO neutron.services.segments.plugin [-] Segment 75a5b951-6d7f-4661-bdd6-115f3d1bd79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a5b951-6d7f-4661-bdd6-115f3d1bd79a found for delete ", "request_id": "req-fc576c82-e4ba-4028-b633-a866b02d7485"}]} 2026-07-10 01:02:25.332 8 INFO neutron.services.segments.plugin [-] Segment 75a5b951-6d7f-4661-bdd6-115f3d1bd79a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a5b951-6d7f-4661-bdd6-115f3d1bd79a found for delete ", "request_id": "req-98c94c35-a4f6-4d50-a52d-2c6f082aa62d"}]} 2026-07-10 01:02:25.334 8 INFO neutron.db.l3_hamode_db [None req-dc4e6872-3082-484d-b380-271bd968b0f9 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] HA network 78556eee-439b-46e4-bcc7-fae8a161e1c1 was deleted as no HA routers are present in tenant 73d4928b52414b188ca1968319b9a221. [pid: 8|app: 0|req: 879/1806] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:24 2026] DELETE /v2.0/routers/8ac2f448-204a-457d-85a5-c5911120ab88 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1807] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:25 2026] DELETE /v2.0/subnets/c406a9c0-c09f-4db3-8582-51ca2665227d => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1808] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:25 2026] DELETE /v2.0/subnets/5143c1fe-3557-407a-964e-f1c0859dbfc6 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1809] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:22 2026] POST /v2.0/routers => generated 685 bytes in 2961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1810] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:25 2026] DELETE /v2.0/networks/fb3e96a0-fe07-4f36-a0ed-0e302dd436fe => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1811] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:26 2026] DELETE /v2.0/networks/cc833124-3dae-4d63-937c-ffdc78bb0573 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:26.529 8 WARNING neutron_lib.context [None req-8510baa1-6d34-478d-9347-e696aa34f738 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:26.617 8 INFO neutron.db.segments_db [None req-8510baa1-6d34-478d-9347-e696aa34f738 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment 9d7e54e0-5dc7-45a3-a252-0b1a86bc3c7d of type vxlan for network 203afc86-dd47-4bca-b214-3c8f6de7b2d3 [pid: 8|app: 0|req: 884/1812] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:26 2026] POST /v2.0/networks => generated 634 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:26.763 8 WARNING neutron_lib.context [None req-224d02c1-27c7-435c-8cfe-dd10d1ee19ee 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 885/1813] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:26 2026] POST /v2.0/subnets => generated 646 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:27.140 8 WARNING neutron_lib.context [None req-683a4ccf-7e14-4189-a00f-659da557392d 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:27.193 8 INFO neutron.db.segments_db [None req-683a4ccf-7e14-4189-a00f-659da557392d 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment b4d89b62-4239-4622-befe-604881a240cd of type vxlan for network f55af7cc-cb6d-4621-8f1a-ce3153012763 2026-07-10 01:02:27.331 8 INFO neutron.services.segments.plugin [-] Segment 42a82c17-2278-45c4-b527-0cdaf8766ace resource provider aggregate not found 2026-07-10 01:02:27.353 8 INFO neutron.services.segments.plugin [-] Segment 42a82c17-2278-45c4-b527-0cdaf8766ace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a82c17-2278-45c4-b527-0cdaf8766ace found for delete ", "request_id": "req-f4555b90-005e-4b20-a583-ff07589a914b"}]} 2026-07-10 01:02:27.357 8 INFO neutron.services.segments.plugin [-] Segment 42a82c17-2278-45c4-b527-0cdaf8766ace resource provider aggregate not found 2026-07-10 01:02:27.370 8 INFO neutron.services.segments.plugin [-] Segment 7881fc8c-0a16-4a1d-8a6c-3cd310a15054 resource provider aggregate not found 2026-07-10 01:02:27.375 8 INFO neutron.services.segments.plugin [-] Segment 42a82c17-2278-45c4-b527-0cdaf8766ace resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a82c17-2278-45c4-b527-0cdaf8766ace found for delete ", "request_id": "req-df607bc9-e09f-4604-93cc-9e2803d96c32"}]} 2026-07-10 01:02:27.382 8 INFO neutron.services.segments.plugin [-] Segment 7881fc8c-0a16-4a1d-8a6c-3cd310a15054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7881fc8c-0a16-4a1d-8a6c-3cd310a15054 found for delete ", "request_id": "req-84e15f2c-8d3a-44ab-afab-6dd0a4f04473"}]} 2026-07-10 01:02:27.396 8 INFO neutron.services.segments.plugin [-] Segment 7881fc8c-0a16-4a1d-8a6c-3cd310a15054 resource provider aggregate not found 2026-07-10 01:02:27.422 8 INFO neutron.services.segments.plugin [-] Segment 7881fc8c-0a16-4a1d-8a6c-3cd310a15054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7881fc8c-0a16-4a1d-8a6c-3cd310a15054 found for delete ", "request_id": "req-6846724e-e965-4a95-aea5-c65ab9a57e93"}]} 2026-07-10 01:02:27.561 8 INFO neutron.db.l3_hamode_db [None req-683a4ccf-7e14-4189-a00f-659da557392d 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 929/1814] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:25 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/add_router_interface => generated 309 bytes in 1653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:27.682 8 INFO neutron.db.l3_hamode_db [None req-683a4ccf-7e14-4189-a00f-659da557392d 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:27.706 7 WARNING neutron_lib.context [None req-70a0f7c8-0f8e-4748-8054-5e720b588fa8 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:27.885 7 INFO neutron.db.segments_db [None req-70a0f7c8-0f8e-4748-8054-5e720b588fa8 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Added segment acc11f34-d9ae-449d-8b0d-4625354b61bf of type vxlan for network 60fc55ab-a292-4ed3-807e-433cc2372515 [pid: 7|app: 0|req: 930/1815] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:27 2026] POST /v2.0/networks => generated 631 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1816] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:27 2026] POST /v2.0/routers => generated 510 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:28.402 8 WARNING neutron_lib.context [None req-3a0d5ca0-cc94-4d8d-a761-4e96a262b2a1 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:28.492 8 INFO neutron.db.segments_db [None req-3a0d5ca0-cc94-4d8d-a761-4e96a262b2a1 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Added segment c55c5653-77c8-4bd0-9c3a-27cd7290d250 of type vxlan for network 98194ecb-7021-441c-a3bb-16256a960294 [pid: 8|app: 0|req: 889/1819] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:28 2026] POST /v2.0/networks => generated 632 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:28.666 8 WARNING neutron_lib.context [None req-ea35f57b-499b-4445-85c3-93e28ccacc81 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 890/1820] 10.0.0.12 () {34 vars in 664 bytes} [Fri Jul 10 01:02:28 2026] POST /v2.0/ports => generated 962 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-10 01:02:29.071 8 WARNING neutron_lib.context [None req-84e9febf-f0d9-49ae-a44b-b2ece24eed88 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:29.136 8 INFO neutron.db.segments_db [None req-84e9febf-f0d9-49ae-a44b-b2ece24eed88 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Added segment ed95ecf4-7936-420c-973b-901ac0a9447b of type vxlan for network 94d459eb-76e0-4ad9-bf5d-195f7377068a [pid: 8|app: 0|req: 891/1821] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:29 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: 931/1822] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:27 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/add_router_interface => generated 309 bytes in 1745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:29.721 7 WARNING neutron_lib.context [None req-70fc76d9-8fde-4758-a3b2-2707654efde7 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:29.806 7 INFO neutron.db.segments_db [None req-70fc76d9-8fde-4758-a3b2-2707654efde7 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Added segment 5cd18de6-c942-4d71-b073-82eb366a09cb of type vxlan for network fb72b4fd-ff07-4fe6-a9eb-247708f0d2ea [pid: 7|app: 0|req: 932/1823] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:29 2026] POST /v2.0/networks => generated 630 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1824] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:29 2026] PUT /v2.0/routers/882dbd72-8afa-4511-b30a-f78efa9507af/add_router_interface => generated 309 bytes in 1226 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-07-10 01:02:30.483 8 WARNING neutron_lib.context [None req-917703ec-3d90-4878-9725-39cdf6950267 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:30.544 8 INFO neutron.db.segments_db [None req-917703ec-3d90-4878-9725-39cdf6950267 3cec6169a5da44a3a64c3419564d1beb 589e1177d57e4b0bb35b355ad4720347 - - default default] Added segment 395d6798-2c47-4785-9967-236cb29f05cb of type vxlan for network cdfdc54b-3f61-4b51-87a4-c36b1306da5e [pid: 8|app: 0|req: 893/1825] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:30 2026] POST /v2.0/networks => generated 632 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1826] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:30 2026] GET /v2.0/ports/81784f93-8b20-476e-bc55-76774fa36759 => generated 1036 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1827] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:30 2026] PUT /v2.0/networks/60fc55ab-a292-4ed3-807e-433cc2372515/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1828] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:30 2026] PUT /v2.0/routers/882dbd72-8afa-4511-b30a-f78efa9507af/remove_router_interface => generated 309 bytes in 874 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: 897/1829] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:31 2026] PUT /v2.0/networks/98194ecb-7021-441c-a3bb-16256a960294/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1830] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:29 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/add_router_interface => generated 309 bytes in 1853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:31.829 8 INFO neutron.api.v2.resource [None req-d3eaa342-77b0-4f32-b37e-1702b5d3a259 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 898/1831] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:31 2026] PUT /v2.0/routers/882dbd72-8afa-4511-b30a-f78efa9507af/remove_router_interface => generated 197 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1832] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:31 2026] GET /v2.0/ports?device_id=882dbd72-8afa-4511-b30a-f78efa9507af => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:31.862 8 WARNING neutron_lib.context [None req-e5f5ccad-bc3d-4c5f-910b-8a73a4794ccd 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 900/1833] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:02:31 2026] POST /v2.0/security-groups => generated 1628 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1834] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:31 2026] PUT /v2.0/networks/94d459eb-76e0-4ad9-bf5d-195f7377068a/tags => generated 34 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:32.241 7 WARNING neutron_lib.context [None req-425d65b2-e974-4399-af17-711708503b13 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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/1835] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1836] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:32 2026] PUT /v2.0/networks/fb72b4fd-ff07-4fe6-a9eb-247708f0d2ea/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:32.438 7 WARNING neutron_lib.context [None req-992780a1-d511-4ebf-8db1-50db7e4b386f 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 937/1837] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1838] 10.0.0.12 () {32 vars in 665 bytes} [Fri Jul 10 01:02:32 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:32.588 7 WARNING neutron_lib.context [None req-76b50909-e539-4889-a6f7-1d15dc09fc2a 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:32.603 8 INFO neutron.services.segments.plugin [-] Segment b4d89b62-4239-4622-befe-604881a240cd resource provider aggregate not found 2026-07-10 01:02:32.609 8 INFO neutron.services.segments.plugin [-] Segment b4d89b62-4239-4622-befe-604881a240cd resource provider aggregate not found 2026-07-10 01:02:32.613 8 INFO neutron.services.segments.plugin [-] Segment b4d89b62-4239-4622-befe-604881a240cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4d89b62-4239-4622-befe-604881a240cd found for delete ", "request_id": "req-365b5548-648a-4704-9cb1-8af9bb2ec22a"}]} 2026-07-10 01:02:32.623 8 INFO neutron.services.segments.plugin [-] Segment b4d89b62-4239-4622-befe-604881a240cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4d89b62-4239-4622-befe-604881a240cd found for delete ", "request_id": "req-0c981e16-f40a-4115-971f-cb4b787ed86a"}]} 2026-07-10 01:02:32.626 8 INFO neutron.db.l3_hamode_db [None req-b2e9248a-0aee-4590-ba35-d731dbb3ea13 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] HA network f55af7cc-cb6d-4621-8f1a-ce3153012763 was deleted as no HA routers are present in tenant 73d4928b52414b188ca1968319b9a221. [pid: 8|app: 0|req: 901/1839] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:32 2026] DELETE /v2.0/routers/882dbd72-8afa-4511-b30a-f78efa9507af => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1840] 10.0.0.12 () {32 vars in 679 bytes} [Fri Jul 10 01:02:32 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1841] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1842] 10.0.0.12 () {32 vars in 675 bytes} [Fri Jul 10 01:02:32 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:32.746 7 WARNING neutron_lib.context [None req-797a70a2-08e1-4d1c-a9c0-e423a103f556 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 903/1843] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:32 2026] DELETE /v2.0/subnets/564ab5f8-3b27-4a79-8bfe-0cf235336c7a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1844] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1845] 10.0.0.12 () {32 vars in 687 bytes} [Fri Jul 10 01:02:32 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:32.868 8 WARNING neutron_lib.context [None req-fcbdc6a6-221f-46b3-bfc6-f5d7352339f1 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 905/1846] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1847] 10.0.0.12 () {32 vars in 673 bytes} [Fri Jul 10 01:02:33 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:33.079 8 WARNING neutron_lib.context [None req-b7d0e902-f10b-4b28-a3cf-569d657990ca 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:33.146 7 INFO neutron.services.segments.plugin [-] Segment 9d7e54e0-5dc7-45a3-a252-0b1a86bc3c7d resource provider aggregate not found 2026-07-10 01:02:33.152 7 INFO neutron.services.segments.plugin [-] Segment 9d7e54e0-5dc7-45a3-a252-0b1a86bc3c7d resource provider aggregate not found [pid: 7|app: 0|req: 942/1848] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:32 2026] DELETE /v2.0/networks/203afc86-dd47-4bca-b214-3c8f6de7b2d3 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:33.167 7 INFO neutron.services.segments.plugin [-] Segment 9d7e54e0-5dc7-45a3-a252-0b1a86bc3c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d7e54e0-5dc7-45a3-a252-0b1a86bc3c7d found for delete ", "request_id": "req-dc051d98-d509-4045-a25a-9ed329a9b0f9"}]} 2026-07-10 01:02:33.168 7 INFO neutron.services.segments.plugin [-] Segment 9d7e54e0-5dc7-45a3-a252-0b1a86bc3c7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d7e54e0-5dc7-45a3-a252-0b1a86bc3c7d found for delete ", "request_id": "req-49b03259-a1c3-4746-a463-525f34471293"}]} [pid: 8|app: 0|req: 907/1849] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:33.205 8 WARNING neutron_lib.context [None req-bf3eab13-b4a3-4491-afea-0a0015bf482e 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 943/1850] 10.0.0.12 () {32 vars in 687 bytes} [Fri Jul 10 01:02:33 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:33.224 7 WARNING neutron_lib.context [None req-4d89b3a5-6f36-4f08-9d07-26fe0b1757f8 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:33.258 8 INFO neutron.db.segments_db [None req-bf3eab13-b4a3-4491-afea-0a0015bf482e 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment 0a4efd9a-60f5-4741-9d15-bc07b5467920 of type vxlan for network 46b88586-b16b-4d74-9eeb-099b772a7300 [pid: 7|app: 0|req: 944/1851] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1852] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/networks => generated 634 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:33.388 8 WARNING neutron_lib.context [None req-9624790a-b9fa-480f-840a-869df7ac986f 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 945/1853] 10.0.0.12 () {32 vars in 683 bytes} [Fri Jul 10 01:02:33 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:33.438 7 WARNING neutron_lib.context [None req-546d8908-22a6-4292-afe0-074b42952a43 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 909/1854] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1855] 10.0.0.12 () {32 vars in 695 bytes} [Fri Jul 10 01:02:33 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:33.624 8 WARNING neutron_lib.context [None req-847a4148-146e-4fbf-a8dc-b82770b8b6dd 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 946/1856] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/subnets => generated 646 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1857] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:33.754 8 WARNING neutron_lib.context [None req-faa12c10-60b6-4ccf-9153-1baeeb50f50b 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:33.791 8 INFO neutron.db.segments_db [None req-faa12c10-60b6-4ccf-9153-1baeeb50f50b 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment ec85fdde-c058-4359-b28d-a88542d67949 of type vxlan for network 0d733228-62e3-41c7-8b7f-73a4f48de795 [pid: 7|app: 0|req: 947/1858] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:33 2026] DELETE /v2.0/networks/60fc55ab-a292-4ed3-807e-433cc2372515 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:33.824 7 WARNING neutron_lib.context [None req-0e7fb1db-3be1-48c6-8579-286cb6512abe 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 948/1859] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:34.032 8 INFO neutron.db.l3_hamode_db [None req-faa12c10-60b6-4ccf-9153-1baeeb50f50b 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 949/1860] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:33 2026] DELETE /v2.0/networks/98194ecb-7021-441c-a3bb-16256a960294 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:34.091 7 WARNING neutron_lib.context [None req-cdcffe56-9d62-444f-b7c1-520acf1aa37e 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:34.147 8 INFO neutron.db.l3_hamode_db [None req-faa12c10-60b6-4ccf-9153-1baeeb50f50b 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 950/1861] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1862] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:34 2026] DELETE /v2.0/networks/94d459eb-76e0-4ad9-bf5d-195f7377068a => 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: 952/1863] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:34 2026] DELETE /v2.0/networks/fb72b4fd-ff07-4fe6-a9eb-247708f0d2ea => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1864] 10.0.0.222 () {34 vars in 1096 bytes} [Fri Jul 10 01:02:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2015615784&fields=id&tenant_id=2a9d481655fb44d9b04c4127ae508a04 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1865] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:34 2026] DELETE /v2.0/networks/cdfdc54b-3f61-4b51-87a4-c36b1306da5e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1866] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:02:34 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1867] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:02:34 2026] GET /v2.0/quotas/2a9d481655fb44d9b04c4127ae508a04 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1868] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:33 2026] POST /v2.0/routers => generated 510 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1869] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:02:34 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&fields=id => generated 287 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1870] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:02:34 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 959/1871] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:02:35 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:35.251 7 INFO neutron.services.segments.plugin [-] Segment acc11f34-d9ae-449d-8b0d-4625354b61bf resource provider aggregate not found 2026-07-10 01:02:35.263 7 INFO neutron.services.segments.plugin [-] Segment acc11f34-d9ae-449d-8b0d-4625354b61bf resource provider aggregate not found 2026-07-10 01:02:35.267 7 INFO neutron.services.segments.plugin [-] Segment acc11f34-d9ae-449d-8b0d-4625354b61bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acc11f34-d9ae-449d-8b0d-4625354b61bf found for delete ", "request_id": "req-e56b877b-b902-4080-94c4-e8666fb3b014"}]} [pid: 7|app: 0|req: 960/1872] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:35 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:35.611 7 INFO neutron.services.segments.plugin [-] Segment acc11f34-d9ae-449d-8b0d-4625354b61bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acc11f34-d9ae-449d-8b0d-4625354b61bf found for delete ", "request_id": "req-dedd8758-59ef-4875-9279-71f1cae7b533"}]} 2026-07-10 01:02:35.616 7 INFO neutron.services.segments.plugin [-] Segment c55c5653-77c8-4bd0-9c3a-27cd7290d250 resource provider aggregate not found 2026-07-10 01:02:35.642 7 INFO neutron.services.segments.plugin [-] Segment c55c5653-77c8-4bd0-9c3a-27cd7290d250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55c5653-77c8-4bd0-9c3a-27cd7290d250 found for delete ", "request_id": "req-907de375-13d2-4757-a749-4d1257161d61"}]} 2026-07-10 01:02:35.653 7 INFO neutron.services.segments.plugin [-] Segment ed95ecf4-7936-420c-973b-901ac0a9447b resource provider aggregate not found 2026-07-10 01:02:35.658 7 INFO neutron.services.segments.plugin [-] Segment c55c5653-77c8-4bd0-9c3a-27cd7290d250 resource provider aggregate not found 2026-07-10 01:02:35.673 7 INFO neutron.services.segments.plugin [-] Segment c55c5653-77c8-4bd0-9c3a-27cd7290d250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55c5653-77c8-4bd0-9c3a-27cd7290d250 found for delete ", "request_id": "req-aec3083a-1d87-4614-88be-a459a1b5713a"}]} 2026-07-10 01:02:35.677 7 INFO neutron.services.segments.plugin [-] Segment ed95ecf4-7936-420c-973b-901ac0a9447b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed95ecf4-7936-420c-973b-901ac0a9447b found for delete ", "request_id": "req-db1ae230-d236-49de-8c08-4039756deada"}]} 2026-07-10 01:02:35.689 7 INFO neutron.services.segments.plugin [-] Segment 5cd18de6-c942-4d71-b073-82eb366a09cb resource provider aggregate not found 2026-07-10 01:02:35.693 7 INFO neutron.services.segments.plugin [-] Segment ed95ecf4-7936-420c-973b-901ac0a9447b resource provider aggregate not found 2026-07-10 01:02:35.704 7 INFO neutron.services.segments.plugin [-] Segment 5cd18de6-c942-4d71-b073-82eb366a09cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd18de6-c942-4d71-b073-82eb366a09cb found for delete ", "request_id": "req-5906fd66-e725-43d6-b30b-bb2e03d36bb8"}]} 2026-07-10 01:02:35.709 7 INFO neutron.services.segments.plugin [-] Segment ed95ecf4-7936-420c-973b-901ac0a9447b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed95ecf4-7936-420c-973b-901ac0a9447b found for delete ", "request_id": "req-9c4bbe1e-0807-44bc-98bc-a2cf34819593"}]} 2026-07-10 01:02:35.718 7 INFO neutron.services.segments.plugin [-] Segment 395d6798-2c47-4785-9967-236cb29f05cb resource provider aggregate not found 2026-07-10 01:02:35.726 7 INFO neutron.services.segments.plugin [-] Segment 5cd18de6-c942-4d71-b073-82eb366a09cb resource provider aggregate not found 2026-07-10 01:02:35.731 7 INFO neutron.services.segments.plugin [-] Segment 395d6798-2c47-4785-9967-236cb29f05cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 395d6798-2c47-4785-9967-236cb29f05cb found for delete ", "request_id": "req-119bd539-5d7c-460d-8ad5-94aa26a337d8"}]} 2026-07-10 01:02:35.742 7 INFO neutron.services.segments.plugin [-] Segment 5cd18de6-c942-4d71-b073-82eb366a09cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd18de6-c942-4d71-b073-82eb366a09cb found for delete ", "request_id": "req-d75d6425-ea92-488b-917f-69bd9651b229"}]} 2026-07-10 01:02:35.755 7 INFO neutron.services.segments.plugin [-] Segment 395d6798-2c47-4785-9967-236cb29f05cb resource provider aggregate not found 2026-07-10 01:02:35.771 7 INFO neutron.services.segments.plugin [-] Segment 395d6798-2c47-4785-9967-236cb29f05cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 395d6798-2c47-4785-9967-236cb29f05cb found for delete ", "request_id": "req-e3911a0b-7d66-447e-91a3-bc2f3f0a6fcf"}]} [pid: 7|app: 0|req: 961/1873] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:35 2026] GET /v2.0/security-groups?tenant_id=33db2c2cdbe34171b57ef5143fc5b2d8&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1874] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:34 2026] PUT /v2.0/routers/3ba4ba9c-6a74-4601-bbfe-51f45a55c267/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1875] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:36 2026] GET /v2.0/security-groups?tenant_id=599d383e472d49f4b2870ce7ba63326d&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1876] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:02:36 2026] GET /v2.0/ports/4e6ad26f-28ce-4cdb-934b-73cdd31663f6 => 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: 914/1877] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:36 2026] DELETE /v2.0/security-groups/8e562c15-0dac-487e-b5ea-92446b99e503 => 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: 964/1878] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:36 2026] DELETE /v2.0/security-groups/a204e3cc-acd9-4564-95b3-770949220054 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1879] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:36 2026] GET /v2.0/security-groups?tenant_id=a4ef376bcab84f6f8c4e01808aa080d7&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1880] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:36 2026] DELETE /v2.0/security-groups/bda3188a-7027-4c68-812b-81618e9ad6e6 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1881] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:36 2026] GET /v2.0/security-groups?tenant_id=589e1177d57e4b0bb35b355ad4720347&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1882] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:36 2026] DELETE /v2.0/security-groups/2b711c80-11f4-41f3-b4bb-072cebd9eeca => 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: 915/1883] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:02:36 2026] PUT /v2.0/routers/3ba4ba9c-6a74-4601-bbfe-51f45a55c267/remove_router_interface => generated 309 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1884] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:36 2026] GET /v2.0/ports?device_id=3ba4ba9c-6a74-4601-bbfe-51f45a55c267 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:37.579 8 INFO neutron.services.segments.plugin [-] Segment ec85fdde-c058-4359-b28d-a88542d67949 resource provider aggregate not found 2026-07-10 01:02:37.585 8 INFO neutron.services.segments.plugin [-] Segment ec85fdde-c058-4359-b28d-a88542d67949 resource provider aggregate not found 2026-07-10 01:02:37.603 8 INFO neutron.services.segments.plugin [-] Segment ec85fdde-c058-4359-b28d-a88542d67949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec85fdde-c058-4359-b28d-a88542d67949 found for delete ", "request_id": "req-26331b99-c66a-492b-8554-8b8d35455901"}]} 2026-07-10 01:02:37.604 8 INFO neutron.services.segments.plugin [-] Segment ec85fdde-c058-4359-b28d-a88542d67949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec85fdde-c058-4359-b28d-a88542d67949 found for delete ", "request_id": "req-b4c25c07-4e47-4d12-b8ee-faa0e378bd3e"}]} 2026-07-10 01:02:37.607 8 INFO neutron.db.l3_hamode_db [None req-d758f284-a863-44a7-88c7-c7360f595811 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] HA network 0d733228-62e3-41c7-8b7f-73a4f48de795 was deleted as no HA routers are present in tenant 73d4928b52414b188ca1968319b9a221. [pid: 8|app: 0|req: 916/1885] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:37 2026] DELETE /v2.0/routers/3ba4ba9c-6a74-4601-bbfe-51f45a55c267 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1886] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:37 2026] DELETE /v2.0/subnets/87130aba-a29e-4612-9578-43ba3c51f7ee => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1887] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:37 2026] DELETE /v2.0/networks/46b88586-b16b-4d74-9eeb-099b772a7300 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:38.125 7 WARNING neutron_lib.context [None req-10a0769d-9510-4e48-833c-20a53acd8733 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:38.161 7 INFO neutron.db.segments_db [None req-10a0769d-9510-4e48-833c-20a53acd8733 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Added segment 2849e164-5104-4129-9903-eba2fc448e5e of type vxlan for network 704540c2-e5a5-470e-b0e6-15ce3cf0ab2c 2026-07-10 01:02:38.448 7 INFO neutron.db.l3_hamode_db [None req-10a0769d-9510-4e48-833c-20a53acd8733 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:39.187 7 INFO neutron.db.l3_hamode_db [None req-10a0769d-9510-4e48-833c-20a53acd8733 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:39.622 8 INFO neutron.services.segments.plugin [-] Segment 0a4efd9a-60f5-4741-9d15-bc07b5467920 resource provider aggregate not found 2026-07-10 01:02:39.627 8 INFO neutron.services.segments.plugin [-] Segment 0a4efd9a-60f5-4741-9d15-bc07b5467920 resource provider aggregate not found 2026-07-10 01:02:39.644 8 INFO neutron.services.segments.plugin [-] Segment 0a4efd9a-60f5-4741-9d15-bc07b5467920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a4efd9a-60f5-4741-9d15-bc07b5467920 found for delete ", "request_id": "req-97d0a50d-bc4d-4624-8482-debe0fc25e8e"}]} 2026-07-10 01:02:39.645 8 INFO neutron.services.segments.plugin [-] Segment 0a4efd9a-60f5-4741-9d15-bc07b5467920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a4efd9a-60f5-4741-9d15-bc07b5467920 found for delete ", "request_id": "req-de629047-d600-44b0-9257-adcc792ab159"}]} [pid: 8|app: 0|req: 918/1888] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:02:39 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 705 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1889] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:02:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2a9d481655fb44d9b04c4127ae508a04 => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:39.721 8 WARNING neutron_lib.context [req-abb52afe-9eeb-4e0a-a94d-b797cdf072e4 req-07b5d722-bd1f-4d9b-8fca-441a8593df9c 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 920/1890] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:02:39 2026] POST /v2.0/ports => generated 1179 bytes in 441 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: 971/1891] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:38 2026] POST /v2.0/routers => generated 691 bytes in 2137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1892] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:02:40 2026] GET /v2.0/routers/f16f53cb-72a5-4966-8bb3-11b4ae684020 => generated 697 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1893] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:02:40 2026] GET /v2.0/routers => generated 700 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1894] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:40 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1194 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1895] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:02:40 2026] PUT /v2.0/ports/68236efb-f2e8-4c96-89a8-09d5e428b6b6 => generated 1460 bytes in 477 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: 922/1896] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:02:40 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:40.896 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9d9f8ee-4d3b-475d-a8c8-a9fbecfac663'] response: {'name': 'network-changed', 'server_uuid': 'e6063590-7739-414b-aee1-dddfc58646f9', 'tag': '68236efb-f2e8-4c96-89a8-09d5e428b6b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 975/1897] 10.0.0.12 () {34 vars in 740 bytes} [Fri Jul 10 01:02:40 2026] PUT /v2.0/routers/f16f53cb-72a5-4966-8bb3-11b4ae684020 => generated 704 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1898] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:02:40 2026] GET /v2.0/routers/f16f53cb-72a5-4966-8bb3-11b4ae684020 => generated 704 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1899] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/ports?device_id=f16f53cb-72a5-4966-8bb3-11b4ae684020 => 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: 923/1900] 10.0.0.12 () {34 vars in 677 bytes} [Fri Jul 10 01:02:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1901] 10.0.0.12 () {34 vars in 677 bytes} [Fri Jul 10 01:02:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1902] 10.0.0.12 () {34 vars in 677 bytes} [Fri Jul 10 01:02:41 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: 926/1903] 10.0.0.12 () {34 vars in 677 bytes} [Fri Jul 10 01:02:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1904] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1905] 10.0.0.12 () {34 vars in 677 bytes} [Fri Jul 10 01:02:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1906] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/networks?tenant_id=2a9d481655fb44d9b04c4127ae508a04&shared=False => generated 2375 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1907] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:41 2026] PUT /v2.0/policies/a413fd62-72d5-4682-9eb5-6c0b82e0a15d/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1908] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1909] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:41 2026] PUT /v2.0/policies/a7ae48f9-1fd6-4411-9a5d-12ae8ecabe61/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: 933/1910] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:41 2026] PUT /v2.0/policies/c13734d6-5e90-4eb1-a689-ec86d41b8436/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1911] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:41 2026] PUT /v2.0/policies/e276e2e3-4dea-4df6-a917-81c3fb841fc1/tags => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:41.838 7 INFO neutron.services.segments.plugin [-] Segment 2849e164-5104-4129-9903-eba2fc448e5e resource provider aggregate not found 2026-07-10 01:02:41.843 7 INFO neutron.services.segments.plugin [-] Segment 2849e164-5104-4129-9903-eba2fc448e5e resource provider aggregate not found 2026-07-10 01:02:41.851 7 INFO neutron.services.segments.plugin [-] Segment 2849e164-5104-4129-9903-eba2fc448e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2849e164-5104-4129-9903-eba2fc448e5e found for delete ", "request_id": "req-88d70e23-8b85-42d2-a853-3226d4e57eb9"}]} 2026-07-10 01:02:41.856 7 INFO neutron.services.segments.plugin [-] Segment 2849e164-5104-4129-9903-eba2fc448e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2849e164-5104-4129-9903-eba2fc448e5e found for delete ", "request_id": "req-9c2d0080-afba-4e26-9d58-0fff72da24b7"}]} 2026-07-10 01:02:41.862 7 INFO neutron.db.l3_hamode_db [None req-3968a844-abeb-40aa-bf08-d278087f8cd1 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] HA network 704540c2-e5a5-470e-b0e6-15ce3cf0ab2c was deleted as no HA routers are present in tenant 73d4928b52414b188ca1968319b9a221. [pid: 7|app: 0|req: 978/1912] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:41 2026] DELETE /v2.0/routers/f16f53cb-72a5-4966-8bb3-11b4ae684020 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1913] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/ports?device_id=f16f53cb-72a5-4966-8bb3-11b4ae684020 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:41.915 7 INFO neutron.api.v2.resource [None req-4fff2257-3789-4175-a6af-1fc1cf6cbbce 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/1914] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:41 2026] DELETE /v2.0/routers/f16f53cb-72a5-4966-8bb3-11b4ae684020 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1915] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/ports?device_id=3ba4ba9c-6a74-4601-bbfe-51f45a55c267 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:41.958 8 INFO neutron.api.v2.resource [None req-075d608a-e73f-47a3-8cb7-c5255bc36ce9 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 937/1916] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:41 2026] DELETE /v2.0/routers/3ba4ba9c-6a74-4601-bbfe-51f45a55c267 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:41.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecd0b5d2-7ada-4981-82a4-3aea0a7c8ce2 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 938/1917] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:41 2026] DELETE /v2.0/subnets/87130aba-a29e-4612-9578-43ba3c51f7ee => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1918] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/ports?device_id=882dbd72-8afa-4511-b30a-f78efa9507af => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:42.030 8 INFO neutron.api.v2.resource [None req-6af82277-8a3e-4b79-b8c1-11dbe6f459b2 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 940/1919] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/routers/882dbd72-8afa-4511-b30a-f78efa9507af => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1920] 10.0.0.12 () {32 vars in 673 bytes} [Fri Jul 10 01:02:41 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:42.045 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4af3fd42-9fe3-46c0-b561-3147401c17eb 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/1921] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/subnets/564ab5f8-3b27-4a79-8bfe-0cf235336c7a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1922] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/ports?device_id=8ac2f448-204a-457d-85a5-c5911120ab88 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:42.096 8 INFO neutron.api.v2.resource [None req-637454be-a508-445e-bd97-65c6a2b0e459 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 943/1923] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/routers/8ac2f448-204a-457d-85a5-c5911120ab88 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1924] 10.0.0.12 () {32 vars in 687 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:02:42.113 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9e8bef6-7357-499e-bc3b-649e60ada564 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1925] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/subnets/c406a9c0-c09f-4db3-8582-51ca2665227d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:42.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf7c073e-9b8f-4415-ac07-521ecf94457b 3af1d9f5f6be47fa9985fbb26f884ea4 73d4928b52414b188ca1968319b9a221 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 945/1926] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/subnets/5143c1fe-3557-407a-964e-f1c0859dbfc6 => 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: 982/1927] 10.0.0.12 () {32 vars in 683 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1928] 10.0.0.12 () {32 vars in 695 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1929] 10.0.0.12 () {32 vars in 681 bytes} [Fri Jul 10 01:02:42 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: 8|app: 0|req: 947/1930] 10.0.0.12 () {32 vars in 695 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1931] 10.0.0.12 () {32 vars in 691 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1932] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=e6063590-7739-414b-aee1-dddfc58646f9 => 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: 985/1933] 10.0.0.12 () {32 vars in 703 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1934] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => 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: 950/1935] 199.204.45.22 () {34 vars in 1101 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1936] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/qos/policies/a413fd62-72d5-4682-9eb5-6c0b82e0a15d => 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: 951/1937] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527&id=88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1938] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1939] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/qos/policies/a7ae48f9-1fd6-4411-9a5d-12ae8ecabe61 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1940] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1941] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/qos/policies/c13734d6-5e90-4eb1-a689-ec86d41b8436 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1942] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/security-groups?tenant_id=73d4928b52414b188ca1968319b9a221&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1943] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 954/1944] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/qos/policies/e276e2e3-4dea-4df6-a917-81c3fb841fc1 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1945] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:02:42 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 991/1948] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/security-groups/578daea9-9fbe-415a-8836-a5b888df1bc1 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1949] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:02:42 2026] DELETE /v2.0/qos/policies/09403aa5-3270-4330-8763-d974bbcdf359 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1950] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:43 2026] GET /v2.0/security-groups?tenant_id=857b9abf6af440dda89a032910b9e019&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: 959/1951] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:44 2026] DELETE /v2.0/security-groups/1af7b742-7ce7-49ca-a402-e1a51ae54af7 => 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: 993/1952] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:44 2026] GET /v2.0/security-groups?tenant_id=69585c48b5bb4773b9bd610710736f99&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1953] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:44 2026] DELETE /v2.0/security-groups/f681b683-7af0-4082-a6ff-05e3373cb8f2 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1954] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:44 2026] GET /v2.0/security-groups?tenant_id=b6e4f8b9688e4755ab0f90b087fe2193&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:44.788 7 WARNING neutron_lib.context [None req-01deee12-de42-45e1-a81f-83de62ed08e4 7bcba7acda7e4e07aba342ae38eeb8b0 d6914bc805464ea8b1ac144f7dc07994 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 962/1955] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:44 2026] DELETE /v2.0/security-groups/9efd9c18-eef8-4d4c-9729-2513381172c0 => 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: 994/1956] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:02:44 2026] POST /v2.0/security-groups => generated 1624 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1957] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:02:45 2026] GET /v2.0/security-groups => generated 4529 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1958] 10.0.0.12 () {34 vars in 757 bytes} [Fri Jul 10 01:02:45 2026] PUT /v2.0/security-groups/2b07eccf-8b9b-4f10-a9df-e915804f96b5 => generated 1663 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1959] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:02:45 2026] GET /v2.0/security-groups/2b07eccf-8b9b-4f10-a9df-e915804f96b5 => generated 1663 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1960] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:45 2026] DELETE /v2.0/security-groups/2b07eccf-8b9b-4f10-a9df-e915804f96b5 => 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: 965/1961] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:02:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:45.409 7 INFO neutron.api.v2.resource [None req-41c37b6d-6b13-4712-9093-d4100b9589b0 7bcba7acda7e4e07aba342ae38eeb8b0 d6914bc805464ea8b1ac144f7dc07994 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/1962] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:45 2026] DELETE /v2.0/security-groups/2b07eccf-8b9b-4f10-a9df-e915804f96b5 => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:45.425 8 WARNING neutron_lib.context [None req-c52857de-9f7f-4690-b0a1-6629db054182 7bcba7acda7e4e07aba342ae38eeb8b0 d6914bc805464ea8b1ac144f7dc07994 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 966/1963] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:02:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:02:45.558 7 WARNING neutron_lib.context [None req-9fdc91db-21ab-4251-87b0-caae71c86aea 7bcba7acda7e4e07aba342ae38eeb8b0 d6914bc805464ea8b1ac144f7dc07994 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 998/1964] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1965] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:02:45 2026] GET /v2.0/security-group-rules/805fa36a-30b0-4638-a63e-3bb7cbea08ad => generated 601 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1966] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:02:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1967] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:02:45 2026] DELETE /v2.0/security-group-rules/805fa36a-30b0-4638-a63e-3bb7cbea08ad => 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: 969/1968] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:02:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1969] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:45 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:46.059 8 WARNING neutron_lib.context [None req-1226b2ca-3bfe-4ccf-b96f-de0fc7c4cef2 7bcba7acda7e4e07aba342ae38eeb8b0 d6914bc805464ea8b1ac144f7dc07994 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1001/1970] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1971] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1972] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-group-rules/47a1916e-f43b-4dac-8f7e-c561949ea924 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1973] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1974] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:02:46 2026] DELETE /v2.0/security-group-rules/47a1916e-f43b-4dac-8f7e-c561949ea924 => 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: 972/1975] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:46.505 7 WARNING neutron_lib.context [None req-b767f171-21ad-4f75-8188-ed5cf116a527 7bcba7acda7e4e07aba342ae38eeb8b0 d6914bc805464ea8b1ac144f7dc07994 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1004/1976] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1977] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-group-rules/65a4b4d8-bd7c-4d35-a1ed-20b3e0d06076 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1978] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1979] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:02:46 2026] DELETE /v2.0/security-group-rules/65a4b4d8-bd7c-4d35-a1ed-20b3e0d06076 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1980] 10.0.0.12 () {32 vars in 672 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1981] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-groups?tenant_id=d3de97ecbc91468e96185f90a72b2509&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1982] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:46 2026] DELETE /v2.0/security-groups/10eb2e91-c725-43cb-a426-7f9a8d4774c0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1983] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:02:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1984] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:02:47 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) [pid: 8|app: 0|req: 974/1985] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:46 2026] DELETE /v2.0/security-groups/5bacddc3-39ed-42db-9a12-b36dd5dd4c2f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1986] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:47 2026] GET /v2.0/security-groups?tenant_id=d6914bc805464ea8b1ac144f7dc07994&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: 975/1987] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:47 2026] DELETE /v2.0/security-groups/e6bbd11f-d48a-4414-8071-b95ac02accdf => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:48.605 7 WARNING neutron_lib.context [None req-5be078d3-6061-43a4-91d3-f5677330aed1 7962d1c1489d4693af4d6c043bc585e3 434838a7b9764127add6963d9532094e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:48.721 7 INFO neutron.db.segments_db [None req-5be078d3-6061-43a4-91d3-f5677330aed1 7962d1c1489d4693af4d6c043bc585e3 434838a7b9764127add6963d9532094e - - default default] Added segment d789ed4c-59da-428f-99a3-5f117e383ff5 of type vxlan for network 6136fb1e-8c23-4ae9-b94e-b682aff1c9fb [pid: 7|app: 0|req: 1013/1988] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:48 2026] POST /v2.0/networks => generated 632 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1989] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:48 2026] PUT /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1990] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:48 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1991] 10.0.0.12 () {34 vars in 763 bytes} [Fri Jul 10 01:02:48 2026] PUT /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1992] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:48 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1993] 10.0.0.12 () {34 vars in 759 bytes} [Fri Jul 10 01:02:49 2026] PUT /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1994] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/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: 979/1995] 10.0.0.12 () {34 vars in 781 bytes} [Fri Jul 10 01:02:49 2026] PUT /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/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: 7|app: 0|req: 1017/1996] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1997] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:02:49 2026] PUT /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1998] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1999] 10.0.0.12 () {32 vars in 740 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:49.316 7 INFO neutron.api.v2.resource [None req-5c6c8a29-4fef-4542-ae88-545cab628e8c 7962d1c1489d4693af4d6c043bc585e3 434838a7b9764127add6963d9532094e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1019/2000] 10.0.0.12 () {32 vars in 744 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/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: 982/2001] 10.0.0.12 () {32 vars in 743 bytes} [Fri Jul 10 01:02:49 2026] DELETE /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2002] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:49.455 8 INFO neutron.api.v2.resource [None req-19a03baf-f357-436b-b5dd-886525782bd9 7962d1c1489d4693af4d6c043bc585e3 434838a7b9764127add6963d9532094e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 983/2003] 10.0.0.12 () {32 vars in 747 bytes} [Fri Jul 10 01:02:49 2026] DELETE /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2004] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:02:49 2026] DELETE /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/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: 1022/2005] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:49.650 7 INFO neutron.services.segments.plugin [-] Segment d789ed4c-59da-428f-99a3-5f117e383ff5 resource provider aggregate not found 2026-07-10 01:02:49.657 7 INFO neutron.services.segments.plugin [-] Segment d789ed4c-59da-428f-99a3-5f117e383ff5 resource provider aggregate not found 2026-07-10 01:02:49.660 7 INFO neutron.services.segments.plugin [-] Segment d789ed4c-59da-428f-99a3-5f117e383ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d789ed4c-59da-428f-99a3-5f117e383ff5 found for delete ", "request_id": "req-33b80ae9-2ea6-4a13-a1fc-64e860c0756c"}]} [pid: 7|app: 0|req: 1023/2006] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:49 2026] DELETE /v2.0/networks/6136fb1e-8c23-4ae9-b94e-b682aff1c9fb => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:49.721 8 WARNING neutron_lib.context [None req-5cc282f8-fabc-4994-8b0c-5da95c03597b 0f8cb39d990142ebaead4be22a8b5eef 164836458235424b865dfb93ba021a6c - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 984/2007] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:02:49 2026] POST /v2.0/subnetpools => generated 548 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:49.790 7 INFO neutron.services.segments.plugin [-] Segment d789ed4c-59da-428f-99a3-5f117e383ff5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d789ed4c-59da-428f-99a3-5f117e383ff5 found for delete ", "request_id": "req-506fe08e-8523-401d-bdf2-f14982f58c9c"}]} [pid: 7|app: 0|req: 1024/2008] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/subnetpools/e13f9283-15ce-4174-90b3-f4f1192abc0c => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2009] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:02:49 2026] PUT /v2.0/subnetpools/e13f9283-15ce-4174-90b3-f4f1192abc0c => generated 501 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2010] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:02:49 2026] DELETE /v2.0/subnetpools/e13f9283-15ce-4174-90b3-f4f1192abc0c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:49.970 7 INFO neutron.api.v2.resource [None req-32f917ee-fe5d-4b0e-8ef0-a58f5fe1d2b9 0f8cb39d990142ebaead4be22a8b5eef 164836458235424b865dfb93ba021a6c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2011] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:02:49 2026] GET /v2.0/subnetpools/e13f9283-15ce-4174-90b3-f4f1192abc0c => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:49.987 7 INFO neutron.api.v2.resource [None req-bcd58903-661b-49d7-af15-9e94f495858f 0f8cb39d990142ebaead4be22a8b5eef 164836458235424b865dfb93ba021a6c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1027/2012] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:02:49 2026] DELETE /v2.0/subnetpools/e13f9283-15ce-4174-90b3-f4f1192abc0c => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:02:50.056 8 WARNING neutron_lib.context [None req-36098819-8a40-48c6-b16f-d293a33d184c e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:50.234 8 INFO neutron.db.segments_db [None req-36098819-8a40-48c6-b16f-d293a33d184c e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Added segment cdf9c926-7b0e-42fd-b4d3-ddccebac6387 of type vxlan for network 56ab3ead-3afc-49fc-bff8-747f342bff3a [pid: 8|app: 0|req: 986/2013] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 01:02:49 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-07-10 01:02:50.331 8 WARNING neutron_lib.context [None req-3ef6a230-8e7e-4906-97a2-8dbdfe1cd645 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:50.377 8 INFO neutron.db.segments_db [None req-3ef6a230-8e7e-4906-97a2-8dbdfe1cd645 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Added segment 0edb11b0-82f4-4aec-9306-5be033c83c34 of type vxlan for network f1b48710-e322-473a-8162-ac57ce156719 [pid: 7|app: 0|req: 1028/2014] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:50 2026] GET /v2.0/security-groups?tenant_id=544b3e5239a041e4aa4eee124852a2b4&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:50.684 8 INFO neutron.db.l3_hamode_db [None req-3ef6a230-8e7e-4906-97a2-8dbdfe1cd645 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1029/2015] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:50 2026] GET /v2.0/security-groups?tenant_id=164836458235424b865dfb93ba021a6c&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2016] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:50 2026] DELETE /v2.0/security-groups/038061f4-4f19-40ab-8904-7930a8e6ee51 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2017] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:50 2026] DELETE /v2.0/security-groups/d7fe7d7a-e267-4128-a5f8-952f4a287609 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2018] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:50 2026] GET /v2.0/security-groups?tenant_id=434838a7b9764127add6963d9532094e&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2019] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:51 2026] DELETE /v2.0/security-groups/54f9adf9-5158-4caf-a654-bf380727409d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2020] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:51 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1196 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2021] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:02:51 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2022] 10.0.0.12 () {32 vars in 817 bytes} [Fri Jul 10 01:02:51 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&mac_address=fa%3A16%3A3e%3A48%3A2a%3A93 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:02:51.408 7 WARNING neutron_lib.context [None req-2898ffcf-8124-427d-8d81-52eb15cb407a 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:51.447 8 INFO neutron.db.l3_hamode_db [None req-3ef6a230-8e7e-4906-97a2-8dbdfe1cd645 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:52.267 7 INFO neutron.db.l3_db [None req-2898ffcf-8124-427d-8d81-52eb15cb407a 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Floating IP 7ca2c46e-9141-4ce1-89d7-22b90fc3d049 associated. External IP: 10.96.250.214, port: 68236efb-f2e8-4c96-89a8-09d5e428b6b6. [pid: 7|app: 0|req: 1037/2023] 10.0.0.12 () {34 vars in 676 bytes} [Fri Jul 10 01:02:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2024] 10.0.0.12 () {32 vars in 622 bytes} [Fri Jul 10 01:02:52 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-07-10 01:02:52.764 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ed5d268-4ddc-436c-8c7f-98a177e73e47'] response: {'name': 'network-changed', 'server_uuid': 'e6063590-7739-414b-aee1-dddfc58646f9', 'tag': '68236efb-f2e8-4c96-89a8-09d5e428b6b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 987/2025] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:50 2026] POST /v2.0/routers => generated 695 bytes in 2510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2026] 10.0.0.222 () {34 vars in 1096 bytes} [Fri Jul 10 01:02:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2015615784&fields=id&tenant_id=2a9d481655fb44d9b04c4127ae508a04 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2027] 10.0.0.12 () {32 vars in 632 bytes} [Fri Jul 10 01:02:52 2026] GET /v2.0/ => generated 632 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2028] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:02:52 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2029] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:02:52 2026] GET /v2.0/quotas/2a9d481655fb44d9b04c4127ae508a04 => 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: 989/2030] 10.0.0.12 () {32 vars in 775 bytes} [Fri Jul 10 01:02:52 2026] GET /v2.0/subnets?project_id=dc304e39e6bd44f4ad4e08299405c762&cidr=10.100.0.0%2F28 => generated 14 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2031] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:02:53 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: 991/2032] 10.0.0.12 () {32 vars in 783 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/subnets?network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:53.088 8 WARNING neutron_lib.context [None req-b51194b8-5300-4627-a2f4-3e7b2498c48e e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1042/2033] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:02:52 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&fields=id => generated 333 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2034] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1044/2035] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1045/2036] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2037] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:53 2026] POST /v2.0/subnets => generated 656 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2038] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2039] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => 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: 1048/2040] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2041] 199.204.45.22 () {34 vars in 1101 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2042] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/security-groups?tenant_id=4d78b1514ea446319d044e2625edcaf4&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2043] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527&id=88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 1411 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2044] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:53 2026] DELETE /v2.0/security-groups/ac7eb56e-f84d-4eed-b21d-dce119f8e7a6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2045] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&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: 1054/2046] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:02:53 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2047] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:02:54 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1056/2048] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:02:54 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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-07-10 01:02:54.615 7 WARNING neutron_lib.context [None req-f7dece21-97d5-42d2-b237-9d7d06e81998 8aecd127ba0e4adda42dd092a11807db 798fddb3dd6142ca95479ee369eba6b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:54.781 7 INFO neutron.db.segments_db [None req-f7dece21-97d5-42d2-b237-9d7d06e81998 8aecd127ba0e4adda42dd092a11807db 798fddb3dd6142ca95479ee369eba6b5 - - default default] Added segment 8ab8fc76-e99c-4932-8889-63345b5b39d7 of type vxlan for network d53cbfec-4e51-47a9-9321-8dcf2449376a [pid: 8|app: 0|req: 993/2049] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:53 2026] PUT /v2.0/routers/87d63838-ea1d-402a-b462-0bcb97f9a175/add_router_interface => generated 309 bytes in 1486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2050] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:02:54 2026] POST /v2.0/networks => generated 632 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:54.900 7 WARNING neutron_lib.context [None req-15ad65ff-4a49-471a-8526-2cd04df0b071 8aecd127ba0e4adda42dd092a11807db 798fddb3dd6142ca95479ee369eba6b5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 994/2051] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:02:54 2026] GET /v2.0/networks => generated 7359 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2052] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:02:54 2026] GET /v2.0/subnets => generated 7420 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2053] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:02:54 2026] GET /v2.0/routers => generated 1453 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2054] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:54 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:55.154 8 WARNING neutron_lib.context [None req-12b3a05a-8868-4af0-9104-871b29bc9c63 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1059/2055] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:02:55 2026] PUT /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/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: 1060/2056] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:02:55 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2057] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 01:02:55 2026] POST /v2.0/security-groups => generated 1673 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:02:55.318 8 WARNING neutron_lib.context [None req-a7566030-3d50-4514-8f2f-473a719c1362 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1061/2058] 10.0.0.12 () {34 vars in 761 bytes} [Fri Jul 10 01:02:55 2026] PUT /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2059] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:02:55 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2060] 10.0.0.12 () {34 vars in 757 bytes} [Fri Jul 10 01:02:55 2026] PUT /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2061] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:02:55 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2062] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:55 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) 2026-07-10 01:02:55.484 8 WARNING neutron_lib.context [None req-9feeb53e-a615-4858-b268-fcfc58a8f60f e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1065/2063] 10.0.0.12 () {34 vars in 779 bytes} [Fri Jul 10 01:02:55 2026] PUT /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2064] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:02:55 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2065] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:55.595 8 WARNING neutron_lib.context [None req-d3b1125c-06c2-434f-a762-234aa27cb5e6 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1067/2066] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:02:55 2026] PUT /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2067] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:02:55 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2068] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:02:55 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:55.696 7 INFO neutron.api.v2.resource [None req-8bb18036-db24-4933-b939-ec6ab520e205 8aecd127ba0e4adda42dd092a11807db 798fddb3dd6142ca95479ee369eba6b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1070/2069] 10.0.0.12 () {32 vars in 742 bytes} [Fri Jul 10 01:02:55 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2070] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:55.707 8 WARNING neutron_lib.context [None req-877353ce-310e-48c4-bd31-82ad535138e8 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1001/2071] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2072] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:02:55 2026] DELETE /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:55.910 8 WARNING neutron_lib.context [None req-824baf33-bdff-44f2-b30a-7ee5e4cbee09 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:02:55.951 8 INFO neutron.db.securitygroups_db [None req-824baf33-bdff-44f2-b30a-7ee5e4cbee09 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Project dc304e39e6bd44f4ad4e08299405c762 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-10 01:02:56.044 7 INFO neutron.db.segments_db [None req-41c46332-8dbb-4a2f-8bee-bf7a35487ac5 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment c69ac1b2-048c-47af-80f6-50236f175367 of type vxlan for network 817ded3d-c2c7-41eb-8409-0b1aac4563f9 [pid: 8|app: 0|req: 1003/2073] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2074] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:02:56 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:56.103 8 WARNING neutron_lib.context [None req-bdff9251-c7bd-4d72-b41a-9ae1b0542f8b e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1071/2075] 10.0.0.12 () {34 vars in 670 bytes} [Fri Jul 10 01:02:55 2026] POST /v2.0/networks => generated 740 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:56.141 8 INFO neutron.db.securitygroups_db [None req-bdff9251-c7bd-4d72-b41a-9ae1b0542f8b e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Project dc304e39e6bd44f4ad4e08299405c762 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-10 01:02:56.194 7 INFO neutron.api.v2.resource [None req-bb442d24-df18-4875-bef7-5a4ac8ac972e 8aecd127ba0e4adda42dd092a11807db 798fddb3dd6142ca95479ee369eba6b5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1072/2076] 10.0.0.12 () {32 vars in 745 bytes} [Fri Jul 10 01:02:56 2026] DELETE /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags/green => generated 99 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2077] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:02:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2078] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:02:56 2026] DELETE /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2079] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:02:56 2026] GET /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e/tags => 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: 1073/2080] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:56 2026] POST /v2.0/subnets => generated 687 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:02:56.474 7 INFO neutron.db.segments_db [None req-846992fe-70ad-4bd6-966c-09677dfe9451 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Added segment 79b0b723-5cf6-4605-a387-b34ab51f3ad9 of type vxlan for network 72254304-ba9d-47c0-aeab-2565f958f5a8 [pid: 8|app: 0|req: 1008/2081] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:02:56 2026] DELETE /v2.0/subnets/981b2eea-8bc9-4169-b6be-60d463905e3e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:02:56.730 7 INFO neutron.db.l3_hamode_db [None req-846992fe-70ad-4bd6-966c-09677dfe9451 c440ae6280494fc88238a37d78c75ad7 6674c14143ed4340b6bb76ca25eeac3d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-10 01:02:56.948 8 INFO neutron.services.segments.plugin [-] Segment 8ab8fc76-e99c-4932-8889-63345b5b39d7 resource provider aggregate not found 2026-07-10 01:02:56.953 8 INFO neutron.services.segments.plugin [-] Segment 8ab8fc76-e99c-4932-8889-63345b5b39d7 resource provider aggregate not found 2026-07-10 01:02:56.965 8 INFO neutron.services.segments.plugin [-] Segment 8ab8fc76-e99c-4932-8889-63345b5b39d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ab8fc76-e99c-4932-8889-63345b5b39d7 found for delete ", "request_id": "req-e9e383e2-cb3e-4d1d-99e4-1da345eadcf7"}]} 2026-07-10 01:02:56.973 8 INFO neutron.services.segments.plugin [-] Segment 8ab8fc76-e99c-4932-8889-63345b5b39d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ab8fc76-e99c-4932-8889-63345b5b39d7 found for delete ", "request_id": "req-62ec965b-2030-409d-a690-8406a7ba63cf"}]} [pid: 8|app: 0|req: 1009/2082] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:02:56 2026] DELETE /v2.0/networks/d53cbfec-4e51-47a9-9321-8dcf2449376a => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2083] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:02:56 2026] GET /v2.0/networks => generated 1296 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2084] 10.0.0.222 () {34 vars in 1098 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-340603162&fields=id&tenant_id=dc304e39e6bd44f4ad4e08299405c762 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2085] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/networks?id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 659 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2086] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/quotas/dc304e39e6bd44f4ad4e08299405c762 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2087] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&fields=id => generated 103 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2088] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2089] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?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: 1017/2090] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:02:57.701 7 INFO neutron.db.l3_hamode_db [None req-846992fe-70ad-4bd6-966c-09677dfe9451 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1018/2091] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2092] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:57 2026] GET /v2.0/security-groups?tenant_id=6062e8a6346d4ca1892ec1fc613507a8&name=default => generated 2929 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2093] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:02:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2a9d481655fb44d9b04c4127ae508a04 => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2096] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:58 2026] DELETE /v2.0/security-groups/00a33c6b-b07e-471a-a2a0-f1e9de277f63 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:02:58.215 8 WARNING neutron_lib.context [req-5698d690-5ec1-4077-a46d-e39932abcb28 req-2001233d-2308-4adc-879f-75be98ac9c14 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1024/2097] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:02:58 2026] POST /v2.0/ports => generated 1183 bytes in 544 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: 1025/2098] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:02:58 2026] GET /v2.0/security-groups?tenant_id=798fddb3dd6142ca95479ee369eba6b5&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2099] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:02:56 2026] POST /v2.0/routers => generated 727 bytes in 2386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2100] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:58 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1076/2101] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:02:58 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2102] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:58 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1186 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2103] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:02:58 2026] DELETE /v2.0/security-groups/7b043280-4e30-463b-b42c-f58ea74e9d6f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2104] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:02:58 2026] PUT /v2.0/ports/32676768-253f-455c-b2ab-3ee45fb90048 => generated 1464 bytes in 584 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-07-10 01:02:59.475 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74180049-6efe-4572-8cfc-7b783a8c86e3'] response: {'name': 'network-changed', 'server_uuid': 'c77855ca-0489-494c-a695-24fb9fce03cd', 'tag': '32676768-253f-455c-b2ab-3ee45fb90048', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1078/2105] 10.0.0.136 () {34 vars in 1040 bytes} [Fri Jul 10 01:02:59 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2106] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:02:59 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&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: 7|app: 0|req: 1080/2107] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:02:59 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1081/2108] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:02:59 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2109] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:03:00 2026] GET /v2.0/networks?tenant_id=2a9d481655fb44d9b04c4127ae508a04&shared=False => generated 2375 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2110] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:03:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2111] 10.0.0.12 () {34 vars in 782 bytes} [Fri Jul 10 01:02:58 2026] PUT /v2.0/routers/59140ab1-b30e-4636-bc8c-69801bdf7842/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2112] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:00 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1029/2113] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2114] 199.204.45.22 () {34 vars in 1055 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=32676768-253f-455c-b2ab-3ee45fb90048 => 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: 1030/2115] 199.204.45.22 () {34 vars in 1105 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A128&port_id=32676768-253f-455c-b2ab-3ee45fb90048 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2116] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/subnets?id=e3582c6a-11f8-452f-b5cc-6af913a9c875&id=d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2117] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2118] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&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: 1032/2119] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2120] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:01 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1089/2121] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:02 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1033/2122] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:02 2026] GET /v2.0/networks?id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 659 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2123] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:03:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc304e39e6bd44f4ad4e08299405c762 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:02.182 8 WARNING neutron_lib.context [req-2f44a55e-acaf-4186-b67e-cf6ea1e6302b req-63dbebd5-8ae2-473d-a17f-55a1dbf0622c e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1034/2124] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:03:02 2026] POST /v2.0/ports => generated 954 bytes in 448 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-07-10 01:03:02.743 7 WARNING neutron_lib.context [None req-e4c6b41e-8a86-41d3-83d5-1bac4141a713 ebc68f89ee9f4848a476188b16e613f6 9e4ca13e4def4b0c890ea323e804cb76 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:02.866 7 INFO neutron.db.segments_db [None req-e4c6b41e-8a86-41d3-83d5-1bac4141a713 ebc68f89ee9f4848a476188b16e613f6 9e4ca13e4def4b0c890ea323e804cb76 - - default default] Added segment 6855a784-1de4-441c-8dbb-3d3c919271f0 of type vxlan for network 4e1fc366-8cde-4402-8db9-208f7b740984 [pid: 7|app: 0|req: 1091/2125] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:03:02 2026] POST /v2.0/networks => generated 632 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2126] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:03:02 2026] GET /v2.0/networks?id=817ded3d-c2c7-41eb-8409-0b1aac4563f9 => generated 672 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:02.982 7 WARNING neutron_lib.context [None req-f28cfc59-b7cf-415c-8602-d37fb5e6b006 ebc68f89ee9f4848a476188b16e613f6 9e4ca13e4def4b0c890ea323e804cb76 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1035/2127] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:03:02 2026] PUT /v2.0/ports/7cb4e2c0-9066-45d1-ba84-492a746cc62b => generated 1235 bytes in 420 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: 1036/2128] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/quotas/6674c14143ed4340b6bb76ca25eeac3d => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:03.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1823f07c-91ee-433b-aa01-ce2e1356ae68'] response: {'name': 'network-changed', 'server_uuid': 'e83445c2-c253-428b-a156-6335334c6a14', 'tag': '7cb4e2c0-9066-45d1-ba84-492a746cc62b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1037/2129] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/ports?tenant_id=6674c14143ed4340b6bb76ca25eeac3d&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2130] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/networks/817ded3d-c2c7-41eb-8409-0b1aac4563f9?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: 1093/2131] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:03:02 2026] POST /v2.0/ports => generated 743 bytes in 282 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: 1094/2132] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/networks/817ded3d-c2c7-41eb-8409-0b1aac4563f9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:03:03.297 7 WARNING neutron_lib.context [None req-2bf61eda-bcf0-4293-8daa-75602de1464e ebc68f89ee9f4848a476188b16e613f6 9e4ca13e4def4b0c890ea323e804cb76 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1039/2133] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2134] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2135] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1095/2136] 10.0.0.12 () {34 vars in 665 bytes} [Fri Jul 10 01:03:03 2026] POST /v2.0/trunks => generated 407 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2137] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:03:03 2026] PUT /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/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: 1096/2138] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags => generated 25 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2139] 10.0.0.12 () {34 vars in 759 bytes} [Fri Jul 10 01:03:03 2026] PUT /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags/green => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2140] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/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: 1044/2141] 10.0.0.12 () {34 vars in 755 bytes} [Fri Jul 10 01:03:03 2026] PUT /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2142] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/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: 1098/2143] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1046/2144] 10.0.0.12 () {34 vars in 777 bytes} [Fri Jul 10 01:03:03 2026] PUT /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/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: 1047/2145] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2146] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/networks?tenant_id=dc304e39e6bd44f4ad4e08299405c762&shared=False => generated 755 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2147] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:03:03 2026] PUT /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2148] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2149] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2150] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:03:03.837 7 INFO neutron.api.v2.resource [None req-8246a546-769e-42bc-989e-cd202ada682c ebc68f89ee9f4848a476188b16e613f6 9e4ca13e4def4b0c890ea323e804cb76 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1101/2151] 10.0.0.12 () {32 vars in 740 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2152] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:03 2026] DELETE /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/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: 1102/2153] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:03:03.945 8 INFO neutron.api.v2.resource [None req-f8929221-8741-437b-bd0f-ab48f3da24c5 ebc68f89ee9f4848a476188b16e613f6 9e4ca13e4def4b0c890ea323e804cb76 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2154] 10.0.0.12 () {32 vars in 743 bytes} [Fri Jul 10 01:03:03 2026] DELETE /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2155] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:03:03 2026] DELETE /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/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: 1053/2156] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:03 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b/tags => 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: 1104/2157] 10.0.0.12 () {32 vars in 718 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2158] 10.0.0.12 () {32 vars in 716 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/ports/a31d8abf-c58e-42b9-8894-d5900829f088 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2159] 10.0.0.12 () {32 vars in 721 bytes} [Fri Jul 10 01:03:04 2026] DELETE /v2.0/trunks/15441378-cb42-432f-9cd7-5885feb70f1b => 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: 1055/2160] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:03:04 2026] DELETE /v2.0/ports/a31d8abf-c58e-42b9-8894-d5900829f088 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2161] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2162] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:03:04.551 8 INFO neutron.services.segments.plugin [-] Segment 6855a784-1de4-441c-8dbb-3d3c919271f0 resource provider aggregate not found 2026-07-10 01:03:04.562 8 INFO neutron.services.segments.plugin [-] Segment 6855a784-1de4-441c-8dbb-3d3c919271f0 resource provider aggregate not found 2026-07-10 01:03:04.566 8 INFO neutron.services.segments.plugin [-] Segment 6855a784-1de4-441c-8dbb-3d3c919271f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6855a784-1de4-441c-8dbb-3d3c919271f0 found for delete ", "request_id": "req-dcd6560d-3b33-45a2-8d5b-78dd3e85e8fb"}]} 2026-07-10 01:03:04.575 8 INFO neutron.services.segments.plugin [-] Segment 6855a784-1de4-441c-8dbb-3d3c919271f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6855a784-1de4-441c-8dbb-3d3c919271f0 found for delete ", "request_id": "req-4c475b25-0dab-4c69-86ab-7dd6778acb2a"}]} [pid: 8|app: 0|req: 1056/2163] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:03:04 2026] DELETE /v2.0/networks/4e1fc366-8cde-4402-8db9-208f7b740984 => 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: 1108/2164] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&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: 1057/2165] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1198 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2166] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2167] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2168] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7cb4e2c0-9066-45d1-ba84-492a746cc62b => 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: 1059/2169] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/subnets?id=271359f8-7835-411e-898a-e70458489c73 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2170] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/ports?network_id=56ab3ead-3afc-49fc-bff8-747f342bff3a&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2171] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:04 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2172] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:05 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2173] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:05 2026] GET /v2.0/security-groups?tenant_id=f1a7434b35c74717beec575f796f7114&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2174] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:05 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2175] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:05 2026] DELETE /v2.0/security-groups/d658a3cd-7c5e-49f4-a933-2bb6681c4ca7 => 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: 1063/2176] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:05 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2177] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:05 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&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: 1064/2178] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:05 2026] GET /v2.0/security-groups?tenant_id=9e4ca13e4def4b0c890ea323e804cb76&name=default => generated 2929 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2179] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:05 2026] DELETE /v2.0/security-groups/b9eb428b-00c8-48bd-b516-f0c7b9f4caad => 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: 1065/2180] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:06 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1116/2181] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:06 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2182] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:06 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&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: 1067/2183] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:07 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1117/2184] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:07 2026] GET /v2.0/networks?id=817ded3d-c2c7-41eb-8409-0b1aac4563f9 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:07.833 8 WARNING neutron_lib.context [req-8f008037-7382-4ced-b949-d4f0fe78c0fb req-62052df0-1640-434e-bf49-066b269863e5 73da6ebbfe9f48b09d7029bba987448e 6674c14143ed4340b6bb76ca25eeac3d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1118/2185] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:07 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1119/2186] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:07 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2187] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:03:07 2026] POST /v2.0/ports => generated 954 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2188] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:03:08 2026] PUT /v2.0/ports/9574497a-fe3a-4188-a0a5-c2b92a8cd211 => generated 1235 bytes in 476 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: 1069/2189] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:08 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 969 bytes in 72 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: 1121/2190] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:08 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2191] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:09 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:09.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73799156-3afe-48a4-a1ba-efacb1b237ae'] response: {'name': 'network-changed', 'server_uuid': 'f1c6f66a-1a2f-47b2-bed0-04755938d16e', 'tag': '9574497a-fe3a-4188-a0a5-c2b92a8cd211', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1122/2192] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:09 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2193] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:09 2026] GET /v2.0/ports?tenant_id=6674c14143ed4340b6bb76ca25eeac3d&device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2194] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:03:09 2026] GET /v2.0/networks?tenant_id=6674c14143ed4340b6bb76ca25eeac3d&shared=False => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2195] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:03:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2196] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:09 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1200 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2197] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:09 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2198] 10.0.0.12 () {32 vars in 817 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&mac_address=fa%3A16%3A3e%3A3c%3A89%3A2e => generated 1200 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:03:10.060 8 WARNING neutron_lib.context [None req-4f8f1ad8-82a0-4b83-965e-89eb309aa9ec 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1126/2199] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2200] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2201] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2202] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&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: 1130/2203] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2204] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&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: 1132/2205] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:03:10 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:03:10.612 7 WARNING neutron_lib.context [None req-6949c50e-84d8-4fdb-af06-f5e8ee808d36 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:10.887 8 INFO neutron.db.l3_db [None req-4f8f1ad8-82a0-4b83-965e-89eb309aa9ec 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Floating IP f1c71b83-d7c0-459f-a3dd-9f4d4137597f associated. External IP: 10.96.250.219, port: 32676768-253f-455c-b2ab-3ee45fb90048. [pid: 8|app: 0|req: 1074/2206] 10.0.0.12 () {34 vars in 676 bytes} [Fri Jul 10 01:03:10 2026] POST /v2.0/floatingips => generated 854 bytes in 1203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2207] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/ports?tenant_id=6674c14143ed4340b6bb76ca25eeac3d&device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:03:11.309 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ba16bca-f236-451b-84fc-e2e171b0ccf4'] response: {'name': 'network-changed', 'server_uuid': 'c77855ca-0489-494c-a695-24fb9fce03cd', 'tag': '32676768-253f-455c-b2ab-3ee45fb90048', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1076/2208] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2209] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=9574497a-fe3a-4188-a0a5-c2b92a8cd211 => 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: 1078/2210] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:03:11.435 7 INFO neutron.db.l3_db [None req-6949c50e-84d8-4fdb-af06-f5e8ee808d36 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Floating IP 858d82ac-a438-49be-ad7d-9b26507cf57c associated. External IP: 10.96.250.209, port: 7cb4e2c0-9066-45d1-ba84-492a746cc62b. [pid: 8|app: 0|req: 1079/2211] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/subnets?id=c6f11582-65b2-4215-a8fe-cb993c396643 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2212] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/ports?network_id=817ded3d-c2c7-41eb-8409-0b1aac4563f9&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: 1081/2213] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/networks/817ded3d-c2c7-41eb-8409-0b1aac4563f9?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: 1082/2214] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/networks/817ded3d-c2c7-41eb-8409-0b1aac4563f9?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: 1133/2215] 10.0.0.12 () {34 vars in 676 bytes} [Fri Jul 10 01:03:10 2026] POST /v2.0/floatingips => generated 855 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2216] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:11.862 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1187561-2c0d-4a90-bec5-16d3f68e4fb5'] response: {'name': 'network-changed', 'server_uuid': 'e83445c2-c253-428b-a156-6335334c6a14', 'tag': '7cb4e2c0-9066-45d1-ba84-492a746cc62b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1134/2217] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1469 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2218] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 801 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2219] 199.204.45.22 () {34 vars in 1055 bytes} [Fri Jul 10 01:03:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=32676768-253f-455c-b2ab-3ee45fb90048 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2220] 199.204.45.22 () {34 vars in 1105 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A128&port_id=32676768-253f-455c-b2ab-3ee45fb90048 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2221] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/subnets?id=e3582c6a-11f8-452f-b5cc-6af913a9c875&id=d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2222] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2223] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&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: 1087/2224] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1138/2225] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2226] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1139/2227] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/networks?id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 755 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2228] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1089/2229] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7cb4e2c0-9066-45d1-ba84-492a746cc62b => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2230] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/subnets?id=271359f8-7835-411e-898a-e70458489c73 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2231] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2232] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/ports?network_id=56ab3ead-3afc-49fc-bff8-747f342bff3a&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2233] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2234] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?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: 1143/2237] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:12 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2238] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:13 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2239] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:13 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2240] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:13 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => 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: 1145/2241] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:14 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2242] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:14 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2243] 199.204.45.22 () {34 vars in 1095 bytes} [Fri Jul 10 01:03:15 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2244] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:15 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2245] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&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: 1099/2246] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2247] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2248] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2249] 199.204.45.22 () {34 vars in 1101 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => 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: 1101/2250] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527&id=88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2251] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&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: 1102/2252] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2253] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1103/2254] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:16 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2255] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:17 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2256] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:17 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&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: 7|app: 0|req: 1153/2257] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:03:17 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2258] 10.0.0.136 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:17 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2259] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:18 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1106/2260] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:18 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2261] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:03:19 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2262] 10.0.0.136 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:19 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&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: 1156/2263] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:19 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1108/2264] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:19 2026] GET /v2.0/security-groups?id=8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3&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: 7|app: 0|req: 1157/2265] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:03:20 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1109/2266] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:03:20 2026] DELETE /v2.0/ports/9574497a-fe3a-4188-a0a5-c2b92a8cd211 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2267] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:21 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:03:21.300 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49d4efe5-27be-4c13-93c0-8184194167a1'] response: {'server_uuid': 'f1c6f66a-1a2f-47b2-bed0-04755938d16e', 'name': 'network-vif-deleted', 'tag': '9574497a-fe3a-4188-a0a5-c2b92a8cd211', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1110/2268] 10.0.0.12 () {32 vars in 825 bytes} [Fri Jul 10 01:03:21 2026] GET /v2.0/ports?project_id=dc304e39e6bd44f4ad4e08299405c762&network_id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 3691 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2269] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:03:21 2026] GET /v2.0/subnets?network_id=20580c45-dddc-44d4-b5a8-1f809d7c979a => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:21.957 8 INFO neutron.db.l3_db [None req-c433735b-e35e-4240-a859-86582659f972 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Floating IP 858d82ac-a438-49be-ad7d-9b26507cf57c disassociated. External IP: 10.96.250.209, port: 7cb4e2c0-9066-45d1-ba84-492a746cc62b. [pid: 7|app: 0|req: 1160/2270] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:22 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1111/2271] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:03:21 2026] PUT /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 554 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2272] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:22 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2273] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:23 2026] GET /v2.0/ports?device_id=f1c6f66a-1a2f-47b2-bed0-04755938d16e => 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: 1162/2274] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:03:23 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2275] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:23 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2276] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:23 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:03:23.977 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f67795d8-c946-4cda-a46d-2e07630cee92'] response: {'name': 'network-changed', 'server_uuid': 'e83445c2-c253-428b-a156-6335334c6a14', 'tag': '7cb4e2c0-9066-45d1-ba84-492a746cc62b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1114/2277] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:23 2026] GET /v2.0/networks?id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 755 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2278] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:03:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7cb4e2c0-9066-45d1-ba84-492a746cc62b => 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: 1115/2279] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:03:24 2026] GET /v2.0/subnets?id=271359f8-7835-411e-898a-e70458489c73 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2280] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:24 2026] GET /v2.0/ports?network_id=56ab3ead-3afc-49fc-bff8-747f342bff3a&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: 1116/2281] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:24 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?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: 1166/2282] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:24 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?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: 1117/2283] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:24 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 552 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2284] 10.0.0.228 () {30 vars in 689 bytes} [Fri Jul 10 01:03:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2285] 10.0.0.228 () {30 vars in 691 bytes} [Fri Jul 10 01:03:24 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: 1168/2286] 10.0.0.228 () {30 vars in 667 bytes} [Fri Jul 10 01:03:24 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: 1119/2287] 10.0.0.228 () {30 vars in 703 bytes} [Fri Jul 10 01:03:24 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: 1169/2288] 10.0.0.228 () {28 vars in 438 bytes} [Fri Jul 10 01:03:25 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2289] 10.0.0.228 () {30 vars in 727 bytes} [Fri Jul 10 01:03:25 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 657 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2290] 10.0.0.228 () {30 vars in 689 bytes} [Fri Jul 10 01:03:25 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: 1121/2291] 10.0.0.228 () {30 vars in 691 bytes} [Fri Jul 10 01:03:25 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: 1171/2292] 10.0.0.228 () {30 vars in 667 bytes} [Fri Jul 10 01:03: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: 1122/2293] 10.0.0.228 () {30 vars in 703 bytes} [Fri Jul 10 01:03:25 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: 1172/2294] 10.0.0.228 () {30 vars in 727 bytes} [Fri Jul 10 01:03:25 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1123/2295] 10.0.0.228 () {30 vars in 689 bytes} [Fri Jul 10 01:03:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2296] 10.0.0.228 () {30 vars in 691 bytes} [Fri Jul 10 01:03:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2297] 10.0.0.228 () {30 vars in 667 bytes} [Fri Jul 10 01:03: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: 7|app: 0|req: 1174/2298] 10.0.0.228 () {30 vars in 703 bytes} [Fri Jul 10 01:03:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2299] 10.0.0.228 () {30 vars in 729 bytes} [Fri Jul 10 01:03:25 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2300] 10.0.0.228 () {30 vars in 681 bytes} [Fri Jul 10 01:03:25 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2301] 10.0.0.228 () {34 vars in 703 bytes} [Fri Jul 10 01:03:25 2026] POST /v2.0/ports => generated 1124 bytes in 342 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-07-10 01:03:25.753 8 WARNING neutron_lib.context [None req-81780362-2374-42b1-b922-1b9ee5b9c6da e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1127/2302] 10.0.0.12 () {34 vars in 684 bytes} [Fri Jul 10 01:03:25 2026] POST /v2.0/security-groups => generated 1675 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:03:25.882 8 WARNING neutron_lib.context [None req-5060565c-75da-4bd3-882b-555bf12ba701 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1128/2303] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:03:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:26.001 8 WARNING neutron_lib.context [None req-b1e64a98-7e57-4daf-be1a-72ebc503d4b8 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1129/2304] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:03:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:26.133 8 WARNING neutron_lib.context [None req-5437fc7a-9b27-452e-bdc5-7ebc23fe5b0b e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1130/2305] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:03:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:26.250 8 WARNING neutron_lib.context [None req-35abd297-4ce6-431c-97c4-ff3d0177f811 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1131/2306] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:03:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:26.400 8 WARNING neutron_lib.context [None req-a5e845ba-2e61-40ee-85f6-ede596ddf47e e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:26.451 8 INFO neutron.db.securitygroups_db [None req-a5e845ba-2e61-40ee-85f6-ede596ddf47e e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Project dc304e39e6bd44f4ad4e08299405c762 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: 1132/2307] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:03:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:26.563 8 WARNING neutron_lib.context [None req-aa180b21-ee9b-4dd0-905b-12ce70eb86d9 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:26.596 8 INFO neutron.db.securitygroups_db [None req-aa180b21-ee9b-4dd0-905b-12ce70eb86d9 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Project dc304e39e6bd44f4ad4e08299405c762 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: 1133/2308] 10.0.0.12 () {34 vars in 694 bytes} [Fri Jul 10 01:03:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2309] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/networks => generated 1296 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2310] 10.0.0.222 () {34 vars in 1098 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-716883543&fields=id&tenant_id=dc304e39e6bd44f4ad4e08299405c762 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2311] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/networks?id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 659 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2312] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/quotas/dc304e39e6bd44f4ad4e08299405c762 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2313] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:03:25 2026] PUT /v2.0/routers/59140ab1-b30e-4636-bc8c-69801bdf7842/remove_router_interface => generated 309 bytes in 1969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2314] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&fields=id => generated 149 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2315] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?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: 1140/2316] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2317] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:27 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1144/2320] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:28.292 7 INFO neutron.services.segments.plugin [-] Segment 79b0b723-5cf6-4605-a387-b34ab51f3ad9 resource provider aggregate not found 2026-07-10 01:03:28.297 7 INFO neutron.services.segments.plugin [-] Segment 79b0b723-5cf6-4605-a387-b34ab51f3ad9 resource provider aggregate not found [pid: 8|app: 0|req: 1145/2321] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:03:28 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) 2026-07-10 01:03:28.312 7 INFO neutron.services.segments.plugin [-] Segment 79b0b723-5cf6-4605-a387-b34ab51f3ad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b0b723-5cf6-4605-a387-b34ab51f3ad9 found for delete ", "request_id": "req-f45ec908-8092-432f-becf-ac6c05290326"}]} 2026-07-10 01:03:28.313 7 INFO neutron.db.l3_hamode_db [None req-6cb541e5-d314-4bf5-abe9-9b3a0071a3a6 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] HA network 72254304-ba9d-47c0-aeab-2565f958f5a8 was deleted as no HA routers are present in tenant 6674c14143ed4340b6bb76ca25eeac3d. [pid: 8|app: 0|req: 1146/2322] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2323] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:03:27 2026] DELETE /v2.0/routers/59140ab1-b30e-4636-bc8c-69801bdf7842 => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2324] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:03:28 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-07-10 01:03:28.340 7 INFO neutron.services.segments.plugin [-] Segment 79b0b723-5cf6-4605-a387-b34ab51f3ad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b0b723-5cf6-4605-a387-b34ab51f3ad9 found for delete ", "request_id": "req-35163a54-5c6b-46f3-9cc1-4fc661811a41"}]} [pid: 8|app: 0|req: 1148/2325] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2326] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:03:28 2026] DELETE /v2.0/subnets/c6f11582-65b2-4215-a8fe-cb993c396643 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2327] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:03:28 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: 1180/2328] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2329] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:03:28 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: 1182/2330] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:03:28 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) 2026-07-10 01:03:28.677 7 INFO neutron.api.v2.resource [None req-8a295da0-a0ec-4fac-a441-63770b960049 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2331] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/security-groups/lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2332] 199.204.45.22 () {30 vars in 783 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/security-groups?name=lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => 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: 1185/2333] 199.204.45.22 () {34 vars in 734 bytes} [Fri Jul 10 01:03:28 2026] POST /v2.0/security-groups => generated 1638 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:03:28.851 8 INFO neutron.services.segments.plugin [-] Segment c69ac1b2-048c-47af-80f6-50236f175367 resource provider aggregate not found 2026-07-10 01:03:28.855 8 INFO neutron.services.segments.plugin [-] Segment c69ac1b2-048c-47af-80f6-50236f175367 resource provider aggregate not found 2026-07-10 01:03:28.866 8 INFO neutron.services.segments.plugin [-] Segment c69ac1b2-048c-47af-80f6-50236f175367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c69ac1b2-048c-47af-80f6-50236f175367 found for delete ", "request_id": "req-986cc016-a4ab-494f-9336-6eb2ef50cab0"}]} 2026-07-10 01:03:28.867 8 INFO neutron.services.segments.plugin [-] Segment c69ac1b2-048c-47af-80f6-50236f175367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c69ac1b2-048c-47af-80f6-50236f175367 found for delete ", "request_id": "req-d1ab9ead-b468-478b-800a-a4f72817a329"}]} [pid: 8|app: 0|req: 1149/2334] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:03:28 2026] DELETE /v2.0/networks/817ded3d-c2c7-41eb-8409-0b1aac4563f9 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2335] 199.204.45.22 () {30 vars in 813 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/security-group-rules?security_group_id=ecd79054-d7ee-4994-961f-12141d191665 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2336] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1151/2337] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:28 2026] GET /v2.0/security-groups?tenant_id=6674c14143ed4340b6bb76ca25eeac3d&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2338] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:29 2026] DELETE /v2.0/security-groups/8ba1d152-fa3f-428b-9f2e-6bc00aff8ca3 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2339] 199.204.45.22 () {34 vars in 787 bytes} [Fri Jul 10 01:03:28 2026] PUT /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2340] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:03:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1188/2341] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:03:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2342] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:03:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2343] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:03:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2344] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:03:29 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2345] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:29 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1156/2346] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:31 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1157/2347] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:32 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1191/2348] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:32 2026] GET /v2.0/networks?id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 659 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2349] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:03:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc304e39e6bd44f4ad4e08299405c762 => generated 272 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:32.248 7 WARNING neutron_lib.context [req-72309bf7-1d8c-4618-8e5b-8054d1cfeaa9 req-9081086f-17a3-484f-b60d-882d84ae33d6 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1159/2350] 10.0.0.51 () {30 vars in 649 bytes} [Fri Jul 10 01:03:32 2026] GET /v2.0/extensions => generated 20516 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2351] 10.0.0.51 () {30 vars in 723 bytes} [Fri Jul 10 01:03:32 2026] GET /v2.0/quotas/c92517022b0e46b3884efe66148b9cfc/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2352] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:03:32 2026] POST /v2.0/ports => generated 954 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2353] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:03:32 2026] PUT /v2.0/ports/15131634-622d-4ebc-b12c-4146abf7af43 => generated 1235 bytes in 444 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: 1193/2354] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:33 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 969 bytes in 84 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: 1162/2355] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:33 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&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: 1194/2356] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:33 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:03:33.960 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7abf4203-4744-4abc-a212-0b96b28004ef'] response: {'name': 'network-changed', 'server_uuid': '423ca756-28ae-4fa6-968a-2b8efe43c708', 'tag': '15131634-622d-4ebc-b12c-4146abf7af43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1163/2357] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:03:33 2026] GET /v2.0/networks?tenant_id=dc304e39e6bd44f4ad4e08299405c762&shared=False => generated 755 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2358] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:03:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2359] 10.0.0.51 () {30 vars in 649 bytes} [Fri Jul 10 01:03:34 2026] GET /v2.0/extensions => generated 20516 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2360] 10.0.0.51 () {30 vars in 723 bytes} [Fri Jul 10 01:03:34 2026] GET /v2.0/quotas/c92517022b0e46b3884efe66148b9cfc/details => generated 847 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2361] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:34 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2362] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:34 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&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: 1166/2363] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1198/2364] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=15131634-622d-4ebc-b12c-4146abf7af43 => 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: 1167/2365] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/subnets?id=271359f8-7835-411e-898a-e70458489c73 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2366] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/ports?network_id=56ab3ead-3afc-49fc-bff8-747f342bff3a&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: 1168/2367] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?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: 1200/2368] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?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: 1169/2369] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2370] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:35 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2371] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:36 2026] GET /v2.0/security-groups?tenant_id=c92517022b0e46b3884efe66148b9cfc&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2372] 10.0.0.222 () {34 vars in 1016 bytes} [Fri Jul 10 01:03:36 2026] GET /v2.0/security-groups?id=91b37788-c0cb-4093-b816-0dd9d1e9528c&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2373] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:36 2026] DELETE /v2.0/security-groups/930376cb-4a0d-4b67-a112-c8435363f16c => 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: 1172/2374] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:36 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2375] 10.0.0.222 () {34 vars in 982 bytes} [Fri Jul 10 01:03:36 2026] GET /v2.0/networks?id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2376] 10.0.0.222 () {34 vars in 965 bytes} [Fri Jul 10 01:03:36 2026] GET /v2.0/quotas/c854d57948ef4e5ba46f7ae7fcf9cb19 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2377] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:36 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2378] 10.0.0.222 () {34 vars in 1002 bytes} [Fri Jul 10 01:03:36 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&fields=id => generated 149 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2379] 10.0.0.222 () {34 vars in 1008 bytes} [Fri Jul 10 01:03:37 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1206/2380] 10.0.0.222 () {34 vars in 1108 bytes} [Fri Jul 10 01:03:37 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1175/2381] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:37 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => 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: 1207/2382] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:37 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => 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: 1176/2383] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:38 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2384] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:38 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&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: 1177/2385] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:39 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2386] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:39 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2387] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:40 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2388] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:40 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2389] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:40 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => 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: 1211/2390] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:40 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2391] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:40 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => 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: 1212/2392] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:40 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&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: 1181/2393] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:03:40 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:03:41.074 8 WARNING neutron_lib.context [None req-302bf90c-f9b3-4988-a87a-b99bc6098a92 e23795852e3044bb94557e1718f0270f 79715e3655e1443f873bf8123f864153 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:41.132 7 INFO neutron.db.l3_db [None req-b454169c-6c32-4ac4-aab7-c0e3086ce2cb e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Floating IP 858d82ac-a438-49be-ad7d-9b26507cf57c associated. External IP: 10.96.250.209, port: 15131634-622d-4ebc-b12c-4146abf7af43. [pid: 7|app: 0|req: 1213/2394] 10.0.0.12 () {34 vars in 748 bytes} [Fri Jul 10 01:03:40 2026] PUT /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 855 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2395] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:41 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2396] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:03:40 2026] POST /v2.0/floatingips => generated 552 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:41.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a94fd39-eae2-4a7e-ada2-49f83c229752'] response: {'name': 'network-changed', 'server_uuid': '423ca756-28ae-4fa6-968a-2b8efe43c708', 'tag': '15131634-622d-4ebc-b12c-4146abf7af43', 'status': 'completed', 'code': 200} 2026-07-10 01:03:41.698 7 WARNING neutron_lib.context [None req-31ab0d08-1a0b-4938-830b-0f6c941cf5eb e23795852e3044bb94557e1718f0270f 79715e3655e1443f873bf8123f864153 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1183/2397] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:41 2026] GET /v2.0/networks?id=6484cab9-4b93-4035-8293-516352ffaea0 => generated 735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2398] 199.204.45.22 () {34 vars in 1049 bytes} [Fri Jul 10 01:03:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2399] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:03:41 2026] POST /v2.0/ports => generated 1082 bytes in 278 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: 1186/2400] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/ports?tenant_id=dc304e39e6bd44f4ad4e08299405c762&device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2401] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:03:41 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2402] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/networks?id=56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 755 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:42.347 7 WARNING neutron_lib.context [None req-2cad7c2f-69e3-4a58-a978-a98f46252a33 e23795852e3044bb94557e1718f0270f 79715e3655e1443f873bf8123f864153 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1187/2403] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:03:42 2026] PUT /v2.0/ports/f140f465-c9fc-4b64-baf1-041bc70f054d => generated 1243 bytes in 442 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: 1188/2404] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=15131634-622d-4ebc-b12c-4146abf7af43 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:42.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f633a42-95a9-43a4-a141-382d742cbe5d'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': 'f140f465-c9fc-4b64-baf1-041bc70f054d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1189/2405] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2406] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/subnets?id=271359f8-7835-411e-898a-e70458489c73 => 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: 1191/2407] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/ports?network_id=56ab3ead-3afc-49fc-bff8-747f342bff3a&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2408] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2411] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:03:42 2026] POST /v2.0/floatingips => generated 552 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:42.945 7 WARNING neutron_lib.context [None req-cd191c50-0ac3-4f95-b640-5f4f72826909 e23795852e3044bb94557e1718f0270f 79715e3655e1443f873bf8123f864153 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1195/2412] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:42 2026] GET /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2413] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:43 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1246 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2414] 199.204.45.22 () {34 vars in 1017 bytes} [Fri Jul 10 01:03:43 2026] GET /v2.0/networks?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&shared=False => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2415] 199.204.45.22 () {34 vars in 929 bytes} [Fri Jul 10 01:03:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2416] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:03:42 2026] POST /v2.0/floatingips => generated 552 bytes in 680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:43.628 8 WARNING neutron_lib.context [None req-54bd1c4d-1bba-4749-abaf-8f20155ee3d6 e23795852e3044bb94557e1718f0270f 79715e3655e1443f873bf8123f864153 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1219/2417] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:03:43 2026] GET /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2418] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:43 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2419] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:43 2026] GET /v2.0/security-groups?id=91b37788-c0cb-4093-b816-0dd9d1e9528c&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: 1222/2420] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:43 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2421] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:03:43 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2422] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:03:44 2026] PUT /v2.0/floatingips/ca0af2c4-2a2f-4663-b94f-74f204144ff6/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2423] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:03:44 2026] PUT /v2.0/floatingips/e43ac183-65dd-4ffa-a3ce-d600d393ba9b/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2424] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:03:44 2026] PUT /v2.0/floatingips/76f511c8-ccf5-40b5-95d5-1dc9c232c4a9/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2425] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:03:44 2026] PUT /v2.0/floatingips/b5a8f610-8d3e-4e8b-b1b8-8d1bb4bc0a35/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2426] 10.0.0.12 () {32 vars in 671 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2427] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2428] 10.0.0.12 () {32 vars in 685 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2429] 199.204.45.22 () {34 vars in 1061 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.176&port_id=f140f465-c9fc-4b64-baf1-041bc70f054d => 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: 1204/2430] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/subnets?id=a17c4b3e-d795-4dde-a9b8-3c714ee034c8 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2431] 10.0.0.12 () {32 vars in 681 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2432] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2433] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/ports?network_id=6484cab9-4b93-4035-8293-516352ffaea0&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2434] 10.0.0.12 () {32 vars in 679 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2435] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1230/2436] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2437] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1231/2438] 10.0.0.12 () {32 vars in 689 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2439] 10.0.0.12 () {32 vars in 701 bytes} [Fri Jul 10 01:03:44 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2440] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:03:44 2026] DELETE /v2.0/floatingips/ca0af2c4-2a2f-4663-b94f-74f204144ff6 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2441] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:03:45 2026] DELETE /v2.0/floatingips/e43ac183-65dd-4ffa-a3ce-d600d393ba9b => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2442] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:03:45 2026] DELETE /v2.0/floatingips/76f511c8-ccf5-40b5-95d5-1dc9c232c4a9 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2443] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:03:45 2026] DELETE /v2.0/floatingips/b5a8f610-8d3e-4e8b-b1b8-8d1bb4bc0a35 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2444] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:03:45 2026] DELETE /v2.0/floatingips/161ef2f2-07b3-4577-b494-263799043e74 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2445] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:46 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2446] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:46 2026] GET /v2.0/security-groups?id=91b37788-c0cb-4093-b816-0dd9d1e9528c&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2447] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:46 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2448] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:47 2026] GET /v2.0/security-groups?tenant_id=b706044d3b9e438f9cb5b49d6ef80e45&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2449] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:47 2026] DELETE /v2.0/security-groups/5c820ef5-43e5-4df0-94e1-2262c3807504 => 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: 1237/2450] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:47 2026] GET /v2.0/security-groups?tenant_id=79715e3655e1443f873bf8123f864153&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2451] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:47 2026] DELETE /v2.0/security-groups/07ec16b6-8301-454e-8629-54025ff7896f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2452] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:48 2026] GET /v2.0/security-groups?tenant_id=aa8f5270e0074aed9792d03933627cbe&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2453] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:03:48 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2454] 199.204.45.22 () {34 vars in 1043 bytes} [Fri Jul 10 01:03:48 2026] GET /v2.0/security-groups?id=91b37788-c0cb-4093-b816-0dd9d1e9528c&fields=id&fields=name => generated 96 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2455] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:48 2026] DELETE /v2.0/security-groups/faf8b6c1-61f9-4b92-95f3-185a315a2b98 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2456] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:49 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2457] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:49 2026] GET /v2.0/security-groups?id=91b37788-c0cb-4093-b816-0dd9d1e9528c&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: 1218/2458] 10.0.0.136 () {34 vars in 990 bytes} [Fri Jul 10 01:03:49 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2459] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:49 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2460] 10.0.0.136 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:49 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:52.627 7 WARNING neutron_lib.context [None req-b200991d-b83f-4046-88e1-6ce87164ce8e 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1220/2461] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:52 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2462] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:52 2026] GET /v2.0/security-groups?id=91b37788-c0cb-4093-b816-0dd9d1e9528c&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:03:52.840 7 INFO neutron.db.segments_db [None req-b200991d-b83f-4046-88e1-6ce87164ce8e 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Added segment a549730c-7c9c-436d-b4bf-ab0466fa6456 of type vxlan for network 95b2569f-889d-494c-8e01-a2e238fe9eee [pid: 8|app: 0|req: 1222/2463] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:52 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2464] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:03:52 2026] POST /v2.0/networks => generated 631 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:52.961 8 WARNING neutron_lib.context [None req-411ee0f4-5c46-4dba-94e0-32769bfd90d5 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1243/2465] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:53 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2466] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:53 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2467] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:03:52 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:53.286 7 WARNING neutron_lib.context [None req-ef56d5b8-6d36-4b9b-97d5-f6b844d5b19e 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:53.341 7 INFO neutron.db.segments_db [None req-ef56d5b8-6d36-4b9b-97d5-f6b844d5b19e 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Added segment 14dcac13-19d5-41ac-8ddd-530deb760e2d of type vxlan for network 79c9cd63-82f4-460b-a282-20ef46423013 [pid: 7|app: 0|req: 1245/2468] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:03:53 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-10 01:03:53.451 8 WARNING neutron_lib.context [None req-10e70549-d633-4489-8d53-3e63ab07518a 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1224/2469] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:03:53 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:53.771 7 WARNING neutron_lib.context [None req-7da22592-f05c-4be5-9028-781fd6fca990 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:53.832 7 INFO neutron.db.segments_db [None req-7da22592-f05c-4be5-9028-781fd6fca990 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Added segment 5fd39c99-d161-42d4-b6a6-3d2dd2b8bb78 of type vxlan for network 7696c193-fc2d-4daa-a134-1806d6b5631f [pid: 7|app: 0|req: 1246/2470] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:03:53 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-10 01:03:53.945 8 WARNING neutron_lib.context [None req-341d4e27-b507-4116-a930-d46baaf32388 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1247/2471] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:54 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1225/2472] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:03:53 2026] POST /v2.0/ports => generated 743 bytes in 374 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-07-10 01:03:54.327 8 WARNING neutron_lib.context [None req-a2398483-0c31-4645-9b5e-84bd901177c2 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1248/2473] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:03:54 2026] GET /v2.0/security-groups?id=df12f394-ee21-43cb-b8ad-e56137939fb7&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:54.411 8 INFO neutron.db.segments_db [None req-a2398483-0c31-4645-9b5e-84bd901177c2 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Added segment 0f86e492-e385-41b1-924e-e9c0476d7453 of type vxlan for network 63183260-c463-4a86-88bc-32709f2215c9 [pid: 8|app: 0|req: 1226/2474] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:03:54 2026] POST /v2.0/networks => generated 632 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:54.544 7 WARNING neutron_lib.context [None req-7489410b-1078-4873-bd26-c991cde45049 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1249/2475] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:03:54 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:03:54.842 8 WARNING neutron_lib.context [None req-e7ba2af9-5170-40e5-9294-242d46a63fc7 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:03:54.907 8 INFO neutron.db.segments_db [None req-e7ba2af9-5170-40e5-9294-242d46a63fc7 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Added segment 700295a0-9b1d-441c-99b7-89463398f9de of type vxlan for network b6134278-0889-42b1-8359-4ef6518efbf7 [pid: 8|app: 0|req: 1227/2476] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:03:54 2026] POST /v2.0/networks => generated 632 bytes in 177 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-07-10 01:03:55.022 8 WARNING neutron_lib.context [None req-9b2ca1ad-839f-4e4c-a403-35186a13641f 224ba216435c4b478bfe3b9f9aa78b14 9f14778e1b7e4b33b5784f6bf84a3aee - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1250/2477] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:03:55 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:03:55.338 7 INFO neutron.db.l3_db [req-f4515e0c-7925-45ec-8c94-a18a35b8d622 req-121afe92-64e6-4898-a696-db117c84836f e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] Floating IP 858d82ac-a438-49be-ad7d-9b26507cf57c disassociated. External IP: 10.96.250.209, port: 15131634-622d-4ebc-b12c-4146abf7af43. [pid: 8|app: 0|req: 1228/2478] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:03:55 2026] POST /v2.0/ports => generated 743 bytes in 330 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: 1229/2479] 10.0.0.12 () {34 vars in 746 bytes} [Fri Jul 10 01:03:55 2026] PUT /v2.0/ports/1cb77596-64f8-489e-a0e7-4f23a3c0aa6e/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2480] 10.0.0.12 () {34 vars in 746 bytes} [Fri Jul 10 01:03:55 2026] PUT /v2.0/ports/f5882a13-8c11-4908-b075-af5d8f32051b/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2481] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:55 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1232/2482] 10.0.0.12 () {34 vars in 746 bytes} [Fri Jul 10 01:03:55 2026] PUT /v2.0/ports/04f62d44-62cd-4487-a794-cbc00e5c2455/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2483] 10.0.0.12 () {34 vars in 746 bytes} [Fri Jul 10 01:03:55 2026] PUT /v2.0/ports/94b89a29-0712-40b0-8b35-3f79452a7562/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2484] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:03:55 2026] DELETE /v2.0/ports/15131634-622d-4ebc-b12c-4146abf7af43 => generated 0 bytes in 670 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2485] 10.0.0.12 () {32 vars in 659 bytes} [Fri Jul 10 01:03:55 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:03:55.867 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0272eeb-9f5e-4a3b-b8bc-bbccff6c0925'] response: {'server_uuid': '423ca756-28ae-4fa6-968a-2b8efe43c708', 'name': 'network-vif-deleted', 'tag': '15131634-622d-4ebc-b12c-4146abf7af43', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1252/2486] 10.0.0.12 () {32 vars in 673 bytes} [Fri Jul 10 01:03:55 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2487] 10.0.0.12 () {32 vars in 669 bytes} [Fri Jul 10 01:03:55 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2488] 10.0.0.12 () {32 vars in 681 bytes} [Fri Jul 10 01:03:56 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2489] 10.0.0.12 () {32 vars in 667 bytes} [Fri Jul 10 01:03:56 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2490] 10.0.0.12 () {32 vars in 681 bytes} [Fri Jul 10 01:03:56 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2491] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:56 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1237/2492] 10.0.0.12 () {32 vars in 677 bytes} [Fri Jul 10 01:03:56 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2493] 10.0.0.12 () {32 vars in 689 bytes} [Fri Jul 10 01:03:56 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2494] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:03:56 2026] DELETE /v2.0/ports/1cb77596-64f8-489e-a0e7-4f23a3c0aa6e => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2495] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:03:57 2026] DELETE /v2.0/ports/f5882a13-8c11-4908-b075-af5d8f32051b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2496] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:03:57 2026] DELETE /v2.0/ports/04f62d44-62cd-4487-a794-cbc00e5c2455 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2497] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:03:57 2026] DELETE /v2.0/ports/94b89a29-0712-40b0-8b35-3f79452a7562 => 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: 1259/2498] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:57 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1240/2501] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:03:57 2026] DELETE /v2.0/ports/d278eca2-7003-42c2-a180-167ca8589f0d => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:03:57.974 7 INFO neutron.services.segments.plugin [-] Segment a549730c-7c9c-436d-b4bf-ab0466fa6456 resource provider aggregate not found 2026-07-10 01:03:57.979 7 INFO neutron.services.segments.plugin [-] Segment a549730c-7c9c-436d-b4bf-ab0466fa6456 resource provider aggregate not found 2026-07-10 01:03:57.991 7 INFO neutron.services.segments.plugin [-] Segment a549730c-7c9c-436d-b4bf-ab0466fa6456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a549730c-7c9c-436d-b4bf-ab0466fa6456 found for delete ", "request_id": "req-caf76053-0ba9-4b93-a08f-8ac6a0f71d81"}]} 2026-07-10 01:03:57.992 7 INFO neutron.services.segments.plugin [-] Segment a549730c-7c9c-436d-b4bf-ab0466fa6456 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a549730c-7c9c-436d-b4bf-ab0466fa6456 found for delete ", "request_id": "req-7da7bdf1-11a1-47e1-8b8f-a076b3910cd9"}]} [pid: 7|app: 0|req: 1262/2502] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:03:57 2026] DELETE /v2.0/networks/95b2569f-889d-494c-8e01-a2e238fe9eee => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:03:58.152 8 INFO neutron.services.segments.plugin [-] Segment 14dcac13-19d5-41ac-8ddd-530deb760e2d resource provider aggregate not found 2026-07-10 01:03:58.164 8 INFO neutron.services.segments.plugin [-] Segment 14dcac13-19d5-41ac-8ddd-530deb760e2d resource provider aggregate not found 2026-07-10 01:03:58.169 8 INFO neutron.services.segments.plugin [-] Segment 14dcac13-19d5-41ac-8ddd-530deb760e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14dcac13-19d5-41ac-8ddd-530deb760e2d found for delete ", "request_id": "req-bacc5497-1c68-40e5-b959-9525a292aaac"}]} 2026-07-10 01:03:58.181 8 INFO neutron.services.segments.plugin [-] Segment 14dcac13-19d5-41ac-8ddd-530deb760e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14dcac13-19d5-41ac-8ddd-530deb760e2d found for delete ", "request_id": "req-6d716657-73c8-4822-ac31-8e3afd66eda8"}]} [pid: 8|app: 0|req: 1241/2503] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:03:58 2026] DELETE /v2.0/networks/79c9cd63-82f4-460b-a282-20ef46423013 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2504] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:03:58 2026] DELETE /v2.0/networks/7696c193-fc2d-4daa-a134-1806d6b5631f => 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: 1242/2505] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:03:58 2026] DELETE /v2.0/networks/63183260-c463-4a86-88bc-32709f2215c9 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2506] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:03:58 2026] DELETE /v2.0/networks/b6134278-0889-42b1-8359-4ef6518efbf7 => 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: 1243/2507] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:03:58 2026] GET /v2.0/ports?device_id=423ca756-28ae-4fa6-968a-2b8efe43c708 => 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: 1265/2508] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:03:59 2026] GET /v2.0/security-groups?tenant_id=fcb02d71dbb940d1b2bf4c2e702ae3c8&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2509] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:59 2026] DELETE /v2.0/security-groups/9c58222d-9d4c-468a-98d5-b467d52d127b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2510] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:03:59 2026] DELETE /v2.0/security-groups/df12f394-ee21-43cb-b8ad-e56137939fb7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:00.078 7 INFO neutron.services.segments.plugin [-] Segment 5fd39c99-d161-42d4-b6a6-3d2dd2b8bb78 resource provider aggregate not found 2026-07-10 01:04:00.086 7 INFO neutron.services.segments.plugin [-] Segment 5fd39c99-d161-42d4-b6a6-3d2dd2b8bb78 resource provider aggregate not found 2026-07-10 01:04:00.110 7 INFO neutron.services.segments.plugin [-] Segment 5fd39c99-d161-42d4-b6a6-3d2dd2b8bb78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fd39c99-d161-42d4-b6a6-3d2dd2b8bb78 found for delete ", "request_id": "req-68b1ce3c-b908-4f77-bb02-68de5b10c722"}]} 2026-07-10 01:04:00.116 7 INFO neutron.services.segments.plugin [-] Segment 5fd39c99-d161-42d4-b6a6-3d2dd2b8bb78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fd39c99-d161-42d4-b6a6-3d2dd2b8bb78 found for delete ", "request_id": "req-6c3093c4-a58f-4cbd-bae1-171db56ad2d9"}]} 2026-07-10 01:04:00.134 7 INFO neutron.services.segments.plugin [-] Segment 700295a0-9b1d-441c-99b7-89463398f9de resource provider aggregate not found 2026-07-10 01:04:00.141 7 INFO neutron.services.segments.plugin [-] Segment 700295a0-9b1d-441c-99b7-89463398f9de resource provider aggregate not found [pid: 7|app: 0|req: 1267/2511] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:00 2026] GET /v2.0/security-groups?tenant_id=9f14778e1b7e4b33b5784f6bf84a3aee&name=default => generated 2929 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:04:00.154 7 INFO neutron.services.segments.plugin [-] Segment 700295a0-9b1d-441c-99b7-89463398f9de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700295a0-9b1d-441c-99b7-89463398f9de found for delete ", "request_id": "req-c882cde9-adf5-481a-b341-364c4e2123f6"}]} 2026-07-10 01:04:00.159 7 INFO neutron.services.segments.plugin [-] Segment 700295a0-9b1d-441c-99b7-89463398f9de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700295a0-9b1d-441c-99b7-89463398f9de found for delete ", "request_id": "req-e10f94fd-290c-492d-919c-ece39d3dd131"}]} 2026-07-10 01:04:00.206 8 INFO neutron.services.segments.plugin [-] Segment 0f86e492-e385-41b1-924e-e9c0476d7453 resource provider aggregate not found 2026-07-10 01:04:00.210 8 INFO neutron.services.segments.plugin [-] Segment 0f86e492-e385-41b1-924e-e9c0476d7453 resource provider aggregate not found 2026-07-10 01:04:00.219 8 INFO neutron.services.segments.plugin [-] Segment 0f86e492-e385-41b1-924e-e9c0476d7453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f86e492-e385-41b1-924e-e9c0476d7453 found for delete ", "request_id": "req-f649517e-f1c9-4e58-882b-2197f2202bb7"}]} 2026-07-10 01:04:00.236 8 INFO neutron.services.segments.plugin [-] Segment 0f86e492-e385-41b1-924e-e9c0476d7453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f86e492-e385-41b1-924e-e9c0476d7453 found for delete ", "request_id": "req-779630a5-76ba-4a66-b575-c52ecf5493ef"}]} [pid: 7|app: 0|req: 1268/2512] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:00 2026] DELETE /v2.0/security-groups/ba52dd91-bbbb-4c96-84af-741814334a89 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2513] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:04:00 2026] DELETE /v2.0/floatingips/858d82ac-a438-49be-ad7d-9b26507cf57c => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2514] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:04:00 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2515] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:00 2026] GET /v2.0/security-groups?tenant_id=d4f3ef9ffa5d483da97d4b95b31708d5&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2516] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:04:00 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&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: 1247/2517] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:00 2026] DELETE /v2.0/security-groups/0ee8f5dc-a6ad-47b2-9140-a9ffa757440d => 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: 1271/2518] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:04:01 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2519] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:04:01 2026] GET /v2.0/security-groups?id=a64ae91e-5b58-4119-9521-7ed25d26bfd9&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2520] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:04:02 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2521] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:04:02 2026] DELETE /v2.0/ports/7cb4e2c0-9066-45d1-ba84-492a746cc62b => 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: 1273/2522] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:04:02 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2523] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:04:04 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:04.974 7 WARNING neutron_lib.context [None req-9aae6824-12bf-4438-a07c-ea4399230b05 8c0f0763eafe439b8e1689cc484147dd 56b80240aea844ca88730852574d64d2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1274/2524] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:04:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:04:05.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-011095db-ec21-4b80-ba0b-15313779bf2d'] response: {'server_uuid': 'e83445c2-c253-428b-a156-6335334c6a14', 'name': 'network-vif-deleted', 'tag': '7cb4e2c0-9066-45d1-ba84-492a746cc62b', 'status': 'completed', 'code': 200} 2026-07-10 01:04:05.187 7 WARNING neutron_lib.context [None req-883f5dd0-001d-49cb-8831-359af90155c0 8c0f0763eafe439b8e1689cc484147dd 56b80240aea844ca88730852574d64d2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1251/2525] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:04:05 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1275/2526] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:04:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:04:05.325 8 WARNING neutron_lib.context [None req-f2085ea5-5ca0-4807-b51f-90d30eff9fff 8c0f0763eafe439b8e1689cc484147dd 56b80240aea844ca88730852574d64d2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1252/2527] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:04:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:04:05.474 7 WARNING neutron_lib.context [None req-53369522-aacc-4969-9586-51d4696befa7 8c0f0763eafe439b8e1689cc484147dd 56b80240aea844ca88730852574d64d2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1276/2528] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:04:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-10 01:04:05.638 8 WARNING neutron_lib.context [None req-6f94799c-88c2-430c-a1c3-1a8d64c666c3 8c0f0763eafe439b8e1689cc484147dd 56b80240aea844ca88730852574d64d2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1253/2529] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:04:05 2026] POST /v2.0/security-groups => generated 1603 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2530] 10.0.0.12 () {34 vars in 766 bytes} [Fri Jul 10 01:04:05 2026] PUT /v2.0/security-groups/a8c9089e-5215-417c-81ed-b0fd59554eae/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2531] 10.0.0.12 () {34 vars in 766 bytes} [Fri Jul 10 01:04:05 2026] PUT /v2.0/security-groups/4fbffc9c-5026-4954-8ec3-76c1b6af4cf3/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2532] 10.0.0.12 () {34 vars in 766 bytes} [Fri Jul 10 01:04:05 2026] PUT /v2.0/security-groups/bedb8e74-f8b1-4de3-b471-d26e09f259c4/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2533] 10.0.0.12 () {34 vars in 766 bytes} [Fri Jul 10 01:04:05 2026] PUT /v2.0/security-groups/815828ea-68b5-4dd7-b4ee-bce9edb85d1e/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2534] 10.0.0.12 () {32 vars in 679 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2535] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2536] 10.0.0.12 () {32 vars in 689 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2537] 10.0.0.12 () {32 vars in 701 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2538] 10.0.0.12 () {32 vars in 687 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2539] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/ports?device_id=e83445c2-c253-428b-a156-6335334c6a14 => 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: 1258/2540] 10.0.0.12 () {32 vars in 701 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2541] 10.0.0.12 () {32 vars in 697 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2542] 10.0.0.12 () {32 vars in 709 bytes} [Fri Jul 10 01:04:06 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2543] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:06 2026] DELETE /v2.0/security-groups/a8c9089e-5215-417c-81ed-b0fd59554eae => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2544] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:06 2026] DELETE /v2.0/security-groups/4fbffc9c-5026-4954-8ec3-76c1b6af4cf3 => 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: 1285/2545] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:06 2026] DELETE /v2.0/security-groups/bedb8e74-f8b1-4de3-b471-d26e09f259c4 => 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: 1261/2546] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:06 2026] DELETE /v2.0/security-groups/815828ea-68b5-4dd7-b4ee-bce9edb85d1e => 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: 1286/2547] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:06 2026] DELETE /v2.0/security-groups/56ac08a0-9826-4bfb-99f2-98b7b16ad7c2 => 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: 1262/2548] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:07 2026] DELETE /v2.0/security-groups/a64ae91e-5b58-4119-9521-7ed25d26bfd9 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2549] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:07 2026] GET /v2.0/security-groups?tenant_id=52acb4b9ff1842fdb145ab86204a3f5c&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2550] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:08 2026] DELETE /v2.0/security-groups/43203f30-131d-4329-bea4-0371846108a9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2551] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:08 2026] GET /v2.0/security-groups?tenant_id=56b80240aea844ca88730852574d64d2&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: 1266/2552] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:08 2026] DELETE /v2.0/security-groups/bd3ad3b1-14b6-45b0-86fa-2bcebadd179d => 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: 1287/2553] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:04:07 2026] PUT /v2.0/routers/87d63838-ea1d-402a-b462-0bcb97f9a175/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2554] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:08 2026] GET /v2.0/security-groups?tenant_id=48fbc85de2b14e20827f4665b371a49c&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2555] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:08 2026] DELETE /v2.0/subnets/271359f8-7835-411e-898a-e70458489c73 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2556] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:08 2026] DELETE /v2.0/security-groups/da8d38b7-7f62-4aaa-af94-fbe3ed092670 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:09.595 8 INFO neutron.services.segments.plugin [-] Segment 0edb11b0-82f4-4aec-9306-5be033c83c34 resource provider aggregate not found 2026-07-10 01:04:09.602 8 INFO neutron.services.segments.plugin [-] Segment 0edb11b0-82f4-4aec-9306-5be033c83c34 resource provider aggregate not found 2026-07-10 01:04:09.607 8 INFO neutron.services.segments.plugin [-] Segment 0edb11b0-82f4-4aec-9306-5be033c83c34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0edb11b0-82f4-4aec-9306-5be033c83c34 found for delete ", "request_id": "req-05b73016-e2b1-4e8f-9401-0f65680693bc"}]} 2026-07-10 01:04:09.615 8 INFO neutron.db.l3_hamode_db [None req-cca80031-51cd-4276-8452-8d358ba03b07 e74014f775b94628980d2c767341ba4f dc304e39e6bd44f4ad4e08299405c762 - - default default] HA network f1b48710-e322-473a-8162-ac57ce156719 was deleted as no HA routers are present in tenant dc304e39e6bd44f4ad4e08299405c762. [pid: 8|app: 0|req: 1268/2557] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:08 2026] DELETE /v2.0/routers/87d63838-ea1d-402a-b462-0bcb97f9a175 => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:09.751 7 INFO neutron.services.segments.plugin [-] Segment cdf9c926-7b0e-42fd-b4d3-ddccebac6387 resource provider aggregate not found 2026-07-10 01:04:09.756 7 INFO neutron.services.segments.plugin [-] Segment cdf9c926-7b0e-42fd-b4d3-ddccebac6387 resource provider aggregate not found [pid: 7|app: 0|req: 1290/2558] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:09 2026] DELETE /v2.0/networks/56ab3ead-3afc-49fc-bff8-747f342bff3a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:04:10.475 8 INFO neutron.services.segments.plugin [-] Segment 0edb11b0-82f4-4aec-9306-5be033c83c34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0edb11b0-82f4-4aec-9306-5be033c83c34 found for delete ", "request_id": "req-01ae3a91-8a91-416a-95c5-b2ce66bdefb7"}]} [pid: 8|app: 0|req: 1269/2559] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:10 2026] GET /v2.0/security-groups?tenant_id=4393ac53d71843148ac7d9c1cc11ed1f&name=default => generated 2929 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:04:10.821 7 INFO neutron.services.segments.plugin [-] Segment cdf9c926-7b0e-42fd-b4d3-ddccebac6387 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdf9c926-7b0e-42fd-b4d3-ddccebac6387 found for delete ", "request_id": "req-b06dcb61-7ac7-4cb2-bc5b-103bf93966ff"}]} 2026-07-10 01:04:10.824 7 INFO neutron.services.segments.plugin [-] Segment cdf9c926-7b0e-42fd-b4d3-ddccebac6387 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdf9c926-7b0e-42fd-b4d3-ddccebac6387 found for delete ", "request_id": "req-7bb1a97a-00a6-4df6-9da1-d7bd1f65c2a0"}]} [pid: 7|app: 0|req: 1291/2560] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:10 2026] DELETE /v2.0/security-groups/9a3402e5-962d-449d-a67d-9af0f72fc031 => 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: 1270/2561] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:11 2026] GET /v2.0/security-groups?tenant_id=dc304e39e6bd44f4ad4e08299405c762&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2562] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:11 2026] DELETE /v2.0/security-groups/7dbc736d-8bec-4e68-a1e0-620f9af7309d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:12.453 8 WARNING neutron_lib.context [None req-f4838e02-2113-46aa-81e3-02aec54337fa f861a3bd70804aeea1e70b54dc7076da 1857ac37392544dca17288a6d0b4d330 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:12.607 8 INFO neutron.db.segments_db [None req-f4838e02-2113-46aa-81e3-02aec54337fa f861a3bd70804aeea1e70b54dc7076da 1857ac37392544dca17288a6d0b4d330 - - default default] Added segment 210b643e-f9e0-4924-973a-6fab05358f48 of type vxlan for network 28316d24-484b-416a-b480-15d9c516fa07 [pid: 8|app: 0|req: 1271/2563] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:12 2026] POST /v2.0/networks => generated 631 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:12.711 7 WARNING neutron_lib.context [None req-a899d303-48b2-4dea-a95e-2c6516c54669 f861a3bd70804aeea1e70b54dc7076da 1857ac37392544dca17288a6d0b4d330 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:12.774 7 INFO neutron.db.segments_db [None req-a899d303-48b2-4dea-a95e-2c6516c54669 f861a3bd70804aeea1e70b54dc7076da 1857ac37392544dca17288a6d0b4d330 - - default default] Added segment 2f3743ae-95fe-448f-8f88-118fbc02aafa of type vxlan for network ba8106b1-3a66-4a81-b4ed-30cbcafbe564 [pid: 7|app: 0|req: 1293/2566] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:12 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2567] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:04:12 2026] PUT /v2.0/networks/28316d24-484b-416a-b480-15d9c516fa07/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: 1294/2568] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:04:12 2026] GET /v2.0/networks/28316d24-484b-416a-b480-15d9c516fa07/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2569] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:04:12 2026] PUT /v2.0/networks/ba8106b1-3a66-4a81-b4ed-30cbcafbe564/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2570] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:04:13 2026] GET /v2.0/networks/ba8106b1-3a66-4a81-b4ed-30cbcafbe564/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2571] 10.0.0.12 () {34 vars in 752 bytes} [Fri Jul 10 01:04:13 2026] PUT /v2.0/networks/ba8106b1-3a66-4a81-b4ed-30cbcafbe564/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2572] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:04:13 2026] GET /v2.0/networks/ba8106b1-3a66-4a81-b4ed-30cbcafbe564/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2573] 10.0.0.12 () {32 vars in 732 bytes} [Fri Jul 10 01:04:13 2026] GET /v2.0/networks/28316d24-484b-416a-b480-15d9c516fa07/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:13.327 7 INFO neutron.services.segments.plugin [-] Segment 210b643e-f9e0-4924-973a-6fab05358f48 resource provider aggregate not found 2026-07-10 01:04:13.333 7 INFO neutron.services.segments.plugin [-] Segment 210b643e-f9e0-4924-973a-6fab05358f48 resource provider aggregate not found 2026-07-10 01:04:13.354 7 INFO neutron.services.segments.plugin [-] Segment 210b643e-f9e0-4924-973a-6fab05358f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 210b643e-f9e0-4924-973a-6fab05358f48 found for delete ", "request_id": "req-012384e3-8b1a-4842-95c2-d0d16e777ad9"}]} 2026-07-10 01:04:13.355 7 INFO neutron.services.segments.plugin [-] Segment 210b643e-f9e0-4924-973a-6fab05358f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 210b643e-f9e0-4924-973a-6fab05358f48 found for delete ", "request_id": "req-5f0499d4-2309-4d7c-b098-b97ca4f20221"}]} [pid: 7|app: 0|req: 1297/2574] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:13 2026] DELETE /v2.0/networks/28316d24-484b-416a-b480-15d9c516fa07 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:04:13.556 8 INFO neutron.services.segments.plugin [-] Segment 2f3743ae-95fe-448f-8f88-118fbc02aafa resource provider aggregate not found 2026-07-10 01:04:13.561 8 INFO neutron.services.segments.plugin [-] Segment 2f3743ae-95fe-448f-8f88-118fbc02aafa resource provider aggregate not found 2026-07-10 01:04:13.575 8 INFO neutron.services.segments.plugin [-] Segment 2f3743ae-95fe-448f-8f88-118fbc02aafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f3743ae-95fe-448f-8f88-118fbc02aafa found for delete ", "request_id": "req-1856ce04-ca92-43dc-892d-86768082c0a4"}]} 2026-07-10 01:04:13.577 8 INFO neutron.services.segments.plugin [-] Segment 2f3743ae-95fe-448f-8f88-118fbc02aafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f3743ae-95fe-448f-8f88-118fbc02aafa found for delete ", "request_id": "req-5b8c464b-81fe-4593-8763-563443266037"}]} [pid: 8|app: 0|req: 1278/2575] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:13 2026] DELETE /v2.0/networks/ba8106b1-3a66-4a81-b4ed-30cbcafbe564 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2576] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:14 2026] GET /v2.0/security-groups?tenant_id=1857ac37392544dca17288a6d0b4d330&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2577] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:14 2026] DELETE /v2.0/security-groups/61cdbbba-ac7e-4e0c-9dc2-7a25d7f8fec3 => 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: 1299/2578] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:14 2026] GET /v2.0/security-groups?tenant_id=f3b69837a18d4902bcce97afa446cda0&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2579] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:14 2026] DELETE /v2.0/security-groups/f18d32b1-d5a1-47d0-8ea9-4d4c66b6b9af => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:15.507 7 WARNING neutron_lib.context [None req-0eba0af1-04b8-4282-b9f5-207caac6b8a8 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:15.652 7 INFO neutron.db.segments_db [None req-0eba0af1-04b8-4282-b9f5-207caac6b8a8 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Added segment 7d9b67fe-5893-4fb7-b2b0-8544370fa74b of type vxlan for network 4751ffa9-f9e8-4fb8-b900-453944d23874 [pid: 7|app: 0|req: 1300/2580] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:15 2026] POST /v2.0/networks => generated 632 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:15.745 8 WARNING neutron_lib.context [None req-ae8aa055-85b5-4fe6-8fc0-21d62f7e1fd1 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1281/2581] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:04:15 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:16.045 7 WARNING neutron_lib.context [None req-07075eaa-b03d-4d54-943c-67bf6745e178 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:16.137 7 INFO neutron.db.segments_db [None req-07075eaa-b03d-4d54-943c-67bf6745e178 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Added segment ebc5cadb-7748-4d33-96bd-53528def005b of type vxlan for network fdc9b67f-44b3-43c6-9e1d-86df3d563d2b [pid: 7|app: 0|req: 1301/2582] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:16 2026] POST /v2.0/networks => generated 631 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:16.249 8 WARNING neutron_lib.context [None req-1bb47270-dcf2-44b8-acba-91b36b53624b b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1282/2583] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:04:16 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:16.500 7 WARNING neutron_lib.context [None req-7ba8e308-12e4-47e5-9fad-5d47ae589cf2 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:16.564 7 INFO neutron.db.segments_db [None req-7ba8e308-12e4-47e5-9fad-5d47ae589cf2 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Added segment c2440953-8762-4b08-8c85-f6b8e101b318 of type vxlan for network d7711ab3-849b-4a81-add2-0042b448b357 [pid: 7|app: 0|req: 1302/2584] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:16 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:16.677 8 WARNING neutron_lib.context [None req-43c36b03-e0a6-45a5-beaf-c696a5498d2c b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1283/2585] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:04:16 2026] POST /v2.0/subnets => generated 629 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:16.960 7 WARNING neutron_lib.context [None req-4f055db9-9602-4700-ab13-24e217f6c0bc b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:17.012 7 INFO neutron.db.segments_db [None req-4f055db9-9602-4700-ab13-24e217f6c0bc b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Added segment 1132b3b7-da95-40df-9d05-160112bedea6 of type vxlan for network 694a3f8d-ebfe-4f00-b8cf-411501c13e6c [pid: 7|app: 0|req: 1303/2586] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:16 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-07-10 01:04:17.109 8 WARNING neutron_lib.context [None req-aef43d6c-bce7-4247-8313-dac4cd9611e5 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1284/2587] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:04:17 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:17.381 7 WARNING neutron_lib.context [None req-6269faf9-fe17-4aee-946d-c95dd2bc1903 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:17.452 7 INFO neutron.db.segments_db [None req-6269faf9-fe17-4aee-946d-c95dd2bc1903 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Added segment 38ee781d-2234-4315-9261-03c47edb1b5d of type vxlan for network 9f9e8387-5bd8-4e30-b25a-123d5e16b68a [pid: 7|app: 0|req: 1304/2588] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:17 2026] POST /v2.0/networks => generated 632 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:17.562 8 WARNING neutron_lib.context [None req-e4cc164e-2ae9-40f6-b692-3759b3c7fb84 b9750ef50ccf417898f734c695a515ce e91d818df54b42c5ba9c737c850dfd67 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1285/2589] 10.0.0.12 () {34 vars in 668 bytes} [Fri Jul 10 01:04:17 2026] POST /v2.0/subnets => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2590] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:04:17 2026] PUT /v2.0/subnets/776e5ef8-b5ce-4746-a2cc-a8a4c94a31e5/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2591] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:04:17 2026] PUT /v2.0/subnets/d8c16fec-7e6e-4905-93fc-406d332e4c26/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: 1306/2592] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:04:17 2026] PUT /v2.0/subnets/c5881891-7a69-4b3d-afc9-f5013d81ce9a/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2593] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:04:18 2026] PUT /v2.0/subnets/a4744a7e-7aa0-43a9-a5a3-5634fdd6bfbf/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2594] 10.0.0.12 () {32 vars in 663 bytes} [Fri Jul 10 01:04:18 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2595] 10.0.0.12 () {32 vars in 677 bytes} [Fri Jul 10 01:04:18 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2596] 10.0.0.12 () {32 vars in 673 bytes} [Fri Jul 10 01:04:18 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2597] 10.0.0.12 () {32 vars in 685 bytes} [Fri Jul 10 01:04:18 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2598] 10.0.0.12 () {32 vars in 671 bytes} [Fri Jul 10 01:04:18 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2599] 10.0.0.12 () {32 vars in 685 bytes} [Fri Jul 10 01:04:18 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2600] 10.0.0.12 () {32 vars in 681 bytes} [Fri Jul 10 01:04:18 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2601] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:04:18 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) [pid: 7|app: 0|req: 1311/2602] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:18 2026] DELETE /v2.0/subnets/776e5ef8-b5ce-4746-a2cc-a8a4c94a31e5 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2603] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:18 2026] DELETE /v2.0/subnets/d8c16fec-7e6e-4905-93fc-406d332e4c26 => 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: 1312/2604] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:18 2026] DELETE /v2.0/subnets/c5881891-7a69-4b3d-afc9-f5013d81ce9a => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2605] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:19 2026] DELETE /v2.0/subnets/a4744a7e-7aa0-43a9-a5a3-5634fdd6bfbf => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2606] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:19 2026] DELETE /v2.0/subnets/153611b5-a9ca-4995-a786-a515bdb2516d => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2607] 199.204.45.22 () {34 vars in 1095 bytes} [Fri Jul 10 01:04:19 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:19.707 7 INFO neutron.services.segments.plugin [-] Segment 7d9b67fe-5893-4fb7-b2b0-8544370fa74b resource provider aggregate not found 2026-07-10 01:04:19.713 7 INFO neutron.services.segments.plugin [-] Segment 7d9b67fe-5893-4fb7-b2b0-8544370fa74b resource provider aggregate not found 2026-07-10 01:04:19.722 7 INFO neutron.services.segments.plugin [-] Segment 7d9b67fe-5893-4fb7-b2b0-8544370fa74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9b67fe-5893-4fb7-b2b0-8544370fa74b found for delete ", "request_id": "req-e1c27d37-3807-4a33-828c-8cbff91a551f"}]} 2026-07-10 01:04:19.727 7 INFO neutron.services.segments.plugin [-] Segment 7d9b67fe-5893-4fb7-b2b0-8544370fa74b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9b67fe-5893-4fb7-b2b0-8544370fa74b found for delete ", "request_id": "req-ce4ace5e-f714-458f-8535-c19215bfb421"}]} [pid: 7|app: 0|req: 1315/2608] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:19 2026] DELETE /v2.0/networks/4751ffa9-f9e8-4fb8-b900-453944d23874 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:04:20.081 8 INFO neutron.services.segments.plugin [-] Segment ebc5cadb-7748-4d33-96bd-53528def005b resource provider aggregate not found 2026-07-10 01:04:20.086 8 INFO neutron.services.segments.plugin [-] Segment ebc5cadb-7748-4d33-96bd-53528def005b resource provider aggregate not found 2026-07-10 01:04:20.100 8 INFO neutron.services.segments.plugin [-] Segment ebc5cadb-7748-4d33-96bd-53528def005b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc5cadb-7748-4d33-96bd-53528def005b found for delete ", "request_id": "req-eb103926-15bc-4264-905a-af4d5c68e6f3"}]} 2026-07-10 01:04:20.109 8 INFO neutron.services.segments.plugin [-] Segment ebc5cadb-7748-4d33-96bd-53528def005b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc5cadb-7748-4d33-96bd-53528def005b found for delete ", "request_id": "req-1867437f-3d5d-4d87-acd2-ef397d9f97ed"}]} [pid: 8|app: 0|req: 1294/2609] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:19 2026] DELETE /v2.0/networks/fdc9b67f-44b3-43c6-9e1d-86df3d563d2b => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2610] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1469 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2611] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:20 2026] DELETE /v2.0/networks/d7711ab3-849b-4a81-add2-0042b448b357 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2612] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2613] 199.204.45.22 () {34 vars in 1055 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=32676768-253f-455c-b2ab-3ee45fb90048 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2614] 199.204.45.22 () {34 vars in 1105 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A128&port_id=32676768-253f-455c-b2ab-3ee45fb90048 => 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: 1317/2615] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:20 2026] DELETE /v2.0/networks/694a3f8d-ebfe-4f00-b8cf-411501c13e6c => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2616] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/subnets?id=e3582c6a-11f8-452f-b5cc-6af913a9c875&id=d9e6fd05-0533-4cda-bb02-ac22098bc8cc => 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: 1300/2617] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2618] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&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: 1302/2619] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:04:20 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2620] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:04:21 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1318/2621] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:20 2026] DELETE /v2.0/networks/9f9e8387-5bd8-4e30-b25a-123d5e16b68a => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:04:22.116 8 INFO neutron.services.segments.plugin [-] Segment c2440953-8762-4b08-8c85-f6b8e101b318 resource provider aggregate not found 2026-07-10 01:04:22.126 8 INFO neutron.services.segments.plugin [-] Segment c2440953-8762-4b08-8c85-f6b8e101b318 resource provider aggregate not found 2026-07-10 01:04:22.130 8 INFO neutron.services.segments.plugin [-] Segment c2440953-8762-4b08-8c85-f6b8e101b318 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2440953-8762-4b08-8c85-f6b8e101b318 found for delete ", "request_id": "req-9ba33d48-482a-4f8f-8ae1-e7e737088431"}]} 2026-07-10 01:04:22.142 8 INFO neutron.services.segments.plugin [-] Segment c2440953-8762-4b08-8c85-f6b8e101b318 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2440953-8762-4b08-8c85-f6b8e101b318 found for delete ", "request_id": "req-1da7aeb9-f9cb-4d6b-bc2d-7b6ff4993705"}]} [pid: 8|app: 0|req: 1304/2622] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:21 2026] GET /v2.0/security-groups?tenant_id=28884acf238b45cf9457ee3e7b03caaa&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:04:22.255 7 INFO neutron.services.segments.plugin [-] Segment 1132b3b7-da95-40df-9d05-160112bedea6 resource provider aggregate not found 2026-07-10 01:04:22.260 7 INFO neutron.services.segments.plugin [-] Segment 1132b3b7-da95-40df-9d05-160112bedea6 resource provider aggregate not found 2026-07-10 01:04:22.273 7 INFO neutron.services.segments.plugin [-] Segment 1132b3b7-da95-40df-9d05-160112bedea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1132b3b7-da95-40df-9d05-160112bedea6 found for delete ", "request_id": "req-3b4c468a-fb0b-411c-a2a9-15209984bbda"}]} 2026-07-10 01:04:22.278 7 INFO neutron.services.segments.plugin [-] Segment 1132b3b7-da95-40df-9d05-160112bedea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1132b3b7-da95-40df-9d05-160112bedea6 found for delete ", "request_id": "req-8a6050cf-c0d8-45b9-ad92-4335369e864b"}]} 2026-07-10 01:04:22.291 7 INFO neutron.services.segments.plugin [-] Segment 38ee781d-2234-4315-9261-03c47edb1b5d resource provider aggregate not found 2026-07-10 01:04:22.296 7 INFO neutron.services.segments.plugin [-] Segment 38ee781d-2234-4315-9261-03c47edb1b5d resource provider aggregate not found 2026-07-10 01:04:22.306 7 INFO neutron.services.segments.plugin [-] Segment 38ee781d-2234-4315-9261-03c47edb1b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38ee781d-2234-4315-9261-03c47edb1b5d found for delete ", "request_id": "req-0836a821-9a8c-4cf7-a5e5-7ee252d94154"}]} 2026-07-10 01:04:22.308 7 INFO neutron.services.segments.plugin [-] Segment 38ee781d-2234-4315-9261-03c47edb1b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38ee781d-2234-4315-9261-03c47edb1b5d found for delete ", "request_id": "req-0a083ea6-b770-463b-b210-f59d14be3ac0"}]} [pid: 7|app: 0|req: 1319/2623] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:22 2026] DELETE /v2.0/security-groups/902df07f-e9e1-464f-8929-373ea9d4f15f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2624] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:22 2026] GET /v2.0/security-groups?tenant_id=e91d818df54b42c5ba9c737c850dfd67&name=default => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2625] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:22 2026] DELETE /v2.0/security-groups/42e1271f-f187-445d-bbc2-612f4f5e9b88 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2626] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:22 2026] GET /v2.0/security-groups?tenant_id=f179dc6d22e04b8d9c52d099744fe509&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2627] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:22 2026] DELETE /v2.0/security-groups/36605612-808f-4678-81fe-be4620f85bc2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:27.165 8 WARNING neutron_lib.context [None req-6f25f1d7-d2a6-4b4a-b632-e5969608f887 3ad8af105ba64588b089281a0af7f15c 523bef8ecda1406596c15918094a7fce - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1307/2628] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:04:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:27.239 7 WARNING neutron_lib.context [None req-73ea9470-33a8-4ad7-98fb-dfdb606bdf65 3ad8af105ba64588b089281a0af7f15c 523bef8ecda1406596c15918094a7fce - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1322/2629] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:04:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:27.301 8 WARNING neutron_lib.context [None req-28a2e9ba-f88b-42cc-aa0c-0a9f0041229d 3ad8af105ba64588b089281a0af7f15c 523bef8ecda1406596c15918094a7fce - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1308/2630] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:04:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:27.365 7 WARNING neutron_lib.context [None req-96fefd59-82f1-4c9b-b7cc-cd3639ad4705 3ad8af105ba64588b089281a0af7f15c 523bef8ecda1406596c15918094a7fce - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1323/2631] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:04:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:27.436 8 WARNING neutron_lib.context [None req-94ceb383-4450-4e0f-a309-76608e15cd55 3ad8af105ba64588b089281a0af7f15c 523bef8ecda1406596c15918094a7fce - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1309/2632] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:04:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2633] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:04:27 2026] PUT /v2.0/subnetpools/c6e8f170-f462-412a-ac15-6dfed9c1bdd9/tags => generated 17 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2634] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:04:27 2026] PUT /v2.0/subnetpools/57a406f2-b69c-4cbb-8e14-8d4d6033dff4/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: 1325/2635] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:04:27 2026] PUT /v2.0/subnetpools/595461c1-bd45-42de-a32d-bc8df51c8971/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2636] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:04:27 2026] PUT /v2.0/subnetpools/dd96116a-fa3b-4d70-b03f-bdb824fd77aa/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2637] 10.0.0.12 () {32 vars in 671 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2638] 10.0.0.12 () {32 vars in 685 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2639] 10.0.0.12 () {32 vars in 681 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2640] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2641] 10.0.0.12 () {32 vars in 679 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2642] 10.0.0.12 () {32 vars in 693 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2643] 10.0.0.12 () {32 vars in 689 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2646] 10.0.0.12 () {32 vars in 701 bytes} [Fri Jul 10 01:04:27 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2647] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:04:27 2026] DELETE /v2.0/subnetpools/c6e8f170-f462-412a-ac15-6dfed9c1bdd9 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2648] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:04:27 2026] DELETE /v2.0/subnetpools/57a406f2-b69c-4cbb-8e14-8d4d6033dff4 => 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: 1333/2649] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:04:27 2026] DELETE /v2.0/subnetpools/595461c1-bd45-42de-a32d-bc8df51c8971 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2650] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:04:28 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: 1335/2651] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:04:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2652] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:04:28 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: 1317/2653] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:04:28 2026] DELETE /v2.0/subnetpools/dd96116a-fa3b-4d70-b03f-bdb824fd77aa => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2654] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:04:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2655] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:04:28 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2656] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:04:28 2026] DELETE /v2.0/subnetpools/d20d3c88-29b8-4aa2-a6b7-bd029dc639cd => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2657] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:04:28 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2658] 199.204.45.22 () {34 vars in 715 bytes} [Fri Jul 10 01:04:28 2026] POST /v2.0/ports => generated 1097 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2659] 10.0.0.222 () {34 vars in 971 bytes} [Fri Jul 10 01:04:28 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1097 bytes in 36 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: 1320/2660] 10.0.0.222 () {34 vars in 907 bytes} [Fri Jul 10 01:04:28 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: 1341/2661] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:28 2026] GET /v2.0/security-groups?tenant_id=71dd27592dfa4b3694a2239d8b59f9b6&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2662] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:29 2026] DELETE /v2.0/security-groups/78897e67-dd52-4144-bf09-97d196ced5db => 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: 1342/2663] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:29 2026] GET /v2.0/security-groups?tenant_id=f772cde3e9da4f4c8612b869d134a7d0&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2664] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:29 2026] DELETE /v2.0/security-groups/8eed4d91-64a7-4f17-a195-f11a8ff87157 => 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: 1343/2665] 199.204.45.22 () {34 vars in 1261 bytes} [Fri Jul 10 01:04:29 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2666] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:04:29 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1324/2667] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:04:29 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1344/2668] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:29 2026] GET /v2.0/security-groups?tenant_id=523bef8ecda1406596c15918094a7fce&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2669] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:29 2026] DELETE /v2.0/security-groups/7e948cd3-e74e-4279-9d3b-17004052c7cb => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2670] 199.204.45.22 () {34 vars in 974 bytes} [Fri Jul 10 01:04:30 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1097 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2671] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:04:30 2026] GET /v2.0/networks?id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 803 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2672] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:04:30 2026] PUT /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1287 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2673] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:04:31 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2527 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1347/2674] 199.204.45.22 () {34 vars in 1061 bytes} [Fri Jul 10 01:04:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.176&port_id=f140f465-c9fc-4b64-baf1-041bc70f054d => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2675] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/subnets?id=a17c4b3e-d795-4dde-a9b8-3c714ee034c8 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:04:32.061 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0065acef-4870-48ed-8c29-228fb76f7464'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': '35adeeaf-49de-49ef-9286-d4c0ff7a913e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1348/2676] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/ports?network_id=6484cab9-4b93-4035-8293-516352ffaea0&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2677] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1349/2678] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1330/2679] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => 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: 1350/2680] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2681] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&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: 1351/2682] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1332/2683] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:04:32 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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-07-10 01:04:33.244 7 WARNING neutron_lib.context [None req-fb146446-ac2e-43cd-bb13-c3605b80eab2 3aca78f11678419c819af89cca4a19eb 70f580bb9c62453682b679bf3fa0c531 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:33.405 7 INFO neutron.db.segments_db [None req-fb146446-ac2e-43cd-bb13-c3605b80eab2 3aca78f11678419c819af89cca4a19eb 70f580bb9c62453682b679bf3fa0c531 - - default default] Added segment 7c05e389-1f27-402d-b038-9244efd7161a of type vxlan for network e5cd4390-7567-40ff-8cde-72610693743d [pid: 8|app: 0|req: 1333/2684] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2527 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2685] 10.0.0.12 () {34 vars in 669 bytes} [Fri Jul 10 01:04:33 2026] POST /v2.0/networks => generated 631 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:33.524 7 WARNING neutron_lib.context [None req-c4a430b6-6c0c-4ca7-a4a1-05a83ae68eb8 3aca78f11678419c819af89cca4a19eb 70f580bb9c62453682b679bf3fa0c531 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1334/2686] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/networks?id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2687] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => 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: 1336/2688] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2689] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&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: 1338/2690] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2691] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1353/2692] 10.0.0.12 () {34 vars in 663 bytes} [Fri Jul 10 01:04:33 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2693] 10.0.0.12 () {34 vars in 746 bytes} [Fri Jul 10 01:04:33 2026] PUT /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py: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: 1354/2694] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2695] 10.0.0.12 () {34 vars in 757 bytes} [Fri Jul 10 01:04:33 2026] PUT /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2696] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:04:33 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2697] 10.0.0.12 () {34 vars in 753 bytes} [Fri Jul 10 01:04:34 2026] PUT /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2698] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:04:34 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2699] 10.0.0.12 () {34 vars in 775 bytes} [Fri Jul 10 01:04:34 2026] PUT /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2700] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:04:34 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2701] 10.0.0.12 () {34 vars in 746 bytes} [Fri Jul 10 01:04:34 2026] PUT /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2702] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:04:34 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2703] 10.0.0.12 () {32 vars in 734 bytes} [Fri Jul 10 01:04:34 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:34.369 7 INFO neutron.api.v2.resource [None req-853d9461-04fc-4a0f-9120-3cec1fff1851 3aca78f11678419c819af89cca4a19eb 70f580bb9c62453682b679bf3fa0c531 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1359/2704] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:34 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2705] 10.0.0.12 () {32 vars in 737 bytes} [Fri Jul 10 01:04:34 2026] DELETE /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2706] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:04:34 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:34.513 8 INFO neutron.api.v2.resource [None req-8cad9ae7-44d8-4b05-9a30-05f4d6735503 3aca78f11678419c819af89cca4a19eb 70f580bb9c62453682b679bf3fa0c531 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1347/2707] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:04:34 2026] DELETE /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2708] 10.0.0.12 () {32 vars in 729 bytes} [Fri Jul 10 01:04:34 2026] DELETE /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2709] 10.0.0.12 () {32 vars in 726 bytes} [Fri Jul 10 01:04:34 2026] GET /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2710] 10.0.0.12 () {32 vars in 719 bytes} [Fri Jul 10 01:04:34 2026] DELETE /v2.0/ports/668bdd1f-25b3-437d-9cf5-505ff4d456fd => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:04:34.970 8 INFO neutron.services.segments.plugin [-] Segment 7c05e389-1f27-402d-b038-9244efd7161a resource provider aggregate not found 2026-07-10 01:04:34.975 8 INFO neutron.services.segments.plugin [-] Segment 7c05e389-1f27-402d-b038-9244efd7161a resource provider aggregate not found 2026-07-10 01:04:34.982 8 INFO neutron.services.segments.plugin [-] Segment 7c05e389-1f27-402d-b038-9244efd7161a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c05e389-1f27-402d-b038-9244efd7161a found for delete ", "request_id": "req-afb17bd9-ba50-43d1-b535-2118503b8f7f"}]} 2026-07-10 01:04:34.986 8 INFO neutron.services.segments.plugin [-] Segment 7c05e389-1f27-402d-b038-9244efd7161a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c05e389-1f27-402d-b038-9244efd7161a found for delete ", "request_id": "req-0de30a59-dbd3-4597-be2b-227a1b6cf8a4"}]} [pid: 8|app: 0|req: 1349/2711] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:04:34 2026] DELETE /v2.0/networks/e5cd4390-7567-40ff-8cde-72610693743d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2712] 10.0.0.222 () {34 vars in 971 bytes} [Fri Jul 10 01:04:35 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1287 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2713] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:35 2026] GET /v2.0/security-groups?tenant_id=f6da0d7617e542d5b2b0d0e1dd01d379&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2714] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:35 2026] DELETE /v2.0/security-groups/f84b4e3a-413d-4766-b14b-6d81fe4497e7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2715] 199.204.45.22 () {34 vars in 787 bytes} [Fri Jul 10 01:04:35 2026] PUT /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1310 bytes in 250 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: 1365/2716] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/security-groups?tenant_id=70f580bb9c62453682b679bf3fa0c531&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:04:36.114 8 INFO neutron.api.v2.resource [None req-61a5405a-8e42-4330-b5c7-0fd80e30600d c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1352/2717] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/security-groups/lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 149 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2718] 199.204.45.22 () {30 vars in 783 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/security-groups?name=lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:04:36.166 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-92dcc068-0bba-47d5-a00c-938d53b90f61'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': '35adeeaf-49de-49ef-9286-d4c0ff7a913e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1366/2719] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:36 2026] DELETE /v2.0/security-groups/d4a2a906-1b4f-46cd-816b-15543f61352f => 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: 1354/2720] 199.204.45.22 () {34 vars in 787 bytes} [Fri Jul 10 01:04:36 2026] PUT /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1312 bytes in 307 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: 1355/2721] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2722] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2723] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2724] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2725] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:04:36 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: 1359/2726] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1368/2727] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/networks?id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => 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: 1369/2728] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => 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: 1360/2729] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2730] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => 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: 1361/2731] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1348 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2732] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2733] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2734] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => 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: 1363/2735] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1373/2736] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2737] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:04:36 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1374/2738] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:04:37 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:04:39.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e38a15a5-4ba2-4af2-a339-288d98668808'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': '35adeeaf-49de-49ef-9286-d4c0ff7a913e', 'status': 'completed', 'code': 200} 2026-07-10 01:04:39.573 8 WARNING neutron_lib.context [None req-a529a55e-34a6-433c-a1fa-9f43c9fa616f fcd75629267e4f5bb304449e1fc95296 bccc73e1bd034001bf786d2a1d235679 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:39.617 8 INFO neutron.db.segments_db [None req-a529a55e-34a6-433c-a1fa-9f43c9fa616f fcd75629267e4f5bb304449e1fc95296 bccc73e1bd034001bf786d2a1d235679 - - default default] Added segment 71fd64ee-53c3-4511-a221-9dd696caa7c0 of type vxlan for network 7f6e8b87-4e86-4dcc-9bf8-3db1af19fd53 2026-07-10 01:04:39.873 8 INFO neutron.db.l3_hamode_db [None req-a529a55e-34a6-433c-a1fa-9f43c9fa616f fcd75629267e4f5bb304449e1fc95296 bccc73e1bd034001bf786d2a1d235679 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1375/2739] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:04:39 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:04:40.000 8 INFO neutron.db.l3_hamode_db [None req-a529a55e-34a6-433c-a1fa-9f43c9fa616f fcd75629267e4f5bb304449e1fc95296 bccc73e1bd034001bf786d2a1d235679 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1376/2740] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/networks?id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => 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: 1377/2741] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => 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: 1378/2742] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => 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: 1379/2743] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2744] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1381/2745] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2746] 10.0.0.12 () {34 vars in 667 bytes} [Fri Jul 10 01:04:39 2026] POST /v2.0/routers => generated 474 bytes in 1191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2747] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:04:40 2026] PUT /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2748] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/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: 1383/2749] 10.0.0.12 () {34 vars in 761 bytes} [Fri Jul 10 01:04:40 2026] PUT /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2750] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/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: 1384/2751] 10.0.0.12 () {34 vars in 757 bytes} [Fri Jul 10 01:04:40 2026] PUT /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2752] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:04:40 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2753] 10.0.0.12 () {34 vars in 779 bytes} [Fri Jul 10 01:04:40 2026] PUT /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2754] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:04:41 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2755] 10.0.0.12 () {34 vars in 750 bytes} [Fri Jul 10 01:04:41 2026] PUT /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2756] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:04:41 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2757] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:41 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:41.343 8 INFO neutron.api.v2.resource [None req-29dd5130-f521-48ee-8ebc-8695c90fb26c fcd75629267e4f5bb304449e1fc95296 bccc73e1bd034001bf786d2a1d235679 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1371/2758] 10.0.0.12 () {32 vars in 742 bytes} [Fri Jul 10 01:04:41 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2759] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:04:41 2026] DELETE /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags/red => 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: 1372/2760] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:04:41 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:41.555 7 INFO neutron.api.v2.resource [None req-a5e7611d-44a4-431b-a26d-aac059938211 fcd75629267e4f5bb304449e1fc95296 bccc73e1bd034001bf786d2a1d235679 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1389/2761] 10.0.0.12 () {32 vars in 745 bytes} [Fri Jul 10 01:04:41 2026] DELETE /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2762] 10.0.0.12 () {32 vars in 733 bytes} [Fri Jul 10 01:04:41 2026] DELETE /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2763] 10.0.0.12 () {32 vars in 730 bytes} [Fri Jul 10 01:04:41 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2764] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:04:41 2026] GET /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47 => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2765] 10.0.0.12 () {34 vars in 741 bytes} [Fri Jul 10 01:04:41 2026] PUT /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47 => generated 480 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2766] 10.0.0.12 () {32 vars in 735 bytes} [Fri Jul 10 01:04:42 2026] GET /v2.0/ports?device_id=bbc6d4f1-6209-4007-93ce-fdca2aec1e47 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:43.302 7 INFO neutron.services.segments.plugin [-] Segment 71fd64ee-53c3-4511-a221-9dd696caa7c0 resource provider aggregate not found 2026-07-10 01:04:43.308 7 INFO neutron.services.segments.plugin [-] Segment 71fd64ee-53c3-4511-a221-9dd696caa7c0 resource provider aggregate not found 2026-07-10 01:04:43.318 7 INFO neutron.services.segments.plugin [-] Segment 71fd64ee-53c3-4511-a221-9dd696caa7c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fd64ee-53c3-4511-a221-9dd696caa7c0 found for delete ", "request_id": "req-95737252-bddb-4a1e-8747-5bcdfd189b69"}]} 2026-07-10 01:04:43.320 7 INFO neutron.db.l3_hamode_db [None req-97999f87-2c4e-4bdd-bab5-9a3aa5feb78a fcd75629267e4f5bb304449e1fc95296 bccc73e1bd034001bf786d2a1d235679 - - default default] HA network 7f6e8b87-4e86-4dcc-9bf8-3db1af19fd53 was deleted as no HA routers are present in tenant bccc73e1bd034001bf786d2a1d235679. [pid: 7|app: 0|req: 1392/2769] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:04:42 2026] DELETE /v2.0/routers/bbc6d4f1-6209-4007-93ce-fdca2aec1e47 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2770] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:43 2026] GET /v2.0/security-groups?tenant_id=5ed7f4b98a774ed4b4cd613d192d73e6&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:04:44.201 7 INFO neutron.services.segments.plugin [-] Segment 71fd64ee-53c3-4511-a221-9dd696caa7c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fd64ee-53c3-4511-a221-9dd696caa7c0 found for delete ", "request_id": "req-96c3b8d4-c4ea-4bc0-8d19-e3dd598416ab"}]} [pid: 7|app: 0|req: 1393/2771] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:44 2026] DELETE /v2.0/security-groups/e2e851e1-d167-45aa-be03-fd35c09d031e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2772] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:44 2026] GET /v2.0/security-groups?tenant_id=bccc73e1bd034001bf786d2a1d235679&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2773] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:44 2026] DELETE /v2.0/security-groups/0be8fbaa-ac38-477e-b435-16de7cbfb857 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:46.357 8 WARNING neutron_lib.context [None req-18365414-4a45-4ec0-9b05-44ad2744bdfa 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-07-10 01:04:47.165 8 INFO neutron.db.l3_db [None req-18365414-4a45-4ec0-9b05-44ad2744bdfa 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Floating IP c9339fda-7da4-4721-aed6-c2ac1e626730 associated. External IP: 10.96.250.218, port: d5937f22-92f8-4faf-8792-997e0e6ee7b1. [pid: 8|app: 0|req: 1380/2774] 10.0.0.12 () {34 vars in 676 bytes} [Fri Jul 10 01:04:46 2026] POST /v2.0/floatingips => generated 897 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:47.863 7 WARNING neutron_lib.context [None req-ed7daa2e-631c-4826-bd6c-ade6eb29af44 4fea9468aab942f19411f08b0cf5fa22 785acc7a29ae41d1bd4a1f6d2e5caf70 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1395/2775] 10.0.0.12 () {34 vars in 683 bytes} [Fri Jul 10 01:04:47 2026] POST /v2.0/security-groups => generated 1603 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2776] 10.0.0.12 () {34 vars in 766 bytes} [Fri Jul 10 01:04:48 2026] PUT /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2777] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2778] 10.0.0.12 () {34 vars in 777 bytes} [Fri Jul 10 01:04:48 2026] PUT /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags/green => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2779] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2780] 10.0.0.12 () {34 vars in 773 bytes} [Fri Jul 10 01:04:48 2026] PUT /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags/red => generated 4 bytes in 22 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2781] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/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: 1384/2782] 10.0.0.12 () {34 vars in 795 bytes} [Fri Jul 10 01:04:48 2026] PUT /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2783] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2784] 10.0.0.12 () {34 vars in 766 bytes} [Fri Jul 10 01:04:48 2026] PUT /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2785] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2786] 10.0.0.12 () {32 vars in 754 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:48.476 7 INFO neutron.api.v2.resource [None req-65392f97-d972-4794-8cab-cc3c81e60e6a 4fea9468aab942f19411f08b0cf5fa22 785acc7a29ae41d1bd4a1f6d2e5caf70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1401/2787] 10.0.0.12 () {32 vars in 758 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2788] 10.0.0.12 () {32 vars in 757 bytes} [Fri Jul 10 01:04:48 2026] DELETE /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2789] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:48.568 8 INFO neutron.api.v2.resource [None req-68838a33-4065-4915-86ff-596b09a44c66 4fea9468aab942f19411f08b0cf5fa22 785acc7a29ae41d1bd4a1f6d2e5caf70 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1388/2790] 10.0.0.12 () {32 vars in 761 bytes} [Fri Jul 10 01:04:48 2026] DELETE /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2791] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:04:48 2026] DELETE /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2792] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:48 2026] GET /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a/tags => 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: 1404/2793] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:48 2026] DELETE /v2.0/security-groups/6cb4d539-0b9d-433a-b37d-b6e73ff9b79a => 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: 1390/2794] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:49 2026] GET /v2.0/security-groups?tenant_id=8b6b7156d3df45fcbc52430ea2ab2ab7&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2795] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:49 2026] DELETE /v2.0/security-groups/3587369e-3dcd-4c08-8a97-88ee1d989ba3 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2796] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:49 2026] GET /v2.0/security-groups?tenant_id=785acc7a29ae41d1bd4a1f6d2e5caf70&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2797] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:49 2026] DELETE /v2.0/security-groups/4cea5952-987f-4b07-b104-73a204ab2e7b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2798] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:04:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2799] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:04:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2800] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:04:50 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: 1408/2801] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:04:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:04:50.248 8 INFO neutron.api.v2.resource [None req-cc50821b-70bc-4e1f-8214-88ef6cbac37b c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1394/2802] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 01:04:50 2026] GET /v2.0/security-groups/lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2803] 199.204.45.22 () {30 vars in 783 bytes} [Fri Jul 10 01:04:50 2026] GET /v2.0/security-groups?name=lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2804] 199.204.45.22 () {30 vars in 813 bytes} [Fri Jul 10 01:04:50 2026] GET /v2.0/security-group-rules?security_group_id=ecd79054-d7ee-4994-961f-12141d191665 => generated 1182 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2805] 199.204.45.22 () {34 vars in 745 bytes} [Fri Jul 10 01:04:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2806] 199.204.45.22 () {34 vars in 745 bytes} [Fri Jul 10 01:04:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-10 01:04:53.284 7 WARNING neutron_lib.context [None req-369362a7-458d-42fb-bc0d-389846add53e 0a728c900f7646e48528d2d6911f64d2 2e21d20fbd94496897179e2585293b88 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and 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: 1411/2807] 10.0.0.12 () {34 vars in 675 bytes} [Fri Jul 10 01:04:53 2026] POST /v2.0/subnetpools => generated 516 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2808] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:04:53 2026] PUT /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2809] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2810] 10.0.0.12 () {34 vars in 769 bytes} [Fri Jul 10 01:04:53 2026] PUT /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2811] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2812] 10.0.0.12 () {34 vars in 765 bytes} [Fri Jul 10 01:04:53 2026] PUT /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/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: 1414/2813] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/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: 1400/2814] 10.0.0.12 () {34 vars in 787 bytes} [Fri Jul 10 01:04:53 2026] PUT /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/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: 7|app: 0|req: 1415/2815] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/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: 1401/2816] 10.0.0.12 () {34 vars in 758 bytes} [Fri Jul 10 01:04:53 2026] PUT /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/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: 1416/2817] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2818] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:04:53.710 7 INFO neutron.api.v2.resource [None req-691bba96-1a79-4165-ae02-021e58a261fc 0a728c900f7646e48528d2d6911f64d2 2e21d20fbd94496897179e2585293b88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1417/2819] 10.0.0.12 () {32 vars in 750 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/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: 1403/2820] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:04:53 2026] DELETE /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2821] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:04:53.806 8 INFO neutron.api.v2.resource [None req-022f2c12-7ac8-49b6-b1d4-be50381fa0be 0a728c900f7646e48528d2d6911f64d2 2e21d20fbd94496897179e2585293b88 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1404/2822] 10.0.0.12 () {32 vars in 753 bytes} [Fri Jul 10 01:04:53 2026] DELETE /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2823] 10.0.0.12 () {32 vars in 741 bytes} [Fri Jul 10 01:04:53 2026] DELETE /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2824] 10.0.0.12 () {32 vars in 738 bytes} [Fri Jul 10 01:04:53 2026] GET /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89/tags => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2825] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:04:53 2026] DELETE /v2.0/subnetpools/87e77f35-9678-45fe-9d61-552f0f7e4c89 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2826] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:54 2026] GET /v2.0/security-groups?tenant_id=2e21d20fbd94496897179e2585293b88&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2827] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:54 2026] DELETE /v2.0/security-groups/6715994d-a14c-4248-bef5-b83fa31c7f9f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2828] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:04:55 2026] GET /v2.0/security-groups?tenant_id=60291156916f4b16ad63cbcb618b790e&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2829] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:04:55 2026] DELETE /v2.0/security-groups/1eb9a0b5-2861-4455-8973-8cdde8512014 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2832] 10.0.0.228 () {30 vars in 689 bytes} [Fri Jul 10 01:04:58 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: 1424/2833] 10.0.0.228 () {30 vars in 691 bytes} [Fri Jul 10 01:04:58 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: 1410/2834] 10.0.0.228 () {30 vars in 667 bytes} [Fri Jul 10 01:04:58 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: 1425/2835] 10.0.0.228 () {30 vars in 703 bytes} [Fri Jul 10 01:04:58 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: 1411/2836] 10.0.0.228 () {28 vars in 438 bytes} [Fri Jul 10 01:04:58 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: 1426/2837] 10.0.0.228 () {30 vars in 727 bytes} [Fri Jul 10 01:04:58 2026] GET /v2.0/subnets/3fc5d72e-1be7-429c-999f-3b8dbee78527 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2838] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2839] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:00 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: 1413/2840] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:00 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: 1428/2841] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2842] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:00 2026] GET /v2.0/subnets/3fc5d72e-1be7-429c-999f-3b8dbee78527 => 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: 1429/2843] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:00 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2844] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:01 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: 1430/2845] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2846] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2847] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2848] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:02 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=segments => generated 14 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2849] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:02 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2850] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:03 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2851] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:05:03 2026] POST /v2.0/ports => generated 1303 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2852] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:05:03 2026] PUT /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 1464 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, ' [pid: 7|app: 0|req: 1434/2853] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 4044 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1420/2854] 199.204.45.22 () {34 vars in 1061 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.176&port_id=f140f465-c9fc-4b64-baf1-041bc70f054d => 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: 1435/2855] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/subnets?id=a17c4b3e-d795-4dde-a9b8-3c714ee034c8 => generated 654 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:05:05.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cdfbbfe-f0c0-4751-8598-bf9f71542e1a'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': '47c061eb-29ac-4d2c-a371-80bf2c164a58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1421/2856] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/ports?network_id=6484cab9-4b93-4035-8293-516352ffaea0&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2857] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2858] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2859] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2860] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2861] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2862] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2863] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1425/2864] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2865] 199.204.45.22 () {34 vars in 1103 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A323&port_id=47c061eb-29ac-4d2c-a371-80bf2c164a58 => 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: 1426/2866] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:05:05 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527&id=88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2867] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:06 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2868] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:06 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2869] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:06 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1428/2870] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:06 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2871] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 4044 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2872] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2873] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2874] 199.204.45.22 () {34 vars in 1103 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A323&port_id=47c061eb-29ac-4d2c-a371-80bf2c164a58 => 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: 1445/2875] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527&id=88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2876] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&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: 1446/2877] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2878] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1447/2879] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:07 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1433/2880] 10.0.0.222 () {34 vars in 971 bytes} [Fri Jul 10 01:05:09 2026] GET /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 1466 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2881] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:09 2026] GET /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 1466 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2882] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:09 2026] GET /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 1466 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2883] 199.204.45.22 () {34 vars in 788 bytes} [Fri Jul 10 01:05:09 2026] PUT /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 1201 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2884] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 796 bytes in 63 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: 1450/2885] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/subnets/3fc5d72e-1be7-429c-999f-3b8dbee78527 => generated 674 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2886] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:10 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) 2026-07-10 01:05:10.531 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c28c7bc8-cd21-4e3b-a4ba-dd23794ec459'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': '47c061eb-29ac-4d2c-a371-80bf2c164a58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1451/2887] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2888] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2889] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:10 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: 1438/2890] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2891] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2892] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1348 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2893] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2894] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2895] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2896] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2897] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:10 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3817 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2898] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:11 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2899] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=47c061eb-29ac-4d2c-a371-80bf2c164a58 => 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: 1443/2900] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:11 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2901] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:11 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2902] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:11 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2903] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:11 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1461/2906] 10.0.0.228 () {30 vars in 689 bytes} [Fri Jul 10 01:05:19 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: 1446/2907] 10.0.0.228 () {30 vars in 691 bytes} [Fri Jul 10 01:05: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: 1462/2908] 10.0.0.228 () {30 vars in 667 bytes} [Fri Jul 10 01:05:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2909] 10.0.0.228 () {30 vars in 703 bytes} [Fri Jul 10 01:05:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2910] 10.0.0.228 () {28 vars in 438 bytes} [Fri Jul 10 01:05:19 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: 1448/2911] 10.0.0.228 () {30 vars in 727 bytes} [Fri Jul 10 01:05:19 2026] GET /v2.0/subnets/d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 655 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2912] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2913] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:20 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: 1465/2914] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:20 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: 1450/2915] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2916] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:20 2026] GET /v2.0/subnets/3fc5d72e-1be7-429c-999f-3b8dbee78527 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2917] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:20 2026] GET /v2.0/subnets/d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2918] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:20 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3817 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2919] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:20 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: 1468/2920] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2921] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:20 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: 1469/2922] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2923] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:21 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1470/2924] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:21 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1455/2925] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:22 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2926] 199.204.45.22 () {38 vars in 954 bytes} [Fri Jul 10 01:05:22 2026] POST /v2.0/ports => generated 1307 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2927] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:05:22 2026] PUT /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1468 bytes in 498 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: 1472/2928] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 5277 bytes in 45 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: 1457/2929] 199.204.45.22 () {34 vars in 1061 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.176&port_id=f140f465-c9fc-4b64-baf1-041bc70f054d => 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: 1473/2930] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/subnets?id=a17c4b3e-d795-4dde-a9b8-3c714ee034c8 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2931] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/ports?network_id=6484cab9-4b93-4035-8293-516352ffaea0&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: 1474/2932] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:05:24.670 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e1d2122-0df5-4dd9-9405-86ba8d3a5b22'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': 'dea22f4b-c275-46d7-9bd1-55b6bb7d889b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1459/2933] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2934] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => 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: 1460/2935] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2936] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2937] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1477/2938] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1462/2939] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=47c061eb-29ac-4d2c-a371-80bf2c164a58 => 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: 1478/2940] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:24 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527 => 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: 1463/2941] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&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: 1479/2942] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1464/2943] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1480/2944] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.111&port_id=dea22f4b-c275-46d7-9bd1-55b6bb7d889b => 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: 1465/2945] 199.204.45.22 () {34 vars in 1105 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e9&port_id=dea22f4b-c275-46d7-9bd1-55b6bb7d889b => 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: 1481/2946] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/subnets?id=e3582c6a-11f8-452f-b5cc-6af913a9c875&id=d9e6fd05-0533-4cda-bb02-ac22098bc8cc => 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: 1466/2947] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&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: 1482/2948] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&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: 1467/2949] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1483/2950] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:25 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1468/2951] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 5277 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2952] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2953] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.111&port_id=dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2954] 199.204.45.22 () {34 vars in 1105 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e9&port_id=dea22f4b-c275-46d7-9bd1-55b6bb7d889b => 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: 1470/2955] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/subnets?id=e3582c6a-11f8-452f-b5cc-6af913a9c875&id=d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 1414 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2956] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2957] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&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: 1487/2958] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1472/2959] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:26 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1489/2962] 10.0.0.222 () {34 vars in 971 bytes} [Fri Jul 10 01:05:28 2026] GET /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1470 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2963] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:28 2026] GET /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1470 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2964] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1470 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2965] 199.204.45.22 () {34 vars in 788 bytes} [Fri Jul 10 01:05:29 2026] PUT /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1201 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2966] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1476/2967] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/subnets/d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2968] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:29 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: 1477/2969] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2970] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:05:29.704 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fde6cae7-2221-403b-bc57-ea98ca152915'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': 'dea22f4b-c275-46d7-9bd1-55b6bb7d889b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1478/2971] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:29 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: 1494/2972] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1479/2973] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2974] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1348 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2975] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1496/2976] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => 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: 1481/2977] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:29 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2978] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2979] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 5046 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2980] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2981] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.111&port_id=dea22f4b-c275-46d7-9bd1-55b6bb7d889b => 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: 1499/2982] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/subnets?id=d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2983] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/ports?network_id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2984] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2985] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:30 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1501/2986] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05: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) [pid: 8|app: 0|req: 1486/2987] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:39 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: 1502/2988] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:39 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: 1487/2989] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2990] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/subnets/3fc5d72e-1be7-429c-999f-3b8dbee78527 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2991] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 5046 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2992] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:39 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: 1489/2993] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2994] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:39 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: 1490/2995] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2996] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1237 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2997] 199.204.45.22 () {34 vars in 787 bytes} [Fri Jul 10 01:05:39 2026] PUT /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1026 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2998] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1492/2999] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:39 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 4871 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3000] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:40 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 4871 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:05:40.553 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-107d6ecf-432f-4cdb-8e7c-0a286122aaff'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': 'dea22f4b-c275-46d7-9bd1-55b6bb7d889b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1493/3001] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:40 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 4871 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3002] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:40 2026] GET /v2.0/networks?id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3003] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:40 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1510/3004] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:40 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5?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: 1495/3005] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:41 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 4871 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3006] 199.204.45.22 () {34 vars in 974 bytes} [Fri Jul 10 01:05:42 2026] GET /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 1062 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3007] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:42 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 4871 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3008] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:05:42 2026] DELETE /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3011] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3817 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:05:43.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99fef5a3-5091-4c55-ac83-7d32b3a598bb c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1498/3012] 199.204.45.22 () {32 vars in 757 bytes} [Fri Jul 10 01:05:43 2026] DELETE /v2.0/ports/dea22f4b-c275-46d7-9bd1-55b6bb7d889b => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3013] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:43 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: 1499/3014] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:43 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: 1516/3015] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:05:43.597 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-19da0c2e-abdb-4115-a54a-5b572972d31b'] response: {'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'name': 'network-vif-deleted', 'tag': 'dea22f4b-c275-46d7-9bd1-55b6bb7d889b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1500/3016] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:43 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: 1517/3017] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1501/3018] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3019] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1348 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3020] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1519/3021] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3022] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3023] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3024] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:43 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3817 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3025] 199.204.45.22 () {34 vars in 1225 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/networks?id=6484cab9-4b93-4035-8293-516352ffaea0&id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&id=a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 3096 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3026] 199.204.45.22 () {34 vars in 1061 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.176&port_id=f140f465-c9fc-4b64-baf1-041bc70f054d => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3027] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/subnets?id=a17c4b3e-d795-4dde-a9b8-3c714ee034c8 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3028] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/ports?network_id=6484cab9-4b93-4035-8293-516352ffaea0&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: 1523/3029] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1507/3030] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1524/3031] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3032] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3033] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&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: 1509/3034] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1526/3035] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3036] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.178&port_id=47c061eb-29ac-4d2c-a371-80bf2c164a58 => 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: 1527/3037] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527 => 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: 1511/3038] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3039] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1512/3040] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:44 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1529/3041] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3042] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:49 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: 1530/3043] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3044] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05: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: 1531/3045] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:49 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3817 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3046] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3047] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3048] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3049] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:50 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: 1517/3050] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:50 2026] GET /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 1237 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3051] 199.204.45.22 () {34 vars in 787 bytes} [Fri Jul 10 01:05:50 2026] PUT /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 1026 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3052] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:50 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 796 bytes in 53 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: 1535/3053] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:50 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3642 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3054] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:50 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3642 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:05:51.139 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f165cbcd-e0a9-4963-b5ff-adf53ffab94a'] response: {'name': 'network-changed', 'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'tag': '47c061eb-29ac-4d2c-a371-80bf2c164a58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1536/3055] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:51 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3642 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3056] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:05:51 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3057] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:51 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1521/3058] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:51 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3059] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:51 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3642 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3060] 199.204.45.22 () {34 vars in 974 bytes} [Fri Jul 10 01:05:52 2026] GET /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => 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: 1523/3061] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:52 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 3642 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3062] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:05:52 2026] DELETE /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => 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: 1524/3063] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:05:53 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:05:53.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8b0eef4-f14e-45a4-a1b6-acf979b958ac c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3064] 199.204.45.22 () {32 vars in 757 bytes} [Fri Jul 10 01:05:53 2026] DELETE /v2.0/ports/47c061eb-29ac-4d2c-a371-80bf2c164a58 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3065] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:05:54 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-07-10 01:05:54.099 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64205299-a9e2-488e-8aee-6de6d9b53f46'] response: {'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'name': 'network-vif-deleted', 'tag': '47c061eb-29ac-4d2c-a371-80bf2c164a58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1541/3066] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:05:54 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: 1526/3067] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:05:54 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: 1542/3068] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:05:54 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: 1527/3069] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3070] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3071] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1348 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3072] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3073] 199.204.45.22 () {30 vars in 741 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => 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: 1545/3074] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3075] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3076] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3077] 199.204.45.22 () {34 vars in 1145 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/networks?id=6484cab9-4b93-4035-8293-516352ffaea0&id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 2309 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3078] 199.204.45.22 () {34 vars in 1061 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.176&port_id=f140f465-c9fc-4b64-baf1-041bc70f054d => 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: 1548/3079] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/subnets?id=a17c4b3e-d795-4dde-a9b8-3c714ee034c8 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3080] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/ports?network_id=6484cab9-4b93-4035-8293-516352ffaea0&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3081] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3082] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1550/3083] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=35adeeaf-49de-49ef-9286-d4c0ff7a913e => 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: 1534/3084] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/subnets?id=14196345-86d3-439b-b84f-7905e7dd971f => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3085] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/ports?network_id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1&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: 8|app: 0|req: 1535/3086] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?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: 1552/3087] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:05:54 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3090] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:06:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3091] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:06:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3092] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:06:05 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: 1538/3093] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:06:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:06:05.705 7 INFO neutron.api.v2.resource [None req-35f66c28-9daa-4a3f-ba4d-4f6db5c6bf2f c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3094] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 01:06:05 2026] GET /v2.0/security-groups/lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3095] 199.204.45.22 () {30 vars in 783 bytes} [Fri Jul 10 01:06:05 2026] GET /v2.0/security-groups?name=lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 2865 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3096] 199.204.45.22 () {30 vars in 813 bytes} [Fri Jul 10 01:06:05 2026] GET /v2.0/security-group-rules?security_group_id=ecd79054-d7ee-4994-961f-12141d191665 => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3097] 199.204.45.22 () {32 vars in 787 bytes} [Fri Jul 10 01:06:05 2026] DELETE /v2.0/security-group-rules/2c3fd122-a697-4f65-bc0a-14229770c7fc => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3098] 199.204.45.22 () {32 vars in 787 bytes} [Fri Jul 10 01:06:05 2026] DELETE /v2.0/security-group-rules/ec488cbb-a99a-4acd-a119-349d7c0e2fda => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:10.021 8 INFO neutron.db.l3_db [None req-bee2a29a-6349-4a03-a23e-47913e3348e5 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Floating IP c9339fda-7da4-4721-aed6-c2ac1e626730 disassociated (deleted). External IP: 10.96.250.218, port: d5937f22-92f8-4faf-8792-997e0e6ee7b1. [pid: 8|app: 0|req: 1541/3099] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:06:09 2026] DELETE /v2.0/floatingips/c9339fda-7da4-4721-aed6-c2ac1e626730 => generated 0 bytes in 715 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:10.409 7 INFO neutron.api.v2.resource [None req-f1534e62-53a2-4585-841e-7e3a872bb322 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3100] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:06:10 2026] GET /v2.0/floatingips/c9339fda-7da4-4721-aed6-c2ac1e626730 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3101] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3102] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3103] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3104] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:06:11.349 8 INFO neutron.api.v2.resource [None req-d5870fce-4e6e-4f43-a082-4e307b1ab47d c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3105] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/security-groups/lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3106] 199.204.45.22 () {30 vars in 783 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/security-groups?name=lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 1639 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3107] 199.204.45.22 () {30 vars in 813 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/security-group-rules?security_group_id=ecd79054-d7ee-4994-961f-12141d191665 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3108] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:06:11 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: 1546/3109] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:06:11 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: 1564/3110] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3111] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:06:11 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: 1565/3112] 199.204.45.22 () {30 vars in 739 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1548/3113] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3114] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3115] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:06:11 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3118] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:06:12 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3119] 199.204.45.22 () {34 vars in 974 bytes} [Fri Jul 10 01:06:13 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1348 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3120] 199.204.45.22 () {34 vars in 1059 bytes} [Fri Jul 10 01:06:13 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3121] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:06:13 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 2588 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3122] 199.204.45.22 () {34 vars in 1015 bytes} [Fri Jul 10 01:06:13 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3123] 199.204.45.22 () {38 vars in 1027 bytes} [Fri Jul 10 01:06:13 2026] PUT /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1149 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3124] 199.204.45.22 () {30 vars in 767 bytes} [Fri Jul 10 01:06:14 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1555/3125] 199.204.45.22 () {34 vars in 787 bytes} [Fri Jul 10 01:06:14 2026] PUT /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1090 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3126] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 1090 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1556/3127] 199.204.45.22 () {32 vars in 757 bytes} [Fri Jul 10 01:06:15 2026] DELETE /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3128] 199.204.45.22 () {30 vars in 701 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3129] 199.204.45.22 () {30 vars in 703 bytes} [Fri Jul 10 01:06:15 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: 1573/3130] 199.204.45.22 () {30 vars in 679 bytes} [Fri Jul 10 01:06:15 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: 1558/3131] 199.204.45.22 () {30 vars in 715 bytes} [Fri Jul 10 01:06:15 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-07-10 01:06:15.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddb3c903-c6f5-4468-8c5c-5d7ad8f46535 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3132] 199.204.45.22 () {32 vars in 757 bytes} [Fri Jul 10 01:06:15 2026] DELETE /v2.0/ports/35adeeaf-49de-49ef-9286-d4c0ff7a913e => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3133] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:06:15.770 8 INFO neutron.api.v2.resource [None req-839350af-413c-47e6-8e7b-ec79d8893944 c440ae6280494fc88238a37d78c75ad7 c854d57948ef4e5ba46f7ae7fcf9cb19 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3134] 199.204.45.22 () {30 vars in 761 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/security-groups/lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => 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: 1575/3135] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/ports?tenant_id=c854d57948ef4e5ba46f7ae7fcf9cb19&device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3136] 199.204.45.22 () {30 vars in 783 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/security-groups?name=lb-8e3aa33a-4ed6-4f72-895c-5c6ee69acef4 => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3137] 199.204.45.22 () {34 vars in 1065 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/networks?id=6484cab9-4b93-4035-8293-516352ffaea0&id=2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 1524 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3138] 199.204.45.22 () {34 vars in 1061 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.176&port_id=f140f465-c9fc-4b64-baf1-041bc70f054d => 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: 1562/3139] 199.204.45.22 () {30 vars in 735 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1124 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3140] 199.204.45.22 () {34 vars in 983 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/subnets?id=a17c4b3e-d795-4dde-a9b8-3c714ee034c8 => 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: 1579/3141] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/ports?network_id=6484cab9-4b93-4035-8293-516352ffaea0&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: 1580/3142] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:06:15 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1581/3143] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:06:16 2026] GET /v2.0/networks/6484cab9-4b93-4035-8293-516352ffaea0?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: 1563/3144] 199.204.45.22 () {34 vars in 787 bytes} [Fri Jul 10 01:06:15 2026] PUT /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 1086 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3145] 199.204.45.22 () {32 vars in 777 bytes} [Fri Jul 10 01:06:16 2026] DELETE /v2.0/security-groups/ecd79054-d7ee-4994-961f-12141d191665 => 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: 1564/3146] 199.204.45.22 () {32 vars in 757 bytes} [Fri Jul 10 01:06:16 2026] DELETE /v2.0/ports/d5937f22-92f8-4faf-8792-997e0e6ee7b1 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3147] 199.204.45.22 () {34 vars in 1095 bytes} [Fri Jul 10 01:06:18 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3148] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:06:18 2026] GET /v2.0/ports?device_id=56f57467-903f-4b7b-90ef-431d589653b0 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3149] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:06:18 2026] DELETE /v2.0/ports/f140f465-c9fc-4b64-baf1-041bc70f054d => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3150] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:06:19 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-10 01:06:20.370 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c8fce90-f992-4c42-89ee-609117820767'] response: {'server_uuid': '56f57467-903f-4b7b-90ef-431d589653b0', 'name': 'network-vif-deleted', 'tag': 'f140f465-c9fc-4b64-baf1-041bc70f054d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1585/3151] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3152] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => 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: 1586/3153] 199.204.45.22 () {34 vars in 1101 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => 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: 1568/3154] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527&id=88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3155] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&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: 1569/3156] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3157] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3158] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:06:20 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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) 2026-07-10 01:06:20.991 7 INFO neutron.db.l3_db [None req-372e6fa1-c69d-4b08-945b-5f5116a8d2fe 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Floating IP f1c71b83-d7c0-459f-a3dd-9f4d4137597f disassociated (deleted). External IP: 10.96.250.219, port: 32676768-253f-455c-b2ab-3ee45fb90048. [pid: 7|app: 0|req: 1588/3159] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:06:20 2026] DELETE /v2.0/floatingips/f1c71b83-d7c0-459f-a3dd-9f4d4137597f => generated 0 bytes in 753 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:21.393 8 INFO neutron.api.v2.resource [None req-98e4009b-adaa-4bc9-be60-149f57633b5e 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3160] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:06:21 2026] GET /v2.0/floatingips/f1c71b83-d7c0-459f-a3dd-9f4d4137597f => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3161] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:06:21 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1200 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3162] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:06:21 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3163] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:06:23 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 1200 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3164] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:06:23 2026] DELETE /v2.0/ports/32676768-253f-455c-b2ab-3ee45fb90048 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:24.033 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7594539f-9855-4a8c-8d43-f843122504fa'] response: {'name': 'network-changed', 'server_uuid': 'c77855ca-0489-494c-a695-24fb9fce03cd', 'tag': '32676768-253f-455c-b2ab-3ee45fb90048', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1591/3165] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:06:24 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=c77855ca-0489-494c-a695-24fb9fce03cd => 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: 1575/3166] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:06:26 2026] GET /v2.0/ports?device_id=c77855ca-0489-494c-a695-24fb9fce03cd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-10 01:06:32.248 7 INFO neutron.db.l3_db [None req-d85aea64-48e5-4927-95f1-c3a1e99716f0 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] Floating IP 7ca2c46e-9141-4ce1-89d7-22b90fc3d049 disassociated (deleted). External IP: 10.96.250.214, port: 68236efb-f2e8-4c96-89a8-09d5e428b6b6. [pid: 7|app: 0|req: 1593/3169] 10.0.0.12 () {32 vars in 731 bytes} [Fri Jul 10 01:06:31 2026] DELETE /v2.0/floatingips/7ca2c46e-9141-4ce1-89d7-22b90fc3d049 => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:32.569 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87b6a743-2a7c-4887-9fb7-2bdc067b916f'] response: {'server_uuid': 'c77855ca-0489-494c-a695-24fb9fce03cd', 'name': 'network-vif-deleted', 'tag': '32676768-253f-455c-b2ab-3ee45fb90048', 'status': 'completed', 'code': 200} 2026-07-10 01:06:32.585 8 INFO neutron.api.v2.resource [None req-7af5d04a-23ac-482b-ac5b-1b63ff36d205 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3170] 10.0.0.12 () {32 vars in 728 bytes} [Fri Jul 10 01:06:32 2026] GET /v2.0/floatingips/7ca2c46e-9141-4ce1-89d7-22b90fc3d049 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:06:32.751 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0618c763-72ec-45fc-a6ab-df8c7f5cf7d6'] response: {'name': 'network-changed', 'server_uuid': 'e6063590-7739-414b-aee1-dddfc58646f9', 'tag': '68236efb-f2e8-4c96-89a8-09d5e428b6b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1594/3171] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:06:32 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1196 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3172] 10.0.0.222 () {34 vars in 1040 bytes} [Fri Jul 10 01:06:32 2026] GET /v2.0/security-groups?id=68df727d-b021-4c35-924c-b41e0e2d13dd&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: 1595/3173] 199.204.45.22 () {34 vars in 1079 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/ports?tenant_id=2a9d481655fb44d9b04c4127ae508a04&device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3174] 199.204.45.22 () {34 vars in 985 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/networks?id=34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3175] 199.204.45.22 () {34 vars in 1057 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => 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: 1580/3176] 199.204.45.22 () {34 vars in 1101 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1c&port_id=68236efb-f2e8-4c96-89a8-09d5e428b6b6 => 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: 1597/3177] 199.204.45.22 () {34 vars in 1063 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/subnets?id=3fc5d72e-1be7-429c-999f-3b8dbee78527&id=88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3178] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&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: 1598/3179] 199.204.45.22 () {34 vars in 1051 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/ports?network_id=34520773-b0f9-4c70-a5b7-8961e1f86eb3&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3180] 199.204.45.22 () {34 vars in 1011 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?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: 1599/3181] 199.204.45.22 () {34 vars in 1111 bytes} [Fri Jul 10 01:06:33 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3182] 199.204.45.22 () {34 vars in 993 bytes} [Fri Jul 10 01:06:34 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3183] 199.204.45.22 () {36 vars in 996 bytes} [Fri Jul 10 01:06:34 2026] DELETE /v2.0/ports/68236efb-f2e8-4c96-89a8-09d5e428b6b6 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3184] 10.0.0.222 () {34 vars in 990 bytes} [Fri Jul 10 01:06:37 2026] GET /v2.0/ports?device_id=e6063590-7739-414b-aee1-dddfc58646f9 => 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: 1586/3187] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/c4da4d1b-c8d6-4f36-ab0f-56dcf406678d => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.140 7 INFO neutron.api.v2.resource [None req-f76f675f-3873-4185-a539-781115529414 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3188] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/c4da4d1b-c8d6-4f36-ab0f-56dcf406678d => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3189] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/20d2651c-4bc0-4a02-8384-2e9964511c06 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e421085f-7979-4e09-8115-49caf2dd74c5'] response: {'server_uuid': 'e6063590-7739-414b-aee1-dddfc58646f9', 'name': 'network-vif-deleted', 'tag': '68236efb-f2e8-4c96-89a8-09d5e428b6b6', 'status': 'completed', 'code': 200} 2026-07-10 01:06:43.241 7 INFO neutron.api.v2.resource [None req-2d92a7bc-5016-4e60-9c02-908f6cef1ede 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3190] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/20d2651c-4bc0-4a02-8384-2e9964511c06 => 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: 1588/3191] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/28efbc9b-2cb8-4975-920e-bbacf428715b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.342 7 INFO neutron.api.v2.resource [None req-8c0cc672-ed35-4ebb-9d7f-8ca3ebed447d 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3192] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/28efbc9b-2cb8-4975-920e-bbacf428715b => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3193] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/5e624c56-704e-4dbd-afb9-d9584f6e3cbd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.465 7 INFO neutron.api.v2.resource [None req-83706c64-2b1b-43b6-9417-be2abd4cb570 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3194] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/5e624c56-704e-4dbd-afb9-d9584f6e3cbd => 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: 1590/3195] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/6c80e77c-b955-4d0d-8c15-7af35f565c75 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.564 7 INFO neutron.api.v2.resource [None req-8076096d-c955-410b-97ff-640f7f4d4a54 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3196] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/6c80e77c-b955-4d0d-8c15-7af35f565c75 => 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: 1591/3197] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/bcdfe455-5abd-48b9-9adf-61f8749985d5 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.657 7 INFO neutron.api.v2.resource [None req-41e58df9-2012-4fbb-a6cf-edc40a700a3c 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3198] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/bcdfe455-5abd-48b9-9adf-61f8749985d5 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3199] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/a25771b3-9a6e-4f6a-8912-f1b4d2e53989 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.737 7 INFO neutron.api.v2.resource [None req-810cd02f-395f-4c48-99ef-7f97e9d73c79 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3200] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/a25771b3-9a6e-4f6a-8912-f1b4d2e53989 => 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: 1593/3201] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/f56a0e8f-e351-408f-9fa0-bf342ae01f08 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.819 7 INFO neutron.api.v2.resource [None req-1f197244-9c99-4c1b-97f1-23095604150d 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3202] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/f56a0e8f-e351-408f-9fa0-bf342ae01f08 => 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: 1594/3203] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/f0a6b029-976d-4fb5-87d9-11915a5c522e => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:43.915 7 INFO neutron.api.v2.resource [None req-df7880d3-3605-4f1d-a855-399dae795f98 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3204] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:43 2026] GET /v2.0/security-group-rules/f0a6b029-976d-4fb5-87d9-11915a5c522e => 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: 1595/3205] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:43 2026] DELETE /v2.0/security-group-rules/ebdedc10-e826-4a3b-9df6-0ed83676e26a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:44.009 7 INFO neutron.api.v2.resource [None req-174c4b70-03f6-4cae-a8f0-4d6c0e4ab27c 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3206] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:44 2026] GET /v2.0/security-group-rules/ebdedc10-e826-4a3b-9df6-0ed83676e26a => 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: 1596/3207] 10.0.0.12 () {32 vars in 749 bytes} [Fri Jul 10 01:06:44 2026] DELETE /v2.0/security-group-rules/191c9c03-a7e0-4d09-998c-8b7752ef9d8e => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:44.101 7 INFO neutron.api.v2.resource [None req-e9e5e096-3ba0-4636-92dd-8766908c2e86 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3208] 10.0.0.12 () {32 vars in 746 bytes} [Fri Jul 10 01:06:44 2026] GET /v2.0/security-group-rules/191c9c03-a7e0-4d09-998c-8b7752ef9d8e => 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: 1597/3209] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:44 2026] DELETE /v2.0/security-groups/68df727d-b021-4c35-924c-b41e0e2d13dd => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:44.739 7 INFO neutron.api.v2.resource [None req-bcc8af0b-f5b2-470e-9968-d4e2c3b5e12f 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3210] 10.0.0.12 () {32 vars in 736 bytes} [Fri Jul 10 01:06:44 2026] GET /v2.0/security-groups/68df727d-b021-4c35-924c-b41e0e2d13dd => generated 146 bytes in 545 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3211] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:06:44 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:06:45.940 7 INFO neutron.api.v2.resource [None req-6a9145a2-388c-49db-98e4-6d7d4fe95bd5 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3212] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:06:45 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3213] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:06:45 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/remove_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:06:47.211 7 INFO neutron.api.v2.resource [None req-d61207b9-cac2-4953-8e80-27b008df5b06 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3214] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:06:47 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/remove_router_interface => generated 198 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3215] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:06:47 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-10 01:06:48.321 7 INFO neutron.api.v2.resource [None req-73494814-b3f8-4868-b5bb-02de75c991ce 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3216] 10.0.0.12 () {34 vars in 788 bytes} [Fri Jul 10 01:06:48 2026] PUT /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:06:49.179 8 INFO neutron.db.l3_hamode_db [None req-ff540871-4438-4fc4-9b96-35b3daeb7642 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] HA network 42dc4a70-1528-437e-803b-199657d934c0 was deleted as no HA routers are present in tenant 2a9d481655fb44d9b04c4127ae508a04. [pid: 8|app: 0|req: 1601/3217] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:06:48 2026] DELETE /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068 => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-10 01:06:49.208 7 INFO neutron.api.v2.resource [None req-28c49221-49df-4f7a-a208-322802853d86 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3218] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:06:49 2026] GET /v2.0/routers/71e4f6e8-8cc8-4a40-9ef6-fe360b058068 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:06:49.299 8 INFO neutron.services.segments.plugin [-] Segment 9c33211b-e518-43d1-b327-5090ae9cc924 resource provider aggregate not found 2026-07-10 01:06:49.309 8 INFO neutron.services.segments.plugin [-] Segment 9c33211b-e518-43d1-b327-5090ae9cc924 resource provider aggregate not found 2026-07-10 01:06:49.329 8 INFO neutron.services.segments.plugin [-] Segment 9c33211b-e518-43d1-b327-5090ae9cc924 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c33211b-e518-43d1-b327-5090ae9cc924 found for delete ", "request_id": "req-c20f0394-7cc2-4eaf-babd-a63cf9017de9"}]} 2026-07-10 01:06:49.335 8 INFO neutron.services.segments.plugin [-] Segment 9c33211b-e518-43d1-b327-5090ae9cc924 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c33211b-e518-43d1-b327-5090ae9cc924 found for delete ", "request_id": "req-b48ef36f-b227-4424-8d45-a6253727005c"}]} [pid: 8|app: 0|req: 1602/3219] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:06:49 2026] DELETE /v2.0/subnets/e3582c6a-11f8-452f-b5cc-6af913a9c875 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:49.457 7 INFO neutron.pecan_wsgi.hooks.translation [None req-885be89a-8c11-48a8-a37b-0d8f69f00a81 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3220] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:06:49 2026] GET /v2.0/subnets/e3582c6a-11f8-452f-b5cc-6af913a9c875 => 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: 1603/3221] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:06:49 2026] DELETE /v2.0/subnets/d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:49.648 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98ba02aa-a1f8-4c81-8f28-1bde40b84b38 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3222] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:06:49 2026] GET /v2.0/subnets/d9e6fd05-0533-4cda-bb02-ac22098bc8cc => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3223] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:06:49 2026] DELETE /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:49.924 7 INFO neutron.pecan_wsgi.hooks.translation [None req-00ced1f2-907e-488c-9661-779b027204d2 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3224] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:06:49 2026] GET /v2.0/networks/a0ead4b3-ea07-4a43-8889-5867efdfbbf5 => 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: 1605/3225] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:06:49 2026] DELETE /v2.0/subnets/88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:50.093 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50c080dc-2e5f-4919-8390-2b1dcea403a9 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3226] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:06:50 2026] GET /v2.0/subnets/88cd46f2-3f89-4e82-86bf-30ebc30ac7e9 => 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: 1606/3227] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:06:50 2026] DELETE /v2.0/subnets/3fc5d72e-1be7-429c-999f-3b8dbee78527 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:50.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99e92147-c813-4584-a205-2483ba31ebff 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3228] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:06:50 2026] GET /v2.0/subnets/3fc5d72e-1be7-429c-999f-3b8dbee78527 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3229] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:06:50 2026] DELETE /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:50.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12684035-b549-4fac-9155-687f92527901 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3230] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:06:50 2026] GET /v2.0/networks/34520773-b0f9-4c70-a5b7-8961e1f86eb3 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3231] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:06:50 2026] DELETE /v2.0/subnets/60609ac8-ff0a-4fd0-9d96-202731984433 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:50.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1bf822b0-4970-41f7-9920-bb79529d76ab 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3232] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:06:50 2026] GET /v2.0/subnets/60609ac8-ff0a-4fd0-9d96-202731984433 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3233] 10.0.0.12 () {32 vars in 723 bytes} [Fri Jul 10 01:06:50 2026] DELETE /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:50.979 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fe0cb2e-79a0-4c4c-b143-8e54e23a69df 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3234] 10.0.0.12 () {32 vars in 720 bytes} [Fri Jul 10 01:06:50 2026] GET /v2.0/subnets/14196345-86d3-439b-b84f-7905e7dd971f => 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: 1610/3235] 10.0.0.12 () {32 vars in 725 bytes} [Fri Jul 10 01:06:50 2026] DELETE /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-10 01:06:51.356 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d1d277d-7681-4083-952d-e3aabc086e66 3171528dc2ef45f3a20d6017ea94165d 2a9d481655fb44d9b04c4127ae508a04 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3236] 10.0.0.12 () {32 vars in 722 bytes} [Fri Jul 10 01:06:51 2026] GET /v2.0/networks/2e7dd395-3ef7-42bb-90d7-fa762a6b79a1 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-10 01:06:53.378 8 INFO neutron.services.segments.plugin [-] Segment dfa64be1-8362-49f4-923a-23ae41dce175 resource provider aggregate not found 2026-07-10 01:06:53.383 8 INFO neutron.services.segments.plugin [-] Segment dfa64be1-8362-49f4-923a-23ae41dce175 resource provider aggregate not found 2026-07-10 01:06:53.392 8 INFO neutron.services.segments.plugin [-] Segment dfa64be1-8362-49f4-923a-23ae41dce175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfa64be1-8362-49f4-923a-23ae41dce175 found for delete ", "request_id": "req-9774129e-8ed9-4ee3-922b-3da1311bedea"}]} 2026-07-10 01:06:53.399 8 INFO neutron.services.segments.plugin [-] Segment dfa64be1-8362-49f4-923a-23ae41dce175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfa64be1-8362-49f4-923a-23ae41dce175 found for delete ", "request_id": "req-59607494-60a8-415a-b1c7-96e8757465e9"}]} 2026-07-10 01:06:53.406 8 INFO neutron.services.segments.plugin [-] Segment a11fd9dc-d873-4e3e-9388-521370d1ab19 resource provider aggregate not found 2026-07-10 01:06:53.418 8 INFO neutron.services.segments.plugin [-] Segment a11fd9dc-d873-4e3e-9388-521370d1ab19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11fd9dc-d873-4e3e-9388-521370d1ab19 found for delete ", "request_id": "req-7188e2ea-def1-449d-9775-0e4d0eb68818"}]} 2026-07-10 01:06:53.423 8 INFO neutron.services.segments.plugin [-] Segment a11fd9dc-d873-4e3e-9388-521370d1ab19 resource provider aggregate not found 2026-07-10 01:06:53.440 8 INFO neutron.services.segments.plugin [-] Segment 51f35602-315b-49c8-a54d-4fa1e18f584c resource provider aggregate not found 2026-07-10 01:06:53.444 8 INFO neutron.services.segments.plugin [-] Segment a11fd9dc-d873-4e3e-9388-521370d1ab19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11fd9dc-d873-4e3e-9388-521370d1ab19 found for delete ", "request_id": "req-4b839694-b981-4ed9-a3c5-05d03e4f8e39"}]} 2026-07-10 01:06:53.449 8 INFO neutron.services.segments.plugin [-] Segment 51f35602-315b-49c8-a54d-4fa1e18f584c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51f35602-315b-49c8-a54d-4fa1e18f584c found for delete ", "request_id": "req-c16e49a8-33d2-4433-9f32-00861cd19758"}]} 2026-07-10 01:06:53.456 8 INFO neutron.services.segments.plugin [-] Segment 51f35602-315b-49c8-a54d-4fa1e18f584c resource provider aggregate not found 2026-07-10 01:06:53.467 8 INFO neutron.services.segments.plugin [-] Segment 51f35602-315b-49c8-a54d-4fa1e18f584c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51f35602-315b-49c8-a54d-4fa1e18f584c found for delete ", "request_id": "req-4a45cc49-e012-450e-9f39-45b99161d5d2"}]} [pid: 8|app: 0|req: 1611/3237] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:06:53 2026] GET /v2.0/security-groups?tenant_id=f1cc09ed57a34dce95397601fb202f2a&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3238] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:53 2026] DELETE /v2.0/security-groups/1b60e23c-07fe-47b1-b2f6-45d89d262cbe => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3239] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:06:53 2026] GET /v2.0/security-groups?tenant_id=3d589d1030094642a2dc69eaae992184&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3240] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:53 2026] DELETE /v2.0/security-groups/b73c1a68-6532-400a-baad-1798ea470fd4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3241] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:06:54 2026] GET /v2.0/security-groups?tenant_id=d6cdcf58acb345129d862c32fae00d61&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: 1629/3242] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:54 2026] DELETE /v2.0/security-groups/c8dac7db-626d-4d08-b433-ed34b5cea28c => 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: 1614/3243] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:06:54 2026] GET /v2.0/security-groups?tenant_id=359f3a508f364fab841604a2c93a7042&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3244] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:54 2026] DELETE /v2.0/security-groups/32bd849d-d642-49e6-b670-987c183e52c6 => 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: 1615/3245] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:06:54 2026] GET /v2.0/security-groups?tenant_id=2a9d481655fb44d9b04c4127ae508a04&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3246] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:54 2026] DELETE /v2.0/security-groups/b9d64a19-5fed-4f32-aba9-309aa8b2f585 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3247] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:06:55 2026] GET /v2.0/security-groups?tenant_id=931a591db80249399c9b97fc7e144263&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3248] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:55 2026] DELETE /v2.0/security-groups/5f64661f-fabe-4596-811c-ba068a5586fc => 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: 1617/3249] 10.0.0.12 () {32 vars in 773 bytes} [Fri Jul 10 01:06:55 2026] GET /v2.0/security-groups?tenant_id=40d74bb83cab4b1cadf8c80b971bc8aa&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3250] 10.0.0.12 () {32 vars in 739 bytes} [Fri Jul 10 01:06:55 2026] DELETE /v2.0/security-groups/98f8c6d1-8cf5-4643-86d0-9b08fe6e9241 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3253] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:06:58 2026] GET /v2.0/networks => generated 2167 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3254] 10.0.0.12 () {32 vars in 654 bytes} [Fri Jul 10 01:06:59 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: 1620/3255] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:06:59 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3256] 10.0.0.12 () {32 vars in 642 bytes} [Fri Jul 10 01:06:59 2026] GET /v2.0/ports => generated 4721 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3257] 10.0.0.12 () {32 vars in 646 bytes} [Fri Jul 10 01:06:59 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3258] 10.0.0.12 () {32 vars in 648 bytes} [Fri Jul 10 01:06:59 2026] GET /v2.0/networks => generated 2167 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3259] 10.0.0.12 () {32 vars in 662 bytes} [Fri Jul 10 01:06:59 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3260] 10.0.0.12 () {32 vars in 654 bytes} [Fri Jul 10 01:06:59 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)