+ COMMAND=start + start + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 14 08:03:22 2026] *** compiled with version: 13.3.0 on 27 February 2026 14:41:06 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-9888b78db-96rqs 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, Jan 22 2026, 20:57:42) [GCC 13.3.0] Python main interpreter initialized at 0x7fbc9d5b7668 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-04-14 08:03:27.390 7 INFO neutron.common.config [-] Logging enabled! 2026-04-14 08:03:27.391 7 INFO neutron.common.config [-] uwsgi version 25.2.3.dev6 2026-04-14 08:03:27.456 8 INFO neutron.common.config [-] Logging enabled! 2026-04-14 08:03:27.456 8 INFO neutron.common.config [-] uwsgi version 25.2.3.dev6 2026-04-14 08:03:27.903 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 08:03:27.973 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-14 08:03:28.942 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:03:28.945 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 08:03:28.948 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 08:03:28.949 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:03:28.949 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 08:03:28.950 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 08:03:28.950 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:03:28.957 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:03:28.957 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:03:28.957 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:03:28.979 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 08:03:28.980 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:03:28.980 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 08:03:29.024 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 08:03:29.024 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 08:03:29.024 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 08:03:29.025 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 08:03:29.036 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:03:29.040 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-14 08:03:29.043 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-14 08:03:29.044 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-14 08:03:29.045 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-14 08:03:29.045 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-14 08:03:29.045 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:03:29.053 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:03:29.053 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-14 08:03:29.053 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:03:29.075 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-14 08:03:29.076 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-14 08:03:29.077 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-14 08:03:29.120 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-14 08:03:29.120 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-14 08:03:29.120 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-14 08:03:29.121 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-14 08:03:29.439 7 INFO neutron.plugins.ml2.managers [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 08:03:29.548 8 INFO neutron.plugins.ml2.managers [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] Initializing driver for type 'vlan' 2026-04-14 08:03:29.578 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 08:03:29.578 7 INFO neutron.plugins.ml2.managers [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 08:03:29.578 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 08:03:29.596 7 INFO neutron.plugins.ml2.managers [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 08:03:29.596 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 08:03:29.596 7 INFO neutron.plugins.ml2.managers [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 08:03:29.597 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 08:03:29.597 7 INFO neutron.plugins.ml2.managers [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] Initializing extension driver 'qos' 2026-04-14 08:03:29.597 7 INFO neutron.plugins.ml2.managers [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 08:03:29.597 7 INFO neutron.plugins.ml2.managers [None req-f817d210-60e5-4884-a787-a10e699ddd53 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 08:03:29.608 7 INFO neutron.quota [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded quota_driver: . 2026-04-14 08:03:29.609 7 INFO neutron.plugins.ml2.plugin [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 08:03:29.609 7 INFO neutron.plugins.ml2.managers [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 08:03:29.609 7 INFO neutron.plugins.ml2.managers [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 08:03:29.609 7 INFO neutron.plugins.ml2.managers [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 08:03:29.609 7 INFO neutron.extensions.vlantransparent [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Disabled vlantransparent extension. 2026-04-14 08:03:29.610 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: qos 2026-04-14 08:03:29.622 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: router 2026-04-14 08:03:29.662 7 INFO neutron.services.service_base [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 08:03:29.662 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: segments 2026-04-14 08:03:29.691 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] VlanTypeDriver initialization complete 2026-04-14 08:03:29.691 8 INFO neutron.plugins.ml2.managers [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] Initializing driver for type 'vxlan' 2026-04-14 08:03:29.691 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-14 08:03:29.707 8 INFO neutron.plugins.ml2.managers [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-14 08:03:29.708 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-14 08:03:29.708 8 INFO neutron.plugins.ml2.managers [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] Initializing extension driver 'port_security' 2026-04-14 08:03:29.708 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-14 08:03:29.708 8 INFO neutron.plugins.ml2.managers [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] Initializing extension driver 'qos' 2026-04-14 08:03:29.708 8 INFO neutron.plugins.ml2.managers [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-14 08:03:29.708 8 INFO neutron.plugins.ml2.managers [None req-ff48a2c3-40c3-4c26-846c-0ecac3684297 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-14 08:03:29.720 8 INFO neutron.quota [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded quota_driver: . 2026-04-14 08:03:29.721 8 INFO neutron.plugins.ml2.plugin [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Modular L2 Plugin initialization complete 2026-04-14 08:03:29.721 8 INFO neutron.plugins.ml2.managers [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-14 08:03:29.721 8 INFO neutron.plugins.ml2.managers [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-14 08:03:29.721 8 INFO neutron.plugins.ml2.managers [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Got port-security extension from driver 'port_security' 2026-04-14 08:03:29.721 8 INFO neutron.extensions.vlantransparent [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Disabled vlantransparent extension. 2026-04-14 08:03:29.721 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: qos 2026-04-14 08:03:29.735 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: router 2026-04-14 08:03:29.756 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: trunk 2026-04-14 08:03:29.771 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: vpnaas 2026-04-14 08:03:29.778 8 INFO neutron.services.service_base [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-14 08:03:29.778 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: segments 2026-04-14 08:03:29.809 7 WARNING stevedore.named [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:03:29.878 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: trunk 2026-04-14 08:03:29.888 7 INFO neutron_vpnaas.services.vpn.plugin [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 08:03:29.888 7 INFO neutron.common.utils [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 08:03:29.888 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: auto_allocate 2026-04-14 08:03:29.893 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: tag 2026-04-14 08:03:29.893 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: vpnaas 2026-04-14 08:03:29.900 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: timestamp 2026-04-14 08:03:29.902 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 08:03:29.906 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: flavors 2026-04-14 08:03:29.909 7 INFO neutron.manager [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loading Plugin: revisions 2026-04-14 08:03:29.912 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Initializing extension manager. 2026-04-14 08:03:29.914 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: address-group 2026-04-14 08:03:29.915 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: address-scope 2026-04-14 08:03:29.915 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 08:03:29.916 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: agent 2026-04-14 08:03:29.917 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 08:03:29.918 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 08:03:29.918 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 08:03:29.919 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: availability_zone 2026-04-14 08:03:29.920 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 08:03:29.920 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 08:03:29.921 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: default-subnetpools 2026-04-14 08:03:29.922 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 08:03:29.923 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: dns-integration 2026-04-14 08:03:29.923 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 08:03:29.926 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 08:03:29.926 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: dvr 2026-04-14 08:03:29.927 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 08:03:29.927 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 08:03:29.928 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:03:29.928 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 08:03:29.929 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: external-net 2026-04-14 08:03:29.929 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 08:03:29.930 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: extraroute 2026-04-14 08:03:29.930 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 08:03:29.931 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 08:03:29.931 8 WARNING stevedore.named [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-14 08:03:29.932 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 08:03:29.932 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 08:03:29.933 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 08:03:29.933 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: fip-port-details 2026-04-14 08:03:29.934 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: flavors 2026-04-14 08:03:29.935 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 08:03:29.936 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: floatingip-pools 2026-04-14 08:03:29.936 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: ip_allocation 2026-04-14 08:03:29.937 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 08:03:29.937 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: l2_adjacency 2026-04-14 08:03:29.938 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: router 2026-04-14 08:03:29.940 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:03:29.941 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 08:03:29.941 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 08:03:29.942 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 08:03:29.942 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: l3-ha 2026-04-14 08:03:29.943 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:03:29.943 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 08:03:29.944 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: l3-flavors 2026-04-14 08:03:29.945 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:03:29.945 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 08:03:30.007 8 INFO neutron_vpnaas.services.vpn.plugin [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-14 08:03:30.007 8 INFO neutron.common.utils [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-14 08:03:30.008 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: auto_allocate 2026-04-14 08:03:30.013 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: tag 2026-04-14 08:03:30.021 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: timestamp 2026-04-14 08:03:30.023 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: network_ip_availability 2026-04-14 08:03:30.027 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: flavors 2026-04-14 08:03:30.030 8 INFO neutron.manager [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loading Plugin: revisions 2026-04-14 08:03:30.033 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Initializing extension manager. 2026-04-14 08:03:30.034 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: address-group 2026-04-14 08:03:30.035 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: address-scope 2026-04-14 08:03:30.036 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-14 08:03:30.037 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: agent 2026-04-14 08:03:30.037 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: agent-resources-synced 2026-04-14 08:03:30.038 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: allowed-address-pairs 2026-04-14 08:03:30.039 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: auto-allocated-topology 2026-04-14 08:03:30.040 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: availability_zone 2026-04-14 08:03:30.040 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: availability_zone_filter 2026-04-14 08:03:30.041 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-14 08:03:30.042 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: default-subnetpools 2026-04-14 08:03:30.043 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-14 08:03:30.044 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: dns-integration 2026-04-14 08:03:30.044 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: dns-domain-ports 2026-04-14 08:03:30.045 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-14 08:03:30.045 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: dvr 2026-04-14 08:03:30.046 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-14 08:03:30.047 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: empty-string-filtering 2026-04-14 08:03:30.047 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:03:30.048 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-14 08:03:30.048 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: external-net 2026-04-14 08:03:30.049 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-14 08:03:30.050 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: extraroute 2026-04-14 08:03:30.050 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: extraroute-atomic 2026-04-14 08:03:30.051 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-14 08:03:30.051 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-14 08:03:30.052 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-14 08:03:30.052 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-14 08:03:30.053 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: fip-port-details 2026-04-14 08:03:30.053 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: flavors 2026-04-14 08:03:30.055 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-14 08:03:30.055 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: floatingip-pools 2026-04-14 08:03:30.056 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: ip_allocation 2026-04-14 08:03:30.056 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: ip-substring-filtering 2026-04-14 08:03:30.057 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: l2_adjacency 2026-04-14 08:03:30.058 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: router 2026-04-14 08:03:30.060 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-14 08:03:30.060 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-14 08:03:30.061 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-14 08:03:30.061 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: ext-gw-mode 2026-04-14 08:03:30.062 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: l3-ha 2026-04-14 08:03:30.062 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:03:30.063 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-14 08:03:30.063 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: l3-flavors 2026-04-14 08:03:30.064 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-14 08:03:30.065 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-14 08:03:30.067 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 08:03:30.068 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 08:03:30.069 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 08:03:30.070 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 08:03:30.071 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 08:03:30.071 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: multi-provider 2026-04-14 08:03:30.072 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: net-mtu 2026-04-14 08:03:30.072 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 08:03:30.073 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: network_availability_zone 2026-04-14 08:03:30.074 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: network_ha 2026-04-14 08:03:30.074 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: network-ip-availability 2026-04-14 08:03:30.075 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 08:03:30.076 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: pagination 2026-04-14 08:03:30.076 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-device-profile 2026-04-14 08:03:30.077 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 08:03:30.077 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 08:03:30.078 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 08:03:30.078 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-mac-override 2026-04-14 08:03:30.079 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 08:03:30.080 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 08:03:30.079 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-14 08:03:30.080 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 08:03:30.081 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-resource-request 2026-04-14 08:03:30.081 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-14 08:03:30.081 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 08:03:30.082 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 08:03:30.082 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-14 08:03:30.082 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: binding 2026-04-14 08:03:30.083 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-14 08:03:30.083 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: binding-extended 2026-04-14 08:03:30.084 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-14 08:03:30.084 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-security 2026-04-14 08:03:30.084 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: project-id 2026-04-14 08:03:30.084 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: multi-provider 2026-04-14 08:03:30.085 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: provider 2026-04-14 08:03:30.085 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: net-mtu 2026-04-14 08:03:30.085 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: net-mtu-writable 2026-04-14 08:03:30.086 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: network_availability_zone 2026-04-14 08:03:30.086 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: network_ha 2026-04-14 08:03:30.087 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos 2026-04-14 08:03:30.087 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: network-ip-availability 2026-04-14 08:03:30.088 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 08:03:30.088 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 08:03:30.088 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-14 08:03:30.089 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-default 2026-04-14 08:03:30.089 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: pagination 2026-04-14 08:03:30.089 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-fip 2026-04-14 08:03:30.089 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-device-profile 2026-04-14 08:03:30.090 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 08:03:30.090 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-14 08:03:30.090 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 08:03:30.090 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-14 08:03:30.091 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-14 08:03:30.091 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 08:03:30.091 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-mac-override 2026-04-14 08:03:30.091 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 08:03:30.092 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-14 08:03:30.092 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 08:03:30.092 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-14 08:03:30.093 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-pps 2026-04-14 08:03:30.093 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-14 08:03:30.093 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 08:03:30.093 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-resource-request 2026-04-14 08:03:30.094 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 08:03:30.094 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-resource-request-groups 2026-04-14 08:03:30.094 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 08:03:30.095 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-14 08:03:30.095 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: quota-check-limit 2026-04-14 08:03:30.095 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: binding 2026-04-14 08:03:30.096 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: binding-extended 2026-04-14 08:03:30.097 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-security 2026-04-14 08:03:30.097 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: quotas 2026-04-14 08:03:30.097 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: project-id 2026-04-14 08:03:30.097 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: provider 2026-04-14 08:03:30.098 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: quota_details 2026-04-14 08:03:30.099 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: rbac-policies 2026-04-14 08:03:30.100 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos 2026-04-14 08:03:30.100 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: rbac-address-group 2026-04-14 08:03:30.100 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-14 08:03:30.100 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 08:03:30.101 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-14 08:03:30.101 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 08:03:30.101 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-default 2026-04-14 08:03:30.101 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 08:03:30.102 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-fip 2026-04-14 08:03:30.102 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: revision-if-match 2026-04-14 08:03:30.102 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-14 08:03:30.103 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 08:03:30.103 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-gateway-ip 2026-04-14 08:03:30.103 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: router_availability_zone 2026-04-14 08:03:30.103 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-port-network-policy 2026-04-14 08:03:30.104 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 08:03:30.104 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-pps-minimum 2026-04-14 08:03:30.105 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-14 08:03:30.105 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-pps 2026-04-14 08:03:30.105 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 08:03:30.106 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-rule-type-details 2026-04-14 08:03:30.106 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 08:03:30.106 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-14 08:03:30.106 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 08:03:30.107 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: qos-rules-alias 2026-04-14 08:03:30.107 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 08:03:30.108 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: quota-check-limit 2026-04-14 08:03:30.108 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 08:03:30.108 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 08:03:30.110 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: quotas 2026-04-14 08:03:30.111 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: quota_details 2026-04-14 08:03:30.112 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: rbac-policies 2026-04-14 08:03:30.112 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: security-group 2026-04-14 08:03:30.113 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: rbac-address-group 2026-04-14 08:03:30.113 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: rbac-address-scope 2026-04-14 08:03:30.113 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: segment 2026-04-14 08:03:30.114 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: rbac-security-groups 2026-04-14 08:03:30.114 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 08:03:30.114 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: rbac-subnetpool 2026-04-14 08:03:30.115 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: service-type 2026-04-14 08:03:30.115 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: revision-if-match 2026-04-14 08:03:30.115 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: sorting 2026-04-14 08:03:30.116 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: standard-attr-revisions 2026-04-14 08:03:30.116 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 08:03:30.116 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: router_availability_zone 2026-04-14 08:03:30.116 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: standard-attr-description 2026-04-14 08:03:30.117 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-14 08:03:30.117 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: stateful-security-group 2026-04-14 08:03:30.117 8 WARNING neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 08:03:30.118 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 08:03:30.118 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: security-groups-default-rules 2026-04-14 08:03:30.118 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: subnet-external-network 2026-04-14 08:03:30.119 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-14 08:03:30.119 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: subnet_onboard 2026-04-14 08:03:30.119 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-14 08:03:30.120 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 08:03:30.120 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-14 08:03:30.120 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: subnet-service-types 2026-04-14 08:03:30.120 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-14 08:03:30.121 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: subnet_allocation 2026-04-14 08:03:30.121 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-14 08:03:30.121 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 08:03:30.122 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: tag-creation 2026-04-14 08:03:30.122 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 08:03:30.125 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: security-group 2026-04-14 08:03:30.126 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 08:03:30.126 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: segment 2026-04-14 08:03:30.127 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 08:03:30.127 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-14 08:03:30.127 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: trunk 2026-04-14 08:03:30.128 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: service-type 2026-04-14 08:03:30.128 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: trunk-details 2026-04-14 08:03:30.128 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: sorting 2026-04-14 08:03:30.128 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 08:03:30.129 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: standard-attr-segment 2026-04-14 08:03:30.129 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 08:03:30.129 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: standard-attr-description 2026-04-14 08:03:30.130 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: stateful-security-group 2026-04-14 08:03:30.130 7 WARNING neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-14 08:03:30.131 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 08:03:30.131 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-14 08:03:30.131 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: subnet-external-network 2026-04-14 08:03:30.132 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 08:03:30.132 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: subnet_onboard 2026-04-14 08:03:30.132 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: vpn-flavors 2026-04-14 08:03:30.132 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-14 08:03:30.133 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: subnet-service-types 2026-04-14 08:03:30.134 8 INFO neutron.api.extensions [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Loaded extension: vpnaas 2026-04-14 08:03:30.134 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: subnet_allocation 2026-04-14 08:03:30.135 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-14 08:03:30.135 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: tag-creation 2026-04-14 08:03:30.136 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-14 08:03:30.136 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 08:03:30.136 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 08:03:30.136 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.137 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 08:03:30.140 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: standard-attr-tag 2026-04-14 08:03:30.140 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-14 08:03:30.141 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:03:30.141 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: trunk 2026-04-14 08:03:30.141 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:03:30.141 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: trunk-details 2026-04-14 08:03:30.142 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-14 08:03:30.143 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-14 08:03:30.144 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-14 08:03:30.145 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-14 08:03:30.146 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: vpn-flavors 2026-04-14 08:03:30.147 7 INFO neutron.api.extensions [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Loaded extension: vpnaas 2026-04-14 08:03:30.150 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-14 08:03:30.150 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-14 08:03:30.150 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.150 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-14 08:03:30.154 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:03:30.154 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:03:30.159 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:03:30.159 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:03:30.160 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:03:30.161 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.161 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.161 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.162 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.162 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:03:30.162 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:03:30.163 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:03:30.163 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:03:30.164 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:03:30.164 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:03:30.168 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:03:30.168 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] router is already registered 2026-04-14 08:03:30.168 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:03:30.169 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] floatingip is already registered 2026-04-14 08:03:30.172 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:03:30.172 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] rbac_policy is already registered 2026-04-14 08:03:30.173 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:03:30.173 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] security_group is already registered 2026-04-14 08:03:30.173 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:03:30.174 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] security_group_rule is already registered 2026-04-14 08:03:30.174 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.175 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.175 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.175 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.176 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:03:30.176 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] trunk is already registered 2026-04-14 08:03:30.176 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:03:30.176 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] endpoint_group is already registered 2026-04-14 08:03:30.177 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:03:30.177 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] vpnservice is already registered 2026-04-14 08:03:30.177 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:03:30.178 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] ipsec_site_connection is already registered 2026-04-14 08:03:30.178 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:03:30.178 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] ipsecpolicy is already registered 2026-04-14 08:03:30.178 7 INFO neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:03:30.179 7 WARNING neutron.quota.resource_registry [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] ikepolicy is already registered 2026-04-14 08:03:30.213 7 WARNING keystonemiddleware._common.config [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 08:03:30.219 7 WARNING oslo_config.cfg [None req-147655e4-3889-4c42-be50-c7030bdc512f - - - - - -] 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 0x7fbc9d5b7668 pid: 7 (default app) 2026-04-14 08:03:30.146 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:03:30.274 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:03:30.274 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:03:30.275 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.275 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.276 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.276 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.276 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:03:30.277 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:03:30.277 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:03:30.278 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:03:30.278 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:03:30.279 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:03:30.282 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-14 08:03:30.283 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] router is already registered 2026-04-14 08:03:30.283 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-14 08:03:30.283 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] floatingip is already registered 2026-04-14 08:03:30.287 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-14 08:03:30.287 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] rbac_policy is already registered 2026-04-14 08:03:30.288 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-14 08:03:30.288 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] security_group is already registered 2026-04-14 08:03:30.288 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-14 08:03:30.288 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] security_group_rule is already registered 2026-04-14 08:03:30.289 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.289 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.290 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-14 08:03:30.290 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] subnetpool is already registered 2026-04-14 08:03:30.290 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-14 08:03:30.291 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] trunk is already registered 2026-04-14 08:03:30.291 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-14 08:03:30.291 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] endpoint_group is already registered 2026-04-14 08:03:30.292 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-14 08:03:30.292 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] vpnservice is already registered 2026-04-14 08:03:30.292 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-14 08:03:30.292 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] ipsec_site_connection is already registered 2026-04-14 08:03:30.293 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-14 08:03:30.293 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] ipsecpolicy is already registered 2026-04-14 08:03:30.293 8 INFO neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-14 08:03:30.294 8 WARNING neutron.quota.resource_registry [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] ikepolicy is already registered 2026-04-14 08:03:30.327 8 WARNING keystonemiddleware._common.config [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-14 08:03:30.333 8 WARNING oslo_config.cfg [None req-18adf7ad-1e90-4461-93a4-ea384f607dfb - - - - - -] 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 0x7fbc9d5b7668 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-04-14 08:03:34.615 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d72b5458-ab2c-4fce-86e4-c7e648972965 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:03:33 2026] GET /v2.0/networks/public => generated 108 bytes in 636 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.223 () {44 vars in 948 bytes} [Tue Apr 14 08:03:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:03:35.249 7 WARNING neutron.services.revisions.revision_plugin [None req-8af69589-3cc1-419f-b5dc-66c8cc008af6 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:03:35.268 7 INFO neutron.db.segments_db [None req-8af69589-3cc1-419f-b5dc-66c8cc008af6 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 95f3c12a-e526-4b43-ab82-3f354bcbbd2a of type flat for network 7f9a06eb-0b1d-4b0d-9f1a-81cd48db2c0b 2026-04-14 08:03:35.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8af69589-3cc1-419f-b5dc-66c8cc008af6 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.223 () {48 vars in 966 bytes} [Tue Apr 14 08:03:34 2026] POST /v2.0/networks => generated 124 bytes in 478 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:03:41.219 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3dfccc5c-7e67-47f5-b080-fd36eae8fbc3 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:03:41 2026] GET /v2.0/networks/public => generated 108 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.223 () {44 vars in 948 bytes} [Tue Apr 14 08:03:41 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-04-14 08:03:41.303 7 WARNING neutron.services.revisions.revision_plugin [None req-9fca10d8-1e0c-40bf-930c-6d8efbee44e2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:03:41.325 7 INFO neutron.db.segments_db [None req-9fca10d8-1e0c-40bf-930c-6d8efbee44e2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment a94e3947-dafc-4cf2-867e-cdbfda519a8e of type flat for network 6c2fa16e-15e0-4f3f-937a-4ff18a853f6b 2026-04-14 08:03:41.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fca10d8-1e0c-40bf-930c-6d8efbee44e2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.223 () {48 vars in 966 bytes} [Tue Apr 14 08:03:41 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:03:47.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6200cc41-047b-4221-8f39-e65cae39aa37 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:03:47 2026] GET /v2.0/networks/public => generated 108 bytes in 404 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.223 () {44 vars in 948 bytes} [Tue Apr 14 08:03:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:03:47.798 8 WARNING neutron.services.revisions.revision_plugin [None req-0831593a-d917-4dfb-a1d1-9728b83a8430 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:03:47.826 8 INFO neutron.db.segments_db [None req-0831593a-d917-4dfb-a1d1-9728b83a8430 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 10b4b7c0-0f4c-468f-b843-741d3ba8197b of type flat for network a3a29ae0-3ea4-49dc-abe6-aa07942fb093 2026-04-14 08:03:47.868 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0831593a-d917-4dfb-a1d1-9728b83a8430 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.223 () {48 vars in 966 bytes} [Tue Apr 14 08:03:47 2026] POST /v2.0/networks => generated 124 bytes in 301 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:03:53.757 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dafd3dbc-4797-45ff-bed8-4868e57c8aea edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:03:53 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.223 () {44 vars in 948 bytes} [Tue Apr 14 08:03:53 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-04-14 08:03:53.828 8 WARNING neutron.services.revisions.revision_plugin [None req-9c105f1f-6d88-4cc4-ba6f-aa58c97fabf9 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:03:53.844 8 INFO neutron.db.segments_db [None req-9c105f1f-6d88-4cc4-ba6f-aa58c97fabf9 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 6b6ef48c-2f76-42e7-a16b-f6b9b88137e7 of type flat for network a53f8260-017f-45d6-8c23-3cfcb6e1456e 2026-04-14 08:03:53.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c105f1f-6d88-4cc4-ba6f-aa58c97fabf9 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.223 () {48 vars in 966 bytes} [Tue Apr 14 08:03:53 2026] POST /v2.0/networks => generated 124 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:03:59.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c214f076-2723-4949-9d8d-815e230f02f2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:03:59 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.223 () {44 vars in 948 bytes} [Tue Apr 14 08:03:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:03:59.751 7 WARNING neutron.services.revisions.revision_plugin [None req-48382b41-f41a-450a-b3a2-e760a941e534 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Could not find related network for resource to bump revision. 2026-04-14 08:03:59.770 7 INFO neutron.db.segments_db [None req-48382b41-f41a-450a-b3a2-e760a941e534 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 971d6ae4-9029-4218-ac4c-17c6fe3e1b43 of type flat for network c3f19518-d6d1-4622-adc3-9fe9af6e21a1 [pid: 7|app: 0|req: 11/19] 199.204.45.223 () {48 vars in 966 bytes} [Tue Apr 14 08:03:59 2026] POST /v2.0/networks => generated 706 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:04:00.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24b4ddfe-9532-4aaf-92c1-2e19c9fc9687 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:04:00 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.223 () {44 vars in 948 bytes} [Tue Apr 14 08:04:00 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:04:01.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e50fef88-53eb-407b-921a-94b8eb057b2e edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.223 () {44 vars in 1033 bytes} [Tue Apr 14 08:04:01 2026] GET /v2.0/subnets/public-subnet?network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1 => 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: 13/23] 199.204.45.223 () {44 vars in 1056 bytes} [Tue Apr 14 08:04:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.223 () {48 vars in 964 bytes} [Tue Apr 14 08:04:01 2026] POST /v2.0/subnets => generated 664 bytes in 1437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:08:37.990 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-04-14 08:08:37.991 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Apr 14 08:08:37 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.223) !!! 2026-04-14 08:08:38.101 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d47449c5-43d7-45cf-b4dd-e5af4566a377 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 29/60] 199.204.45.223 () {44 vars in 936 bytes} [Tue Apr 14 08:08:37 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:08:38.114 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-04-14 08:08:38.115 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Apr 14 08:08:38 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.223) !!! [pid: 7|app: 0|req: 32/61] 199.204.45.223 () {44 vars in 958 bytes} [Tue Apr 14 08:08:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:08:38.203 8 INFO neutron.db.segments_db [None req-3e62cc5b-644c-441e-bc8c-42bc5136e76a edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 5b62b986-3f79-4a70-a349-7bd8303bb827 of type vxlan for network c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 [pid: 8|app: 0|req: 30/62] 199.204.45.223 () {48 vars in 965 bytes} [Tue Apr 14 08:08:38 2026] POST /v2.0/networks => generated 707 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:08:39.196 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 37444. 2026-04-14 08:08:39.232 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d94e992a-c01e-48e8-88ac-593ed233a777 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/65] 199.204.45.223 () {44 vars in 936 bytes} [Tue Apr 14 08:08:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:08:39.264 8 INFO oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 37452. [pid: 8|app: 0|req: 32/66] 199.204.45.223 () {44 vars in 958 bytes} [Tue Apr 14 08:08:39 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:08:39.297 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd6fb6b8-3d0e-437a-812f-ff552274f7b1 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/67] 199.204.45.223 () {44 vars in 1035 bytes} [Tue Apr 14 08:08:39 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 114 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.204.45.223 () {44 vars in 1058 bytes} [Tue Apr 14 08:08:39 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.223 () {48 vars in 964 bytes} [Tue Apr 14 08:08:39 2026] POST /v2.0/subnets => generated 651 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:08:40.662 8 INFO neutron.api.v2.resource [None req-79b8aab3-e2ca-4933-82bb-4d6967438ef8 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/70] 199.204.45.223 () {44 vars in 970 bytes} [Tue Apr 14 08:08:40 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.204.45.223 () {44 vars in 992 bytes} [Tue Apr 14 08:08:40 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.223 () {48 vars in 979 bytes} [Tue Apr 14 08:08:40 2026] POST /v2.0/security-groups => generated 1616 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:41 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:41 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:41 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:08:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:42 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:42 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:42 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:08:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:43 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:44 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => 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: 43/83] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:44 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:08:44 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:45 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 3462 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:45 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:45 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:08:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:46 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4078 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:46 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:46 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => 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: 45/92] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:08:46 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: 48/93] 199.204.45.223 () {44 vars in 986 bytes} [Tue Apr 14 08:08:47 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:08:47.628 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ba062b7-42eb-4c35-8f87-d2f73f1908a0 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 46/94] 199.204.45.223 () {44 vars in 1075 bytes} [Tue Apr 14 08:08:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.223 () {44 vars in 1098 bytes} [Tue Apr 14 08:08:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:47 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.223 () {48 vars in 960 bytes} [Tue Apr 14 08:08:47 2026] POST /v2.0/ports => generated 1100 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:08:54.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-588a42fd-fb7b-4b5e-89e9-2d95d9da4862 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 49/100] 199.204.45.223 () {44 vars in 977 bytes} [Tue Apr 14 08:08:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 52/101] 199.204.45.223 () {44 vars in 999 bytes} [Tue Apr 14 08:08:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.223 () {48 vars in 1029 bytes} [Tue Apr 14 08:08:54 2026] PUT /v2.0/ports/b61aa809-54eb-4975-8478-9391489d31a5 => generated 1249 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.223 () {44 vars in 919 bytes} [Tue Apr 14 08:08:56 2026] GET /v2.0/ports => generated 3730 bytes in 100 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-04-14 08:08:57.097 8 INFO neutron.api.v2.resource [None req-8440d73e-3fcd-4274-aa03-ad5ec8aea767 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 199.204.45.223 () {44 vars in 958 bytes} [Tue Apr 14 08:08:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/105] 199.204.45.223 () {44 vars in 980 bytes} [Tue Apr 14 08:08:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.223 () {48 vars in 979 bytes} [Tue Apr 14 08:08:57 2026] POST /v2.0/security-groups => generated 1610 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:58 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:58 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:58 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:08:58 2026] POST /v2.0/security-group-rules => generated 623 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:59 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 2246 bytes in 56 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.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:59 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 2246 bytes in 29 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.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:08:59 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 2246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:08:59 2026] POST /v2.0/security-group-rules => generated 627 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/123] 199.204.45.223 () {44 vars in 974 bytes} [Tue Apr 14 08:09:58 2026] GET /v2.0/quotas/d345b0ec6cf64c5b86921b9479417f8e => generated 292 bytes in 9 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: 61/124] 199.204.45.223 () {48 vars in 1026 bytes} [Tue Apr 14 08:09:59 2026] PUT /v2.0/quotas/d345b0ec6cf64c5b86921b9479417f8e => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:12:08.567 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:12:08.703 7 INFO neutron.pecan_wsgi.hooks.translation [None req-228658b0-ccd8-42a9-935e-bbf8602fcf29 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/143] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:12:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:12:08.718 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-04-14 08:12:08.718 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Apr 14 08:12:08 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/ports?name=octavia-health-manager-port-instance (ip 199.204.45.223) !!! /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 71/144] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:12:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:12:10.591 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 53674. 2026-04-14 08:12:10.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f5d22c9-a77c-4926-aaea-0c153ba36f05 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/145] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:12:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:12:10.726 8 INFO oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 53690. [pid: 8|app: 0|req: 72/146] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:12:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:18:24.692 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-04-14 08:18:24.697 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: Server unexpectedly closed connection Tue Apr 14 08:18:24 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=a26f9415a21d4a1eb8f83f85ee05a44b (ip 199.204.45.223) !!! 2026-04-14 08:18:24.841 8 INFO neutron.api.v2.resource [None req-23caf75c-ffc4-4eaa-9397-a43d3f8bff93 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/197] 199.204.45.223 () {44 vars in 1073 bytes} [Tue Apr 14 08:18:24 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 139 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:18:24.851 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-04-14 08:18:24.851 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Apr 14 08:18:24 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=a26f9415a21d4a1eb8f83f85ee05a44b (ip 199.204.45.223) !!! [pid: 7|app: 0|req: 100/198] 199.204.45.223 () {44 vars in 1096 bytes} [Tue Apr 14 08:18:24 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 23 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/199] 199.204.45.223 () {48 vars in 980 bytes} [Tue Apr 14 08:18:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:18:26.159 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54292. [pid: 7|app: 0|req: 101/200] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:26 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 1624 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/201] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:18:26 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 1624 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/202] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:26 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:18:26.352 8 INFO oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54306. [pid: 8|app: 0|req: 101/203] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:18:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/204] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:27 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/205] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:18:27 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:27 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:18:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:28 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:18:28 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:28 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:18:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:29 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 3460 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:18:29 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:18:29 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.223 () {48 vars in 990 bytes} [Tue Apr 14 08:18:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/234] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:20:40 2026] GET /v2.0/networks?tenant_id=a26f9415a21d4a1eb8f83f85ee05a44b&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:20:41.054 8 INFO neutron.db.segments_db [None req-30fc68fb-95fc-4cf7-8327-8da83843f4d9 ee8bd0584c1c4365a5b2398e4c0da0f5 a26f9415a21d4a1eb8f83f85ee05a44b - - 60601740b03244ae852fe51ed3bcdf63 60601740b03244ae852fe51ed3bcdf63] Added segment 1f4c3c6b-bb47-436a-95aa-8731045da30d of type vxlan for network 2d519360-2839-4c38-bdcb-bdfea8002fdf [pid: 8|app: 0|req: 117/235] 199.204.45.223 () {34 vars in 681 bytes} [Tue Apr 14 08:20:40 2026] POST /v2.0/networks => generated 718 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/236] 199.204.45.223 () {30 vars in 721 bytes} [Tue Apr 14 08:20:41 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 118/237] 199.204.45.223 () {30 vars in 632 bytes} [Tue Apr 14 08:20:41 2026] GET /v2.0/extensions => generated 20516 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/238] 199.204.45.223 () {34 vars in 676 bytes} [Tue Apr 14 08:20:41 2026] POST /v2.0/ports => generated 999 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/239] 199.204.45.223 () {30 vars in 702 bytes} [Tue Apr 14 08:20:41 2026] GET /v2.0/networks/2d519360-2839-4c38-bdcb-bdfea8002fdf => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/240] 199.204.45.223 () {30 vars in 721 bytes} [Tue Apr 14 08:20:43 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/241] 199.204.45.223 () {30 vars in 702 bytes} [Tue Apr 14 08:20:43 2026] GET /v2.0/networks/2d519360-2839-4c38-bdcb-bdfea8002fdf => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/244] 199.204.45.223 () {44 vars in 974 bytes} [Tue Apr 14 08:21:00 2026] GET /v2.0/quotas/a26f9415a21d4a1eb8f83f85ee05a44b => 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: 122/245] 199.204.45.223 () {48 vars in 1026 bytes} [Tue Apr 14 08:21:00 2026] PUT /v2.0/quotas/a26f9415a21d4a1eb8f83f85ee05a44b => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:31:41.799 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-04-14 08:31:41.799 8 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Apr 14 08:31:41 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks/public (ip 199.204.45.223) !!! 2026-04-14 08:31:41.973 8 INFO neutron.pecan_wsgi.hooks.translation [None req-561b205e-f9e1-4336-9cfc-faa085acc646 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 166/332] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:31:41 2026] GET /v2.0/networks/public => generated 108 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:31:41.982 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: . Trying again in 1 seconds.: amqp.exceptions.RecoverableConnectionError: 2026-04-14 08:31:41.984 7 INFO oslo.messaging._drivers.impl_rabbit [-] A recoverable connection/channel error occurred, trying to reconnect: [Errno 104] Connection reset by peer Tue Apr 14 08:31:41 2026 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /v2.0/networks?name=public (ip 199.204.45.223) !!! [pid: 7|app: 0|req: 167/333] 199.204.45.223 () {44 vars in 948 bytes} [Tue Apr 14 08:31:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:31:43.167 8 INFO oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 53556. 2026-04-14 08:31:43.192 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0eb58b04-6fd1-4d47-a1b3-5a1861d0aaf3 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 167/334] 199.204.45.223 () {44 vars in 926 bytes} [Tue Apr 14 08:31:43 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:31:43.223 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 53564. [pid: 7|app: 0|req: 168/335] 199.204.45.223 () {44 vars in 948 bytes} [Tue Apr 14 08:31:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:31:43.255 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13e61bda-61de-4f76-8399-554c9977f8f8 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 168/336] 199.204.45.223 () {44 vars in 1033 bytes} [Tue Apr 14 08:31:43 2026] GET /v2.0/subnets/public-subnet?network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1 => generated 113 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/337] 199.204.45.223 () {44 vars in 1056 bytes} [Tue Apr 14 08:31:43 2026] GET /v2.0/subnets?name=public-subnet&network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:32:09.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ddd466de-9a83-47c3-9756-669be9b3577d edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/342] 199.204.45.223 () {44 vars in 936 bytes} [Tue Apr 14 08:32:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/343] 199.204.45.223 () {44 vars in 958 bytes} [Tue Apr 14 08:32:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:32:10.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14aebd2a-1531-4f8d-b793-06c731ec6799 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/344] 199.204.45.223 () {44 vars in 936 bytes} [Tue Apr 14 08:32:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/345] 199.204.45.223 () {44 vars in 958 bytes} [Tue Apr 14 08:32:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:32:10.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-662145fc-8642-411c-aebf-778d9588a8b5 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/346] 199.204.45.223 () {44 vars in 1035 bytes} [Tue Apr 14 08:32:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/347] 199.204.45.223 () {44 vars in 1058 bytes} [Tue Apr 14 08:32:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:32:11.287 8 INFO neutron.api.v2.resource [None req-da2427db-d4d2-46fb-9024-a80e87e21ca6 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/348] 199.204.45.223 () {44 vars in 970 bytes} [Tue Apr 14 08:32:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/349] 199.204.45.223 () {44 vars in 992 bytes} [Tue Apr 14 08:32:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/350] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:12 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/351] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:12 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/352] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:32:12 2026] GET /v2.0/security-group-rules/162ed33a-2040-4704-a40a-a682188125c2 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/353] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:13 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/354] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:13 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/355] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:32:13 2026] GET /v2.0/security-group-rules/7542afe1-e4ae-4e2b-8ade-9e39c55fdb82 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/356] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:14 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/357] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:14 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/358] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:32:14 2026] GET /v2.0/security-group-rules/c3b3b92b-19e9-4c33-937b-339051ca4096 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/359] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:15 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/360] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:15 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/361] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:32:15 2026] GET /v2.0/security-group-rules/8f8ac8f5-8e95-4fea-a823-ba1d9a025919 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/362] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:16 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/363] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:16 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/364] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:32:16 2026] GET /v2.0/security-group-rules/1e696428-426d-49b4-ac25-eb381986bf5b => 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: 183/365] 199.204.45.223 () {44 vars in 986 bytes} [Tue Apr 14 08:32:17 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:32:17.385 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ab89159-1973-4a70-a6fa-39b6aca8fdd9 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/366] 199.204.45.223 () {44 vars in 1075 bytes} [Tue Apr 14 08:32:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/367] 199.204.45.223 () {44 vars in 1098 bytes} [Tue Apr 14 08:32:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 1254 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/368] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:17 2026] GET /v2.0/security-groups/8adb4482-99ae-4256-a9a7-62e0e34f5d5e => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:32:25.010 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4b77f02-7ed1-426f-bde3-9bc26fe2ae2b edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/371] 199.204.45.223 () {44 vars in 977 bytes} [Tue Apr 14 08:32:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.204.45.223 () {44 vars in 999 bytes} [Tue Apr 14 08:32:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.223 () {44 vars in 919 bytes} [Tue Apr 14 08:32:26 2026] GET /v2.0/ports => generated 4725 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:32:27.598 7 INFO neutron.api.v2.resource [None req-4538f2c7-4295-40a5-b815-b0293a9daf2d edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/374] 199.204.45.223 () {44 vars in 958 bytes} [Tue Apr 14 08:32:27 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 199.204.45.223 () {44 vars in 980 bytes} [Tue Apr 14 08:32:27 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:28 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:28 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/378] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:32:28 2026] GET /v2.0/security-group-rules/c4850a8b-882c-4eef-920d-422af338c58b => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:29 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:32:29 2026] GET /v2.0/security-groups/4e7ec27a-a2a5-4224-af37-2eb7a9020d04 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:32:29 2026] GET /v2.0/security-group-rules/b594868c-3b46-4ba0-be78-2df0ae0f7fd9 => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.204.45.223 () {44 vars in 974 bytes} [Tue Apr 14 08:32:40 2026] GET /v2.0/quotas/d345b0ec6cf64c5b86921b9479417f8e => generated 291 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:33:28.971 7 INFO neutron.api.v2.resource [None req-c8ea4637-3669-41e1-9a1c-62870e92e311 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/391] 199.204.45.223 () {44 vars in 1073 bytes} [Tue Apr 14 08:33:28 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 139 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.223 () {44 vars in 1096 bytes} [Tue Apr 14 08:33:28 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 4072 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:33:29 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:33:30 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 4075 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:33:30 2026] GET /v2.0/security-group-rules/ea2026bf-5d11-4736-a91c-69b0b921bc3a => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:33:30 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:33:31 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:33:31 2026] GET /v2.0/security-group-rules/22838ca1-79b6-4a35-a1a0-a2e79d22a40d => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:33:31 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:33:32 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:33:32 2026] GET /v2.0/security-group-rules/ab3b126b-f3d5-47e9-b95c-7aad89a4a7b9 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.223 () {44 vars in 1087 bytes} [Tue Apr 14 08:33:33 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7?project_id=a26f9415a21d4a1eb8f83f85ee05a44b => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.204.45.223 () {44 vars in 1000 bytes} [Tue Apr 14 08:33:33 2026] GET /v2.0/security-groups/e01a2d81-0df5-4b02-8316-a6bd989316f7 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.223 () {44 vars in 1010 bytes} [Tue Apr 14 08:33:33 2026] GET /v2.0/security-group-rules/fbcf7662-98cb-48eb-b339-e5eb6910b5d4 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.204.45.223 () {44 vars in 974 bytes} [Tue Apr 14 08:33:40 2026] GET /v2.0/quotas/a26f9415a21d4a1eb8f83f85ee05a44b => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/414] 199.204.45.223 () {44 vars in 948 bytes} [Tue Apr 14 08:34:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/419] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:35:07 2026] GET /v2.0/networks => generated 2168 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:35:08.318 7 ERROR oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] 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: 210/420] 10.0.0.228 () {32 vars in 654 bytes} [Tue Apr 14 08:35:08 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:35:08 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/422] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:35:08 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/423] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:35:08 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:35:08 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:35:08 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/428] 10.0.0.228 () {32 vars in 654 bytes} [Tue Apr 14 08:35:08 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:19.326 7 INFO oslo.messaging._drivers.impl_rabbit [-] [b1c3b79c-c403-4b78-8e7c-de0405bd7587] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 54088. 2026-04-14 08:35:19.616 8 INFO neutron.db.segments_db [None req-cf2a1b74-9f44-499e-bd1c-b15d54b4978d edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 3da96b7a-c6e4-4500-a39c-ac3ca8d795db of type vxlan for network 6ae5c03c-1351-4b10-8e2b-54e49b94e5ce 2026-04-14 08:35:19.637 7 INFO neutron.db.segments_db [None req-1811ae17-67f1-4419-9051-49f27888e539 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment e66bc1c7-48d1-48f6-94fa-d318ae21c8bb of type vxlan for network ff63f156-10a3-46b8-b85f-df52cc27a0fe [pid: 8|app: 0|req: 216/429] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:35:19 2026] POST /v2.0/networks => generated 747 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/430] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:35:19 2026] POST /v2.0/networks => generated 752 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/431] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:19 2026] POST /v2.0/subnets => generated 694 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:19.934 8 INFO neutron.db.segments_db [None req-0fbf1338-2064-43f3-847c-7c7749ef481d edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment c28347a3-0dc9-4482-8b02-e3fb10664897 of type vxlan for network 96cdf495-2f0f-4d97-9625-a1d813142caf [pid: 8|app: 0|req: 217/432] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:35:19 2026] POST /v2.0/networks => generated 748 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/433] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:19 2026] POST /v2.0/subnets => generated 699 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:20.106 7 INFO neutron.db.segments_db [None req-393c97a5-86a8-4075-a3a9-1521f88094b2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 43750338-7f61-4845-99e9-c03021ed0236 of type vxlan for network 883a43b4-065c-4363-8c3a-60fcf70f15bd [pid: 8|app: 0|req: 218/434] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:35:20 2026] GET /v2.0/security-groups?tenant_id=9c188b5427c74f6ba8298aeb30af607c&name=default => generated 2921 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/435] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:20 2026] POST /v2.0/subnets => generated 695 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:20.331 7 INFO neutron.db.l3_hamode_db [None req-393c97a5-86a8-4075-a3a9-1521f88094b2 edf7227be8e2490dacc456065df51a01 afab30346b8b44f583acc40624897629 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:35:20.332 8 INFO neutron.db.segments_db [None req-8d5f1838-a133-4b68-94be-b3fb8f5f9323 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 7cb902b8-0e5f-49ec-b3b9-1b88d42496a1 of type vxlan for network b0456e9e-b766-49b2-90a8-afd63111a0f0 2026-04-14 08:35:20.539 8 INFO neutron.db.l3_hamode_db [None req-8d5f1838-a133-4b68-94be-b3fb8f5f9323 edf7227be8e2490dacc456065df51a01 4cd2d2324802437795bb2efac265ed34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:35:21.363 7 INFO neutron.db.l3_hamode_db [None req-393c97a5-86a8-4075-a3a9-1521f88094b2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:35:21.714 8 INFO neutron.db.l3_hamode_db [None req-8d5f1838-a133-4b68-94be-b3fb8f5f9323 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 217/436] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:20 2026] POST /v2.0/routers => generated 734 bytes in 2248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/437] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:22 2026] DELETE /v2.0/security-groups/d010f2eb-fe40-4b7c-9876-dd5598278fe5 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:35:22.456 7 INFO neutron.db.segments_db [None req-93b7b474-ec11-4002-90e1-c81e452c688d edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 66597b9d-d7d1-4a5a-abb1-5393e8a8415e of type vxlan for network de5b5b52-5783-41ac-9bd5-8ff5e5a9451c 2026-04-14 08:35:22.691 7 INFO neutron.db.l3_hamode_db [None req-93b7b474-ec11-4002-90e1-c81e452c688d edf7227be8e2490dacc456065df51a01 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 220/438] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:20 2026] POST /v2.0/routers => generated 739 bytes in 2391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:23.355 7 INFO neutron.db.l3_hamode_db [None req-93b7b474-ec11-4002-90e1-c81e452c688d edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 221/439] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:35:22 2026] PUT /v2.0/routers/553b5ac7-bc92-445e-93a3-26e0036f6ead/add_router_interface => generated 309 bytes in 1104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:22 2026] POST /v2.0/routers => generated 735 bytes in 1825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:24.502 7 INFO neutron.db.segments_db [None req-91453307-0087-47c6-abe6-df6a1f9c2b88 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 33927803-9649-4431-9385-f291a894535b of type vxlan for network f191f736-496c-4f4f-a4d9-86dde270d300 [pid: 7|app: 0|req: 222/443] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:35:24 2026] POST /v2.0/networks => generated 738 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:35:23 2026] PUT /v2.0/routers/22f1fb91-95ed-4b69-bb53-edecd39e3dc6/add_router_interface => generated 309 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/445] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:25 2026] POST /v2.0/subnets => generated 685 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:25.510 8 WARNING neutron_lib.context [req-bd75f5a9-085f-497f-bf13-c761535630cb req-420e36d0-2057-4ce6-be95-8960b7d01b01 36a18620450f445582cdb79baf5564f8 afab30346b8b44f583acc40624897629 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 224/446] 10.0.0.49 () {38 vars in 969 bytes} [Tue Apr 14 08:35:25 2026] POST /v2.0/security-groups => generated 1686 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:35:25.673 8 INFO neutron.db.segments_db [None req-cd25b1a2-860f-437b-bd41-345d59626175 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 6c457460-3b68-4639-890a-0641fd9ee0f8 of type vxlan for network 6c3e158e-738c-4fe5-b847-da183f9bdc45 2026-04-14 08:35:25.925 8 INFO neutron.db.l3_hamode_db [None req-cd25b1a2-860f-437b-bd41-345d59626175 edf7227be8e2490dacc456065df51a01 35525f56159648db8ddaf32ac9165839 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 223/447] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:35:24 2026] PUT /v2.0/routers/a367ede4-06e2-4abf-9d2b-67393da39082/add_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:26.053 7 WARNING neutron_lib.context [None req-1c4709c7-5150-48e7-ad7f-c36d6efe0b03 fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 224/448] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:35:26 2026] POST /v2.0/security-groups => generated 1660 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:26 2026] GET /v2.0/security-groups/04323301-dbdb-43ec-a361-0f75913ab632 => generated 1686 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:35:26.327 7 WARNING neutron_lib.context [None req-d96a931e-501c-4653-80a8-5e436d99a4d7 fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 226/450] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:35:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:26.491 7 WARNING neutron_lib.context [req-d1947890-10ff-4ca8-b41e-830e6c17f800 req-8a04750b-f258-4fe2-b85f-99d2a7b6a6fe 36a18620450f445582cdb79baf5564f8 afab30346b8b44f583acc40624897629 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 227/451] 10.0.0.49 () {38 vars in 979 bytes} [Tue Apr 14 08:35:26 2026] POST /v2.0/security-group-rules => generated 614 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:26.730 7 WARNING neutron_lib.context [None req-1b711b55-4007-4e40-b5e2-bb80b039a6c7 fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 228/452] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:35:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:26.863 7 WARNING neutron_lib.context [None req-331d5e3d-a35d-40ff-bebe-5d9812919edc 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:35:26.900 8 INFO neutron.db.l3_hamode_db [None req-cd25b1a2-860f-437b-bd41-345d59626175 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/453] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:35:26 2026] POST /v2.0/security-groups => generated 1660 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:35:27.063 7 WARNING neutron_lib.context [req-c33b08df-e1c9-411b-93ec-4905a6b5418c req-9f9192cb-8cb9-4b4c-b6ac-2f6395a4936a 36a18620450f445582cdb79baf5564f8 afab30346b8b44f583acc40624897629 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 230/454] 10.0.0.49 () {38 vars in 969 bytes} [Tue Apr 14 08:35:27 2026] POST /v2.0/security-groups => generated 1686 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:35:27.264 7 WARNING neutron_lib.context [None req-1f3fa21d-9911-474c-93aa-b3c05db05143 fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/455] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:35:27 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:27.864 7 WARNING neutron_lib.context [None req-a73d030c-8590-4c63-89db-8a566c9740aa 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 225/456] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:25 2026] POST /v2.0/routers => generated 725 bytes in 2235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/457] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:27 2026] GET /v2.0/security-groups/2de54b8c-44de-47dc-899d-92abb087ced7 => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/458] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:35:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:27.984 7 WARNING neutron_lib.context [req-adf27ec4-adfd-42c8-8738-c58cb2adc9d4 req-c9d42612-9a96-4a55-a7c5-bf02373b17e8 36a18620450f445582cdb79baf5564f8 afab30346b8b44f583acc40624897629 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 233/459] 10.0.0.49 () {38 vars in 979 bytes} [Tue Apr 14 08:35:27 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:28.101 7 WARNING neutron_lib.context [None req-03e56659-5bf0-4639-9458-9b8dfc54ffec 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/460] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:35:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/461] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:28 2026] GET /v2.0/security-groups/2de54b8c-44de-47dc-899d-92abb087ced7 => generated 2311 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:35:28.264 7 WARNING neutron_lib.context [None req-fc560056-4133-45d3-b692-1bab1b72f528 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 236/462] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:35:28 2026] POST /v2.0/floatingips => generated 552 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/463] 10.0.0.49 () {34 vars in 1098 bytes} [Tue Apr 14 08:35:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1111959446&fields=id&tenant_id=4cd2d2324802437795bb2efac265ed34 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:28.776 7 WARNING neutron_lib.context [req-3b138d73-f5d6-4878-8515-c1a9540caa6c req-5627d1ae-b748-48ba-ae20-380f57cc7600 36a18620450f445582cdb79baf5564f8 afab30346b8b44f583acc40624897629 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/464] 10.0.0.49 () {38 vars in 979 bytes} [Tue Apr 14 08:35:28 2026] POST /v2.0/security-group-rules => generated 619 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/465] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:35:28 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/466] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:28 2026] GET /v2.0/security-groups/2de54b8c-44de-47dc-899d-92abb087ced7 => generated 2941 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/467] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:35:28 2026] GET /v2.0/quotas/4cd2d2324802437795bb2efac265ed34 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/468] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:35:27 2026] PUT /v2.0/routers/6d13af6a-3adc-4c8a-b40e-2a158eb47ea1/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/469] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:35:28 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&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: 228/470] 10.0.0.49 () {34 vars in 999 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/security-group-rules/54b8c74f-68d8-4d7b-baa5-6ee5e4ae31a0 => generated 616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/471] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/security-groups/2de54b8c-44de-47dc-899d-92abb087ced7 => generated 2941 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/472] 10.0.0.49 () {36 vars in 1021 bytes} [Tue Apr 14 08:35:29 2026] DELETE /v2.0/security-group-rules/54b8c74f-68d8-4d7b-baa5-6ee5e4ae31a0 => 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: 244/473] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/security-groups/2de54b8c-44de-47dc-899d-92abb087ced7 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/474] 10.0.0.49 () {36 vars in 1011 bytes} [Tue Apr 14 08:35:29 2026] DELETE /v2.0/security-groups/2de54b8c-44de-47dc-899d-92abb087ced7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/475] 10.0.0.49 () {34 vars in 905 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/extensions => generated 20516 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-14 08:35:29.515 7 WARNING neutron_lib.context [None req-7da4cb32-c760-443c-9527-f1ff55ce7347 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/476] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 232/477] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/security-groups/04323301-dbdb-43ec-a361-0f75913ab632 => generated 2311 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/478] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 246/479] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:35:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:35:29.672 7 WARNING neutron_lib.context [None req-6eed986b-93db-4b0c-92b6-3e96d39aea57 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/480] 10.0.0.49 () {36 vars in 1011 bytes} [Tue Apr 14 08:35:29 2026] DELETE /v2.0/security-groups/04323301-dbdb-43ec-a361-0f75913ab632 => 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: 247/481] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:35:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/482] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:29 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:29.887 7 WARNING neutron_lib.context [None req-ee306263-993f-440e-b3bd-b89c439952ec 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 249/483] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:35:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:30.047 7 WARNING neutron_lib.context [None req-aa6703c1-c45e-48d2-9f2b-663ec90c900a 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 250/484] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:35:30 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/485] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:35:29 2026] PUT /v2.0/routers/553b5ac7-bc92-445e-93a3-26e0036f6ead/remove_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/486] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:30 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/487] 10.0.0.49 () {34 vars in 1096 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--145714438&fields=id&tenant_id=35525f56159648db8ddaf32ac9165839 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/488] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/networks?id=f191f736-496c-4f4f-a4d9-86dde270d300 => generated 670 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/489] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/quotas/35525f56159648db8ddaf32ac9165839 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/490] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/ports?tenant_id=35525f56159648db8ddaf32ac9165839&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:31.447 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-4e0d8f6a-640d-4433-a83c-868e21004f01 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - 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: 241/491] 10.0.0.49 () {34 vars in 905 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/extensions => generated 20516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/492] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/493] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:31.831 7 INFO neutron.db.l3_hamode_db [None req-4e0d8f6a-640d-4433-a83c-868e21004f01 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network 883a43b4-065c-4363-8c3a-60fcf70f15bd was deleted as no HA routers are present in tenant afab30346b8b44f583acc40624897629. [pid: 7|app: 0|req: 251/494] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:35:30 2026] DELETE /v2.0/routers/553b5ac7-bc92-445e-93a3-26e0036f6ead => generated 0 bytes in 953 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:31 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => 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: 244/496] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:35:31 2026] DELETE /v2.0/subnets/8db33a43-05d7-4194-a131-717802ad9578 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:35:32.187 7 INFO neutron.services.segments.plugin [-] Segment 43750338-7f61-4845-99e9-c03021ed0236 resource provider aggregate not found 2026-04-14 08:35:32.202 7 INFO neutron.services.segments.plugin [-] Segment 43750338-7f61-4845-99e9-c03021ed0236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43750338-7f61-4845-99e9-c03021ed0236 found for delete ", "request_id": "req-def2ef93-3ca4-4a6b-8f40-190dcd596bb6"}]} [pid: 8|app: 0|req: 245/497] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:32 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:32.237 7 INFO neutron.services.segments.plugin [-] Segment 43750338-7f61-4845-99e9-c03021ed0236 resource provider aggregate not found 2026-04-14 08:35:32.254 7 INFO neutron.services.segments.plugin [-] Segment 43750338-7f61-4845-99e9-c03021ed0236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43750338-7f61-4845-99e9-c03021ed0236 found for delete ", "request_id": "req-54241679-70f9-49b2-a70a-f046b81c6e05"}]} [pid: 7|app: 0|req: 253/498] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:35:32 2026] DELETE /v2.0/networks/6ae5c03c-1351-4b10-8e2b-54e49b94e5ce => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/499] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:35:32 2026] GET /v2.0/security-groups?tenant_id=afab30346b8b44f583acc40624897629&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: 254/500] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:32 2026] DELETE /v2.0/security-groups/c5b4487e-077a-4cc2-a27a-ec12a8249c75 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/501] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:33 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => 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: 255/502] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:33 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => 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: 248/503] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:34.382 7 INFO neutron.services.segments.plugin [-] Segment 3da96b7a-c6e4-4500-a39c-ac3ca8d795db resource provider aggregate not found [pid: 7|app: 0|req: 256/504] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:34.570 7 INFO neutron.services.segments.plugin [-] Segment 3da96b7a-c6e4-4500-a39c-ac3ca8d795db resource provider aggregate not found 2026-04-14 08:35:34.574 7 INFO neutron.services.segments.plugin [-] Segment 3da96b7a-c6e4-4500-a39c-ac3ca8d795db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3da96b7a-c6e4-4500-a39c-ac3ca8d795db found for delete ", "request_id": "req-b3e0f883-25e1-4cef-a6a3-bb4372af27ad"}]} 2026-04-14 08:35:34.592 7 INFO neutron.services.segments.plugin [-] Segment 3da96b7a-c6e4-4500-a39c-ac3ca8d795db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3da96b7a-c6e4-4500-a39c-ac3ca8d795db found for delete ", "request_id": "req-d10bc5c2-3834-43ee-bacc-c7632f59ca77"}]} [pid: 7|app: 0|req: 257/505] 10.0.0.49 () {34 vars in 1098 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1211616073&fields=id&tenant_id=968077d6f7f94cfc8ebdf32e89d6220d => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/506] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/networks?id=96cdf495-2f0f-4d97-9625-a1d813142caf => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/507] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/quotas/968077d6f7f94cfc8ebdf32e89d6220d => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:34.722 8 INFO neutron.db.segments_db [None req-761be5b4-4844-4a9a-9534-89ca343ad771 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment bf0bf270-430f-4903-9e47-76fabe1d8dd0 of type vxlan for network f7718713-098f-499e-a569-beb240fd0d75 [pid: 7|app: 0|req: 260/508] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/ports?tenant_id=968077d6f7f94cfc8ebdf32e89d6220d&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/509] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:35:34 2026] POST /v2.0/networks => generated 744 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/510] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 684 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/511] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/networks/96cdf495-2f0f-4d97-9625-a1d813142caf?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/512] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4cd2d2324802437795bb2efac265ed34 => generated 181 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/513] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:35:34 2026] GET /v2.0/networks/96cdf495-2f0f-4d97-9625-a1d813142caf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:35.010 8 WARNING neutron_lib.context [req-979a3c73-7b69-4ba9-b0a4-ddc967d85aa3 req-e7fb3abe-1bb0-4e1f-92a9-30facfec8654 fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 262/514] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:34 2026] POST /v2.0/subnets => generated 691 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:35:35.218 7 INFO neutron.db.segments_db [None req-65c1cdd2-5099-4b71-83dd-8a298865fef4 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 581a9a94-4594-4fa5-9da1-7ea633d38774 of type vxlan for network 634fcb07-8908-48ac-a366-f4663b7bcf9d [pid: 8|app: 0|req: 253/515] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:35:35 2026] POST /v2.0/ports => generated 954 bytes in 537 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: 254/516] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:35 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:35.574 7 INFO neutron.db.l3_hamode_db [None req-65c1cdd2-5099-4b71-83dd-8a298865fef4 edf7227be8e2490dacc456065df51a01 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 255/517] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:35 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/518] 199.204.45.223 () {34 vars in 910 bytes} [Tue Apr 14 08:35:35 2026] GET /v2.0/extensions => generated 20516 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/519] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:35 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 258/520] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:35 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:36.489 7 INFO neutron.db.l3_hamode_db [None req-65c1cdd2-5099-4b71-83dd-8a298865fef4 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 259/521] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:35:35 2026] PUT /v2.0/ports/d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 1235 bytes in 592 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: 260/522] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:36 2026] GET /v2.0/networks?id=f191f736-496c-4f4f-a4d9-86dde270d300 => generated 670 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/523] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:35:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=35525f56159648db8ddaf32ac9165839 => generated 180 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/524] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:36 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:36.711 8 WARNING neutron_lib.context [req-68e3a857-a391-406e-9a28-961dd833a0ad req-7e808aea-ae5c-4049-abb6-98c056a31882 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 263/525] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:35:36 2026] POST /v2.0/ports => generated 958 bytes in 438 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: 264/526] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:37 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 265/527] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:37 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:37.306 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-369175d4-7f4d-4d3d-a2cf-f6d0da2803d2'] response: {'name': 'network-changed', 'server_uuid': '6164156b-6877-4664-9f7a-c8bb36e70266', 'tag': 'd9d5ca95-adc2-4699-b15c-ee5970577c6d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 266/528] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:35:37 2026] PUT /v2.0/ports/0425fa2c-7de2-4cc3-93bb-32fbb96dd41a => generated 1239 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: 8|app: 0|req: 267/529] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:37 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 268/530] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:37 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/531] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:35:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => 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: 263/532] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:35:35 2026] POST /v2.0/routers => generated 731 bytes in 2714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/533] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:37 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/534] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:37 2026] GET /v2.0/subnets?id=b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 702 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/535] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 272/536] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/ports?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/537] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 274/538] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 275/539] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 278/542] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/ports?tenant_id=35525f56159648db8ddaf32ac9165839&device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/543] 199.204.45.223 () {34 vars in 1059 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0425fa2c-7de2-4cc3-93bb-32fbb96dd41a => 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: 280/544] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/subnets?id=1cafd8fa-b24a-42c9-8f82-826e24aa1992 => generated 688 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/545] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/546] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/ports?network_id=f191f736-496c-4f4f-a4d9-86dde270d300&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/547] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 284/548] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/549] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:38 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?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: 265/550] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:35:37 2026] PUT /v2.0/routers/c42c0e48-9962-4e28-8d53-8d988716f6a6/add_router_interface => generated 309 bytes in 1282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/551] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/552] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/553] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/554] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 267/555] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 780 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:39.447 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cb746a6-ac78-4fb2-b334-a7de5815b6d1'] response: {'name': 'network-changed', 'server_uuid': 'da1280db-8f31-4dde-b639-c8cb1f01d278', 'tag': '0425fa2c-7de2-4cc3-93bb-32fbb96dd41a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 289/556] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/557] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/subnets?id=b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/558] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/ports?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe&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: 269/559] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/560] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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) 2026-04-14 08:35:39.745 7 WARNING neutron_lib.context [req-8f36ee1e-4882-427a-a5d5-3d7e6696dd8b req-783e8b10-6daa-4a20-8ed3-3fefcf119904 dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 270/561] 10.0.0.49 () {38 vars in 969 bytes} [Tue Apr 14 08:35:39 2026] POST /v2.0/security-groups => generated 1681 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/562] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:39.971 8 WARNING neutron_lib.context [req-e8b349d3-1d65-4c38-9791-0d7e78c89cbc req-7b77dbe2-a8b9-474f-b48c-0fd26f5543ff dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 271/563] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:39 2026] GET /v2.0/ports?tenant_id=35525f56159648db8ddaf32ac9165839&device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/564] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 293/565] 10.0.0.49 () {38 vars in 969 bytes} [Tue Apr 14 08:35:39 2026] POST /v2.0/security-groups => generated 1680 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:35:40.098 8 WARNING neutron_lib.context [req-4afce486-0d7c-4e68-9e24-4dd2a2bfa875 req-79de47c2-1650-4f20-98db-3f5d389c2b32 dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 273/566] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/networks?id=f191f736-496c-4f4f-a4d9-86dde270d300 => generated 766 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/567] 199.204.45.223 () {34 vars in 1059 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0425fa2c-7de2-4cc3-93bb-32fbb96dd41a => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/568] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/subnets?id=1cafd8fa-b24a-42c9-8f82-826e24aa1992 => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/569] 10.0.0.49 () {38 vars in 969 bytes} [Tue Apr 14 08:35:40 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) [pid: 7|app: 0|req: 276/570] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/ports?network_id=f191f736-496c-4f4f-a4d9-86dde270d300&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/571] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?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: 277/572] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups?tenant_id=1ac609fe1a2d437f9afa75c93b9c5ea3 => generated 7906 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/573] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups/0b387352-f8d7-4620-8dbc-2a1b1c4c99a3 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/574] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?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: 297/575] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups/0b387352-f8d7-4620-8dbc-2a1b1c4c99a3 => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/576] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/577] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 280/578] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 299/579] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups/4569c286-7363-4a43-bdb4-93d500a39d53 => generated 1681 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/580] 10.0.0.49 () {36 vars in 1011 bytes} [Tue Apr 14 08:35:40 2026] DELETE /v2.0/security-groups/4569c286-7363-4a43-bdb4-93d500a39d53 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:35:40.657 8 INFO neutron.api.v2.resource [req-29b93741-d72a-42c6-a362-866beded8113 req-ecd118bd-5094-48b7-ad53-8c11bfa4e595 dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 300/581] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups/4569c286-7363-4a43-bdb4-93d500a39d53 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/582] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups/c5b6e4be-b614-4ae4-a2bd-086a88f1f437 => generated 1680 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/583] 10.0.0.49 () {36 vars in 1011 bytes} [Tue Apr 14 08:35:40 2026] DELETE /v2.0/security-groups/c5b6e4be-b614-4ae4-a2bd-086a88f1f437 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:35:40.848 7 INFO neutron.api.v2.resource [req-afc28579-c1cb-4620-8eec-4d2872a6e1c0 req-3bee92ea-9efc-45e6-a7eb-3eaeb814ff5c dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 283/584] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups/c5b6e4be-b614-4ae4-a2bd-086a88f1f437 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/585] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:40 2026] GET /v2.0/security-groups/c70a60c9-3ce9-4599-b362-ce4e4f42e487 => generated 1680 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/586] 10.0.0.49 () {36 vars in 1011 bytes} [Tue Apr 14 08:35:40 2026] DELETE /v2.0/security-groups/c70a60c9-3ce9-4599-b362-ce4e4f42e487 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:35:41.028 8 INFO neutron.api.v2.resource [req-bbd3cf76-d626-4a2b-9cfd-ece7f5d5b15a req-c1a8c945-66b1-4e15-a31c-12b6661d06da dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 303/587] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups/c70a60c9-3ce9-4599-b362-ce4e4f42e487 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/588] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups?tenant_id=1ac609fe1a2d437f9afa75c93b9c5ea3 => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/589] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups/0b387352-f8d7-4620-8dbc-2a1b1c4c99a3 => generated 2922 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/590] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/591] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups/0b387352-f8d7-4620-8dbc-2a1b1c4c99a3 => generated 2922 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/592] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:41.290 7 INFO neutron.api.v2.resource [req-6dc63a7e-5405-4466-bdff-a50043c97abc req-1a11cf7c-f8de-479b-912e-cbde87e62ea7 dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 288/593] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups/c70a60c9-3ce9-4599-b362-ce4e4f42e487 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:35:41.334 8 INFO neutron.api.v2.resource [req-ec9e877b-2550-4994-8661-915c2599e8e0 req-dac11a85-b6fe-49c4-88ce-4cc379035a66 dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 306/594] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups/c5b6e4be-b614-4ae4-a2bd-086a88f1f437 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:35:41.367 7 INFO neutron.api.v2.resource [req-62158ee7-25cc-448f-bc6d-a484ead5906a req-2b106b0e-53b7-418e-94ae-a26fe71fc349 dae553c2db6246f48aaee61f1e45443d 1ac609fe1a2d437f9afa75c93b9c5ea3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 289/595] 10.0.0.49 () {34 vars in 989 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups/4569c286-7363-4a43-bdb4-93d500a39d53 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/596] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 291/597] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => 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: 292/598] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:41 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 307/599] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:35:41 2026] PUT /v2.0/routers/c42c0e48-9962-4e28-8d53-8d988716f6a6/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/600] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:42 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/601] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:42 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 310/602] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:42 2026] GET /v2.0/networks?id=96cdf495-2f0f-4d97-9625-a1d813142caf => generated 680 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/603] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:35:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=968077d6f7f94cfc8ebdf32e89d6220d => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:42.637 8 WARNING neutron_lib.context [req-8332d0a9-c583-4ab8-8ba8-506e6ffa02f9 req-356c8396-e20b-44a0-90de-e2848a77448f 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 312/604] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:35:42 2026] POST /v2.0/ports => generated 954 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 313/605] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:43 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 957 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/606] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:43 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:43.169 8 ERROR oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 is unreachable: Server unexpectedly closed connection. Trying again in 1 seconds.: OSError: Server unexpectedly closed connection 2026-04-14 08:35:43.475 7 INFO neutron.services.segments.plugin [-] Segment 581a9a94-4594-4fa5-9da1-7ea633d38774 resource provider aggregate not found 2026-04-14 08:35:43.484 7 INFO neutron.services.segments.plugin [-] Segment 581a9a94-4594-4fa5-9da1-7ea633d38774 resource provider aggregate not found 2026-04-14 08:35:43.490 7 INFO neutron.services.segments.plugin [-] Segment 581a9a94-4594-4fa5-9da1-7ea633d38774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581a9a94-4594-4fa5-9da1-7ea633d38774 found for delete ", "request_id": "req-92dd834a-f456-4588-b805-0903f140778e"}]} 2026-04-14 08:35:43.504 7 INFO neutron.services.segments.plugin [-] Segment 581a9a94-4594-4fa5-9da1-7ea633d38774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581a9a94-4594-4fa5-9da1-7ea633d38774 found for delete ", "request_id": "req-31afd6cc-6db6-4ec6-a89b-91ccb2ee9add"}]} 2026-04-14 08:35:43.505 7 INFO neutron.db.l3_hamode_db [None req-90798a00-d6d2-4149-b342-c4f8994e5cf3 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network 634fcb07-8908-48ac-a366-f4663b7bcf9d was deleted as no HA routers are present in tenant 1ac609fe1a2d437f9afa75c93b9c5ea3. [pid: 7|app: 0|req: 293/607] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:35:42 2026] DELETE /v2.0/routers/c42c0e48-9962-4e28-8d53-8d988716f6a6 => generated 0 bytes in 1206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/608] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:43 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&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: 295/609] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:43 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/610] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:35:43 2026] PUT /v2.0/ports/b8cbea62-97b1-42f5-b79f-99e55fc139df => generated 1235 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 316/611] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:43 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:43.669 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b7e343f-1c4f-4aeb-bda4-163e81abbeec'] response: {'name': 'network-changed', 'server_uuid': 'bf5221aa-8ede-4a8d-b6b5-7370724102a2', 'tag': 'b8cbea62-97b1-42f5-b79f-99e55fc139df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 317/612] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:43 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 7|app: 0|req: 296/613] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:35:43 2026] DELETE /v2.0/subnets/a3cd96db-afc3-4e7b-8a2a-6c4a6bea2990 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/614] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:35:43 2026] DELETE /v2.0/networks/f7718713-098f-499e-a569-beb240fd0d75 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/615] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/ports?tenant_id=968077d6f7f94cfc8ebdf32e89d6220d&device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:35:44.251 8 INFO oslo.messaging._drivers.impl_rabbit [-] [42816e88-320e-4a15-93ba-70c4277255f4] Reconnected to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 via [amqp] client with port 55660. [pid: 8|app: 0|req: 319/616] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/networks?tenant_id=968077d6f7f94cfc8ebdf32e89d6220d&shared=False => generated 776 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/617] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/security-groups?tenant_id=1ac609fe1a2d437f9afa75c93b9c5ea3&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: 298/618] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/619] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:44 2026] DELETE /v2.0/security-groups/0b387352-f8d7-4620-8dbc-2a1b1c4c99a3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/620] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/621] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/622] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 973 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/623] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/624] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/625] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:44 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/626] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/ports?tenant_id=968077d6f7f94cfc8ebdf32e89d6220d&device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:35:45.444 8 INFO neutron.services.segments.plugin [-] Segment bf0bf270-430f-4903-9e47-76fabe1d8dd0 resource provider aggregate not found 2026-04-14 08:35:45.450 8 INFO neutron.services.segments.plugin [-] Segment bf0bf270-430f-4903-9e47-76fabe1d8dd0 resource provider aggregate not found 2026-04-14 08:35:45.473 8 INFO neutron.services.segments.plugin [-] Segment bf0bf270-430f-4903-9e47-76fabe1d8dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0bf270-430f-4903-9e47-76fabe1d8dd0 found for delete ", "request_id": "req-d75079fa-5a57-4aac-9e80-651301baaba6"}]} [pid: 8|app: 0|req: 325/627] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b8cbea62-97b1-42f5-b79f-99e55fc139df => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/628] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/subnets?id=a867460a-463a-439d-b4cf-338e428b18de => generated 698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:45.535 8 INFO neutron.services.segments.plugin [-] Segment bf0bf270-430f-4903-9e47-76fabe1d8dd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0bf270-430f-4903-9e47-76fabe1d8dd0 found for delete ", "request_id": "req-7445ef46-d980-4b1a-ab2c-c9f79c6b7026"}]} [pid: 8|app: 0|req: 326/629] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/ports?network_id=96cdf495-2f0f-4d97-9625-a1d813142caf&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: 304/630] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/networks/96cdf495-2f0f-4d97-9625-a1d813142caf?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/631] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/networks/96cdf495-2f0f-4d97-9625-a1d813142caf?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: 305/632] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/633] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&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: 306/634] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/635] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:45 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/636] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:46 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/637] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:46 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 308/638] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:46 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/639] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:47 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&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: 309/640] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:47 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/641] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:47 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 332/642] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:47 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/643] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:47 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 333/644] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:48 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 312/645] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:48 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&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: 334/646] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:48 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/647] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:48 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 313/648] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:48 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/649] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:48 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 314/650] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:48 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:49.060 8 INFO neutron.db.l3_db [None req-810c92d6-3669-484e-8b59-3fde39f0084c fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] Floating IP d34a2f72-65ef-4947-93f6-3c49a4483149 associated. External IP: 10.96.250.211, port: d9d5ca95-adc2-4699-b15c-ee5970577c6d. [pid: 8|app: 0|req: 337/651] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:35:48 2026] PUT /v2.0/floatingips/d34a2f72-65ef-4947-93f6-3c49a4483149 => generated 855 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/652] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:49 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/653] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:49 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/654] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:49 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/655] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:49 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/656] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:49 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/657] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:49 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:50.121 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b3feb2b-a0b9-4db0-a9e5-833a6eb86009'] response: {'name': 'network-changed', 'server_uuid': '6164156b-6877-4664-9f7a-c8bb36e70266', 'tag': 'd9d5ca95-adc2-4699-b15c-ee5970577c6d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 341/658] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/659] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/660] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/661] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/subnets?id=b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/662] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/ports?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/663] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 318/664] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/security-groups?tenant_id=543275a73e5040968893ec3f62ac4319&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/665] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/666] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:50 2026] DELETE /v2.0/security-groups/3cc32a31-c532-468e-9ddd-465298e4a3b6 => 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: 348/667] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/668] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/669] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/670] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 321/671] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/security-groups?tenant_id=f352c89275e441aaa9619b7db15d8e80&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/672] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:50 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/673] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:50 2026] DELETE /v2.0/security-groups/86655848-8d2c-4fd0-8f16-7297187c90b9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:35:51.451 7 INFO neutron.db.l3_db [None req-fcaff460-1823-4957-80dc-790ffabbf416 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] Floating IP 469b9a9a-42e2-4c07-8081-1b05890079e6 associated. External IP: 10.96.250.210, port: 0425fa2c-7de2-4cc3-93bb-32fbb96dd41a. [pid: 8|app: 0|req: 352/674] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:51 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 323/675] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:35:50 2026] PUT /v2.0/floatingips/469b9a9a-42e2-4c07-8081-1b05890079e6 => generated 856 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/676] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:51 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&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: 324/677] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:51 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/678] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:51 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 325/679] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:52 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/680] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:52 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:52.884 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0e4ea5f-5dbc-4885-b515-3723e702cb23'] response: {'name': 'network-changed', 'server_uuid': 'da1280db-8f31-4dde-b639-c8cb1f01d278', 'tag': '0425fa2c-7de2-4cc3-93bb-32fbb96dd41a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 326/681] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:52 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/682] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:52 2026] GET /v2.0/ports?tenant_id=35525f56159648db8ddaf32ac9165839&device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/683] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:52 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/684] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/networks?id=f191f736-496c-4f4f-a4d9-86dde270d300 => generated 766 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/685] 199.204.45.223 () {34 vars in 1059 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0425fa2c-7de2-4cc3-93bb-32fbb96dd41a => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/686] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/687] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/subnets?id=1cafd8fa-b24a-42c9-8f82-826e24aa1992 => generated 688 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/688] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/ports?network_id=f191f736-496c-4f4f-a4d9-86dde270d300&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: 331/689] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/690] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:53.534 8 INFO neutron.db.l3_db [None req-9062e8ed-79c9-435f-a23c-62f17533d58e 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Floating IP 664df651-066f-4b24-a4d4-e55703f62048 associated. External IP: 10.96.250.220, port: b8cbea62-97b1-42f5-b79f-99e55fc139df. [pid: 7|app: 0|req: 333/691] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/694] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/695] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:35:53 2026] PUT /v2.0/floatingips/664df651-066f-4b24-a4d4-e55703f62048 => generated 855 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/696] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:53.965 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-30c4df5a-ae03-4003-8933-3e4f68c91405'] response: {'name': 'network-changed', 'server_uuid': 'bf5221aa-8ede-4a8d-b6b5-7370724102a2', 'tag': 'b8cbea62-97b1-42f5-b79f-99e55fc139df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 360/697] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:53 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&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: 361/698] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => 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: 338/699] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/700] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/701] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/ports?tenant_id=968077d6f7f94cfc8ebdf32e89d6220d&device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 341/702] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/networks?id=96cdf495-2f0f-4d97-9625-a1d813142caf => generated 776 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/703] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b8cbea62-97b1-42f5-b79f-99e55fc139df => generated 858 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:35:54.685 8 INFO neutron.db.l3_db [req-159f6c59-78a9-4f89-b979-2f22a203f54a req-c1d23f9f-1ff6-4417-84ec-846d3959d95d 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] Floating IP 469b9a9a-42e2-4c07-8081-1b05890079e6 disassociated. External IP: 10.96.250.210, port: 0425fa2c-7de2-4cc3-93bb-32fbb96dd41a. [pid: 7|app: 0|req: 343/704] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/subnets?id=a867460a-463a-439d-b4cf-338e428b18de => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/705] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/706] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/ports?network_id=96cdf495-2f0f-4d97-9625-a1d813142caf&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: 7|app: 0|req: 346/707] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/security-groups?id=c155c5c4-aa4b-460c-879d-ac37e259fa32&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: 347/708] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/networks/96cdf495-2f0f-4d97-9625-a1d813142caf?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/709] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:35:54 2026] GET /v2.0/networks/96cdf495-2f0f-4d97-9625-a1d813142caf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/710] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:35:54 2026] DELETE /v2.0/ports/0425fa2c-7de2-4cc3-93bb-32fbb96dd41a => generated 0 bytes in 805 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/711] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:55 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/712] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:35:55 2026] GET /v2.0/security-groups?id=a5562f3a-92f2-425f-9006-4a31ec8176d4&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: 350/713] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:55 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:56.077 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81964f20-fa46-4adf-943a-d901b5460664'] response: {'server_uuid': 'da1280db-8f31-4dde-b639-c8cb1f01d278', 'name': 'network-vif-deleted', 'tag': '0425fa2c-7de2-4cc3-93bb-32fbb96dd41a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 351/714] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:35:56 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 364/715] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:35:56 2026] GET /v2.0/security-groups?tenant_id=3b36d7e089a746179d5c88640c63b696&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: 365/716] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:56 2026] DELETE /v2.0/security-groups/169539c9-d3c2-471f-9b70-3cb8f1e0c21f => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:35:56.553 7 INFO neutron.db.l3_db [req-63c297c1-40d8-42ca-8b25-bbabfdd08f30 req-1d345317-d216-4891-9583-b308b2addc00 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] Floating IP 664df651-066f-4b24-a4d4-e55703f62048 disassociated. External IP: 10.96.250.220, port: b8cbea62-97b1-42f5-b79f-99e55fc139df. [pid: 8|app: 0|req: 366/717] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:35:56 2026] GET /v2.0/security-groups?tenant_id=00c6f720c34944de96f9452892c13c55&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/718] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:56 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 368/719] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:56 2026] DELETE /v2.0/security-groups/12b92b0a-406d-46bc-b7df-3ad522909eaf => 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: 352/720] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:35:56 2026] DELETE /v2.0/ports/b8cbea62-97b1-42f5-b79f-99e55fc139df => generated 0 bytes in 712 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/721] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:56 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => 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: 353/722] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:57 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/723] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:58 2026] GET /v2.0/ports?device_id=da1280db-8f31-4dde-b639-c8cb1f01d278 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:35:58.907 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83fbd138-9cbe-4148-a831-dbc491293b74'] response: {'server_uuid': 'bf5221aa-8ede-4a8d-b6b5-7370724102a2', 'name': 'network-vif-deleted', 'tag': 'b8cbea62-97b1-42f5-b79f-99e55fc139df', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 354/724] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:35:58 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 371/725] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:35:58 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1240 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/726] 10.0.0.119 () {34 vars in 1039 bytes} [Tue Apr 14 08:35:59 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&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: 8|app: 0|req: 372/727] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:35:59 2026] DELETE /v2.0/security-groups/c155c5c4-aa4b-460c-879d-ac37e259fa32 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:35:59.366 7 INFO neutron.api.v2.resource [None req-5fb66b68-7ff6-4695-be83-db59fc6a25ea 9651485f36ce4a41a07327942a9bc437 35525f56159648db8ddaf32ac9165839 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 356/728] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:35:59 2026] GET /v2.0/security-groups/c155c5c4-aa4b-460c-879d-ac37e259fa32 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/729] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:35:59 2026] DELETE /v2.0/floatingips/469b9a9a-42e2-4c07-8081-1b05890079e6 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/730] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:00 2026] GET /v2.0/ports?device_id=bf5221aa-8ede-4a8d-b6b5-7370724102a2 => 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: 357/731] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:35:59 2026] PUT /v2.0/routers/6d13af6a-3adc-4c8a-b40e-2a158eb47ea1/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: 358/732] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:01 2026] DELETE /v2.0/security-groups/a5562f3a-92f2-425f-9006-4a31ec8176d4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:01.228 7 INFO neutron.api.v2.resource [None req-8094d5b4-f4d7-41b3-a73f-10dcc8cca572 2d09c64a701a463ea305d09887ee1ea0 968077d6f7f94cfc8ebdf32e89d6220d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 359/733] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:36:01 2026] GET /v2.0/security-groups/a5562f3a-92f2-425f-9006-4a31ec8176d4 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:01.243 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-98810d66-52f8-43bd-b253-d9c66e11f8ef edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - 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: 360/734] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:36:01 2026] DELETE /v2.0/floatingips/664df651-066f-4b24-a4d4-e55703f62048 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:01.532 8 INFO neutron.services.segments.plugin [-] Segment 6c457460-3b68-4639-890a-0641fd9ee0f8 resource provider aggregate not found 2026-04-14 08:36:01.535 8 INFO neutron.services.segments.plugin [-] Segment 6c457460-3b68-4639-890a-0641fd9ee0f8 resource provider aggregate not found 2026-04-14 08:36:01.542 8 INFO neutron.services.segments.plugin [-] Segment 6c457460-3b68-4639-890a-0641fd9ee0f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c457460-3b68-4639-890a-0641fd9ee0f8 found for delete ", "request_id": "req-8c10cdfb-46d5-4881-bf4e-784460a5cda7"}]} 2026-04-14 08:36:01.547 8 INFO neutron.services.segments.plugin [-] Segment 6c457460-3b68-4639-890a-0641fd9ee0f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c457460-3b68-4639-890a-0641fd9ee0f8 found for delete ", "request_id": "req-4aebdc59-abab-4712-9204-f267bd0c4a65"}]} 2026-04-14 08:36:01.547 8 INFO neutron.db.l3_hamode_db [None req-98810d66-52f8-43bd-b253-d9c66e11f8ef edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network 6c3e158e-738c-4fe5-b847-da183f9bdc45 was deleted as no HA routers are present in tenant 35525f56159648db8ddaf32ac9165839. [pid: 8|app: 0|req: 375/735] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:00 2026] DELETE /v2.0/routers/6d13af6a-3adc-4c8a-b40e-2a158eb47ea1 => generated 0 bytes in 833 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/736] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:01 2026] DELETE /v2.0/subnets/1cafd8fa-b24a-42c9-8f82-826e24aa1992 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/737] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:01 2026] DELETE /v2.0/networks/f191f736-496c-4f4f-a4d9-86dde270d300 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/738] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:01 2026] PUT /v2.0/routers/a367ede4-06e2-4abf-9d2b-67393da39082/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/739] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:02 2026] GET /v2.0/security-groups?tenant_id=35525f56159648db8ddaf32ac9165839&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/740] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:02 2026] DELETE /v2.0/security-groups/534f5f19-67f0-4424-95f1-67f335b4160c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:03.085 8 INFO neutron.db.l3_hamode_db [None req-320fbdc0-574e-470b-8980-f666cdffdf58 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network de5b5b52-5783-41ac-9bd5-8ff5e5a9451c was deleted as no HA routers are present in tenant 968077d6f7f94cfc8ebdf32e89d6220d. [pid: 8|app: 0|req: 378/741] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:02 2026] DELETE /v2.0/routers/a367ede4-06e2-4abf-9d2b-67393da39082 => generated 0 bytes in 751 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/742] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:03 2026] DELETE /v2.0/subnets/a867460a-463a-439d-b4cf-338e428b18de => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/743] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:03 2026] GET /v2.0/security-groups?tenant_id=15c51889f16744b58d760a4d1ab55219&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/744] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:03 2026] DELETE /v2.0/networks/96cdf495-2f0f-4d97-9625-a1d813142caf => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/745] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:03 2026] DELETE /v2.0/security-groups/00ac0c29-80de-403c-833a-e3cef2b9076a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:03.569 8 INFO neutron.services.segments.plugin [-] Segment 33927803-9649-4431-9385-f291a894535b resource provider aggregate not found 2026-04-14 08:36:03.573 8 INFO neutron.services.segments.plugin [-] Segment 33927803-9649-4431-9385-f291a894535b resource provider aggregate not found [pid: 7|app: 0|req: 366/746] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:03 2026] GET /v2.0/security-groups?tenant_id=968077d6f7f94cfc8ebdf32e89d6220d&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:36:03.581 8 INFO neutron.services.segments.plugin [-] Segment 33927803-9649-4431-9385-f291a894535b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33927803-9649-4431-9385-f291a894535b found for delete ", "request_id": "req-4f32a18a-b8c2-4449-af9f-9fc8931a3819"}]} 2026-04-14 08:36:03.588 8 INFO neutron.services.segments.plugin [-] Segment 33927803-9649-4431-9385-f291a894535b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33927803-9649-4431-9385-f291a894535b found for delete ", "request_id": "req-fbad1f49-a643-4f2b-8932-78079883f584"}]} 2026-04-14 08:36:03.592 8 INFO neutron.services.segments.plugin [-] Segment 66597b9d-d7d1-4a5a-abb1-5393e8a8415e resource provider aggregate not found 2026-04-14 08:36:03.599 8 INFO neutron.services.segments.plugin [-] Segment 66597b9d-d7d1-4a5a-abb1-5393e8a8415e resource provider aggregate not found 2026-04-14 08:36:03.602 8 INFO neutron.services.segments.plugin [-] Segment 66597b9d-d7d1-4a5a-abb1-5393e8a8415e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66597b9d-d7d1-4a5a-abb1-5393e8a8415e found for delete ", "request_id": "req-5f366067-b136-447c-ae93-e2fd4916f5bb"}]} 2026-04-14 08:36:03.608 8 INFO neutron.services.segments.plugin [-] Segment 66597b9d-d7d1-4a5a-abb1-5393e8a8415e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66597b9d-d7d1-4a5a-abb1-5393e8a8415e found for delete ", "request_id": "req-333edb1f-b08e-4299-8ef3-d2f7bfa5ae35"}]} 2026-04-14 08:36:03.615 8 INFO neutron.services.segments.plugin [-] Segment c28347a3-0dc9-4482-8b02-e3fb10664897 resource provider aggregate not found 2026-04-14 08:36:03.619 8 INFO neutron.services.segments.plugin [-] Segment c28347a3-0dc9-4482-8b02-e3fb10664897 resource provider aggregate not found 2026-04-14 08:36:03.628 8 INFO neutron.services.segments.plugin [-] Segment c28347a3-0dc9-4482-8b02-e3fb10664897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28347a3-0dc9-4482-8b02-e3fb10664897 found for delete ", "request_id": "req-3ea14299-047a-4cd1-842c-d7553a0cfad2"}]} 2026-04-14 08:36:03.631 8 INFO neutron.services.segments.plugin [-] Segment c28347a3-0dc9-4482-8b02-e3fb10664897 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28347a3-0dc9-4482-8b02-e3fb10664897 found for delete ", "request_id": "req-e40c3472-5d48-4794-a9df-4e67420a426b"}]} [pid: 8|app: 0|req: 381/747] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:03 2026] GET /v2.0/security-groups?tenant_id=00233f24b76143139df062ea9b095f55&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/748] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:03 2026] DELETE /v2.0/security-groups/6c40c0ea-a967-4585-a84a-7f3c8ef04ffe => 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: 382/749] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:03 2026] DELETE /v2.0/security-groups/6a3365a3-7a30-4aa2-b499-a8f56658f6cb => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:04.583 7 INFO neutron.db.segments_db [None req-feb978a0-8f4b-4a2a-b2b0-811ed67c8397 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 07d1450a-0500-479b-8b3d-47ec0117343e of type vxlan for network 5c8a8727-09b2-429e-bf32-45246c98f693 [pid: 7|app: 0|req: 368/750] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:36:04 2026] POST /v2.0/networks => generated 743 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/751] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:04 2026] POST /v2.0/subnets => generated 690 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:04.957 7 INFO neutron.db.segments_db [None req-329a56b8-2b59-4392-8437-6a4401ab7a13 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 327c9ee0-3d28-4818-aa7e-b296cbd22046 of type vxlan for network 06912681-2b14-4ebf-9d4c-78ccb8dacdc8 2026-04-14 08:36:05.214 7 INFO neutron.db.l3_hamode_db [None req-329a56b8-2b59-4392-8437-6a4401ab7a13 edf7227be8e2490dacc456065df51a01 05365b99618b4d0dac24514c08506b33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:05.726 8 INFO neutron.db.segments_db [None req-9f74e39f-08c9-4d08-95c2-05596e955862 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 9aca6ea3-c243-4f0b-83b8-22acde29a639 of type vxlan for network 15c6c3f5-cbdb-40c4-975e-06b82923f257 [pid: 8|app: 0|req: 384/752] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:36:05 2026] POST /v2.0/networks => generated 746 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/753] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:05 2026] POST /v2.0/subnets => generated 693 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:06.098 8 INFO neutron.db.segments_db [None req-f068a2f7-7c82-4e5c-8971-4f2923889383 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 692b49a4-d269-46ca-b0d2-8e9e496739b0 of type vxlan for network 74e9c586-4597-4ed9-80de-0555aeafcc00 2026-04-14 08:36:06.367 8 INFO neutron.db.l3_hamode_db [None req-f068a2f7-7c82-4e5c-8971-4f2923889383 edf7227be8e2490dacc456065df51a01 4d60e9e5c6e4483fb0c67cb8add005c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:06.397 7 INFO neutron.db.l3_hamode_db [None req-329a56b8-2b59-4392-8437-6a4401ab7a13 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:07.190 8 INFO neutron.db.l3_hamode_db [None req-f068a2f7-7c82-4e5c-8971-4f2923889383 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 369/754] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:04 2026] POST /v2.0/routers => generated 730 bytes in 2473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/755] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:06 2026] POST /v2.0/routers => generated 733 bytes in 2066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/756] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:08 2026] GET /v2.0/security-groups?tenant_id=9e041290f6a64976a4658481cc0c2ce4&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/757] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:07 2026] PUT /v2.0/routers/f59e3fa5-b82e-410d-a653-c98735fe1114/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/758] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:08 2026] DELETE /v2.0/security-groups/45c80e05-ea0d-49d0-bbaf-73c6386155bc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/761] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:08 2026] GET /v2.0/security-groups?tenant_id=da7f01c08aa64c3a8a2e1469769517f1&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/762] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:09 2026] DELETE /v2.0/security-groups/5514f1a9-d7ec-4c6d-bb33-9023232868fd => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:09.370 7 WARNING neutron_lib.context [None req-307a9af0-8984-4a6f-9a1b-4797bb1d4c4c 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 376/763] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:36:09 2026] POST /v2.0/security-groups => generated 1659 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/764] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:09 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 971 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:09.679 7 WARNING neutron_lib.context [None req-9931aa73-3fd3-4c4d-b869-d32ab6154e80 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 388/765] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:08 2026] PUT /v2.0/routers/25a0c971-2ec2-4ff9-9770-a30c16fdb3bc/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/766] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:36:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:09.840 7 WARNING neutron_lib.context [None req-1849dc87-1c60-4d34-b6f2-48c80906f643 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 389/767] 10.0.0.49 () {34 vars in 969 bytes} [Tue Apr 14 08:36:09 2026] GET /v2.0/ports/d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 968 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/768] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:36:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:09.966 8 WARNING neutron_lib.context [None req-8cee197c-8f89-4ee7-ad82-5b756e73f86a 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 380/769] 199.204.45.223 () {34 vars in 999 bytes} [Tue Apr 14 08:36:10 2026] GET /v2.0/subnets?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/770] 199.204.45.223 () {34 vars in 1145 bytes} [Tue Apr 14 08:36:10 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266&device_owner=compute%3Anova&network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/771] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:36:09 2026] POST /v2.0/floatingips => generated 552 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/772] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:36:10 2026] GET /v2.0/networks?id=15c6c3f5-cbdb-40c4-975e-06b82923f257 => generated 678 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/773] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:36:10 2026] GET /v2.0/quotas/4d60e9e5c6e4483fb0c67cb8add005c8 => 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: 393/774] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:36:10 2026] GET /v2.0/ports?tenant_id=4d60e9e5c6e4483fb0c67cb8add005c8&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/775] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/networks/15c6c3f5-cbdb-40c4-975e-06b82923f257?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: 395/776] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/networks/15c6c3f5-cbdb-40c4-975e-06b82923f257?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/777] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:36:10 2026] PUT /v2.0/ports/d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 1145 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/778] 10.0.0.49 () {34 vars in 1096 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--921630376&fields=id&tenant_id=05365b99618b4d0dac24514c08506b33 => generated 69 bytes in 52 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: 397/779] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => 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: 383/780] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/networks?id=5c8a8727-09b2-429e-bf32-45246c98f693 => generated 675 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/781] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/quotas/05365b99618b4d0dac24514c08506b33 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:11.318 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5244f10f-71f9-45f9-8eb2-255e9212a784'] response: {'name': 'network-changed', 'server_uuid': '6164156b-6877-4664-9f7a-c8bb36e70266', 'tag': 'd9d5ca95-adc2-4699-b15c-ee5970577c6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 384/782] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/ports?tenant_id=05365b99618b4d0dac24514c08506b33&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/783] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?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: 385/784] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?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: 400/785] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 386/786] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1417 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/787] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 780 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/788] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => 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: 403/789] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/790] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/subnets?id=b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/791] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/ports?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe&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: 406/792] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 387/793] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:11 2026] GET /v2.0/security-groups?tenant_id=b31d69ee7d5e4ddea6ad66b0a5ef3081&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: 407/794] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:12 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 388/795] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:12 2026] DELETE /v2.0/security-groups/5206d97a-a0eb-4520-87eb-7bc0b0c62964 => 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: 408/796] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:12 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => 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: 389/797] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:12 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 409/798] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1417 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/799] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/800] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => 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: 410/801] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1148 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/802] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/803] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/804] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/subnets?id=b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/805] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/ports?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/806] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 413/807] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/808] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/809] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 415/810] 199.204.45.223 () {34 vars in 1117 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1148 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/811] 10.0.0.228 () {32 vars in 652 bytes} [Tue Apr 14 08:36:13 2026] GET /v2.0/extensions => generated 20516 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/812] 10.0.0.228 () {32 vars in 680 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/813] 10.0.0.228 () {32 vars in 680 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/814] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/815] 10.0.0.228 () {32 vars in 664 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/816] 10.0.0.228 () {32 vars in 698 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/817] 10.0.0.228 () {32 vars in 696 bytes} [Tue Apr 14 08:36:14 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: 403/818] 10.0.0.228 () {32 vars in 700 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/819] 10.0.0.228 () {32 vars in 688 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/820] 10.0.0.228 () {32 vars in 702 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/821] 10.0.0.228 () {32 vars in 692 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/822] 10.0.0.228 () {32 vars in 694 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/823] 10.0.0.228 () {32 vars in 684 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/824] 10.0.0.228 () {32 vars in 686 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/825] 10.0.0.228 () {32 vars in 660 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/826] 10.0.0.228 () {32 vars in 698 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/827] 10.0.0.228 () {32 vars in 678 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/828] 10.0.0.228 () {32 vars in 682 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/829] 10.0.0.228 () {32 vars in 674 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/830] 10.0.0.228 () {32 vars in 688 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/831] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/832] 10.0.0.228 () {32 vars in 686 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/833] 10.0.0.228 () {32 vars in 668 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/834] 10.0.0.228 () {32 vars in 686 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/835] 10.0.0.228 () {32 vars in 680 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/836] 10.0.0.228 () {32 vars in 698 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/837] 10.0.0.228 () {32 vars in 678 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/838] 10.0.0.228 () {32 vars in 666 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/839] 10.0.0.228 () {32 vars in 676 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/840] 10.0.0.228 () {32 vars in 664 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/841] 10.0.0.228 () {32 vars in 674 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/842] 10.0.0.228 () {32 vars in 712 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/843] 10.0.0.228 () {32 vars in 690 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/844] 10.0.0.228 () {32 vars in 682 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/845] 10.0.0.228 () {32 vars in 668 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/846] 10.0.0.228 () {32 vars in 686 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/847] 10.0.0.228 () {32 vars in 704 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/848] 10.0.0.228 () {32 vars in 674 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/849] 10.0.0.228 () {32 vars in 700 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/850] 10.0.0.228 () {32 vars in 674 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/851] 10.0.0.228 () {32 vars in 692 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/852] 10.0.0.228 () {32 vars in 688 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/853] 10.0.0.228 () {32 vars in 708 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/854] 10.0.0.228 () {32 vars in 704 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/855] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/856] 10.0.0.228 () {32 vars in 696 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/857] 10.0.0.228 () {32 vars in 710 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/858] 10.0.0.228 () {32 vars in 668 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/859] 10.0.0.228 () {32 vars in 686 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/860] 10.0.0.228 () {32 vars in 680 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/861] 10.0.0.228 () {32 vars in 674 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/862] 10.0.0.228 () {32 vars in 670 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/863] 10.0.0.228 () {32 vars in 660 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/864] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:36:14 2026] PUT /v2.0/ports/d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 968 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/865] 10.0.0.228 () {32 vars in 698 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 417/866] 10.0.0.228 () {32 vars in 698 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/867] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => 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: 418/868] 10.0.0.228 () {32 vars in 676 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/869] 10.0.0.228 () {32 vars in 668 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/870] 10.0.0.228 () {32 vars in 682 bytes} [Tue Apr 14 08:36:14 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: 7|app: 0|req: 452/871] 10.0.0.228 () {32 vars in 700 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/872] 10.0.0.228 () {32 vars in 684 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/873] 10.0.0.228 () {32 vars in 706 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/874] 10.0.0.228 () {32 vars in 668 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/875] 10.0.0.228 () {32 vars in 696 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/876] 10.0.0.228 () {32 vars in 694 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/877] 10.0.0.228 () {32 vars in 684 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/878] 10.0.0.228 () {32 vars in 688 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/879] 10.0.0.228 () {32 vars in 666 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/880] 10.0.0.228 () {32 vars in 680 bytes} [Tue Apr 14 08:36:14 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: 457/881] 10.0.0.228 () {32 vars in 680 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/rbac-policies => 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: 425/882] 10.0.0.228 () {32 vars in 690 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/883] 10.0.0.228 () {32 vars in 690 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:14.788 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c11af743-51a7-46a0-9f8f-edac172d773e'] response: {'name': 'network-changed', 'server_uuid': '6164156b-6877-4664-9f7a-c8bb36e70266', 'tag': 'd9d5ca95-adc2-4699-b15c-ee5970577c6d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 426/884] 10.0.0.228 () {32 vars in 694 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/885] 10.0.0.228 () {32 vars in 684 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/886] 10.0.0.228 () {32 vars in 688 bytes} [Tue Apr 14 08:36:14 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: 460/887] 10.0.0.228 () {32 vars in 700 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/888] 10.0.0.228 () {32 vars in 702 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/889] 10.0.0.228 () {32 vars in 712 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/890] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 462/891] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/892] 10.0.0.228 () {32 vars in 714 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/893] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/894] 10.0.0.228 () {32 vars in 740 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/895] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/896] 10.0.0.228 () {32 vars in 682 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/897] 10.0.0.228 () {32 vars in 668 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/898] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/899] 10.0.0.228 () {32 vars in 678 bytes} [Tue Apr 14 08:36:14 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: 8|app: 0|req: 434/900] 10.0.0.228 () {32 vars in 668 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/901] 10.0.0.228 () {32 vars in 696 bytes} [Tue Apr 14 08:36:14 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: 8|app: 0|req: 435/902] 10.0.0.228 () {32 vars in 704 bytes} [Tue Apr 14 08:36:14 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/903] 10.0.0.228 () {32 vars in 700 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/904] 10.0.0.228 () {32 vars in 700 bytes} [Tue Apr 14 08:36:15 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: 7|app: 0|req: 469/905] 10.0.0.228 () {32 vars in 682 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/906] 10.0.0.228 () {32 vars in 704 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/907] 10.0.0.228 () {32 vars in 694 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/908] 10.0.0.228 () {32 vars in 688 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/909] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/910] 10.0.0.228 () {32 vars in 696 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/911] 10.0.0.228 () {32 vars in 678 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/912] 10.0.0.228 () {32 vars in 688 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/913] 10.0.0.228 () {32 vars in 700 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/914] 10.0.0.228 () {32 vars in 664 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/915] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 780 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/916] 10.0.0.228 () {32 vars in 680 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/917] 10.0.0.228 () {32 vars in 692 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/918] 10.0.0.228 () {32 vars in 676 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/919] 10.0.0.228 () {32 vars in 666 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/920] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/921] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/subnets?id=b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/922] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/ports?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/923] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 474/924] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/925] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/networks?id=15c6c3f5-cbdb-40c4-975e-06b82923f257 => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/926] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:15.672 8 WARNING neutron_lib.context [req-a60d2aae-08cc-41d0-bbe9-6715df51de47 req-1292ed39-8945-4e5a-a533-e2492528b607 b941ee82612d49049a600f0c674c63d2 4d60e9e5c6e4483fb0c67cb8add005c8 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 452/927] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:36:15 2026] POST /v2.0/ports => generated 954 bytes in 337 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: 453/928] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/929] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:15 2026] GET /v2.0/security-groups?tenant_id=a0c8e7733f224ee19c9587133cbcdab4&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/930] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:16 2026] DELETE /v2.0/security-groups/5252557a-ff89-4ee9-ab45-209a98f01097 => 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: 454/931] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:36:16 2026] PUT /v2.0/ports/a3184140-a02c-4a28-a762-65e0542323f0 => generated 1235 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/932] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/ports?tenant_id=4cd2d2324802437795bb2efac265ed34&device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 1240 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: 455/933] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/networks?id=ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/934] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/935] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/subnets?id=b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/936] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/ports?network_id=ff63f156-10a3-46b8-b85f-df52cc27a0fe&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/937] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 457/938] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/939] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe?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: 458/940] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&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: 7|app: 0|req: 483/941] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:16.941 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8992fa27-d004-4f49-91ef-18ba11a6db88'] response: {'name': 'network-changed', 'server_uuid': '8fb81038-7ab2-426d-9481-9c8103977c52', 'tag': 'a3184140-a02c-4a28-a762-65e0542323f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 459/942] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:16 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/943] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:17 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 460/944] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:17 2026] GET /v2.0/ports?tenant_id=4d60e9e5c6e4483fb0c67cb8add005c8&device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => 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: 485/945] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:36:17 2026] GET /v2.0/networks?tenant_id=4d60e9e5c6e4483fb0c67cb8add005c8&shared=False => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/946] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:36:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/947] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:17 2026] GET /v2.0/networks?id=5c8a8727-09b2-429e-bf32-45246c98f693 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/948] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:36:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=05365b99618b4d0dac24514c08506b33 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:17.843 7 WARNING neutron_lib.context [req-87cf2eca-5aa5-45bd-bfdc-275a24aef113 req-63bb7aee-c34a-489b-bad8-a97cce78fc50 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:17.999 8 WARNING neutron_lib.context [None req-2890051b-42fb-4210-9a2c-1c954f37c41b fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:17.999 8 WARNING neutron_lib.context [None req-2890051b-42fb-4210-9a2c-1c954f37c41b fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:18.178 8 INFO neutron.db.segments_db [None req-2890051b-42fb-4210-9a2c-1c954f37c41b fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Added segment acbe4828-c9cb-4706-b3d5-187845e7234e of type vxlan for network 342e5da4-7e2c-4e80-88b0-10efa3255baa 2026-04-14 08:36:18.251 8 INFO neutron.db.segments_db [None req-2890051b-42fb-4210-9a2c-1c954f37c41b fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Added segment 20da0c19-7637-4fe2-a7dd-89fb9e184ef9 of type vxlan for network c96bb036-b049-4006-b9a1-2c94a8c0a51a [pid: 7|app: 0|req: 487/949] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:36:17 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 488/950] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/951] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:17 2026] POST /v2.0/networks => generated 1244 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/952] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => 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: 490/953] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/954] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/networks => generated 1843 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/955] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/security-groups?id=95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/956] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:18.684 7 INFO neutron.services.segments.plugin [-] Segment acbe4828-c9cb-4706-b3d5-187845e7234e resource provider aggregate not found 2026-04-14 08:36:18.688 7 INFO neutron.services.segments.plugin [-] Segment acbe4828-c9cb-4706-b3d5-187845e7234e resource provider aggregate not found [pid: 7|app: 0|req: 494/957] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:18 2026] DELETE /v2.0/networks/342e5da4-7e2c-4e80-88b0-10efa3255baa => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:18.700 7 INFO neutron.services.segments.plugin [-] Segment acbe4828-c9cb-4706-b3d5-187845e7234e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acbe4828-c9cb-4706-b3d5-187845e7234e found for delete ", "request_id": "req-2235fb0b-b031-4508-afb0-42bb83de25e0"}]} 2026-04-14 08:36:18.705 7 INFO neutron.services.segments.plugin [-] Segment acbe4828-c9cb-4706-b3d5-187845e7234e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acbe4828-c9cb-4706-b3d5-187845e7234e found for delete ", "request_id": "req-1c856e3d-1f0e-4ff6-a225-c9abbbede19e"}]} [pid: 7|app: 0|req: 495/958] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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: 464/959] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:36:18 2026] PUT /v2.0/ports/52382216-9bc1-4da4-89fe-fa3ffeef7dfa => generated 1235 bytes in 389 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: 496/960] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/ports?tenant_id=4d60e9e5c6e4483fb0c67cb8add005c8&device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/961] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => 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: 498/962] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a3184140-a02c-4a28-a762-65e0542323f0 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:18.854 8 INFO neutron.services.segments.plugin [-] Segment 20da0c19-7637-4fe2-a7dd-89fb9e184ef9 resource provider aggregate not found 2026-04-14 08:36:18.858 8 INFO neutron.services.segments.plugin [-] Segment 20da0c19-7637-4fe2-a7dd-89fb9e184ef9 resource provider aggregate not found 2026-04-14 08:36:18.863 8 INFO neutron.services.segments.plugin [-] Segment 20da0c19-7637-4fe2-a7dd-89fb9e184ef9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20da0c19-7637-4fe2-a7dd-89fb9e184ef9 found for delete ", "request_id": "req-2514c620-2483-46c6-a20c-8873d01b09b3"}]} 2026-04-14 08:36:18.872 8 INFO neutron.services.segments.plugin [-] Segment 20da0c19-7637-4fe2-a7dd-89fb9e184ef9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20da0c19-7637-4fe2-a7dd-89fb9e184ef9 found for delete ", "request_id": "req-39c89d20-d7a9-4990-bac5-0d4ac6973a1b"}]} [pid: 8|app: 0|req: 465/963] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:18 2026] DELETE /v2.0/networks/c96bb036-b049-4006-b9a1-2c94a8c0a51a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/964] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/subnets?id=04d52eff-bfe0-4850-a777-b7c91823e166 => generated 696 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/965] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:36:18 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-04-14 08:36:18.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cda10099-26e3-42e2-b625-43c824360c44'] response: {'name': 'network-changed', 'server_uuid': 'e8596957-c656-40c9-83f1-311134272425', 'tag': '52382216-9bc1-4da4-89fe-fa3ffeef7dfa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 468/966] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:18 2026] GET /v2.0/ports?network_id=15c6c3f5-cbdb-40c4-975e-06b82923f257&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:36:19.003 8 WARNING neutron_lib.context [None req-b99a0268-edc1-4456-bc7f-c685ff03384f fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:19.048 8 INFO neutron.db.segments_db [None req-b99a0268-edc1-4456-bc7f-c685ff03384f fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Added segment 68aeb221-7870-41aa-a8b8-9d5984b30991 of type vxlan for network 74ec99d1-550e-443f-9989-7a54885c1148 2026-04-14 08:36:19.065 7 INFO neutron.db.l3_db [req-5e3db1ec-8e17-4cd0-9f6a-f00a7a6ca43a req-38636c3f-8238-4f0f-9603-000dd077888e fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] Floating IP d34a2f72-65ef-4947-93f6-3c49a4483149 disassociated. External IP: 10.96.250.211, port: d9d5ca95-adc2-4699-b15c-ee5970577c6d. [pid: 8|app: 0|req: 469/967] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:19 2026] POST /v2.0/networks => generated 654 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/968] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/networks/15c6c3f5-cbdb-40c4-975e-06b82923f257?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:19.172 8 WARNING neutron_lib.context [None req-45b02c95-6c75-484c-bf6d-76d24518aa5a fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:19.221 8 INFO neutron.db.segments_db [None req-45b02c95-6c75-484c-bf6d-76d24518aa5a fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Added segment cd21a796-bd80-43cc-a69e-92923cb78ff7 of type vxlan for network 8b73d15f-ef43-426f-b30c-e300a31b3e22 [pid: 8|app: 0|req: 471/969] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:19 2026] POST /v2.0/networks => generated 654 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/970] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/networks/15c6c3f5-cbdb-40c4-975e-06b82923f257?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:19.364 8 WARNING neutron_lib.context [None req-b9fe559a-7281-490c-8e1f-0fa8a710d48e fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:19.387 8 WARNING neutron_lib.context [None req-b9fe559a-7281-490c-8e1f-0fa8a710d48e fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 499/971] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:36:18 2026] DELETE /v2.0/ports/d9d5ca95-adc2-4699-b15c-ee5970577c6d => generated 0 bytes in 583 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/972] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:19.489 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da4d5060-b5de-4d5d-8070-b981ba8c6eec'] response: {'server_uuid': '6164156b-6877-4664-9f7a-c8bb36e70266', 'name': 'network-vif-deleted', 'tag': 'd9d5ca95-adc2-4699-b15c-ee5970577c6d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 501/973] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/ports?tenant_id=05365b99618b4d0dac24514c08506b33&device_id=e8596957-c656-40c9-83f1-311134272425 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/974] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/975] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => 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: 504/976] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/networks?tenant_id=05365b99618b4d0dac24514c08506b33&shared=False => generated 771 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/977] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/978] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/979] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:19 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/980] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:19 2026] POST /v2.0/ports => generated 1506 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/981] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/ports => generated 1506 bytes in 112 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: 474/982] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:20 2026] DELETE /v2.0/ports/bd96739a-5fcd-4a3d-a0cc-f7f9e4930f90 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/983] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:20 2026] DELETE /v2.0/ports/04f9a94c-2a5a-40d5-afee-ba244e7471e2 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/984] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/ports => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:20.600 7 WARNING neutron_lib.context [None req-d413097c-8fe5-484b-a977-1327d1767590 fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:20.681 7 INFO neutron.db.segments_db [None req-d413097c-8fe5-484b-a977-1327d1767590 fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Added segment a048f0e5-00f2-4a9f-bca1-cc421eb31dba of type vxlan for network 22015eef-825b-4bfa-9c5a-40e6fa8e8e5b [pid: 8|app: 0|req: 476/985] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/986] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => 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: 478/987] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/ports?tenant_id=05365b99618b4d0dac24514c08506b33&device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 510/988] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:20 2026] POST /v2.0/networks => generated 653 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/989] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:20.809 8 WARNING neutron_lib.context [None req-0432693f-a9eb-4846-8c4b-7797c2689f23 fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 511/990] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=52382216-9bc1-4da4-89fe-fa3ffeef7dfa => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/991] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/subnets?id=fb734aae-6831-40a3-b422-f31f19bc8e5f => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:20.871 8 INFO neutron.db.segments_db [None req-0432693f-a9eb-4846-8c4b-7797c2689f23 fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Added segment 73d14b08-148a-49c2-bb10-7c6d39dbc14d of type vxlan for network 24f8bc47-09d2-43fd-aaac-6013438f4127 [pid: 7|app: 0|req: 513/992] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/ports?network_id=5c8a8727-09b2-429e-bf32-45246c98f693&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: 514/993] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?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: 480/994] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:20 2026] POST /v2.0/networks => generated 653 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/995] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/996] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:20 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/997] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:21 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:21.418 8 WARNING neutron_lib.context [None req-af9c1388-1986-4d72-aac3-341e925f8d53 fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:21.441 8 WARNING neutron_lib.context [None req-af9c1388-1986-4d72-aac3-341e925f8d53 fd9fc4d878584dbab2a6986a39390d27 455e1024cb2e43d59df6b358aa6dd371 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 517/998] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:21 2026] GET /v2.0/ports?device_id=6164156b-6877-4664-9f7a-c8bb36e70266 => 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: 482/999] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:21 2026] POST /v2.0/subnets => generated 1324 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1000] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:21 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1001] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:36:21 2026] GET /v2.0/subnets => generated 1960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1002] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:21 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&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: 484/1003] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:21 2026] DELETE /v2.0/subnets/d44f7eb8-1da4-4248-b4bd-8483565e6e2a => 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: 485/1004] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:22 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1005] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:22 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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: 520/1006] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:22 2026] DELETE /v2.0/subnets/16704372-1b28-469c-94b2-bf686c2a564b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1007] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:36:22 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:22.385 7 INFO neutron.services.segments.plugin [-] Segment 73d14b08-148a-49c2-bb10-7c6d39dbc14d resource provider aggregate not found 2026-04-14 08:36:22.390 7 INFO neutron.services.segments.plugin [-] Segment 73d14b08-148a-49c2-bb10-7c6d39dbc14d resource provider aggregate not found 2026-04-14 08:36:22.406 7 INFO neutron.services.segments.plugin [-] Segment 73d14b08-148a-49c2-bb10-7c6d39dbc14d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d14b08-148a-49c2-bb10-7c6d39dbc14d found for delete ", "request_id": "req-5b612066-43f8-462b-aec9-78f8339d985b"}]} 2026-04-14 08:36:22.408 7 INFO neutron.services.segments.plugin [-] Segment 73d14b08-148a-49c2-bb10-7c6d39dbc14d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d14b08-148a-49c2-bb10-7c6d39dbc14d found for delete ", "request_id": "req-47af35bb-5d10-454e-9442-e1ec416bca22"}]} [pid: 7|app: 0|req: 521/1008] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:22 2026] DELETE /v2.0/networks/24f8bc47-09d2-43fd-aaac-6013438f4127 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:22.529 8 INFO neutron.services.segments.plugin [-] Segment a048f0e5-00f2-4a9f-bca1-cc421eb31dba resource provider aggregate not found 2026-04-14 08:36:22.532 8 INFO neutron.services.segments.plugin [-] Segment a048f0e5-00f2-4a9f-bca1-cc421eb31dba resource provider aggregate not found 2026-04-14 08:36:22.544 8 INFO neutron.services.segments.plugin [-] Segment a048f0e5-00f2-4a9f-bca1-cc421eb31dba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a048f0e5-00f2-4a9f-bca1-cc421eb31dba found for delete ", "request_id": "req-1a3bf5d0-dc50-463e-b06d-8a1ab74499a5"}]} [pid: 8|app: 0|req: 488/1009] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:22 2026] DELETE /v2.0/networks/22015eef-825b-4bfa-9c5a-40e6fa8e8e5b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1010] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:22 2026] DELETE /v2.0/networks/8b73d15f-ef43-426f-b30c-e300a31b3e22 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:22.680 8 INFO neutron.services.segments.plugin [-] Segment a048f0e5-00f2-4a9f-bca1-cc421eb31dba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a048f0e5-00f2-4a9f-bca1-cc421eb31dba found for delete ", "request_id": "req-c823966b-d359-4673-8d7c-a34af415a4a6"}]} [pid: 8|app: 0|req: 489/1011] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:22 2026] DELETE /v2.0/networks/74ec99d1-550e-443f-9989-7a54885c1148 => 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: 523/1012] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:22 2026] DELETE /v2.0/security-groups/95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:23.012 7 INFO neutron.api.v2.resource [None req-f11dcd7c-b375-4b5a-a353-0c1de6a1acea fb4d4e8b051a4858b0daff433aa4b803 4cd2d2324802437795bb2efac265ed34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 524/1013] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:36:23 2026] GET /v2.0/security-groups/95ceba2d-e7d9-4060-a1fd-e7d25a35b8fd => 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: 490/1014] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:22 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1015] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:23 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1016] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:23 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1017] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:36:23 2026] DELETE /v2.0/floatingips/d34a2f72-65ef-4947-93f6-3c49a4483149 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1018] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:23 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1019] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:23 2026] GET /v2.0/security-groups?tenant_id=455e1024cb2e43d59df6b358aa6dd371&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1020] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:23 2026] DELETE /v2.0/security-groups/fef74935-68d9-4596-baeb-bae5c6ea8785 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1023] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1024] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1025] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:23 2026] PUT /v2.0/routers/22f1fb91-95ed-4b69-bb53-edecd39e3dc6/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:24.502 7 INFO neutron.services.segments.plugin [-] Segment cd21a796-bd80-43cc-a69e-92923cb78ff7 resource provider aggregate not found 2026-04-14 08:36:24.506 7 INFO neutron.services.segments.plugin [-] Segment cd21a796-bd80-43cc-a69e-92923cb78ff7 resource provider aggregate not found 2026-04-14 08:36:24.522 7 INFO neutron.services.segments.plugin [-] Segment cd21a796-bd80-43cc-a69e-92923cb78ff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd21a796-bd80-43cc-a69e-92923cb78ff7 found for delete ", "request_id": "req-04bdffcd-db2d-4da4-93be-d9d8a72808ca"}]} 2026-04-14 08:36:24.523 7 INFO neutron.services.segments.plugin [-] Segment cd21a796-bd80-43cc-a69e-92923cb78ff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd21a796-bd80-43cc-a69e-92923cb78ff7 found for delete ", "request_id": "req-4d8873d6-31c7-4065-92b5-d4f56c130227"}]} 2026-04-14 08:36:24.561 8 INFO neutron.services.segments.plugin [-] Segment 68aeb221-7870-41aa-a8b8-9d5984b30991 resource provider aggregate not found [pid: 7|app: 0|req: 528/1026] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:24.583 8 INFO neutron.services.segments.plugin [-] Segment 68aeb221-7870-41aa-a8b8-9d5984b30991 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68aeb221-7870-41aa-a8b8-9d5984b30991 found for delete ", "request_id": "req-c00e6167-f1ee-4a13-968e-53fcadfd64b4"}]} [pid: 7|app: 0|req: 529/1027] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:24 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:24.700 8 INFO neutron.services.segments.plugin [-] Segment 68aeb221-7870-41aa-a8b8-9d5984b30991 resource provider aggregate not found 2026-04-14 08:36:24.721 8 INFO neutron.services.segments.plugin [-] Segment 68aeb221-7870-41aa-a8b8-9d5984b30991 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68aeb221-7870-41aa-a8b8-9d5984b30991 found for delete ", "request_id": "req-cd4c29f8-a782-4d56-9caa-207775b83794"}]} 2026-04-14 08:36:25.299 8 INFO neutron.db.l3_hamode_db [None req-84fe11a3-4511-402d-a17c-cba98951c943 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network b0456e9e-b766-49b2-90a8-afd63111a0f0 was deleted as no HA routers are present in tenant 4cd2d2324802437795bb2efac265ed34. [pid: 8|app: 0|req: 499/1028] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:24 2026] DELETE /v2.0/routers/22f1fb91-95ed-4b69-bb53-edecd39e3dc6 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1029] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:25 2026] DELETE /v2.0/subnets/b4c9a619-e16d-49b6-b5ef-b02896e8c1d9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1030] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:25 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:25.538 7 WARNING neutron_lib.context [None req-9f9a62d4-6a4c-4f26-bf54-1c92e6fd113b b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:25.718 7 INFO neutron.db.segments_db [None req-9f9a62d4-6a4c-4f26-bf54-1c92e6fd113b b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Added segment cfd4f8ae-8fc3-48e1-94b3-9faa0ede06f5 of type vxlan for network 067645b6-29af-46eb-a1d8-20f686e42cf3 [pid: 7|app: 0|req: 530/1031] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:25 2026] POST /v2.0/networks => generated 649 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1032] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:25 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&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: 532/1033] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:25 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1034] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:25 2026] DELETE /v2.0/networks/ff63f156-10a3-46b8-b85f-df52cc27a0fe => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:25.907 7 WARNING neutron_lib.context [None req-b03049bc-c40f-45f2-88cf-1f5611f55319 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 503/1035] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:25 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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: 504/1036] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:26 2026] GET /v2.0/security-groups?tenant_id=4cd2d2324802437795bb2efac265ed34&name=default => generated 2921 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1037] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:25 2026] POST /v2.0/ports => generated 779 bytes in 361 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: 505/1038] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:26 2026] DELETE /v2.0/security-groups/5d96c096-0263-4a0f-8af7-ea681ffb5d41 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:26.299 8 WARNING neutron_lib.context [None req-812841ec-59d8-4a53-bd18-c00a433d98b8 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 534/1039] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:26 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:26.348 8 INFO neutron.db.segments_db [None req-812841ec-59d8-4a53-bd18-c00a433d98b8 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Added segment 9672f699-c2c8-4bd1-a1d9-ddfadda5f58f of type vxlan for network 73ad4c25-1256-4cb1-892c-07d699ede862 [pid: 7|app: 0|req: 535/1040] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:26 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1041] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:26 2026] POST /v2.0/networks => generated 636 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:26.439 7 WARNING neutron_lib.context [None req-44bd29a8-1646-4768-b223-32608261c72e b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 536/1042] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:26 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:26.707 8 WARNING neutron_lib.context [None req-8c7bffa0-a9bd-4237-ab6e-e457fec92a98 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:26.730 8 INFO neutron.services.segments.plugin [-] Segment 7cb902b8-0e5f-49ec-b3b9-1b88d42496a1 resource provider aggregate not found 2026-04-14 08:36:26.739 8 INFO neutron.services.segments.plugin [-] Segment 7cb902b8-0e5f-49ec-b3b9-1b88d42496a1 resource provider aggregate not found 2026-04-14 08:36:26.746 8 INFO neutron.services.segments.plugin [-] Segment 7cb902b8-0e5f-49ec-b3b9-1b88d42496a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cb902b8-0e5f-49ec-b3b9-1b88d42496a1 found for delete ", "request_id": "req-2962f0a5-f5ac-4882-9ac5-ed49ae5fbcf7"}]} 2026-04-14 08:36:26.750 8 INFO neutron.services.segments.plugin [-] Segment 7cb902b8-0e5f-49ec-b3b9-1b88d42496a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cb902b8-0e5f-49ec-b3b9-1b88d42496a1 found for delete ", "request_id": "req-70c03dff-7db5-4964-b2c8-b823a3c33125"}]} 2026-04-14 08:36:26.764 8 INFO neutron.services.segments.plugin [-] Segment e66bc1c7-48d1-48f6-94fa-d318ae21c8bb resource provider aggregate not found 2026-04-14 08:36:26.769 8 INFO neutron.services.segments.plugin [-] Segment e66bc1c7-48d1-48f6-94fa-d318ae21c8bb resource provider aggregate not found 2026-04-14 08:36:26.785 8 INFO neutron.services.segments.plugin [-] Segment e66bc1c7-48d1-48f6-94fa-d318ae21c8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e66bc1c7-48d1-48f6-94fa-d318ae21c8bb found for delete ", "request_id": "req-13a31058-f3a6-48c6-be6e-684f7560ece5"}]} 2026-04-14 08:36:26.786 8 INFO neutron.services.segments.plugin [-] Segment e66bc1c7-48d1-48f6-94fa-d318ae21c8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e66bc1c7-48d1-48f6-94fa-d318ae21c8bb found for delete ", "request_id": "req-3f338262-8a8b-4a71-9790-cd4a1e4c7eab"}]} [pid: 8|app: 0|req: 507/1043] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:26 2026] POST /v2.0/ports => generated 965 bytes in 353 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: 537/1044] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1045] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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: 539/1046] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 508/1047] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:27 2026] DELETE /v2.0/ports/a41b62f4-3b48-47ab-b77a-c3f3658b52f8 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:27.406 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33758e87-a608-427f-adf8-5063d3d4ca21 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 509/1048] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:27 2026] DELETE /v2.0/ports/a41b62f4-3b48-47ab-b77a-c3f3658b52f8 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:27.436 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61675739-5c21-4e62-95db-5c61d7f9df9d b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 510/1049] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/ports/a41b62f4-3b48-47ab-b77a-c3f3658b52f8 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1050] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:27 2026] DELETE /v2.0/subnets/0bcd6335-c4f8-4ca2-aa33-6b1e59a5f7d9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1051] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 971 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:27.724 7 INFO neutron.db.l3_db [None req-e4ac007e-13f6-48f5-8b73-4be54734dea7 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] Floating IP d2d90fe2-5f49-43ca-a2db-78677d59d03a associated. External IP: 10.96.250.219, port: 52382216-9bc1-4da4-89fe-fa3ffeef7dfa. [pid: 8|app: 0|req: 513/1052] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:27 2026] DELETE /v2.0/networks/73ad4c25-1256-4cb1-892c-07d699ede862 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1053] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:27 2026] GET /v2.0/security-groups?id=8f89836f-0901-42e1-8023-d9221064b451&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:27.847 8 WARNING neutron_lib.context [None req-c5ccfeeb-34ea-4761-8bf5-a68183f3d2f9 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:27.898 8 INFO neutron.db.segments_db [None req-c5ccfeeb-34ea-4761-8bf5-a68183f3d2f9 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Added segment c0e4c01b-c959-43f9-8fc6-01030f70063b of type vxlan for network 7aa83ac0-ffe0-4521-a163-7242e7f47313 [pid: 8|app: 0|req: 515/1054] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:27 2026] POST /v2.0/networks => generated 636 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:27.980 8 WARNING neutron_lib.context [None req-e2d951e7-f5b9-4d0b-a81d-e15015a7f73b b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 540/1055] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:36:27 2026] PUT /v2.0/floatingips/d2d90fe2-5f49-43ca-a2db-78677d59d03a => generated 855 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:28.169 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-283e689a-8fc6-491b-b1ce-ce96c1d429fd'] response: {'name': 'network-changed', 'server_uuid': 'e8596957-c656-40c9-83f1-311134272425', 'tag': '52382216-9bc1-4da4-89fe-fa3ffeef7dfa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 516/1056] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:27 2026] POST /v2.0/subnets => generated 646 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:28.320 8 WARNING neutron_lib.context [None req-081677e6-60c0-4ab6-873b-4b38d207d384 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:28.503 7 INFO neutron.db.segments_db [None req-1b601096-d251-4bdf-ace2-00e1822d5340 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment a4ccb5f6-33d8-4f88-a149-f4243e48c607 of type vxlan for network f366c357-79db-4bc9-9c44-9dc5cf07d7d7 [pid: 7|app: 0|req: 541/1057] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:36:28 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) [pid: 8|app: 0|req: 517/1058] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:28 2026] POST /v2.0/ports => generated 926 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1059] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:36:28 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:28.813 8 INFO neutron.services.segments.plugin [-] Segment 9672f699-c2c8-4bd1-a1d9-ddfadda5f58f resource provider aggregate not found 2026-04-14 08:36:28.817 8 INFO neutron.services.segments.plugin [-] Segment 9672f699-c2c8-4bd1-a1d9-ddfadda5f58f resource provider aggregate not found [pid: 8|app: 0|req: 518/1060] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:28 2026] POST /v2.0/subnets => generated 691 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:28.835 8 INFO neutron.services.segments.plugin [-] Segment 9672f699-c2c8-4bd1-a1d9-ddfadda5f58f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9672f699-c2c8-4bd1-a1d9-ddfadda5f58f found for delete ", "request_id": "req-559dbdb3-fe9c-4dca-9bf6-9d1dd107c76e"}]} 2026-04-14 08:36:28.844 8 INFO neutron.services.segments.plugin [-] Segment 9672f699-c2c8-4bd1-a1d9-ddfadda5f58f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9672f699-c2c8-4bd1-a1d9-ddfadda5f58f found for delete ", "request_id": "req-4f3a4c5c-1b17-4b9e-9942-1d8ff1823576"}]} [pid: 7|app: 0|req: 543/1061] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:28 2026] DELETE /v2.0/ports/9b46d173-5840-4033-8d52-af8aa8044b9a => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1062] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:28 2026] GET /v2.0/ports?tenant_id=05365b99618b4d0dac24514c08506b33&device_id=e8596957-c656-40c9-83f1-311134272425 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:36:29.019 7 INFO neutron.db.segments_db [None req-1d1d825a-6db3-4215-af32-81f28aada405 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment c2946685-ec24-4376-86ef-56b79b437531 of type vxlan for network ee0f7049-54ea-49b0-b78c-2a52ca41b818 [pid: 8|app: 0|req: 519/1063] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:36:28 2026] DELETE /v2.0/ports/a3184140-a02c-4a28-a762-65e0542323f0 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1064] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:29.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d1256a1-3793-43ec-9146-ab79bcc9bee9 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 521/1065] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/ports/9b46d173-5840-4033-8d52-af8aa8044b9a => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:29.186 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ac2bbec-6672-4c52-89ac-de55767a96ef'] response: {'server_uuid': '8fb81038-7ab2-426d-9481-9c8103977c52', 'name': 'network-vif-deleted', 'tag': 'a3184140-a02c-4a28-a762-65e0542323f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 522/1066] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/networks?id=5c8a8727-09b2-429e-bf32-45246c98f693 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:29.362 7 INFO neutron.db.l3_hamode_db [None req-1d1d825a-6db3-4215-af32-81f28aada405 edf7227be8e2490dacc456065df51a01 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 523/1067] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:29 2026] DELETE /v2.0/subnets/027e530d-6e44-4e86-a05d-33d479e656f7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1068] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=52382216-9bc1-4da4-89fe-fa3ffeef7dfa => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1069] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:29 2026] DELETE /v2.0/networks/7aa83ac0-ffe0-4521-a163-7242e7f47313 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1070] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:29 2026] GET /v2.0/subnets?id=fb734aae-6831-40a3-b422-f31f19bc8e5f => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:29.811 8 WARNING neutron_lib.context [None req-8a746ae4-62de-4f54-aae0-4e3052ca402e b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 527/1071] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:29 2026] POST /v2.0/ports => generated 778 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: 528/1072] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/ports?network_id=5c8a8727-09b2-429e-bf32-45246c98f693&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:36:30.234 7 INFO neutron.db.l3_hamode_db [None req-1d1d825a-6db3-4215-af32-81f28aada405 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 529/1073] 10.0.0.228 () {34 vars in 736 bytes} [Tue Apr 14 08:36:30 2026] PUT /v2.0/ports/334bc422-45f9-4eb0-9d5f-7ff82f7e4715 => generated 752 bytes in 198 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: 530/1074] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?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: 531/1075] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => 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: 532/1076] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:30 2026] DELETE /v2.0/ports/334bc422-45f9-4eb0-9d5f-7ff82f7e4715 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1077] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?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: 534/1078] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/ports => generated 782 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:30.782 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4930f6a6-a0a4-46b4-91cc-fb3b8a79fbad b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 535/1079] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/ports/334bc422-45f9-4eb0-9d5f-7ff82f7e4715 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1080] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/ports => generated 782 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:30.856 8 INFO neutron.services.segments.plugin [-] Segment c0e4c01b-c959-43f9-8fc6-01030f70063b resource provider aggregate not found 2026-04-14 08:36:30.861 8 INFO neutron.services.segments.plugin [-] Segment c0e4c01b-c959-43f9-8fc6-01030f70063b resource provider aggregate not found [pid: 8|app: 0|req: 537/1081] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:30 2026] GET /v2.0/ports/92a18740-11a2-41ca-82b1-7a2cde777cdb => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:30.894 8 INFO neutron.services.segments.plugin [-] Segment c0e4c01b-c959-43f9-8fc6-01030f70063b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0e4c01b-c959-43f9-8fc6-01030f70063b found for delete ", "request_id": "req-46ac3aba-de3a-461b-86c7-84498be5e0a6"}]} 2026-04-14 08:36:30.895 8 INFO neutron.services.segments.plugin [-] Segment c0e4c01b-c959-43f9-8fc6-01030f70063b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0e4c01b-c959-43f9-8fc6-01030f70063b found for delete ", "request_id": "req-c32dea4a-cbd3-4607-9f6b-82185c349a91"}]} 2026-04-14 08:36:30.901 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f235dabc-1f3e-4d53-a205-6cba2bdee196 b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 538/1082] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:30 2026] DELETE /v2.0/ports/9b46d173-5840-4033-8d52-af8aa8044b9a => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:30.921 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5219533d-7fc3-41db-b45e-5b6757a837aa b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 539/1083] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:30 2026] DELETE /v2.0/subnets/027e530d-6e44-4e86-a05d-33d479e656f7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:30.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecdfe2dc-06dc-4d46-a35c-74c35936c5dc b0a0ef534fd747ec8da84c6e7a2b7042 2aee55fa7e0c473b8d8554d81dbbb3be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 540/1084] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:30 2026] DELETE /v2.0/subnets/0bcd6335-c4f8-4ca2-aa33-6b1e59a5f7d9 => 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: 541/1085] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:30 2026] DELETE /v2.0/ports/92a18740-11a2-41ca-82b1-7a2cde777cdb => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1086] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:31 2026] DELETE /v2.0/networks/067645b6-29af-46eb-a1d8-20f686e42cf3 => 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: 545/1087] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:28 2026] POST /v2.0/routers => generated 731 bytes in 2323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1088] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:31 2026] GET /v2.0/ports?device_id=8fb81038-7ab2-426d-9481-9c8103977c52 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1089] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:31 2026] GET /v2.0/security-groups?tenant_id=2aee55fa7e0c473b8d8554d81dbbb3be&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1090] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:31 2026] DELETE /v2.0/security-groups/5249d2da-88a0-45b3-89d9-610aa5deebb6 => 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: 543/1091] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:31 2026] PUT /v2.0/routers/d242b8fc-9ea0-4b91-b606-0ce69678308c/add_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:33.265 8 WARNING neutron_lib.context [None req-2c59ef6f-c454-461e-8b31-23fddf31cac0 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:33.287 8 INFO neutron.services.segments.plugin [-] Segment cfd4f8ae-8fc3-48e1-94b3-9faa0ede06f5 resource provider aggregate not found 2026-04-14 08:36:33.292 8 INFO neutron.services.segments.plugin [-] Segment cfd4f8ae-8fc3-48e1-94b3-9faa0ede06f5 resource provider aggregate not found 2026-04-14 08:36:33.305 8 INFO neutron.services.segments.plugin [-] Segment cfd4f8ae-8fc3-48e1-94b3-9faa0ede06f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd4f8ae-8fc3-48e1-94b3-9faa0ede06f5 found for delete ", "request_id": "req-d01b37ff-4c9f-42c4-8a53-363f59d859f9"}]} 2026-04-14 08:36:33.307 8 INFO neutron.services.segments.plugin [-] Segment cfd4f8ae-8fc3-48e1-94b3-9faa0ede06f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd4f8ae-8fc3-48e1-94b3-9faa0ede06f5 found for delete ", "request_id": "req-a3bdec87-a569-44cb-ab20-a6bc54755c2e"}]} [pid: 8|app: 0|req: 544/1092] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:36:33 2026] POST /v2.0/security-groups => generated 1660 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:36:33.450 8 WARNING neutron_lib.context [None req-502f363b-c3b5-4d6c-a16b-972cbe724d62 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 545/1093] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:36:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:33.598 8 WARNING neutron_lib.context [None req-00865fab-fb5c-4f34-9033-3ff01cdc53c8 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 549/1094] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:32 2026] PUT /v2.0/routers/25a0c971-2ec2-4ff9-9770-a30c16fdb3bc/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1095] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:36:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:33.714 8 WARNING neutron_lib.context [None req-770eae30-0b03-4155-be43-8bc0f1a05394 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 547/1096] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:36:33 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:34.465 8 WARNING neutron_lib.context [None req-952c8e69-3e47-4cc4-ac4a-b6262a09fada c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:34.523 7 INFO neutron.services.segments.plugin [-] Segment 692b49a4-d269-46ca-b0d2-8e9e496739b0 resource provider aggregate not found 2026-04-14 08:36:34.527 7 INFO neutron.services.segments.plugin [-] Segment 692b49a4-d269-46ca-b0d2-8e9e496739b0 resource provider aggregate not found 2026-04-14 08:36:34.536 7 INFO neutron.services.segments.plugin [-] Segment 692b49a4-d269-46ca-b0d2-8e9e496739b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 692b49a4-d269-46ca-b0d2-8e9e496739b0 found for delete ", "request_id": "req-07ceb963-9b46-41b6-a837-898f95cd9d79"}]} 2026-04-14 08:36:34.537 7 INFO neutron.services.segments.plugin [-] Segment 692b49a4-d269-46ca-b0d2-8e9e496739b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 692b49a4-d269-46ca-b0d2-8e9e496739b0 found for delete ", "request_id": "req-589e6083-24e2-4b19-86b4-371578e8c1da"}]} 2026-04-14 08:36:34.554 7 INFO neutron.db.l3_hamode_db [None req-85c073d8-3f5d-4460-a9a7-56e13e282e4a edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network 74e9c586-4597-4ed9-80de-0555aeafcc00 was deleted as no HA routers are present in tenant 4d60e9e5c6e4483fb0c67cb8add005c8. [pid: 7|app: 0|req: 550/1097] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:33 2026] DELETE /v2.0/routers/25a0c971-2ec2-4ff9-9770-a30c16fdb3bc => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:34.678 8 INFO neutron.db.segments_db [None req-952c8e69-3e47-4cc4-ac4a-b6262a09fada c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment 38f6cab9-c158-4675-8710-2b72cd145434 of type vxlan for network 9480e95b-ae7d-4387-8d74-f7c9be08fc93 [pid: 7|app: 0|req: 551/1098] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:34 2026] DELETE /v2.0/subnets/04d52eff-bfe0-4850-a777-b7c91823e166 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1099] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:34 2026] POST /v2.0/networks => generated 630 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1100] 10.0.0.49 () {34 vars in 1096 bytes} [Tue Apr 14 08:36:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--170402529&fields=id&tenant_id=3d475c04564a4f7cb031d3c41dc98b6b => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:34.849 8 WARNING neutron_lib.context [None req-edbba930-0a38-4303-87ec-39441b17f496 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:34.916 8 INFO neutron.db.segments_db [None req-edbba930-0a38-4303-87ec-39441b17f496 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment fb9dea4c-dbb1-46f9-8a15-ee2a27b6665f of type vxlan for network 8e035ce8-7de4-4862-8b34-8a2d88298e59 [pid: 8|app: 0|req: 550/1101] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:34 2026] POST /v2.0/networks => generated 630 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1102] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:34 2026] DELETE /v2.0/networks/15c6c3f5-cbdb-40c4-975e-06b82923f257 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:35.067 7 WARNING neutron_lib.context [None req-8b0e1a69-0624-41e9-bbb7-62eb30393b64 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1103] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:36:35 2026] GET /v2.0/networks?id=f366c357-79db-4bc9-9c44-9dc5cf07d7d7 => generated 676 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1104] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:36:35 2026] GET /v2.0/quotas/3d475c04564a4f7cb031d3c41dc98b6b => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1105] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:36:35 2026] GET /v2.0/ports?tenant_id=3d475c04564a4f7cb031d3c41dc98b6b&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1106] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:36:35 2026] GET /v2.0/networks/f366c357-79db-4bc9-9c44-9dc5cf07d7d7?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: 555/1107] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:35 2026] GET /v2.0/security-groups?tenant_id=4d60e9e5c6e4483fb0c67cb8add005c8&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1108] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:35 2026] POST /v2.0/subnets => generated 626 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1109] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:36:35 2026] GET /v2.0/networks/f366c357-79db-4bc9-9c44-9dc5cf07d7d7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:35.410 8 WARNING neutron_lib.context [None req-5b2b44dc-1e83-4f84-a19e-997ea21f1b65 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 554/1110] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:35 2026] DELETE /v2.0/security-groups/8f89836f-0901-42e1-8023-d9221064b451 => 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: 555/1111] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:35 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 557/1112] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:35 2026] POST /v2.0/subnets => generated 626 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:35.777 7 WARNING neutron_lib.context [None req-710cb140-3fc2-4e12-a2a7-3a8737a424c4 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:35.882 7 INFO neutron.db.segments_db [None req-710cb140-3fc2-4e12-a2a7-3a8737a424c4 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment 90b8b64c-658f-497c-858f-837faa636fa0 of type vxlan for network 9dcda340-881f-4f6d-8488-99ccb151a03a 2026-04-14 08:36:36.250 7 INFO neutron.db.l3_hamode_db [None req-710cb140-3fc2-4e12-a2a7-3a8737a424c4 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:36.437 7 INFO neutron.db.l3_hamode_db [None req-710cb140-3fc2-4e12-a2a7-3a8737a424c4 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:36.558 7 INFO neutron.services.segments.plugin [-] Segment 9aca6ea3-c243-4f0b-83b8-22acde29a639 resource provider aggregate not found 2026-04-14 08:36:36.564 7 INFO neutron.services.segments.plugin [-] Segment 9aca6ea3-c243-4f0b-83b8-22acde29a639 resource provider aggregate not found 2026-04-14 08:36:36.577 7 INFO neutron.services.segments.plugin [-] Segment 9aca6ea3-c243-4f0b-83b8-22acde29a639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aca6ea3-c243-4f0b-83b8-22acde29a639 found for delete ", "request_id": "req-9c1b0dbc-c811-418b-8ba7-b42331e55c00"}]} 2026-04-14 08:36:36.578 7 INFO neutron.services.segments.plugin [-] Segment 9aca6ea3-c243-4f0b-83b8-22acde29a639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aca6ea3-c243-4f0b-83b8-22acde29a639 found for delete ", "request_id": "req-76235390-5176-4980-9de2-c3cb19405837"}]} [pid: 8|app: 0|req: 558/1113] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:36 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 556/1114] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:35 2026] POST /v2.0/routers => generated 507 bytes in 1375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1115] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:37 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 559/1118] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:37 2026] PUT /v2.0/routers/a716e322-c311-4355-badb-35e33e591255/add_router_interface => generated 309 bytes in 1642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1119] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:38 2026] GET /v2.0/ports/a01a09ea-5bf2-4a0b-bdf6-70d5075c5cd1 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1120] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:36:38 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 1240 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1121] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:38 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1122] 10.0.0.119 () {34 vars in 1039 bytes} [Tue Apr 14 08:36:38 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1123] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:38 2026] PUT /v2.0/routers/a716e322-c311-4355-badb-35e33e591255/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1124] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:39 2026] GET /v2.0/security-groups?tenant_id=06482bc993b2490fba0c7bf31f0250e9&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1125] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 564/1126] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/ports/575c95b1-8a21-4486-8ccc-512be8699da4 => generated 955 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1127] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/networks?id=f366c357-79db-4bc9-9c44-9dc5cf07d7d7 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1128] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:40 2026] DELETE /v2.0/security-groups/ce72e5b9-6841-4a88-af76-265e836b5c63 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1129] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d475c04564a4f7cb031d3c41dc98b6b => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:40.401 8 WARNING neutron_lib.context [req-fea6e97d-73be-42c2-b104-8d935a3889df req-3f4c75cc-e539-49b3-a4f0-a759ad9e8440 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 565/1130] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:36:40 2026] POST /v2.0/ports => generated 954 bytes in 426 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: 566/1131] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/security-groups?tenant_id=04ccc220f06e4bd2bf51961a70ed67b7&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1132] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:40 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1133] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:40 2026] PUT /v2.0/routers/a716e322-c311-4355-badb-35e33e591255/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1134] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:41 2026] DELETE /v2.0/security-groups/b96bcd58-d662-4d23-b16c-173a9ab9b21b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1135] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:41 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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: 568/1136] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:36:41 2026] PUT /v2.0/ports/7b5c3229-3d03-4f57-9ab8-943d46302716 => 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: 8|app: 0|req: 569/1137] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:41 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 570/1138] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:41 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1139] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:41 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&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: 572/1140] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:41 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:41.930 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dc747bf-8c1e-4350-b4f7-8b172202068c'] response: {'name': 'network-changed', 'server_uuid': '52aae7f3-3151-43db-9efe-e43fc0ca0e49', 'tag': '7b5c3229-3d03-4f57-9ab8-943d46302716', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 573/1141] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:41 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1142] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:41 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1143] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:41 2026] PUT /v2.0/routers/a716e322-c311-4355-badb-35e33e591255/remove_router_interface => generated 309 bytes in 810 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1144] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:42 2026] GET /v2.0/ports?device_id=a716e322-c311-4355-badb-35e33e591255 => 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: 576/1145] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:42 2026] GET /v2.0/ports?tenant_id=3d475c04564a4f7cb031d3c41dc98b6b&device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 577/1146] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:36:42 2026] GET /v2.0/networks?tenant_id=3d475c04564a4f7cb031d3c41dc98b6b&shared=False => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1147] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:36:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:42.628 7 INFO neutron.services.segments.plugin [-] Segment 90b8b64c-658f-497c-858f-837faa636fa0 resource provider aggregate not found 2026-04-14 08:36:42.632 7 INFO neutron.services.segments.plugin [-] Segment 90b8b64c-658f-497c-858f-837faa636fa0 resource provider aggregate not found 2026-04-14 08:36:42.645 7 INFO neutron.services.segments.plugin [-] Segment 90b8b64c-658f-497c-858f-837faa636fa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b8b64c-658f-497c-858f-837faa636fa0 found for delete ", "request_id": "req-ba6348f5-ceb3-4619-b6e4-875217b9abfa"}]} 2026-04-14 08:36:42.647 7 INFO neutron.services.segments.plugin [-] Segment 90b8b64c-658f-497c-858f-837faa636fa0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90b8b64c-658f-497c-858f-837faa636fa0 found for delete ", "request_id": "req-ae281136-7b4e-48a7-8712-63c8f150c822"}]} 2026-04-14 08:36:42.651 7 INFO neutron.db.l3_hamode_db [None req-57de88d0-ec7d-47a6-87e2-5983e5576855 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] HA network 9dcda340-881f-4f6d-8488-99ccb151a03a was deleted as no HA routers are present in tenant 231d40492f3f4ea5925bd97e0e892bb1. [pid: 7|app: 0|req: 570/1148] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:42 2026] DELETE /v2.0/routers/a716e322-c311-4355-badb-35e33e591255 => generated 0 bytes in 519 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1149] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:42 2026] DELETE /v2.0/subnets/3a3f5c37-0963-43a6-a415-3bd2d400e848 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1150] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:42 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1151] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:42 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&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: 580/1152] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:42 2026] DELETE /v2.0/subnets/19633760-c63d-4b60-8291-0c7eca0b8b27 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1153] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 582/1154] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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: 573/1155] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:42 2026] DELETE /v2.0/networks/8e035ce8-7de4-4862-8b34-8a2d88298e59 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1156] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/ports?tenant_id=3d475c04564a4f7cb031d3c41dc98b6b&device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1157] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7b5c3229-3d03-4f57-9ab8-943d46302716 => 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: 576/1158] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/subnets?id=b246c7fd-c823-4916-82b2-88ce305a8318 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1159] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/ports?tenant_id=05365b99618b4d0dac24514c08506b33&device_id=e8596957-c656-40c9-83f1-311134272425 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1160] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/ports?network_id=f366c357-79db-4bc9-9c44-9dc5cf07d7d7&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:36:43.565 8 INFO neutron.services.segments.plugin [-] Segment 38f6cab9-c158-4675-8710-2b72cd145434 resource provider aggregate not found 2026-04-14 08:36:43.570 8 INFO neutron.services.segments.plugin [-] Segment 38f6cab9-c158-4675-8710-2b72cd145434 resource provider aggregate not found [pid: 7|app: 0|req: 579/1161] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/networks?id=5c8a8727-09b2-429e-bf32-45246c98f693 => generated 771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1162] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:43 2026] DELETE /v2.0/networks/9480e95b-ae7d-4387-8d74-f7c9be08fc93 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:43.595 8 INFO neutron.services.segments.plugin [-] Segment 38f6cab9-c158-4675-8710-2b72cd145434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38f6cab9-c158-4675-8710-2b72cd145434 found for delete ", "request_id": "req-389443fe-7136-49d4-b541-a27962aae780"}]} 2026-04-14 08:36:43.596 8 INFO neutron.services.segments.plugin [-] Segment 38f6cab9-c158-4675-8710-2b72cd145434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38f6cab9-c158-4675-8710-2b72cd145434 found for delete ", "request_id": "req-738801fe-6e16-4276-9955-913ada2fed37"}]} [pid: 8|app: 0|req: 584/1163] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=52382216-9bc1-4da4-89fe-fa3ffeef7dfa => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1164] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/networks/f366c357-79db-4bc9-9c44-9dc5cf07d7d7?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:43.638 8 WARNING neutron_lib.context [None req-90418d11-98fd-4077-b9a0-56a84caca45b c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 581/1165] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/subnets?id=fb734aae-6831-40a3-b422-f31f19bc8e5f => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:43.688 8 INFO neutron.db.segments_db [None req-90418d11-98fd-4077-b9a0-56a84caca45b c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment 8e0617b5-0a69-4082-a50c-99e6ce9605c1 of type vxlan for network 74d6d210-faba-49a0-b892-5212c93b972e [pid: 7|app: 0|req: 582/1166] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/networks/f366c357-79db-4bc9-9c44-9dc5cf07d7d7?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: 583/1167] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/ports?network_id=5c8a8727-09b2-429e-bf32-45246c98f693&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1168] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:43 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:43.786 8 WARNING neutron_lib.context [None req-2f783e8c-7e22-4f63-a915-f2e43d2f3dd2 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 584/1169] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?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: 585/1170] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:43 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1171] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:43 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:44.044 8 WARNING neutron_lib.context [None req-f465b706-5745-44aa-9af5-f7316757ee04 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 586/1172] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:44 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1173] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:44 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:44.096 8 INFO neutron.db.segments_db [None req-f465b706-5745-44aa-9af5-f7316757ee04 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment 92b99761-7d5e-4960-a26f-12954f239daa of type vxlan for network 018df0e5-18f2-4055-9118-e3cc680ec729 [pid: 7|app: 0|req: 588/1174] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:44 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 589/1175] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:44 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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-04-14 08:36:44.389 8 INFO neutron.db.l3_hamode_db [None req-f465b706-5745-44aa-9af5-f7316757ee04 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:44.519 8 INFO neutron.db.l3_hamode_db [None req-f465b706-5745-44aa-9af5-f7316757ee04 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:44.864 7 INFO neutron.services.segments.plugin [-] Segment fb9dea4c-dbb1-46f9-8a15-ee2a27b6665f resource provider aggregate not found 2026-04-14 08:36:44.869 7 INFO neutron.services.segments.plugin [-] Segment fb9dea4c-dbb1-46f9-8a15-ee2a27b6665f resource provider aggregate not found 2026-04-14 08:36:44.882 7 INFO neutron.services.segments.plugin [-] Segment fb9dea4c-dbb1-46f9-8a15-ee2a27b6665f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb9dea4c-dbb1-46f9-8a15-ee2a27b6665f found for delete ", "request_id": "req-d016d05d-664a-4e0f-bd36-aedc8d4effa0"}]} 2026-04-14 08:36:44.883 7 INFO neutron.services.segments.plugin [-] Segment fb9dea4c-dbb1-46f9-8a15-ee2a27b6665f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb9dea4c-dbb1-46f9-8a15-ee2a27b6665f found for delete ", "request_id": "req-5edfc779-a297-4cc2-89c3-f2f50a11822f"}]} [pid: 7|app: 0|req: 590/1176] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:44 2026] GET /v2.0/security-groups?tenant_id=9498f9748f4e4182a62ca0aaf9cc7894&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1177] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:44 2026] POST /v2.0/routers => generated 507 bytes in 1176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1178] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:45 2026] DELETE /v2.0/security-groups/923c60b0-7672-4106-8f93-f33634efcd9e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:45.271 7 WARNING neutron_lib.context [None req-66133492-da83-469d-bf82-da348a751fc4 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 588/1179] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1180] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&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: 590/1181] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/security-groups?tenant_id=8be9a4e31c104829bb89ac5d0efa01f1&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1182] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1183] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:45 2026] DELETE /v2.0/security-groups/8611e51f-c80f-49ac-bc8c-5009fc43524d => 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: 592/1184] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:45 2026] POST /v2.0/ports => generated 948 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 593/1185] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:45 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&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: 594/1186] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 595/1187] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&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: 596/1188] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1189] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/ports?tenant_id=05365b99618b4d0dac24514c08506b33&device_id=e8596957-c656-40c9-83f1-311134272425 => generated 1240 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1190] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:45 2026] PUT /v2.0/routers/55f4d008-ac28-4932-928c-61e6dc700e78/add_router_interface => generated 309 bytes in 1193 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: 598/1191] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1192] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:46 2026] GET /v2.0/ports/7dcb28e5-74a2-459e-a2b7-6676d70cde1a => generated 1022 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1193] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:47 2026] GET /v2.0/networks?id=5c8a8727-09b2-429e-bf32-45246c98f693 => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:47.567 7 WARNING neutron_lib.context [None req-ecd56576-5ebb-4fd8-81f3-a3da564238a0 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 599/1194] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:46 2026] PUT /v2.0/routers/55f4d008-ac28-4932-928c-61e6dc700e78/remove_router_interface => generated 309 bytes in 806 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-04-14 08:36:47.739 7 INFO neutron.db.segments_db [None req-ecd56576-5ebb-4fd8-81f3-a3da564238a0 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Added segment 6fdb8030-d4c0-4c56-a527-6b06a3045055 of type vxlan for network d039257e-527a-4d8f-b8bd-5267d8a7dd2d [pid: 8|app: 0|req: 600/1195] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=52382216-9bc1-4da4-89fe-fa3ffeef7dfa => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1196] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:47 2026] POST /v2.0/networks => generated 649 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1197] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:47 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1198] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:47 2026] GET /v2.0/subnets?id=fb734aae-6831-40a3-b422-f31f19bc8e5f => generated 693 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:47.873 8 WARNING neutron_lib.context [None req-4abcc8cb-b791-4e32-bf5f-57b69788401e f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:47.959 7 INFO neutron.api.v2.resource [None req-aa9675a2-69eb-405d-a4eb-5f8e8e844833 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 597/1199] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:47 2026] PUT /v2.0/routers/55f4d008-ac28-4932-928c-61e6dc700e78/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1200] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:47 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1201] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:48 2026] GET /v2.0/ports?network_id=5c8a8727-09b2-429e-bf32-45246c98f693&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1202] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:48 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1203] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:48 2026] GET /v2.0/ports?device_id=55f4d008-ac28-4932-928c-61e6dc700e78 => 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: 603/1204] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:47 2026] POST /v2.0/subnets => generated 627 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1205] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:48 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1206] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:48 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:48.199 8 WARNING neutron_lib.context [None req-4d897c74-9055-4c02-8a16-c0455f1ef38f f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:48.248 8 INFO neutron.db.segments_db [None req-4d897c74-9055-4c02-8a16-c0455f1ef38f f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Added segment 81e08a0e-516e-453f-a981-7bc12f520a94 of type vxlan for network f10d5908-a06f-43f4-a43e-272a1d2047ef 2026-04-14 08:36:48.597 8 INFO neutron.db.l3_hamode_db [None req-4d897c74-9055-4c02-8a16-c0455f1ef38f f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:48.778 7 INFO neutron.services.segments.plugin [-] Segment 92b99761-7d5e-4960-a26f-12954f239daa resource provider aggregate not found 2026-04-14 08:36:48.781 7 INFO neutron.services.segments.plugin [-] Segment 92b99761-7d5e-4960-a26f-12954f239daa resource provider aggregate not found 2026-04-14 08:36:48.792 7 INFO neutron.services.segments.plugin [-] Segment 92b99761-7d5e-4960-a26f-12954f239daa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92b99761-7d5e-4960-a26f-12954f239daa found for delete ", "request_id": "req-ef7e94ae-eb0b-4f4a-8ebd-b6ad0505605e"}]} 2026-04-14 08:36:48.796 7 INFO neutron.services.segments.plugin [-] Segment 92b99761-7d5e-4960-a26f-12954f239daa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92b99761-7d5e-4960-a26f-12954f239daa found for delete ", "request_id": "req-307799b9-94c5-4d74-b78e-766240b260f6"}]} 2026-04-14 08:36:48.800 7 INFO neutron.db.l3_hamode_db [None req-051505ff-3b65-45cd-bd60-427418105851 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] HA network 018df0e5-18f2-4055-9118-e3cc680ec729 was deleted as no HA routers are present in tenant 231d40492f3f4ea5925bd97e0e892bb1. [pid: 7|app: 0|req: 603/1207] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:48 2026] DELETE /v2.0/routers/55f4d008-ac28-4932-928c-61e6dc700e78 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1208] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:48 2026] GET /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693?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: 605/1209] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:48 2026] DELETE /v2.0/subnets/0cc6c445-f92a-4271-a2ff-b4f087142c9c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1210] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:48 2026] DELETE /v2.0/networks/74d6d210-faba-49a0-b892-5212c93b972e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1211] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:49 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:49.414 8 INFO neutron.db.l3_hamode_db [None req-4d897c74-9055-4c02-8a16-c0455f1ef38f f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 608/1212] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:49 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:49.443 7 WARNING neutron_lib.context [None req-6fc58778-5ee0-4644-a8fe-7c7b980872df c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:49.501 7 INFO neutron.db.segments_db [None req-6fc58778-5ee0-4644-a8fe-7c7b980872df c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment 78bff48a-b06c-4c6e-8459-7408c1b0418e of type vxlan for network d86352ab-ddbf-4edd-843b-0d775d2f63d0 [pid: 7|app: 0|req: 609/1213] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:36:49 2026] POST /v2.0/networks => generated 629 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1214] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:49 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&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: 611/1215] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:49 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:49.675 7 WARNING neutron_lib.context [None req-2e945465-5ed5-45ef-a0d5-19055467e43c c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 612/1216] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:49 2026] POST /v2.0/subnets => generated 626 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1217] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:49 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:50.026 7 WARNING neutron_lib.context [None req-0a03a1a2-2052-4019-bfa6-221280ea28ae c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:50.084 7 INFO neutron.db.segments_db [None req-0a03a1a2-2052-4019-bfa6-221280ea28ae c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment d9132881-6e22-4c61-85ef-4a38d1825684 of type vxlan for network 9aba5d99-7ea8-47a3-af85-453ac1e0138f 2026-04-14 08:36:50.403 7 INFO neutron.db.l3_hamode_db [None req-0a03a1a2-2052-4019-bfa6-221280ea28ae c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:50.556 7 INFO neutron.db.l3_hamode_db [None req-0a03a1a2-2052-4019-bfa6-221280ea28ae c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 605/1218] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:48 2026] POST /v2.0/routers => generated 694 bytes in 2413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:36:50.811 7 INFO neutron.services.segments.plugin [-] Segment 8e0617b5-0a69-4082-a50c-99e6ce9605c1 resource provider aggregate not found 2026-04-14 08:36:50.816 7 INFO neutron.services.segments.plugin [-] Segment 8e0617b5-0a69-4082-a50c-99e6ce9605c1 resource provider aggregate not found 2026-04-14 08:36:50.823 7 INFO neutron.services.segments.plugin [-] Segment 8e0617b5-0a69-4082-a50c-99e6ce9605c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e0617b5-0a69-4082-a50c-99e6ce9605c1 found for delete ", "request_id": "req-fbd0432b-9147-40a1-ac62-95b4f5eee0d0"}]} 2026-04-14 08:36:50.826 7 INFO neutron.services.segments.plugin [-] Segment 8e0617b5-0a69-4082-a50c-99e6ce9605c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e0617b5-0a69-4082-a50c-99e6ce9605c1 found for delete ", "request_id": "req-7a65af30-8e9d-4015-aa4f-752456e4e422"}]} 2026-04-14 08:36:50.971 8 INFO neutron.db.l3_db [None req-499897a9-5659-48e2-b360-01c531943274 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Floating IP 45688b1a-69e6-4073-8b6c-d115163882c0 associated. External IP: 10.96.250.203, port: 7b5c3229-3d03-4f57-9ab8-943d46302716. [pid: 7|app: 0|req: 614/1219] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:50 2026] POST /v2.0/routers => generated 507 bytes in 1244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1220] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:36:50 2026] PUT /v2.0/floatingips/45688b1a-69e6-4073-8b6c-d115163882c0 => generated 855 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1221] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:51 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1222] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:51 2026] PUT /v2.0/routers/fedb4397-4502-4729-a09f-2ed7a78fb909/add_router_interface => generated 309 bytes in 1276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1223] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:36:51 2026] PUT /v2.0/routers/e659b499-e2ea-4f91-a98e-3a3e3172ddf8/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1224] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:52 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 616/1225] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:52 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:52.709 7 WARNING neutron_lib.context [None req-534911dc-3721-490c-8cc6-ae08f5ffae75 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:52.743 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ebe7b72-787a-4826-ac1e-eb032cd1f0c8'] response: {'name': 'network-changed', 'server_uuid': '52aae7f3-3151-43db-9efe-e43fc0ca0e49', 'tag': '7b5c3229-3d03-4f57-9ab8-943d46302716', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 610/1226] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:36:52 2026] GET /v2.0/ports/c2818e3c-696a-41fb-94b2-b631675a2582 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1227] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:52 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&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: 7|app: 0|req: 617/1228] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:52 2026] POST /v2.0/ports => generated 954 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 618/1229] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:53 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:53.224 7 WARNING neutron_lib.context [None req-017d52ac-6ca3-4799-901f-5401ddb42936 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 619/1230] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:36:53 2026] POST /v2.0/ports => generated 955 bytes in 404 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: 612/1231] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:36:52 2026] PUT /v2.0/routers/fedb4397-4502-4729-a09f-2ed7a78fb909/remove_router_interface => generated 309 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1232] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:53 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:53.670 7 WARNING neutron_lib.context [None req-176c495e-b681-4cb0-945a-68b57aaa0013 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 613/1235] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:36:53 2026] GET /v2.0/ports?tenant_id=3d475c04564a4f7cb031d3c41dc98b6b&device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1236] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:53 2026] GET /v2.0/ports?device_id=fedb4397-4502-4729-a09f-2ed7a78fb909 => 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: 615/1237] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:36:53 2026] GET /v2.0/networks?id=f366c357-79db-4bc9-9c44-9dc5cf07d7d7 => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:54.248 8 INFO neutron.services.segments.plugin [-] Segment d9132881-6e22-4c61-85ef-4a38d1825684 resource provider aggregate not found 2026-04-14 08:36:54.254 8 INFO neutron.services.segments.plugin [-] Segment d9132881-6e22-4c61-85ef-4a38d1825684 resource provider aggregate not found 2026-04-14 08:36:54.269 8 INFO neutron.services.segments.plugin [-] Segment d9132881-6e22-4c61-85ef-4a38d1825684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9132881-6e22-4c61-85ef-4a38d1825684 found for delete ", "request_id": "req-31d19371-e1bc-49c9-99b0-4b9dd3a469e5"}]} 2026-04-14 08:36:54.271 8 INFO neutron.services.segments.plugin [-] Segment d9132881-6e22-4c61-85ef-4a38d1825684 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9132881-6e22-4c61-85ef-4a38d1825684 found for delete ", "request_id": "req-849d3fcb-6e1f-4fe3-92a7-512e2e499cf2"}]} 2026-04-14 08:36:54.276 8 INFO neutron.db.l3_hamode_db [None req-bff7bb86-7fb5-4908-93e3-9d401664205b c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] HA network 9aba5d99-7ea8-47a3-af85-453ac1e0138f was deleted as no HA routers are present in tenant 231d40492f3f4ea5925bd97e0e892bb1. [pid: 8|app: 0|req: 616/1238] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:53 2026] DELETE /v2.0/routers/fedb4397-4502-4729-a09f-2ed7a78fb909 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1239] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=7b5c3229-3d03-4f57-9ab8-943d46302716 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:54.480 7 INFO neutron.db.l3_db [None req-176c495e-b681-4cb0-945a-68b57aaa0013 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Floating IP d2d07c20-d3cd-4c9a-9955-a183803f5c70 associated. External IP: 10.96.250.211, port: 7fae31d8-1cff-437f-b2e4-2f2b21dcf198. [pid: 8|app: 0|req: 618/1240] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:54 2026] DELETE /v2.0/subnets/435bff44-4385-4d1c-9bb2-ea02f41f801e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1241] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:36:54 2026] GET /v2.0/subnets?id=b246c7fd-c823-4916-82b2-88ce305a8318 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1242] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:36:54 2026] DELETE /v2.0/networks/d86352ab-ddbf-4edd-843b-0d775d2f63d0 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1243] 10.0.0.228 () {34 vars in 676 bytes} [Tue Apr 14 08:36:53 2026] POST /v2.0/floatingips => generated 842 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1244] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:36:54 2026] GET /v2.0/ports?network_id=f366c357-79db-4bc9-9c44-9dc5cf07d7d7&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1245] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:54 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:54.894 7 WARNING neutron_lib.context [None req-e16b86b7-1cf3-4f66-9aee-41ea32d563e9 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:54.930 7 INFO neutron.db.segments_db [None req-e16b86b7-1cf3-4f66-9aee-41ea32d563e9 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Added segment 9a49441b-6430-4beb-95f5-1998bb5f10ed of type vxlan for network c6afa427-8ae6-4503-9b2d-a8aa68fce928 2026-04-14 08:36:54.980 8 INFO neutron.db.l3_db [None req-b6cfbd6d-3709-47e9-9aef-7b9d6c8e3cb0 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Floating IP d2d07c20-d3cd-4c9a-9955-a183803f5c70 disassociated. External IP: 10.96.250.211, port: 7fae31d8-1cff-437f-b2e4-2f2b21dcf198. 2026-04-14 08:36:55.192 7 INFO neutron.db.l3_hamode_db [None req-e16b86b7-1cf3-4f66-9aee-41ea32d563e9 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 622/1246] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:36:54 2026] PUT /v2.0/floatingips/d2d07c20-d3cd-4c9a-9955-a183803f5c70 => generated 552 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1247] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:36:55 2026] GET /v2.0/networks/f366c357-79db-4bc9-9c44-9dc5cf07d7d7?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: 624/1248] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:36:55 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1249] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:36:55 2026] GET /v2.0/security-groups?id=03bf6861-6e07-442b-b80e-c21713ad2a70&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1250] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:36:55 2026] DELETE /v2.0/floatingips/d2d07c20-d3cd-4c9a-9955-a183803f5c70 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1251] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:36:55 2026] GET /v2.0/networks/f366c357-79db-4bc9-9c44-9dc5cf07d7d7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:55.973 7 INFO neutron.db.l3_hamode_db [None req-e16b86b7-1cf3-4f66-9aee-41ea32d563e9 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:36:56.028 8 INFO neutron.db.l3_db [req-08f93e17-64a5-4995-88ef-e893a01421af req-02257221-653f-4184-8a66-100ed27fe9f2 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] Floating IP 45688b1a-69e6-4073-8b6c-d115163882c0 disassociated. External IP: 10.96.250.203, port: 7b5c3229-3d03-4f57-9ab8-943d46302716. 2026-04-14 08:36:56.300 8 INFO neutron.services.segments.plugin [-] Segment 78bff48a-b06c-4c6e-8459-7408c1b0418e resource provider aggregate not found 2026-04-14 08:36:56.310 8 INFO neutron.services.segments.plugin [-] Segment 78bff48a-b06c-4c6e-8459-7408c1b0418e resource provider aggregate not found 2026-04-14 08:36:56.324 8 INFO neutron.services.segments.plugin [-] Segment 78bff48a-b06c-4c6e-8459-7408c1b0418e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78bff48a-b06c-4c6e-8459-7408c1b0418e found for delete ", "request_id": "req-cb81893e-c19d-4c77-ba50-fbb7c9ad16aa"}]} 2026-04-14 08:36:56.326 8 INFO neutron.services.segments.plugin [-] Segment 78bff48a-b06c-4c6e-8459-7408c1b0418e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78bff48a-b06c-4c6e-8459-7408c1b0418e found for delete ", "request_id": "req-1fd046a4-8fcf-4d9b-85dc-b8903d2686f0"}]} [pid: 8|app: 0|req: 628/1252] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:36:55 2026] DELETE /v2.0/ports/7b5c3229-3d03-4f57-9ab8-943d46302716 => generated 0 bytes in 589 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:36:56.392 8 WARNING neutron_lib.context [None req-bdf5079d-127d-4f77-84ad-631906e800b2 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:36:56.422 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75d7ce7b-54a5-4cfc-80d6-345dff996224'] response: {'server_uuid': '52aae7f3-3151-43db-9efe-e43fc0ca0e49', 'name': 'network-vif-deleted', 'tag': '7b5c3229-3d03-4f57-9ab8-943d46302716', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 625/1253] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:36:54 2026] POST /v2.0/routers => generated 688 bytes in 1969 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1254] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:56 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 627/1255] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:36:56 2026] GET /v2.0/routers/7a5e9ea7-d828-4d90-82ac-b94188b5a963 => generated 694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1256] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:36:56 2026] GET /v2.0/routers => generated 697 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:57.141 8 INFO neutron.db.l3_db [None req-bdf5079d-127d-4f77-84ad-631906e800b2 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Floating IP b732330d-f81d-42c3-977b-b0a04303abc0 associated. External IP: 10.96.250.209, port: b1e1eaf9-1fb0-49b9-bd8e-53f0fb6c5a10. [pid: 7|app: 0|req: 629/1257] 10.0.0.228 () {34 vars in 740 bytes} [Tue Apr 14 08:36:57 2026] PUT /v2.0/routers/7a5e9ea7-d828-4d90-82ac-b94188b5a963 => generated 701 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1258] 10.0.0.228 () {34 vars in 676 bytes} [Tue Apr 14 08:36:56 2026] POST /v2.0/floatingips => generated 841 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1259] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:36:57 2026] GET /v2.0/routers/7a5e9ea7-d828-4d90-82ac-b94188b5a963 => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1260] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:36:57 2026] GET /v2.0/floatingips/b732330d-f81d-42c3-977b-b0a04303abc0 => generated 841 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1261] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:57 2026] GET /v2.0/ports?device_id=7a5e9ea7-d828-4d90-82ac-b94188b5a963 => 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: 631/1262] 10.0.0.228 () {32 vars in 654 bytes} [Tue Apr 14 08:36:57 2026] GET /v2.0/floatingips => generated 844 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:58.261 7 INFO neutron.services.segments.plugin [-] Segment 9a49441b-6430-4beb-95f5-1998bb5f10ed resource provider aggregate not found 2026-04-14 08:36:58.264 7 INFO neutron.services.segments.plugin [-] Segment 9a49441b-6430-4beb-95f5-1998bb5f10ed resource provider aggregate not found 2026-04-14 08:36:58.275 7 INFO neutron.services.segments.plugin [-] Segment 9a49441b-6430-4beb-95f5-1998bb5f10ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a49441b-6430-4beb-95f5-1998bb5f10ed found for delete ", "request_id": "req-e1e551bc-5aa0-464c-903c-a3a1c9fc3d3c"}]} 2026-04-14 08:36:58.275 7 INFO neutron.services.segments.plugin [-] Segment 9a49441b-6430-4beb-95f5-1998bb5f10ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a49441b-6430-4beb-95f5-1998bb5f10ed found for delete ", "request_id": "req-061cad1a-e032-4655-8211-1edd76f78479"}]} 2026-04-14 08:36:58.280 7 INFO neutron.db.l3_hamode_db [None req-1ef1f7ac-9da2-42d0-b7e6-b23474547a46 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] HA network c6afa427-8ae6-4503-9b2d-a8aa68fce928 was deleted as no HA routers are present in tenant 231d40492f3f4ea5925bd97e0e892bb1. [pid: 7|app: 0|req: 632/1263] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:57 2026] DELETE /v2.0/routers/7a5e9ea7-d828-4d90-82ac-b94188b5a963 => generated 0 bytes in 748 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1264] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:58 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1265] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:58 2026] GET /v2.0/ports?device_id=7a5e9ea7-d828-4d90-82ac-b94188b5a963 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:58.328 8 INFO neutron.db.l3_db [None req-3c7ca391-53a7-4b3b-aaff-01913b98f43a f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Floating IP b732330d-f81d-42c3-977b-b0a04303abc0 associated. External IP: 10.96.250.209, port: b1e1eaf9-1fb0-49b9-bd8e-53f0fb6c5a10. 2026-04-14 08:36:58.334 7 INFO neutron.api.v2.resource [None req-2e22b28b-577a-41fc-a2d5-62a4685c2761 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 635/1266] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/routers/7a5e9ea7-d828-4d90-82ac-b94188b5a963 => 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: 636/1267] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:58 2026] GET /v2.0/ports?device_id=fedb4397-4502-4729-a09f-2ed7a78fb909 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:58.372 7 INFO neutron.api.v2.resource [None req-bf1bbe2e-eeb2-4776-8f46-d59204d9b726 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1268] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/routers/fedb4397-4502-4729-a09f-2ed7a78fb909 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:58.387 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19822517-894d-4297-85c8-b46907ab1294 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 638/1269] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/subnets/435bff44-4385-4d1c-9bb2-ea02f41f801e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1270] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:58 2026] GET /v2.0/ports?device_id=55f4d008-ac28-4932-928c-61e6dc700e78 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:58.429 7 INFO neutron.api.v2.resource [None req-c39b74a5-17b7-4a43-be99-ac6dc46caa03 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1271] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/routers/55f4d008-ac28-4932-928c-61e6dc700e78 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:58.445 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e31edcd-d86a-4b6e-88d6-b60017349ff5 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 641/1272] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/subnets/0cc6c445-f92a-4271-a2ff-b4f087142c9c => 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: 642/1273] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:36:58 2026] GET /v2.0/ports?device_id=a716e322-c311-4355-badb-35e33e591255 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:36:58.487 7 INFO neutron.api.v2.resource [None req-7c1a1122-d915-4972-8862-d46a3fb9675a c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1274] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/routers/a716e322-c311-4355-badb-35e33e591255 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:58.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6e1e9a0-1389-46f9-b447-b05ac017a876 c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 644/1275] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/subnets/3a3f5c37-0963-43a6-a415-3bd2d400e848 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:36:58.517 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65d8fcb9-ddc4-4308-980c-e084ef925dcb c7274352cef842a09aded51069fa37d2 231d40492f3f4ea5925bd97e0e892bb1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1276] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:36:58 2026] DELETE /v2.0/subnets/19633760-c63d-4b60-8291-0c7eca0b8b27 => 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: 632/1277] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:36:57 2026] PUT /v2.0/floatingips/b732330d-f81d-42c3-977b-b0a04303abc0 => generated 842 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:36:59.058 7 INFO neutron.db.l3_db [None req-76c80c32-ec96-4907-9225-e3d9e5098c89 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] Floating IP b732330d-f81d-42c3-977b-b0a04303abc0 disassociated. External IP: 10.96.250.209, port: 7fae31d8-1cff-437f-b2e4-2f2b21dcf198. [pid: 8|app: 0|req: 633/1278] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:36:58 2026] GET /v2.0/security-groups?tenant_id=231d40492f3f4ea5925bd97e0e892bb1&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1279] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:36:59 2026] DELETE /v2.0/security-groups/0a2a0690-4ca0-4709-8f18-79995c7c1ea4 => 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: 646/1280] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:36:58 2026] PUT /v2.0/floatingips/b732330d-f81d-42c3-977b-b0a04303abc0 => generated 552 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1281] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:36:59 2026] GET /v2.0/ports?device_id=52aae7f3-3151-43db-9efe-e43fc0ca0e49 => 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: 635/1282] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:36:59 2026] DELETE /v2.0/floatingips/b732330d-f81d-42c3-977b-b0a04303abc0 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:36:59.700 7 INFO neutron.api.v2.resource [None req-f1ab0904-6b00-4811-b9b4-c47b1fdbbea1 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1283] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:36:59 2026] DELETE /v2.0/floatingips/b732330d-f81d-42c3-977b-b0a04303abc0 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1284] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:36:59 2026] DELETE /v2.0/ports/7fae31d8-1cff-437f-b2e4-2f2b21dcf198 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1285] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:00 2026] DELETE /v2.0/ports/b1e1eaf9-1fb0-49b9-bd8e-53f0fb6c5a10 => generated 0 bytes in 673 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1286] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:37:00 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 1240 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1287] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:00 2026] GET /v2.0/ports?device_id=e659b499-e2ea-4f91-a98e-3a3e3172ddf8 => 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: 639/1288] 10.0.0.119 () {34 vars in 1039 bytes} [Tue Apr 14 08:37:00 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1289] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:00 2026] DELETE /v2.0/security-groups/03bf6861-6e07-442b-b80e-c21713ad2a70 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:00.808 7 INFO neutron.api.v2.resource [None req-4a2e5e56-e501-4805-a570-2abd046dcfa0 02609b9dfbb54a37901eedd231381f10 3d475c04564a4f7cb031d3c41dc98b6b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1290] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:37:00 2026] GET /v2.0/security-groups/03bf6861-6e07-442b-b80e-c21713ad2a70 => 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: 652/1291] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:37:00 2026] DELETE /v2.0/floatingips/45688b1a-69e6-4073-8b6c-d115163882c0 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:01.108 7 WARNING neutron_lib.context [None req-f24d5e38-5a25-4339-be6c-5a114fcc61ae b29a1c73a75245929e12254c1f402012 9eabdd1d5a124435aa9f1bab3901e9e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 653/1292] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:37:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1293] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:00 2026] PUT /v2.0/routers/e659b499-e2ea-4f91-a98e-3a3e3172ddf8/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1294] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:01 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1295] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:01 2026] PUT /v2.0/routers/d242b8fc-9ea0-4b91-b606-0ce69678308c/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1296] 10.0.0.228 () {34 vars in 757 bytes} [Tue Apr 14 08:37:02 2026] PUT /v2.0/security-groups/89fa19a0-49d6-4253-8309-b3d0b604f941 => generated 1664 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:02.482 8 INFO neutron.services.segments.plugin [-] Segment 81e08a0e-516e-453f-a981-7bc12f520a94 resource provider aggregate not found 2026-04-14 08:37:02.486 8 INFO neutron.services.segments.plugin [-] Segment 81e08a0e-516e-453f-a981-7bc12f520a94 resource provider aggregate not found 2026-04-14 08:37:02.493 8 INFO neutron.services.segments.plugin [-] Segment 81e08a0e-516e-453f-a981-7bc12f520a94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81e08a0e-516e-453f-a981-7bc12f520a94 found for delete ", "request_id": "req-a385a200-70d8-4bdc-95a7-cd29c8fe0a4c"}]} 2026-04-14 08:37:02.498 8 INFO neutron.db.l3_hamode_db [None req-f68471f5-7cbe-4f18-8132-5e732c730381 f102fe3817d24282a3d30847f79db860 9d1652f3551046578c6c9916735fbd80 - - default default] HA network f10d5908-a06f-43f4-a43e-272a1d2047ef was deleted as no HA routers are present in tenant 9d1652f3551046578c6c9916735fbd80. 2026-04-14 08:37:02.499 8 INFO neutron.services.segments.plugin [-] Segment 81e08a0e-516e-453f-a981-7bc12f520a94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81e08a0e-516e-453f-a981-7bc12f520a94 found for delete ", "request_id": "req-29ad6446-2c94-4a43-af59-3cc277f257b5"}]} [pid: 8|app: 0|req: 642/1297] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:01 2026] DELETE /v2.0/routers/e659b499-e2ea-4f91-a98e-3a3e3172ddf8 => generated 0 bytes in 778 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1298] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:37:02 2026] GET /v2.0/security-groups/89fa19a0-49d6-4253-8309-b3d0b604f941 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1299] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:02 2026] DELETE /v2.0/subnets/c0512faa-817c-44d3-8243-0c87b8aa9b5b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1300] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:02 2026] DELETE /v2.0/security-groups/89fa19a0-49d6-4253-8309-b3d0b604f941 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1301] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:02 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1302] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:02 2026] DELETE /v2.0/networks/d039257e-527a-4d8f-b8bd-5267d8a7dd2d => 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: 648/1303] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1304] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:02 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:03.010 8 INFO neutron.api.v2.resource [None req-25e371d7-e356-426b-a90e-154a3fe33e17 b29a1c73a75245929e12254c1f402012 9eabdd1d5a124435aa9f1bab3901e9e7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1305] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:03 2026] DELETE /v2.0/security-groups/89fa19a0-49d6-4253-8309-b3d0b604f941 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:03.021 7 INFO neutron.services.segments.plugin [-] Segment c2946685-ec24-4376-86ef-56b79b437531 resource provider aggregate not found 2026-04-14 08:37:03.022 8 WARNING neutron_lib.context [None req-c8595285-8bba-4b99-ba3a-b0fc5fccfd2e b29a1c73a75245929e12254c1f402012 9eabdd1d5a124435aa9f1bab3901e9e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:03.026 7 INFO neutron.services.segments.plugin [-] Segment c2946685-ec24-4376-86ef-56b79b437531 resource provider aggregate not found 2026-04-14 08:37:03.039 7 INFO neutron.services.segments.plugin [-] Segment c2946685-ec24-4376-86ef-56b79b437531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2946685-ec24-4376-86ef-56b79b437531 found for delete ", "request_id": "req-251fc4cc-c896-4a39-b046-1d9dce92788a"}]} 2026-04-14 08:37:03.044 7 INFO neutron.services.segments.plugin [-] Segment c2946685-ec24-4376-86ef-56b79b437531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2946685-ec24-4376-86ef-56b79b437531 found for delete ", "request_id": "req-cec8aa9e-5e6d-4864-9ed3-cdce856a6589"}]} 2026-04-14 08:37:03.051 7 INFO neutron.db.l3_hamode_db [None req-76b56e11-6b8e-489b-9d8d-bfab17302218 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network ee0f7049-54ea-49b0-b78c-2a52ca41b818 was deleted as no HA routers are present in tenant 3d475c04564a4f7cb031d3c41dc98b6b. [pid: 7|app: 0|req: 656/1306] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:02 2026] DELETE /v2.0/routers/d242b8fc-9ea0-4b91-b606-0ce69678308c => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1307] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:37:03 2026] POST /v2.0/security-groups => generated 1625 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:37:03.157 8 WARNING neutron_lib.context [None req-a11385c9-2750-4913-9415-9fd9dfe24026 b29a1c73a75245929e12254c1f402012 9eabdd1d5a124435aa9f1bab3901e9e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 657/1308] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:03 2026] DELETE /v2.0/subnets/b246c7fd-c823-4916-82b2-88ce305a8318 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1309] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1310] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1311] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-group-rules/8491b648-9c50-4e07-aee1-1f5f01dafb28 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1312] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1313] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:03 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: 653/1314] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:03 2026] DELETE /v2.0/networks/f366c357-79db-4bc9-9c44-9dc5cf07d7d7 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1315] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-groups?tenant_id=9d1652f3551046578c6c9916735fbd80&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1316] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:37:03 2026] DELETE /v2.0/security-group-rules/8491b648-9c50-4e07-aee1-1f5f01dafb28 => 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: 663/1317] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:03 2026] DELETE /v2.0/security-groups/fc866e37-24a5-4206-bc6c-674428e22fb6 => 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: 655/1318] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:03.713 8 WARNING neutron_lib.context [None req-9a343f1f-b6e3-4352-a7fd-c7869996d687 b29a1c73a75245929e12254c1f402012 9eabdd1d5a124435aa9f1bab3901e9e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 664/1319] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-groups?tenant_id=3d475c04564a4f7cb031d3c41dc98b6b&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1320] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1321] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:03 2026] DELETE /v2.0/security-groups/0667b454-4459-4b65-bac1-182d93276ae8 => 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: 657/1322] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-group-rules/155c2baa-f602-47de-8ab9-aecde3cc1d55 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1323] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1324] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:37:03 2026] DELETE /v2.0/security-group-rules/155c2baa-f602-47de-8ab9-aecde3cc1d55 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1325] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:04.076 8 WARNING neutron_lib.context [None req-a09450cf-811c-449c-8b72-e20b913b0cb6 b29a1c73a75245929e12254c1f402012 9eabdd1d5a124435aa9f1bab3901e9e7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:04.104 8 INFO neutron.db.securitygroups_db [None req-a09450cf-811c-449c-8b72-e20b913b0cb6 b29a1c73a75245929e12254c1f402012 9eabdd1d5a124435aa9f1bab3901e9e7 - - default default] Project 9eabdd1d5a124435aa9f1bab3901e9e7 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: 659/1326] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1327] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:37:04 2026] GET /v2.0/security-group-rules/154fb148-ad6b-4f7d-93c8-3b2c79021b05 => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1328] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:04 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1329] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:37:04 2026] DELETE /v2.0/security-group-rules/154fb148-ad6b-4f7d-93c8-3b2c79021b05 => 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: 661/1330] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1331] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:04 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:04.517 8 INFO neutron.services.segments.plugin [-] Segment 6fdb8030-d4c0-4c56-a527-6b06a3045055 resource provider aggregate not found 2026-04-14 08:37:04.526 8 INFO neutron.services.segments.plugin [-] Segment 6fdb8030-d4c0-4c56-a527-6b06a3045055 resource provider aggregate not found 2026-04-14 08:37:04.539 8 INFO neutron.services.segments.plugin [-] Segment 6fdb8030-d4c0-4c56-a527-6b06a3045055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fdb8030-d4c0-4c56-a527-6b06a3045055 found for delete ", "request_id": "req-02fa830a-d3dc-42e3-acb3-69c1816fda73"}]} 2026-04-14 08:37:04.544 8 INFO neutron.services.segments.plugin [-] Segment 6fdb8030-d4c0-4c56-a527-6b06a3045055 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fdb8030-d4c0-4c56-a527-6b06a3045055 found for delete ", "request_id": "req-3a0e3919-89d4-48bf-839e-4010d41b85c4"}]} [pid: 7|app: 0|req: 671/1332] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:04 2026] GET /v2.0/security-groups?id=186d5b1d-0ef3-462d-97f1-ca2f9d853d3f&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:04.570 8 INFO neutron.services.segments.plugin [-] Segment a4ccb5f6-33d8-4f88-a149-f4243e48c607 resource provider aggregate not found 2026-04-14 08:37:04.577 8 INFO neutron.services.segments.plugin [-] Segment a4ccb5f6-33d8-4f88-a149-f4243e48c607 resource provider aggregate not found [pid: 8|app: 0|req: 662/1333] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:04 2026] DELETE /v2.0/security-groups/d2331150-6a05-45ef-a633-af41b91dae6c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1334] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:04.650 8 INFO neutron.services.segments.plugin [-] Segment a4ccb5f6-33d8-4f88-a149-f4243e48c607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ccb5f6-33d8-4f88-a149-f4243e48c607 found for delete ", "request_id": "req-349789a1-2928-4e15-ba84-c9e4baf73552"}]} 2026-04-14 08:37:04.651 8 INFO neutron.services.segments.plugin [-] Segment a4ccb5f6-33d8-4f88-a149-f4243e48c607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4ccb5f6-33d8-4f88-a149-f4243e48c607 found for delete ", "request_id": "req-23d44865-fe80-466b-97df-1a497a293fb4"}]} [pid: 8|app: 0|req: 663/1335] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1336] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:37:05 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1337] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:05 2026] GET /v2.0/security-groups?tenant_id=9eabdd1d5a124435aa9f1bab3901e9e7&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:05.412 7 INFO neutron.db.l3_db [req-1e9e9220-f1c4-49ef-8747-a418853b9e57 req-e3d4768a-5eaf-46aa-be70-b6aa85ef7386 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] Floating IP d2d90fe2-5f49-43ca-a2db-78677d59d03a disassociated. External IP: 10.96.250.219, port: 52382216-9bc1-4da4-89fe-fa3ffeef7dfa. [pid: 8|app: 0|req: 665/1338] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:05 2026] DELETE /v2.0/security-groups/f0922510-52ae-4f51-b426-b78a26d385af => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:05.533 8 WARNING neutron_lib.context [None req-f9a087f4-b904-4b53-b9e9-727c9a5abe0e f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:05.687 8 INFO neutron.db.segments_db [None req-f9a087f4-b904-4b53-b9e9-727c9a5abe0e f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] Added segment c7ee7d8a-38b2-4220-9e3d-56bd7b1cb435 of type vxlan for network 7e166f0e-c065-4cf3-ba79-622109db0cd6 [pid: 8|app: 0|req: 666/1339] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:05 2026] POST /v2.0/networks => generated 648 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1340] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:05 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 674/1341] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:37:05 2026] DELETE /v2.0/ports/52382216-9bc1-4da4-89fe-fa3ffeef7dfa => generated 0 bytes in 633 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:06.235 8 WARNING neutron_lib.context [None req-b82282b4-2e11-468f-b820-76cde9a360d2 f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1342] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:06 2026] POST /v2.0/subnets => generated 673 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:06.536 7 WARNING neutron_lib.context [None req-4d0468aa-145c-40df-9fcf-52b67685e834 f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:06.574 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d25ccf50-0c63-44cd-b91f-afc74f3e2e8d'] response: {'server_uuid': 'e8596957-c656-40c9-83f1-311134272425', 'name': 'network-vif-deleted', 'tag': '52382216-9bc1-4da4-89fe-fa3ffeef7dfa', 'status': 'completed', 'code': 200} 2026-04-14 08:37:06.601 7 INFO neutron.db.segments_db [None req-4d0468aa-145c-40df-9fcf-52b67685e834 f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] Added segment 632dcdaf-8931-41ab-8966-ea96ac9e47dd of type vxlan for network 6ce0c525-6dac-4a78-b895-e885b8b6f072 [pid: 7|app: 0|req: 675/1343] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:06 2026] POST /v2.0/networks => generated 648 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1344] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:06 2026] GET /v2.0/security-groups?tenant_id=ba8de3faf3354a2ea7275de5086d7797&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1345] 10.0.0.228 () {34 vars in 742 bytes} [Tue Apr 14 08:37:06 2026] PUT /v2.0/networks/6ce0c525-6dac-4a78-b895-e885b8b6f072 => generated 592 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:06.827 7 WARNING neutron_lib.context [None req-2e2551f5-f401-4fa5-ac39-cfe26f9193a2 f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 670/1346] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:06 2026] DELETE /v2.0/security-groups/4b33e25c-0dfa-4567-b252-e18bbeb0169e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1347] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:06 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 677/1348] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:06 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1349] 10.0.0.228 () {34 vars in 740 bytes} [Tue Apr 14 08:37:07 2026] PUT /v2.0/subnets/6e4d208b-cc8c-4a08-ba35-f1d87ef9d0a3 => generated 656 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:07.388 7 INFO neutron.services.segments.plugin [-] Segment 632dcdaf-8931-41ab-8966-ea96ac9e47dd resource provider aggregate not found 2026-04-14 08:37:07.393 7 INFO neutron.services.segments.plugin [-] Segment 632dcdaf-8931-41ab-8966-ea96ac9e47dd resource provider aggregate not found [pid: 7|app: 0|req: 678/1350] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:07 2026] DELETE /v2.0/networks/6ce0c525-6dac-4a78-b895-e885b8b6f072 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:07.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5fa42a7-8952-402e-b515-3a63b339457d f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 673/1351] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:07 2026] DELETE /v2.0/networks/6ce0c525-6dac-4a78-b895-e885b8b6f072 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:07.427 7 INFO neutron.services.segments.plugin [-] Segment 632dcdaf-8931-41ab-8966-ea96ac9e47dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 632dcdaf-8931-41ab-8966-ea96ac9e47dd found for delete ", "request_id": "req-03c14ca2-313a-487e-9b76-f52adb0722ff"}]} 2026-04-14 08:37:07.427 7 INFO neutron.services.segments.plugin [-] Segment 632dcdaf-8931-41ab-8966-ea96ac9e47dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 632dcdaf-8931-41ab-8966-ea96ac9e47dd found for delete ", "request_id": "req-ebd09d15-443d-442d-bdd8-7f024eefa130"}]} [pid: 7|app: 0|req: 679/1352] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:37:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1353] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:37:07 2026] GET /v2.0/subnets?network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1354] 10.0.0.228 () {32 vars in 652 bytes} [Tue Apr 14 08:37:07 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: 8|app: 0|req: 675/1355] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:37:07 2026] GET /v2.0/networks => generated 1313 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1356] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:37:07 2026] GET /v2.0/subnets => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1357] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:37:07 2026] GET /v2.0/networks/7e166f0e-c065-4cf3-ba79-622109db0cd6 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1358] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:37:07 2026] GET /v2.0/subnets/d0ee0385-4b4c-43e3-86d5-daebf9cb6171 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:07.781 8 INFO neutron.pecan_wsgi.hooks.translation [None req-40927383-5b9d-4cb7-95f7-00a2c99bb06a f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 677/1359] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:07 2026] DELETE /v2.0/subnets/6e4d208b-cc8c-4a08-ba35-f1d87ef9d0a3 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:07.803 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03424522-50b1-4f3d-8c44-ffdb8c1f6b07 f8adf2492b26438ea35c07f0a4f831a1 5b7de035271b4521890bbcfc4a420eb6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1360] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:07 2026] DELETE /v2.0/networks/6ce0c525-6dac-4a78-b895-e885b8b6f072 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1361] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:07 2026] GET /v2.0/ports?device_id=e8596957-c656-40c9-83f1-311134272425 => 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: 678/1362] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:07 2026] DELETE /v2.0/subnets/d0ee0385-4b4c-43e3-86d5-daebf9cb6171 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1363] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:08 2026] DELETE /v2.0/networks/7e166f0e-c065-4cf3-ba79-622109db0cd6 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1366] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:08 2026] GET /v2.0/security-groups?tenant_id=5b7de035271b4521890bbcfc4a420eb6&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1367] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:08 2026] DELETE /v2.0/security-groups/ad4400b4-f1b1-422e-a780-55225c24e102 => 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: 681/1368] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:09 2026] DELETE /v2.0/security-groups/186d5b1d-0ef3-462d-97f1-ca2f9d853d3f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:09.210 7 INFO neutron.api.v2.resource [None req-e4efec27-b628-4c16-86b6-206a24c68d09 6e61fbd3cec34399be1575f768eaeb96 05365b99618b4d0dac24514c08506b33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 688/1369] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:37:09 2026] GET /v2.0/security-groups/186d5b1d-0ef3-462d-97f1-ca2f9d853d3f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:09.446 7 INFO neutron.services.segments.plugin [-] Segment c7ee7d8a-38b2-4220-9e3d-56bd7b1cb435 resource provider aggregate not found 2026-04-14 08:37:09.456 7 INFO neutron.services.segments.plugin [-] Segment c7ee7d8a-38b2-4220-9e3d-56bd7b1cb435 resource provider aggregate not found 2026-04-14 08:37:09.466 7 INFO neutron.services.segments.plugin [-] Segment c7ee7d8a-38b2-4220-9e3d-56bd7b1cb435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ee7d8a-38b2-4220-9e3d-56bd7b1cb435 found for delete ", "request_id": "req-c4952866-ed7e-4597-b800-2e7ac4d8eebd"}]} 2026-04-14 08:37:09.481 7 INFO neutron.services.segments.plugin [-] Segment c7ee7d8a-38b2-4220-9e3d-56bd7b1cb435 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ee7d8a-38b2-4220-9e3d-56bd7b1cb435 found for delete ", "request_id": "req-3b7ae208-7ab5-4dba-8837-5f36ad26a120"}]} [pid: 8|app: 0|req: 682/1370] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:37:09 2026] DELETE /v2.0/floatingips/d2d90fe2-5f49-43ca-a2db-78677d59d03a => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:09.552 7 WARNING neutron_lib.context [None req-82d703fa-9f8a-4f43-b958-117f2bacb1b8 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:09.728 7 INFO neutron.db.segments_db [None req-82d703fa-9f8a-4f43-b958-117f2bacb1b8 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Added segment 75da7dd5-881d-4afb-9cad-4fce9ea8c7cb of type vxlan for network ceaa0d1b-f59a-483a-9402-34fee71c8c11 [pid: 7|app: 0|req: 689/1371] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:09 2026] POST /v2.0/networks => generated 632 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:09.839 7 WARNING neutron_lib.context [None req-f013572c-2174-4041-b0fe-f8fd110feb46 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 690/1372] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:37:09 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:37:10.142 7 WARNING neutron_lib.context [None req-2b10a3bb-e4c2-43df-bbaf-4ce59b3e64dc 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:10.196 7 INFO neutron.db.segments_db [None req-2b10a3bb-e4c2-43df-bbaf-4ce59b3e64dc 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Added segment 305a1452-b93b-4170-b74a-d8b8bdcf9a68 of type vxlan for network 7471c0f8-e865-44e6-ad04-ec0c6bce7f42 [pid: 7|app: 0|req: 691/1373] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:10 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) 2026-04-14 08:37:10.308 7 WARNING neutron_lib.context [None req-92bf5a66-1c34-4b08-a5ed-1f35864eacdf 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 692/1374] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:37:10 2026] POST /v2.0/ports => generated 743 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:37:10.549 7 WARNING neutron_lib.context [None req-ed7ae115-6fa7-4404-be87-050b9fa9cbd9 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:10.597 7 INFO neutron.db.segments_db [None req-ed7ae115-6fa7-4404-be87-050b9fa9cbd9 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Added segment 8d8c5d3e-d7d5-4f19-b812-1f6b33c86905 of type vxlan for network 80a27c5b-4603-4c86-ba40-e28e34aa953e [pid: 8|app: 0|req: 683/1375] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:09 2026] PUT /v2.0/routers/f59e3fa5-b82e-410d-a653-c98735fe1114/remove_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1376] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:10 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1377] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:10 2026] GET /v2.0/security-groups?tenant_id=accf528935df410bb1a1c901a1f01c2d&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:10.914 8 WARNING neutron_lib.context [None req-bf6a2af8-1760-4fd9-8648-e395adaab212 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 685/1378] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:37:10 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:37:11.242 8 WARNING neutron_lib.context [None req-7caba60e-e9fc-4ebb-8536-0b1b82fd6c84 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:11.385 8 INFO neutron.db.segments_db [None req-7caba60e-e9fc-4ebb-8536-0b1b82fd6c84 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] Added segment f579d6da-b3b7-46c4-afd4-18626e38ea76 of type vxlan for network 4a3bf8a8-bc29-4303-9ea6-27f21fb4c85f 2026-04-14 08:37:11.472 7 INFO neutron.db.l3_hamode_db [None req-446c24a2-5087-4068-9eef-33a94e7f66af edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network 06912681-2b14-4ebf-9d4c-78ccb8dacdc8 was deleted as no HA routers are present in tenant 05365b99618b4d0dac24514c08506b33. [pid: 7|app: 0|req: 694/1379] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:10 2026] DELETE /v2.0/routers/f59e3fa5-b82e-410d-a653-c98735fe1114 => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1380] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:11 2026] POST /v2.0/networks => generated 644 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:11.481 8 WARNING neutron_lib.context [None req-34c096b9-25b2-46bf-ab8e-77457d9919c9 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:11.484 7 INFO neutron.services.segments.plugin [-] Segment 327c9ee0-3d28-4818-aa7e-b296cbd22046 resource provider aggregate not found 2026-04-14 08:37:11.499 7 INFO neutron.services.segments.plugin [-] Segment 327c9ee0-3d28-4818-aa7e-b296cbd22046 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327c9ee0-3d28-4818-aa7e-b296cbd22046 found for delete ", "request_id": "req-17c80276-928c-4b8f-a3c5-be6b875b716b"}]} 2026-04-14 08:37:11.499 7 INFO neutron.services.segments.plugin [-] Segment 327c9ee0-3d28-4818-aa7e-b296cbd22046 resource provider aggregate not found 2026-04-14 08:37:11.512 7 INFO neutron.services.segments.plugin [-] Segment 327c9ee0-3d28-4818-aa7e-b296cbd22046 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327c9ee0-3d28-4818-aa7e-b296cbd22046 found for delete ", "request_id": "req-36d1483a-ce98-4133-9377-577bc263f4e3"}]} 2026-04-14 08:37:11.532 8 INFO neutron.db.segments_db [None req-34c096b9-25b2-46bf-ab8e-77457d9919c9 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Added segment 962c89e0-602a-4286-8dd6-ab08bef49d72 of type vxlan for network 97538bc1-70d4-4c96-90c7-531eb2dc4453 [pid: 7|app: 0|req: 695/1381] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:11 2026] DELETE /v2.0/security-groups/4aa605fb-e986-4c2b-bb52-5671e95d0a68 => 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: 687/1382] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37: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-04-14 08:37:11.634 8 WARNING neutron_lib.context [None req-4e891023-3557-43b6-80fd-0dae92b7c782 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 696/1383] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:11 2026] DELETE /v2.0/subnets/fb734aae-6831-40a3-b422-f31f19bc8e5f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:11.752 7 WARNING neutron_lib.context [None req-080c3ed6-15e5-49e5-b024-9a4d00ddbd2a 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 688/1384] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:11 2026] POST /v2.0/subnets => generated 641 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1385] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:11 2026] GET /v2.0/security-groups?tenant_id=d4bb6c9778d64d0d9bd5561da5bd7743&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1386] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:37:11 2026] POST /v2.0/ports => generated 743 bytes in 241 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-04-14 08:37:11.993 7 WARNING neutron_lib.context [None req-8b923dde-54ab-4261-9b2a-5b482dd3447f 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:12.040 7 INFO neutron.db.segments_db [None req-8b923dde-54ab-4261-9b2a-5b482dd3447f 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] Added segment 4ff06314-99d3-4cdd-bb93-5f6dc9414997 of type vxlan for network afaa6063-ae66-4f15-99a2-f6b6fd8031d1 [pid: 7|app: 0|req: 698/1387] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:11 2026] POST /v2.0/networks => generated 643 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1388] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:12 2026] DELETE /v2.0/security-groups/871b2083-7b1c-4be8-b834-4ee6d8f9b0da => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:12.233 7 WARNING neutron_lib.context [None req-c252332f-77b9-4e0c-a9e3-7eb525296858 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:12.245 8 INFO neutron.services.segments.plugin [-] Segment 07d1450a-0500-479b-8b3d-47ec0117343e resource provider aggregate not found 2026-04-14 08:37:12.250 8 INFO neutron.services.segments.plugin [-] Segment 07d1450a-0500-479b-8b3d-47ec0117343e resource provider aggregate not found 2026-04-14 08:37:12.271 8 INFO neutron.services.segments.plugin [-] Segment 07d1450a-0500-479b-8b3d-47ec0117343e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07d1450a-0500-479b-8b3d-47ec0117343e found for delete ", "request_id": "req-25a262ba-ab7e-4662-8105-d8cb2a921d67"}]} 2026-04-14 08:37:12.277 7 INFO neutron.db.segments_db [None req-c252332f-77b9-4e0c-a9e3-7eb525296858 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Added segment b171de1c-38d8-4f14-b0fb-a8bc3332ce7a of type vxlan for network 68a8ac8b-1d77-4bd4-b446-e8b67297a2c5 [pid: 8|app: 0|req: 690/1389] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:11 2026] DELETE /v2.0/networks/5c8a8727-09b2-429e-bf32-45246c98f693 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:12.281 8 INFO neutron.services.segments.plugin [-] Segment 07d1450a-0500-479b-8b3d-47ec0117343e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07d1450a-0500-479b-8b3d-47ec0117343e found for delete ", "request_id": "req-89f2d606-8d38-4507-a329-a3db64cfc14b"}]} [pid: 7|app: 0|req: 700/1390] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:12 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:12.379 7 WARNING neutron_lib.context [None req-faab3fa8-814f-489a-8c45-139a12ca66e9 3e3ef994b4f349dd96cbbb55175bf1fa bc8fbf2a382149d2823badc548e605e6 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 691/1391] 10.0.0.228 () {34 vars in 742 bytes} [Tue Apr 14 08:37:12 2026] PUT /v2.0/networks/afaa6063-ae66-4f15-99a2-f6b6fd8031d1 => generated 592 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:12.407 8 WARNING neutron_lib.context [None req-f68766b5-5a8c-4482-9e60-16b4144e3ec0 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 692/1392] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:12 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1393] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:37:12 2026] POST /v2.0/ports => generated 743 bytes in 250 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: 693/1394] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:12 2026] GET /v2.0/security-groups?tenant_id=05365b99618b4d0dac24514c08506b33&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1395] 10.0.0.228 () {34 vars in 746 bytes} [Tue Apr 14 08:37:12 2026] PUT /v2.0/ports/89293dc8-6bf7-4902-9a89-d004321a5f1c/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1396] 10.0.0.228 () {34 vars in 740 bytes} [Tue Apr 14 08:37:12 2026] PUT /v2.0/subnets/0dece8b5-b6f7-4852-982c-947f01fc1f33 => generated 636 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1397] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:12 2026] DELETE /v2.0/security-groups/c614b9c0-0d07-4ec8-bce5-ca99edd20022 => 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: 703/1398] 10.0.0.228 () {34 vars in 746 bytes} [Tue Apr 14 08:37:12 2026] PUT /v2.0/ports/eb9cd869-3703-4232-b3da-22bf4016506c/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: 704/1399] 10.0.0.228 () {34 vars in 746 bytes} [Tue Apr 14 08:37:12 2026] PUT /v2.0/ports/3ff6b547-e929-41a1-b174-569cc3e529b2/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1400] 10.0.0.228 () {34 vars in 746 bytes} [Tue Apr 14 08:37:12 2026] PUT /v2.0/ports/171f8902-2b0e-48cf-b93b-f1a8078cf33b/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1401] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:12 2026] DELETE /v2.0/networks/afaa6063-ae66-4f15-99a2-f6b6fd8031d1 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:13.014 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75307abc-995a-4f33-85ee-b1c36ed26483 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 697/1402] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:13 2026] DELETE /v2.0/networks/afaa6063-ae66-4f15-99a2-f6b6fd8031d1 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1403] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1404] 10.0.0.228 () {32 vars in 659 bytes} [Tue Apr 14 08:37:12 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1405] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/subnets?network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1406] 10.0.0.228 () {32 vars in 652 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/extensions => generated 20516 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1407] 10.0.0.228 () {32 vars in 673 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1408] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/networks => generated 1309 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1409] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1410] 10.0.0.228 () {32 vars in 669 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1411] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/networks/4a3bf8a8-bc29-4303-9ea6-27f21fb4c85f => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1412] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/subnets/ac895b14-f54f-4dbf-a1d6-f3d3923a2561 => generated 641 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:13.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9052ac3-0035-41bb-9909-c008767abeec 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1413] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:13 2026] DELETE /v2.0/subnets/0dece8b5-b6f7-4852-982c-947f01fc1f33 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:13.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-69cc59c3-dea6-440a-87d5-26714f9f9d11 5432eadda57642f78bc2633d1ed9942f 35197a89abb24431a0ea7a37e0c776f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1414] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:13 2026] DELETE /v2.0/networks/afaa6063-ae66-4f15-99a2-f6b6fd8031d1 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1415] 10.0.0.228 () {32 vars in 681 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1416] 10.0.0.228 () {32 vars in 667 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1417] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:13 2026] DELETE /v2.0/subnets/ac895b14-f54f-4dbf-a1d6-f3d3923a2561 => 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: 705/1418] 10.0.0.228 () {32 vars in 681 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1419] 10.0.0.228 () {32 vars in 677 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1420] 10.0.0.228 () {32 vars in 689 bytes} [Tue Apr 14 08:37:13 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:13.846 7 INFO neutron.services.segments.plugin [-] Segment f579d6da-b3b7-46c4-afd4-18626e38ea76 resource provider aggregate not found 2026-04-14 08:37:13.864 7 INFO neutron.services.segments.plugin [-] Segment f579d6da-b3b7-46c4-afd4-18626e38ea76 resource provider aggregate not found 2026-04-14 08:37:13.872 7 INFO neutron.services.segments.plugin [-] Segment f579d6da-b3b7-46c4-afd4-18626e38ea76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f579d6da-b3b7-46c4-afd4-18626e38ea76 found for delete ", "request_id": "req-b2f65fce-8727-460f-ac83-521f148f0bee"}]} [pid: 7|app: 0|req: 714/1421] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:13 2026] DELETE /v2.0/networks/4a3bf8a8-bc29-4303-9ea6-27f21fb4c85f => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1422] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:13 2026] DELETE /v2.0/ports/89293dc8-6bf7-4902-9a89-d004321a5f1c => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:13.910 7 INFO neutron.services.segments.plugin [-] Segment f579d6da-b3b7-46c4-afd4-18626e38ea76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f579d6da-b3b7-46c4-afd4-18626e38ea76 found for delete ", "request_id": "req-ff0343b9-b4b0-4ec8-8c22-c7ccf804aa31"}]} [pid: 7|app: 0|req: 715/1423] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:13 2026] DELETE /v2.0/ports/eb9cd869-3703-4232-b3da-22bf4016506c => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1424] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:14 2026] DELETE /v2.0/ports/3ff6b547-e929-41a1-b174-569cc3e529b2 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:14.373 8 INFO neutron.services.segments.plugin [-] Segment 4ff06314-99d3-4cdd-bb93-5f6dc9414997 resource provider aggregate not found 2026-04-14 08:37:14.378 8 INFO neutron.services.segments.plugin [-] Segment 4ff06314-99d3-4cdd-bb93-5f6dc9414997 resource provider aggregate not found 2026-04-14 08:37:14.392 8 INFO neutron.services.segments.plugin [-] Segment 4ff06314-99d3-4cdd-bb93-5f6dc9414997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ff06314-99d3-4cdd-bb93-5f6dc9414997 found for delete ", "request_id": "req-6ad0d911-b03a-47fd-a408-e4399a74f76a"}]} 2026-04-14 08:37:14.401 8 INFO neutron.services.segments.plugin [-] Segment 4ff06314-99d3-4cdd-bb93-5f6dc9414997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ff06314-99d3-4cdd-bb93-5f6dc9414997 found for delete ", "request_id": "req-671ccf16-4de1-40a9-b9d8-752e9680332a"}]} [pid: 8|app: 0|req: 710/1425] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:14 2026] GET /v2.0/security-groups?tenant_id=35197a89abb24431a0ea7a37e0c776f7&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1426] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:14 2026] DELETE /v2.0/ports/171f8902-2b0e-48cf-b93b-f1a8078cf33b => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1427] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:14 2026] DELETE /v2.0/security-groups/21c56970-a44b-4758-a7b1-88ac41ff5e87 => 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: 717/1428] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:14 2026] DELETE /v2.0/ports/9710598b-3363-4582-bf21-af5cf7fe59da => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1429] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:14 2026] DELETE /v2.0/networks/ceaa0d1b-f59a-483a-9402-34fee71c8c11 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1430] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:14 2026] DELETE /v2.0/networks/7471c0f8-e865-44e6-ad04-ec0c6bce7f42 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1431] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:14 2026] DELETE /v2.0/networks/80a27c5b-4603-4c86-ba40-e28e34aa953e => 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: 719/1432] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:15 2026] DELETE /v2.0/networks/97538bc1-70d4-4c96-90c7-531eb2dc4453 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1433] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:15 2026] DELETE /v2.0/networks/68a8ac8b-1d77-4bd4-b446-e8b67297a2c5 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:16.426 7 INFO neutron.services.segments.plugin [-] Segment 305a1452-b93b-4170-b74a-d8b8bdcf9a68 resource provider aggregate not found 2026-04-14 08:37:16.430 7 INFO neutron.services.segments.plugin [-] Segment 305a1452-b93b-4170-b74a-d8b8bdcf9a68 resource provider aggregate not found 2026-04-14 08:37:16.442 7 INFO neutron.services.segments.plugin [-] Segment 305a1452-b93b-4170-b74a-d8b8bdcf9a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305a1452-b93b-4170-b74a-d8b8bdcf9a68 found for delete ", "request_id": "req-e6336b12-9cd4-42c2-acf8-c383bbe9f61a"}]} 2026-04-14 08:37:16.450 7 INFO neutron.services.segments.plugin [-] Segment 305a1452-b93b-4170-b74a-d8b8bdcf9a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 305a1452-b93b-4170-b74a-d8b8bdcf9a68 found for delete ", "request_id": "req-17981d41-f6e8-4e4f-92ee-41ebdf23aa43"}]} 2026-04-14 08:37:16.455 7 INFO neutron.services.segments.plugin [-] Segment 962c89e0-602a-4286-8dd6-ab08bef49d72 resource provider aggregate not found 2026-04-14 08:37:16.472 7 INFO neutron.services.segments.plugin [-] Segment 962c89e0-602a-4286-8dd6-ab08bef49d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 962c89e0-602a-4286-8dd6-ab08bef49d72 found for delete ", "request_id": "req-c7f9f76c-df33-4180-9aed-ffd875b27d57"}]} 2026-04-14 08:37:16.474 7 INFO neutron.services.segments.plugin [-] Segment 962c89e0-602a-4286-8dd6-ab08bef49d72 resource provider aggregate not found 2026-04-14 08:37:16.487 7 INFO neutron.services.segments.plugin [-] Segment 962c89e0-602a-4286-8dd6-ab08bef49d72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 962c89e0-602a-4286-8dd6-ab08bef49d72 found for delete ", "request_id": "req-e1a7bebb-a8f2-4be7-85a1-2c65d106ee4a"}]} [pid: 7|app: 0|req: 720/1434] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:16 2026] GET /v2.0/security-groups?tenant_id=bc8fbf2a382149d2823badc548e605e6&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:16.663 8 INFO neutron.services.segments.plugin [-] Segment 75da7dd5-881d-4afb-9cad-4fce9ea8c7cb resource provider aggregate not found 2026-04-14 08:37:16.669 8 INFO neutron.services.segments.plugin [-] Segment 75da7dd5-881d-4afb-9cad-4fce9ea8c7cb resource provider aggregate not found 2026-04-14 08:37:16.678 8 INFO neutron.services.segments.plugin [-] Segment 75da7dd5-881d-4afb-9cad-4fce9ea8c7cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75da7dd5-881d-4afb-9cad-4fce9ea8c7cb found for delete ", "request_id": "req-6994046d-8009-4501-bf43-2b024edf43b2"}]} 2026-04-14 08:37:16.685 8 INFO neutron.services.segments.plugin [-] Segment 75da7dd5-881d-4afb-9cad-4fce9ea8c7cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75da7dd5-881d-4afb-9cad-4fce9ea8c7cb found for delete ", "request_id": "req-ecdf8d83-a7df-4a52-9a82-955e9897ddcf"}]} 2026-04-14 08:37:16.690 8 INFO neutron.services.segments.plugin [-] Segment 8d8c5d3e-d7d5-4f19-b812-1f6b33c86905 resource provider aggregate not found 2026-04-14 08:37:16.700 8 INFO neutron.services.segments.plugin [-] Segment 8d8c5d3e-d7d5-4f19-b812-1f6b33c86905 resource provider aggregate not found 2026-04-14 08:37:16.705 8 INFO neutron.services.segments.plugin [-] Segment 8d8c5d3e-d7d5-4f19-b812-1f6b33c86905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d8c5d3e-d7d5-4f19-b812-1f6b33c86905 found for delete ", "request_id": "req-93d04bfe-a4e0-411c-b884-a0bc7dde8664"}]} 2026-04-14 08:37:16.714 8 INFO neutron.services.segments.plugin [-] Segment 8d8c5d3e-d7d5-4f19-b812-1f6b33c86905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d8c5d3e-d7d5-4f19-b812-1f6b33c86905 found for delete ", "request_id": "req-dfcc709e-6b3f-4778-b92a-bf46e947ff2d"}]} 2026-04-14 08:37:16.723 8 INFO neutron.services.segments.plugin [-] Segment b171de1c-38d8-4f14-b0fb-a8bc3332ce7a resource provider aggregate not found 2026-04-14 08:37:16.730 8 INFO neutron.services.segments.plugin [-] Segment b171de1c-38d8-4f14-b0fb-a8bc3332ce7a resource provider aggregate not found 2026-04-14 08:37:16.733 8 INFO neutron.services.segments.plugin [-] Segment b171de1c-38d8-4f14-b0fb-a8bc3332ce7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b171de1c-38d8-4f14-b0fb-a8bc3332ce7a found for delete ", "request_id": "req-32379047-0683-4401-adf4-78b859891714"}]} 2026-04-14 08:37:16.749 8 INFO neutron.services.segments.plugin [-] Segment b171de1c-38d8-4f14-b0fb-a8bc3332ce7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b171de1c-38d8-4f14-b0fb-a8bc3332ce7a found for delete ", "request_id": "req-d3922e39-be9b-4d53-97ba-c090b7c6459a"}]} [pid: 8|app: 0|req: 715/1435] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:16 2026] DELETE /v2.0/security-groups/e9e88dd8-6df2-471d-bd9d-2945f5777f9b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1436] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:16 2026] GET /v2.0/security-groups?tenant_id=b865a848db2a4f388011c4fb3527eb89&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1437] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:17 2026] DELETE /v2.0/security-groups/893d4881-e391-4e16-8ed3-38f5cfe8aaed => 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: 722/1438] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:17 2026] GET /v2.0/security-groups?tenant_id=062efae2269f436c8f235d022049a0cd&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1439] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:17 2026] DELETE /v2.0/security-groups/b52b6960-e93d-46e5-8560-6965d03f5688 => 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: 723/1440] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:18 2026] GET /v2.0/security-groups?tenant_id=050990715f674a90ac9ccc771601aa65&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1441] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:18 2026] DELETE /v2.0/security-groups/7a4030a3-e114-445a-ba75-96c6a2dd9175 => 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: 724/1442] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:18 2026] GET /v2.0/security-groups?tenant_id=383e529d71c64aa4970e72f4f17c0d06&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1443] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:18 2026] DELETE /v2.0/security-groups/21c946b4-d927-4a0c-bc22-9d16e0530862 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1444] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:18 2026] GET /v2.0/security-groups?tenant_id=7c0e07b4cdcf49e2adad45ac11fd2528&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1445] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:19 2026] DELETE /v2.0/security-groups/40a49c38-8350-47e3-a773-65f648ef4a3c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1446] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:19 2026] GET /v2.0/security-groups?tenant_id=3b4bd1edff474fe990a36db463693488&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1447] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:19 2026] DELETE /v2.0/security-groups/0b5fabe7-3da8-4e2d-882b-3ece14919442 => 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: 721/1448] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:20 2026] GET /v2.0/security-groups?tenant_id=e42de654dd884327ba58bb4146b2df02&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1449] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:20 2026] DELETE /v2.0/security-groups/f31b4966-5aee-42e8-b1ce-dfbad2be9c08 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1450] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:20 2026] GET /v2.0/security-groups?tenant_id=48921e5b550f43768f233d3cd1231ab7&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1451] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:20 2026] DELETE /v2.0/security-groups/d3d0bb6a-c376-4cc8-b0ab-c40d437f0b57 => 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: 723/1452] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:21 2026] GET /v2.0/security-groups?tenant_id=6394388592dd429a8f671f737ee8f1db&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1453] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:21 2026] DELETE /v2.0/security-groups/57d5d883-04c7-4f36-bcdd-a074581696e5 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1454] 10.0.0.228 () {34 vars in 677 bytes} [Tue Apr 14 08:37:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1455] 10.0.0.228 () {34 vars in 677 bytes} [Tue Apr 14 08:37:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1456] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:21 2026] GET /v2.0/security-groups?tenant_id=3d3a6009ffad4f8d8e69cc70a7cd675f&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1457] 10.0.0.228 () {34 vars in 677 bytes} [Tue Apr 14 08:37:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1458] 10.0.0.228 () {34 vars in 677 bytes} [Tue Apr 14 08:37:21 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1459] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:21 2026] DELETE /v2.0/security-groups/b16ee567-d64f-42af-8cc6-80d9f599e87a => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1460] 10.0.0.228 () {34 vars in 677 bytes} [Tue Apr 14 08:37:21 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: 727/1461] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:21 2026] PUT /v2.0/policies/6786a5e4-62a6-4eef-aef7-a320f35116be/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1462] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:22 2026] PUT /v2.0/policies/da550660-6d53-4583-a8a5-3bf200f59430/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1463] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:22 2026] PUT /v2.0/policies/a4ec0ce1-2c21-4f21-b9ff-aa3b9b4978ad/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1464] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:22 2026] PUT /v2.0/policies/11de2bf9-b4ad-4f82-b6c3-efdf7afc8278/tags => 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: 729/1465] 10.0.0.228 () {32 vars in 673 bytes} [Tue Apr 14 08:37:22 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1466] 10.0.0.228 () {32 vars in 687 bytes} [Tue Apr 14 08:37:22 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1467] 10.0.0.228 () {32 vars in 683 bytes} [Tue Apr 14 08:37:22 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: 7|app: 0|req: 738/1468] 10.0.0.228 () {32 vars in 695 bytes} [Tue Apr 14 08:37:22 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1469] 10.0.0.228 () {32 vars in 681 bytes} [Tue Apr 14 08:37:22 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1470] 10.0.0.228 () {32 vars in 695 bytes} [Tue Apr 14 08:37:22 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1471] 10.0.0.228 () {32 vars in 691 bytes} [Tue Apr 14 08:37:23 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1472] 10.0.0.228 () {32 vars in 703 bytes} [Tue Apr 14 08:37:23 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1473] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:37:23 2026] DELETE /v2.0/qos/policies/6786a5e4-62a6-4eef-aef7-a320f35116be => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1474] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:37:23 2026] DELETE /v2.0/qos/policies/da550660-6d53-4583-a8a5-3bf200f59430 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1475] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:37:23 2026] DELETE /v2.0/qos/policies/a4ec0ce1-2c21-4f21-b9ff-aa3b9b4978ad => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1476] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:37:23 2026] DELETE /v2.0/qos/policies/11de2bf9-b4ad-4f82-b6c3-efdf7afc8278 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1477] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:37:23 2026] DELETE /v2.0/qos/policies/498ff0cd-a668-4b1d-b900-d7add522277e => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:23.695 7 WARNING neutron_lib.context [None req-59b3cb99-2952-48ff-84ff-06dcdb9a4cb5 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:23.696 7 WARNING neutron_lib.context [None req-59b3cb99-2952-48ff-84ff-06dcdb9a4cb5 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:23.863 7 INFO neutron.db.segments_db [None req-59b3cb99-2952-48ff-84ff-06dcdb9a4cb5 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Added segment 873409ec-ef86-45a1-b006-5aad0e927570 of type vxlan for network f3cc6c57-40cb-4e84-9807-b42cb4f08f2a 2026-04-14 08:37:23.930 7 INFO neutron.db.segments_db [None req-59b3cb99-2952-48ff-84ff-06dcdb9a4cb5 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Added segment ef762d0b-d3e3-464e-8c3f-73ccec8e2af6 of type vxlan for network 4f35a7d3-da12-4c2f-a831-1931ae515ee7 [pid: 7|app: 0|req: 743/1480] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:23 2026] POST /v2.0/networks => generated 1245 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1481] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:23 2026] GET /v2.0/security-groups?tenant_id=e85620e128574fbfabefda9ccc9bedc9&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1482] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:37:24 2026] GET /v2.0/networks => generated 1844 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1483] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:24 2026] DELETE /v2.0/security-groups/a0cefbb4-3d97-4513-8cee-da29dca1785d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:24.222 7 INFO neutron.services.segments.plugin [-] Segment 873409ec-ef86-45a1-b006-5aad0e927570 resource provider aggregate not found 2026-04-14 08:37:24.227 7 INFO neutron.services.segments.plugin [-] Segment 873409ec-ef86-45a1-b006-5aad0e927570 resource provider aggregate not found 2026-04-14 08:37:24.242 7 INFO neutron.services.segments.plugin [-] Segment 873409ec-ef86-45a1-b006-5aad0e927570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873409ec-ef86-45a1-b006-5aad0e927570 found for delete ", "request_id": "req-129408f1-4e4c-4a7c-8ad9-fa65b594a6ec"}]} 2026-04-14 08:37:24.246 7 INFO neutron.services.segments.plugin [-] Segment 873409ec-ef86-45a1-b006-5aad0e927570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873409ec-ef86-45a1-b006-5aad0e927570 found for delete ", "request_id": "req-0f03bc37-4a0c-46c9-a843-ba74d2ca5af1"}]} [pid: 7|app: 0|req: 745/1484] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:24 2026] DELETE /v2.0/networks/f3cc6c57-40cb-4e84-9807-b42cb4f08f2a => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:24.412 8 INFO neutron.services.segments.plugin [-] Segment ef762d0b-d3e3-464e-8c3f-73ccec8e2af6 resource provider aggregate not found 2026-04-14 08:37:24.416 8 INFO neutron.services.segments.plugin [-] Segment ef762d0b-d3e3-464e-8c3f-73ccec8e2af6 resource provider aggregate not found 2026-04-14 08:37:24.428 8 INFO neutron.services.segments.plugin [-] Segment ef762d0b-d3e3-464e-8c3f-73ccec8e2af6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef762d0b-d3e3-464e-8c3f-73ccec8e2af6 found for delete ", "request_id": "req-0485d2b3-d289-4792-b5d7-04c072d96be2"}]} 2026-04-14 08:37:24.431 8 INFO neutron.services.segments.plugin [-] Segment ef762d0b-d3e3-464e-8c3f-73ccec8e2af6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef762d0b-d3e3-464e-8c3f-73ccec8e2af6 found for delete ", "request_id": "req-8e825799-65cc-43ae-a8fd-38d57f43f884"}]} [pid: 8|app: 0|req: 740/1485] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:24 2026] DELETE /v2.0/networks/4f35a7d3-da12-4c2f-a831-1931ae515ee7 => 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: 741/1486] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:37:24 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:24.516 8 WARNING neutron_lib.context [None req-a27b4020-81a6-493a-81b2-97df31705d87 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:24.568 8 INFO neutron.db.segments_db [None req-a27b4020-81a6-493a-81b2-97df31705d87 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Added segment 81235a45-840c-4d93-b7e7-0faf21a27e7b of type vxlan for network 676521b6-ec98-49a8-bcbf-0854e71ff2ce [pid: 7|app: 0|req: 746/1487] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:24 2026] GET /v2.0/security-groups?tenant_id=c5e32d3c099848aa8c16889e65eaa083&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: 742/1488] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:24 2026] POST /v2.0/networks => generated 649 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:24.660 8 WARNING neutron_lib.context [None req-b5fa4c69-a6ec-4122-9e39-5b1c4dde193c 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 747/1489] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:24 2026] DELETE /v2.0/security-groups/1820124c-2c72-458b-ba42-700f0ee45de6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:24.711 8 INFO neutron.db.segments_db [None req-b5fa4c69-a6ec-4122-9e39-5b1c4dde193c 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Added segment 639a462e-7029-4405-b8c4-60722ff7e576 of type vxlan for network 48784005-8633-4ee5-b527-4499a3b571c4 [pid: 8|app: 0|req: 743/1490] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:24 2026] POST /v2.0/networks => generated 649 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:24.823 8 WARNING neutron_lib.context [None req-4ff24a55-2a49-4b61-9353-4423f9f4a442 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:24.848 8 WARNING neutron_lib.context [None req-4ff24a55-2a49-4b61-9353-4423f9f4a442 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1491] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:24 2026] GET /v2.0/security-groups?tenant_id=a8365901930248d4ab62c3f764429741&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1492] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:24 2026] DELETE /v2.0/security-groups/24e61d5e-24c2-412c-a047-66bedf6822c8 => 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: 750/1493] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:25 2026] GET /v2.0/security-groups?tenant_id=007cc4977342485aa264d797d6bcc816&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1494] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:25 2026] DELETE /v2.0/security-groups/da7268de-68e5-4832-ad42-2877046af239 => 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: 744/1495] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:37:24 2026] POST /v2.0/ports => generated 1506 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1496] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:37:25 2026] GET /v2.0/ports => generated 1506 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 745/1497] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:25 2026] DELETE /v2.0/ports/1d123e52-0175-4af3-a8ab-b4ba23b8deab => 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: 746/1498] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:25 2026] DELETE /v2.0/ports/cd4f53b0-574a-48fe-a3a7-dd0160f043a0 => 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: 753/1499] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:25 2026] GET /v2.0/security-groups?tenant_id=d029947106aa482b88a7b3973a809c10&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1500] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:37:25 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:25.955 8 WARNING neutron_lib.context [None req-e45f8c10-5c4e-46ba-b686-2628f7eceed1 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:26.003 8 INFO neutron.db.segments_db [None req-e45f8c10-5c4e-46ba-b686-2628f7eceed1 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Added segment 80450cac-f331-4ecf-9d4e-3b26a44d7479 of type vxlan for network 7545d7ac-01ab-44f4-b11e-71c552012cfc [pid: 7|app: 0|req: 754/1501] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:25 2026] DELETE /v2.0/security-groups/48d105ba-04ea-4cf1-b456-c50a226bcf67 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1502] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:25 2026] POST /v2.0/networks => generated 650 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:26.104 7 WARNING neutron_lib.context [None req-05e27f50-bb04-4649-9ed4-a360f64718dc 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:26.155 7 INFO neutron.db.segments_db [None req-05e27f50-bb04-4649-9ed4-a360f64718dc 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Added segment ff5d16b2-27b0-4f31-830c-ba3a290719cb of type vxlan for network 291174dc-939b-4feb-8619-c715495193f8 [pid: 7|app: 0|req: 755/1503] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:26 2026] POST /v2.0/networks => generated 650 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:26.279 8 WARNING neutron_lib.context [None req-31e158c3-9445-4808-abec-935838d9e6a7 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:26.304 8 WARNING neutron_lib.context [None req-31e158c3-9445-4808-abec-935838d9e6a7 91826aaf8a484176a6af7ceb16bafaa8 691031a18e674d408c4c5cb2ab8a3e5b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1504] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:26 2026] POST /v2.0/subnets => generated 1274 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1505] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:37:26 2026] GET /v2.0/subnets => generated 1910 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1506] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:26 2026] DELETE /v2.0/subnets/866f7012-7446-41f7-9571-5927442416fa => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1507] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:26 2026] DELETE /v2.0/subnets/ca2efee8-0130-472d-961f-ac133d5803f6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1508] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:37:26 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:27.132 7 INFO neutron.services.segments.plugin [-] Segment ff5d16b2-27b0-4f31-830c-ba3a290719cb resource provider aggregate not found 2026-04-14 08:37:27.137 7 INFO neutron.services.segments.plugin [-] Segment ff5d16b2-27b0-4f31-830c-ba3a290719cb resource provider aggregate not found 2026-04-14 08:37:27.151 7 INFO neutron.services.segments.plugin [-] Segment ff5d16b2-27b0-4f31-830c-ba3a290719cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff5d16b2-27b0-4f31-830c-ba3a290719cb found for delete ", "request_id": "req-ab711a19-9bfd-4c7e-9007-3407d61a8fb4"}]} 2026-04-14 08:37:27.154 7 INFO neutron.services.segments.plugin [-] Segment ff5d16b2-27b0-4f31-830c-ba3a290719cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff5d16b2-27b0-4f31-830c-ba3a290719cb found for delete ", "request_id": "req-e231659f-fca7-4288-a351-ff27925cec70"}]} [pid: 7|app: 0|req: 758/1509] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:27 2026] DELETE /v2.0/networks/291174dc-939b-4feb-8619-c715495193f8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:27.308 8 INFO neutron.services.segments.plugin [-] Segment 80450cac-f331-4ecf-9d4e-3b26a44d7479 resource provider aggregate not found 2026-04-14 08:37:27.313 8 INFO neutron.services.segments.plugin [-] Segment 80450cac-f331-4ecf-9d4e-3b26a44d7479 resource provider aggregate not found 2026-04-14 08:37:27.323 8 INFO neutron.services.segments.plugin [-] Segment 80450cac-f331-4ecf-9d4e-3b26a44d7479 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80450cac-f331-4ecf-9d4e-3b26a44d7479 found for delete ", "request_id": "req-255158b2-50a5-4d2c-abe9-db66a5194942"}]} 2026-04-14 08:37:27.325 8 INFO neutron.services.segments.plugin [-] Segment 80450cac-f331-4ecf-9d4e-3b26a44d7479 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80450cac-f331-4ecf-9d4e-3b26a44d7479 found for delete ", "request_id": "req-46762efd-a5bd-42a1-8b29-0adf9aae2028"}]} [pid: 8|app: 0|req: 752/1510] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:27 2026] DELETE /v2.0/networks/7545d7ac-01ab-44f4-b11e-71c552012cfc => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1511] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:27 2026] DELETE /v2.0/networks/48784005-8633-4ee5-b527-4499a3b571c4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1512] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:27 2026] DELETE /v2.0/networks/676521b6-ec98-49a8-bcbf-0854e71ff2ce => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:27.860 7 WARNING neutron_lib.context [None req-7091f6b6-0106-4903-9580-50bf0b79e7a9 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:28.004 7 INFO neutron.db.segments_db [None req-7091f6b6-0106-4903-9580-50bf0b79e7a9 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment d6e382fb-ca46-49d6-b21a-c0cbd5299a09 of type vxlan for network fee50c21-a419-407b-977b-d11942b3a7ad [pid: 7|app: 0|req: 760/1513] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:27 2026] POST /v2.0/networks => generated 634 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:28.101 7 WARNING neutron_lib.context [None req-8facfb55-fad7-4d0e-87c2-5f47caf60efa 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:28.162 7 INFO neutron.db.segments_db [None req-8facfb55-fad7-4d0e-87c2-5f47caf60efa 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment 6dbc1dce-e9f7-4759-8a49-a5b92a7f147e of type vxlan for network af5e75f2-dcd3-4ce8-aa58-d63a1da1ead7 [pid: 8|app: 0|req: 754/1514] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:28 2026] GET /v2.0/security-groups?tenant_id=691031a18e674d408c4c5cb2ab8a3e5b&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1515] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:28 2026] POST /v2.0/networks => generated 634 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:28.265 7 WARNING neutron_lib.context [None req-71d9a84d-9aef-47ad-9bfd-f899a1fb6c3e 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 755/1516] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:28 2026] DELETE /v2.0/security-groups/4b0bfc9e-dd98-4a7d-a26e-0f0ee2818934 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1517] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:28 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:28.538 7 WARNING neutron_lib.context [None req-b984ed09-52e9-4317-a784-48f36945e296 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:28.587 8 WARNING neutron_lib.context [None req-3579baa8-373d-4cc5-abee-5c70f367418e 4a0063b1c46f44269fa864f5449514bb aa269f3a6eb74453ac3d707c02e60a78 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1518] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:28 2026] POST /v2.0/subnets => generated 655 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:28.849 7 WARNING neutron_lib.context [None req-fc16f7f8-8500-4255-b5a0-271943418c25 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:28.892 7 INFO neutron.db.segments_db [None req-fc16f7f8-8500-4255-b5a0-271943418c25 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment 8f4ae1cb-764b-47f8-8e08-839084b53697 of type vxlan for network 60703cba-ab28-488d-8203-c221d2a24d15 [pid: 8|app: 0|req: 756/1519] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:37:28 2026] POST /v2.0/floatingips => generated 552 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1520] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:37:29 2026] PUT /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:29.172 7 INFO neutron.services.segments.plugin [-] Segment 639a462e-7029-4405-b8c4-60722ff7e576 resource provider aggregate not found 2026-04-14 08:37:29.182 7 INFO neutron.services.segments.plugin [-] Segment 639a462e-7029-4405-b8c4-60722ff7e576 resource provider aggregate not found [pid: 8|app: 0|req: 758/1521] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:29.189 7 INFO neutron.db.l3_hamode_db [None req-fc16f7f8-8500-4255-b5a0-271943418c25 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:37:29.190 7 INFO neutron.services.segments.plugin [-] Segment 639a462e-7029-4405-b8c4-60722ff7e576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 639a462e-7029-4405-b8c4-60722ff7e576 found for delete ", "request_id": "req-b6d9cb51-7718-4a03-8cf3-2d117d348798"}]} 2026-04-14 08:37:29.193 7 INFO neutron.services.segments.plugin [-] Segment 639a462e-7029-4405-b8c4-60722ff7e576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 639a462e-7029-4405-b8c4-60722ff7e576 found for delete ", "request_id": "req-0844010b-a807-44e2-85c1-1c3d13aefd47"}]} [pid: 8|app: 0|req: 759/1522] 10.0.0.228 () {34 vars in 769 bytes} [Tue Apr 14 08:37:29 2026] PUT /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1523] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/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: 761/1524] 10.0.0.228 () {34 vars in 765 bytes} [Tue Apr 14 08:37:29 2026] PUT /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags/red => 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: 762/1525] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:29.330 7 INFO neutron.db.l3_hamode_db [None req-fc16f7f8-8500-4255-b5a0-271943418c25 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:37:29.345 8 INFO neutron.services.segments.plugin [-] Segment 81235a45-840c-4d93-b7e7-0faf21a27e7b resource provider aggregate not found 2026-04-14 08:37:29.349 8 INFO neutron.services.segments.plugin [-] Segment 81235a45-840c-4d93-b7e7-0faf21a27e7b resource provider aggregate not found 2026-04-14 08:37:29.364 8 INFO neutron.services.segments.plugin [-] Segment 81235a45-840c-4d93-b7e7-0faf21a27e7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81235a45-840c-4d93-b7e7-0faf21a27e7b found for delete ", "request_id": "req-b06f8ca6-58c0-46b9-8d66-055bb0282bef"}]} 2026-04-14 08:37:29.365 8 INFO neutron.services.segments.plugin [-] Segment 81235a45-840c-4d93-b7e7-0faf21a27e7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81235a45-840c-4d93-b7e7-0faf21a27e7b found for delete ", "request_id": "req-bb746d88-f694-4863-bf03-57c1881bd322"}]} [pid: 8|app: 0|req: 763/1526] 10.0.0.228 () {34 vars in 787 bytes} [Tue Apr 14 08:37:29 2026] PUT /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1527] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1528] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:37:29 2026] PUT /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1529] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1530] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:29.605 8 INFO neutron.api.v2.resource [None req-89995fc7-ca95-46db-93d6-b101696f18f9 4a0063b1c46f44269fa864f5449514bb aa269f3a6eb74453ac3d707c02e60a78 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 768/1531] 10.0.0.228 () {32 vars in 750 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1532] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:37:29 2026] DELETE /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1533] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:29.771 8 INFO neutron.api.v2.resource [None req-a688aa9b-b726-48fa-9da7-3bbed5862eeb 4a0063b1c46f44269fa864f5449514bb aa269f3a6eb74453ac3d707c02e60a78 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1534] 10.0.0.228 () {32 vars in 753 bytes} [Tue Apr 14 08:37:29 2026] DELETE /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1535] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:37:29 2026] DELETE /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1536] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:29 2026] GET /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1537] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:28 2026] POST /v2.0/routers => generated 511 bytes in 1215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1538] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:37:29 2026] DELETE /v2.0/floatingips/7f852b50-6500-46c9-be8b-0d31dde5cc41 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:30.245 7 WARNING neutron_lib.context [None req-f9ff8c80-5bef-4967-b275-94e1008a2d8d bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:30.438 7 INFO neutron.db.segments_db [None req-f9ff8c80-5bef-4967-b275-94e1008a2d8d bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Added segment 7d06cec2-cb9c-4d15-8340-00a2ad946c52 of type vxlan for network cb949232-1d6a-44c2-ad14-dcdb613c2998 [pid: 7|app: 0|req: 765/1539] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:30 2026] POST /v2.0/networks => generated 645 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:30.556 7 WARNING neutron_lib.context [None req-f20e3711-60e2-49b0-8ff3-c0abee56535d bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 766/1540] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:37:30 2026] POST /v2.0/ports => generated 775 bytes in 293 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-04-14 08:37:30.858 7 WARNING neutron_lib.context [None req-7fdc23b4-b974-4fbd-be40-b1c65f486b0d bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:30.917 7 INFO neutron.db.segments_db [None req-7fdc23b4-b974-4fbd-be40-b1c65f486b0d bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Added segment 1e94ab19-0ab0-4956-91d7-be0492eda4db of type vxlan for network 65951a3c-cbfe-4d1a-b7c8-16ca467e95b9 [pid: 7|app: 0|req: 767/1541] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:30 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1542] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:31 2026] GET /v2.0/security-groups?tenant_id=aa269f3a6eb74453ac3d707c02e60a78&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:31.234 7 WARNING neutron_lib.context [None req-1b877e65-2a3b-4a2b-a503-cbae2feda62e bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 775/1543] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:37:30 2026] PUT /v2.0/routers/019ba812-5518-4ce7-8f21-ab95d789b32b/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1544] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:31 2026] DELETE /v2.0/security-groups/57a38ebf-b7e1-4c7a-be61-5297fc61078f => 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: 769/1545] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:31 2026] POST /v2.0/subnets => generated 626 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:31.451 7 WARNING neutron_lib.context [None req-43ff9e45-60a2-42f6-bbfd-8efc5dad2c22 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 777/1546] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:31 2026] GET /v2.0/ports/d93b8d7f-c87c-491b-9f30-9c0db197b419 => generated 959 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1547] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:37:31 2026] POST /v2.0/ports => generated 949 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 771/1548] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:31 2026] GET /v2.0/security-groups?tenant_id=61188b92587e4f22aff462658f3ff125&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: 772/1549] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:31 2026] DELETE /v2.0/ports/1ce2b88e-7c2b-4384-9037-6db1678a0ccb => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1550] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:32 2026] DELETE /v2.0/security-groups/65b04c5a-45d4-4494-88a3-9a837559a450 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:32.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-585c1fef-dc91-4855-8430-0d5a9d19236c bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1551] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:32 2026] DELETE /v2.0/ports/1ce2b88e-7c2b-4384-9037-6db1678a0ccb => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:32.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e5d801f-d4f1-4884-930f-6ea14a9335c5 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 775/1552] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:32 2026] GET /v2.0/ports/1ce2b88e-7c2b-4384-9037-6db1678a0ccb => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1553] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:32 2026] DELETE /v2.0/subnets/e7be006d-b0bd-4b39-89e2-e5026aaf190e => 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: 778/1554] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:37:31 2026] PUT /v2.0/routers/019ba812-5518-4ce7-8f21-ab95d789b32b/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:32.632 7 INFO neutron.services.segments.plugin [-] Segment 1e94ab19-0ab0-4956-91d7-be0492eda4db resource provider aggregate not found 2026-04-14 08:37:32.636 7 INFO neutron.services.segments.plugin [-] Segment 1e94ab19-0ab0-4956-91d7-be0492eda4db resource provider aggregate not found 2026-04-14 08:37:32.648 7 INFO neutron.services.segments.plugin [-] Segment 1e94ab19-0ab0-4956-91d7-be0492eda4db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e94ab19-0ab0-4956-91d7-be0492eda4db found for delete ", "request_id": "req-0f4cc95d-b899-486c-a5ac-c4c9817a3945"}]} 2026-04-14 08:37:32.650 7 INFO neutron.services.segments.plugin [-] Segment 1e94ab19-0ab0-4956-91d7-be0492eda4db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e94ab19-0ab0-4956-91d7-be0492eda4db found for delete ", "request_id": "req-4f4c7d73-94c5-4687-b852-5a7949b347f5"}]} [pid: 7|app: 0|req: 777/1555] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:32 2026] DELETE /v2.0/networks/65951a3c-cbfe-4d1a-b7c8-16ca467e95b9 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:32.664 7 WARNING neutron_lib.context [None req-f62ecd88-a66e-4bfc-842c-0109235fcb67 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1556] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:32 2026] GET /v2.0/ports/d55fefc4-a06e-453a-aa0a-932092e43374 => generated 967 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:32.719 7 INFO neutron.db.segments_db [None req-f62ecd88-a66e-4bfc-842c-0109235fcb67 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Added segment 8e164206-5c3a-4592-bccc-a2d0c9296e61 of type vxlan for network 021eb5a7-fdd4-46c9-916e-3e2e206fa31a [pid: 7|app: 0|req: 778/1557] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:32 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:32.821 7 WARNING neutron_lib.context [None req-b5839cbd-3556-4ad1-a0db-44afb6810587 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 779/1558] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:32 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:33.059 7 WARNING neutron_lib.context [None req-084456ea-84e3-44fb-bf45-b7584f9e0672 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 780/1559] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:37:33 2026] POST /v2.0/ports => generated 911 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1560] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:32 2026] PUT /v2.0/routers/019ba812-5518-4ce7-8f21-ab95d789b32b/remove_router_interface => generated 309 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1561] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:33 2026] DELETE /v2.0/ports/1a2057a6-2ad7-4a50-ad2b-c7533e195be5 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:33.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37c62b1f-6de3-4ab7-8c74-247dd1fec6af bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1562] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:33 2026] GET /v2.0/ports/1a2057a6-2ad7-4a50-ad2b-c7533e195be5 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1563] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:33 2026] DELETE /v2.0/subnets/a5c01147-a169-4086-a611-ac588179d90a => 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: 784/1564] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:33 2026] DELETE /v2.0/networks/021eb5a7-fdd4-46c9-916e-3e2e206fa31a => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:34.213 7 WARNING neutron_lib.context [None req-a77f7152-1cae-4dba-89cb-d09341ccd9c0 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 785/1565] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:37:34 2026] POST /v2.0/ports => generated 775 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:34.667 7 INFO neutron.services.segments.plugin [-] Segment 8e164206-5c3a-4592-bccc-a2d0c9296e61 resource provider aggregate not found 2026-04-14 08:37:34.670 7 INFO neutron.services.segments.plugin [-] Segment 8e164206-5c3a-4592-bccc-a2d0c9296e61 resource provider aggregate not found 2026-04-14 08:37:34.682 7 INFO neutron.services.segments.plugin [-] Segment 8e164206-5c3a-4592-bccc-a2d0c9296e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e164206-5c3a-4592-bccc-a2d0c9296e61 found for delete ", "request_id": "req-6cf9ea79-d775-48af-acaa-3abe915a1d05"}]} 2026-04-14 08:37:34.683 7 INFO neutron.services.segments.plugin [-] Segment 8e164206-5c3a-4592-bccc-a2d0c9296e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e164206-5c3a-4592-bccc-a2d0c9296e61 found for delete ", "request_id": "req-8907734e-844b-4837-a7a5-8bd217f1e5e9"}]} [pid: 8|app: 0|req: 781/1566] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:33 2026] PUT /v2.0/routers/019ba812-5518-4ce7-8f21-ab95d789b32b/remove_router_interface => generated 309 bytes in 1233 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: 782/1567] 10.0.0.228 () {34 vars in 736 bytes} [Tue Apr 14 08:37:34 2026] PUT /v2.0/ports/a5c3b1de-069f-4914-8a12-8e4cc8d87896 => generated 752 bytes in 188 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: 783/1568] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:34 2026] GET /v2.0/ports?device_id=019ba812-5518-4ce7-8f21-ab95d789b32b => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1569] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:34 2026] GET /v2.0/security-groups?tenant_id=48d0a09a93d643369f3f0dfa818de6cb&name=default => generated 2925 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1570] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:34 2026] DELETE /v2.0/security-groups/f4178f81-3179-4950-b1d3-c5aee61fc01d => 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: 784/1571] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:34 2026] DELETE /v2.0/ports/a5c3b1de-069f-4914-8a12-8e4cc8d87896 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1572] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:37:35 2026] GET /v2.0/ports => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:35.196 8 INFO neutron.pecan_wsgi.hooks.translation [None req-78b51b6f-31a6-4b91-9d6f-4ad628562045 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1573] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:35 2026] GET /v2.0/ports/a5c3b1de-069f-4914-8a12-8e4cc8d87896 => 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: 787/1574] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:37:35 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1575] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:35 2026] GET /v2.0/ports/2d44a702-58af-42f6-b6f3-59b37d7dfe35 => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:35.298 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00a0aef5-5572-46ee-8582-6eeb7d448b64 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1576] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/ports/1a2057a6-2ad7-4a50-ad2b-c7533e195be5 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:35.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ce4cf3f-df75-4589-afa6-b460a20f8fec bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1577] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/subnets/a5c01147-a169-4086-a611-ac588179d90a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:35.463 8 WARNING neutron_lib.context [None req-b4bcce14-592e-4afb-8ef6-f1aa0441bb4b e2a001d37c7a4516b404421e33cb7c56 6a45eefff6204b748d57ba2b97720338 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:35.627 8 INFO neutron.db.segments_db [None req-b4bcce14-592e-4afb-8ef6-f1aa0441bb4b e2a001d37c7a4516b404421e33cb7c56 6a45eefff6204b748d57ba2b97720338 - - default default] Added segment 450a5be9-c247-4a26-b8ac-4138574c3fb2 of type vxlan for network 7952adde-3e57-4485-98f5-1c63aa43f913 2026-04-14 08:37:35.638 7 INFO neutron.db.l3_hamode_db [None req-27e52854-c2c3-44b5-8eab-3ca52d2ed2f5 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] HA network 60703cba-ab28-488d-8203-c221d2a24d15 was deleted as no HA routers are present in tenant 76ca2aaf99f54f0a9f697b3960fadeae. [pid: 7|app: 0|req: 788/1578] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/routers/019ba812-5518-4ce7-8f21-ab95d789b32b => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:35.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66930961-51b4-4c2e-b49e-a753f8d97b24 bd05105714ec41598560b69ebd699054 9310f34ae7594c97851bd75f4e94ed52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1579] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/subnets/e7be006d-b0bd-4b39-89e2-e5026aaf190e => 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: 791/1580] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:35 2026] POST /v2.0/networks => generated 631 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1581] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/subnets/9334261a-e4b8-4191-af71-5254a6d580ff => 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: 791/1582] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:35 2026] PUT /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1583] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/ports/2d44a702-58af-42f6-b6f3-59b37d7dfe35 => 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: 793/1584] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:35 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1585] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/subnets/697a7f48-c60c-4e00-887b-e8551fcd7820 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1586] 10.0.0.228 () {34 vars in 763 bytes} [Tue Apr 14 08:37:35 2026] PUT /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 08:37:36.052 8 INFO neutron.services.segments.plugin [-] Segment 7d06cec2-cb9c-4d15-8340-00a2ad946c52 resource provider aggregate not found 2026-04-14 08:37:36.056 8 INFO neutron.services.segments.plugin [-] Segment 7d06cec2-cb9c-4d15-8340-00a2ad946c52 resource provider aggregate not found 2026-04-14 08:37:36.070 8 INFO neutron.services.segments.plugin [-] Segment 7d06cec2-cb9c-4d15-8340-00a2ad946c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d06cec2-cb9c-4d15-8340-00a2ad946c52 found for delete ", "request_id": "req-7911e28c-a65d-45ec-9b83-e921463acfae"}]} 2026-04-14 08:37:36.071 8 INFO neutron.services.segments.plugin [-] Segment 7d06cec2-cb9c-4d15-8340-00a2ad946c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d06cec2-cb9c-4d15-8340-00a2ad946c52 found for delete ", "request_id": "req-7508ba65-fea6-4038-b720-24062671a581"}]} [pid: 8|app: 0|req: 794/1587] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:35 2026] DELETE /v2.0/networks/cb949232-1d6a-44c2-ad14-dcdb613c2998 => 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: 795/1588] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/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: 796/1589] 10.0.0.228 () {34 vars in 759 bytes} [Tue Apr 14 08:37:36 2026] PUT /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1590] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1591] 10.0.0.228 () {34 vars in 781 bytes} [Tue Apr 14 08:37:36 2026] PUT /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags/black.or.white => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1592] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1593] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:36 2026] PUT /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1594] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:36 2026] DELETE /v2.0/networks/af5e75f2-dcd3-4ce8-aa58-d63a1da1ead7 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1595] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1596] 10.0.0.228 () {32 vars in 740 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:36.389 7 INFO neutron.api.v2.resource [None req-5cd17e55-f4ac-4cda-949b-470f54da685b e2a001d37c7a4516b404421e33cb7c56 6a45eefff6204b748d57ba2b97720338 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1597] 10.0.0.228 () {32 vars in 744 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1598] 10.0.0.228 () {32 vars in 743 bytes} [Tue Apr 14 08:37:36 2026] DELETE /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1599] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1600] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:36 2026] DELETE /v2.0/networks/fee50c21-a419-407b-977b-d11942b3a7ad => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:36.617 8 INFO neutron.api.v2.resource [None req-b49d4ef3-6605-4d99-b4f7-b2eeaa8b47e5 e2a001d37c7a4516b404421e33cb7c56 6a45eefff6204b748d57ba2b97720338 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1601] 10.0.0.228 () {32 vars in 747 bytes} [Tue Apr 14 08:37:36 2026] DELETE /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:37:36.622 8 WARNING neutron_lib.context [None req-216388ec-affb-4825-8f3c-2e7390695f4f 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:36.674 8 INFO neutron.db.segments_db [None req-216388ec-affb-4825-8f3c-2e7390695f4f 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment 3dc6aacb-0a55-419e-883f-64a23d8b5415 of type vxlan for network ccca04fd-e5f4-4ec7-bdee-4300650c5216 2026-04-14 08:37:36.705 7 INFO neutron.services.segments.plugin [-] Segment 8f4ae1cb-764b-47f8-8e08-839084b53697 resource provider aggregate not found 2026-04-14 08:37:36.709 7 INFO neutron.services.segments.plugin [-] Segment 8f4ae1cb-764b-47f8-8e08-839084b53697 resource provider aggregate not found [pid: 7|app: 0|req: 800/1602] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/security-groups?tenant_id=9310f34ae7594c97851bd75f4e94ed52&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:36.726 7 INFO neutron.services.segments.plugin [-] Segment 8f4ae1cb-764b-47f8-8e08-839084b53697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f4ae1cb-764b-47f8-8e08-839084b53697 found for delete ", "request_id": "req-0847fe44-aef7-441e-a295-7a415226c599"}]} 2026-04-14 08:37:36.730 7 INFO neutron.services.segments.plugin [-] Segment 8f4ae1cb-764b-47f8-8e08-839084b53697 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f4ae1cb-764b-47f8-8e08-839084b53697 found for delete ", "request_id": "req-0468b37a-aa7e-4237-8197-16a5b97db44a"}]} 2026-04-14 08:37:36.746 7 INFO neutron.services.segments.plugin [-] Segment 6dbc1dce-e9f7-4759-8a49-a5b92a7f147e resource provider aggregate not found 2026-04-14 08:37:36.752 7 INFO neutron.services.segments.plugin [-] Segment 6dbc1dce-e9f7-4759-8a49-a5b92a7f147e resource provider aggregate not found 2026-04-14 08:37:36.765 7 INFO neutron.services.segments.plugin [-] Segment 6dbc1dce-e9f7-4759-8a49-a5b92a7f147e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dbc1dce-e9f7-4759-8a49-a5b92a7f147e found for delete ", "request_id": "req-6b5a83e2-7b06-475e-b8b9-1c228ecde3b3"}]} 2026-04-14 08:37:36.767 7 INFO neutron.services.segments.plugin [-] Segment 6dbc1dce-e9f7-4759-8a49-a5b92a7f147e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dbc1dce-e9f7-4759-8a49-a5b92a7f147e found for delete ", "request_id": "req-72b6bb05-cbfb-440c-9e09-a41764a5f9d9"}]} [pid: 8|app: 0|req: 803/1603] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:36 2026] POST /v2.0/networks => generated 634 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1604] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:36 2026] DELETE /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:36.791 7 WARNING neutron_lib.context [None req-3abdcc6e-dede-40c3-b661-838b2b340343 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 804/1605] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:36 2026] DELETE /v2.0/security-groups/cf875fd2-146e-4a94-8e00-d8696d859b37 => 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: 805/1606] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:36 2026] GET /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1607] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:36 2026] DELETE /v2.0/networks/7952adde-3e57-4485-98f5-1c63aa43f913 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1608] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:36 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-04-14 08:37:37.058 8 WARNING neutron_lib.context [None req-5125c7d8-4e7c-48ea-bcad-8c9be9630c85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:37.113 8 INFO neutron.db.segments_db [None req-5125c7d8-4e7c-48ea-bcad-8c9be9630c85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment b2c65d00-bf78-40d5-a122-954fad268c3b of type vxlan for network 535eba0b-3c41-4a34-add0-bf92639f5573 2026-04-14 08:37:37.342 8 INFO neutron.db.l3_hamode_db [None req-5125c7d8-4e7c-48ea-bcad-8c9be9630c85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:37:37.458 8 INFO neutron.db.l3_hamode_db [None req-5125c7d8-4e7c-48ea-bcad-8c9be9630c85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 803/1609] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:37 2026] GET /v2.0/security-groups?tenant_id=6a45eefff6204b748d57ba2b97720338&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: 804/1610] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:37 2026] DELETE /v2.0/security-groups/f139eb3a-a758-41d6-9cfd-dfb392294814 => 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: 807/1611] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:37 2026] POST /v2.0/routers => generated 511 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:38.100 8 INFO neutron.services.segments.plugin [-] Segment d6e382fb-ca46-49d6-b21a-c0cbd5299a09 resource provider aggregate not found 2026-04-14 08:37:38.104 8 INFO neutron.services.segments.plugin [-] Segment d6e382fb-ca46-49d6-b21a-c0cbd5299a09 resource provider aggregate not found 2026-04-14 08:37:38.114 7 WARNING neutron_lib.context [None req-8bbd0b80-fb16-48e6-9d06-b2d374894546 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:38.118 8 INFO neutron.services.segments.plugin [-] Segment d6e382fb-ca46-49d6-b21a-c0cbd5299a09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e382fb-ca46-49d6-b21a-c0cbd5299a09 found for delete ", "request_id": "req-4de2db61-be49-4a01-b006-e228e57d2d69"}]} 2026-04-14 08:37:38.124 8 INFO neutron.services.segments.plugin [-] Segment d6e382fb-ca46-49d6-b21a-c0cbd5299a09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e382fb-ca46-49d6-b21a-c0cbd5299a09 found for delete ", "request_id": "req-bd632b6f-c740-4d3d-905e-11f8c02ad4f6"}]} 2026-04-14 08:37:38.140 8 INFO neutron.services.segments.plugin [-] Segment 450a5be9-c247-4a26-b8ac-4138574c3fb2 resource provider aggregate not found 2026-04-14 08:37:38.143 8 INFO neutron.services.segments.plugin [-] Segment 450a5be9-c247-4a26-b8ac-4138574c3fb2 resource provider aggregate not found 2026-04-14 08:37:38.158 8 INFO neutron.services.segments.plugin [-] Segment 450a5be9-c247-4a26-b8ac-4138574c3fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 450a5be9-c247-4a26-b8ac-4138574c3fb2 found for delete ", "request_id": "req-8de88a8b-9053-4510-a162-10a7b2dbfb98"}]} 2026-04-14 08:37:38.160 8 INFO neutron.services.segments.plugin [-] Segment 450a5be9-c247-4a26-b8ac-4138574c3fb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 450a5be9-c247-4a26-b8ac-4138574c3fb2 found for delete ", "request_id": "req-cb2bad46-ec28-474c-ac14-11a323c9ba3a"}]} [pid: 8|app: 0|req: 808/1612] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:38 2026] GET /v2.0/security-groups?tenant_id=8d115edb4d7b46ab8e76844ef9c3803b&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:38.254 8 WARNING neutron_lib.context [None req-0b89a6b2-5d91-499f-8909-298c0772ee69 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:38.294 7 INFO neutron.db.segments_db [None req-8bbd0b80-fb16-48e6-9d06-b2d374894546 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Added segment f3ef1f25-a840-405c-98c9-fe3d67864898 of type vxlan for network 0fac514d-e015-4577-bc17-add6f4084b12 [pid: 7|app: 0|req: 805/1613] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:37:37 2026] POST /v2.0/networks => generated 632 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1614] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:38 2026] DELETE /v2.0/security-groups/bbe5113d-e92e-4de3-b2be-b9ec72b579cf => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:38.465 7 WARNING neutron_lib.context [None req-f8b1a8f9-3752-4ab1-af9c-a8c39c34d13b a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:38.498 7 INFO neutron.db.segments_db [None req-f8b1a8f9-3752-4ab1-af9c-a8c39c34d13b a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Added segment 9224097c-db2d-47bc-8b10-3671085a2e16 of type vxlan for network 61d62ac5-c147-4434-a60e-504a89380254 [pid: 8|app: 0|req: 809/1615] 10.0.0.228 () {34 vars in 664 bytes} [Tue Apr 14 08:37:38 2026] POST /v2.0/ports => generated 963 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:37:38.765 7 INFO neutron.db.l3_hamode_db [None req-f8b1a8f9-3752-4ab1-af9c-a8c39c34d13b a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:37:39.578 7 INFO neutron.db.l3_hamode_db [None req-f8b1a8f9-3752-4ab1-af9c-a8c39c34d13b a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 810/1616] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:37:38 2026] PUT /v2.0/routers/6e069dd9-4255-4dc7-bc97-7eb2366f6fe9/add_router_interface => generated 309 bytes in 1193 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-04-14 08:37:39.949 8 WARNING neutron_lib.context [None req-e27f91f6-56b3-4238-b485-383be4f5ee9d 6b40cf8e50a84cc4a8c767df52a588f4 9f66b4d1d9ec4ea5a61f1ecdbefcaf4d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 813/1619] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:37:39 2026] POST /v2.0/security-groups => generated 1625 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1620] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:40 2026] GET /v2.0/ports/abd8a3b5-4453-4436-b326-d3280d5a5953 => generated 1037 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1621] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:40 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1622] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:38 2026] POST /v2.0/routers => generated 694 bytes in 2227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1623] 10.0.0.228 () {34 vars in 757 bytes} [Tue Apr 14 08:37:40 2026] PUT /v2.0/security-groups/58a82a47-456f-499f-b36e-cfe264ffc2ae => generated 1663 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1624] 10.0.0.228 () {32 vars in 775 bytes} [Tue Apr 14 08:37:40 2026] GET /v2.0/subnets?project_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&cidr=10.100.0.0%2F28 => generated 14 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1625] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:37:40 2026] GET /v2.0/security-groups/58a82a47-456f-499f-b36e-cfe264ffc2ae => generated 1663 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1626] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:37:40 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1627] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:40 2026] PUT /v2.0/routers/6e069dd9-4255-4dc7-bc97-7eb2366f6fe9/remove_router_interface => generated 309 bytes in 742 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: 812/1628] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:41 2026] DELETE /v2.0/security-groups/58a82a47-456f-499f-b36e-cfe264ffc2ae => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1629] 10.0.0.228 () {32 vars in 783 bytes} [Tue Apr 14 08:37:41 2026] GET /v2.0/subnets?network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1&cidr=10.100.0.0%2F28 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1630] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:41.198 8 WARNING neutron_lib.context [None req-07332edd-20a9-40b7-9885-d379208a6262 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:41.234 7 INFO neutron.api.v2.resource [None req-9d30fda7-d673-41fc-8f98-2a1d916fcef0 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 813/1631] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:41 2026] PUT /v2.0/routers/6e069dd9-4255-4dc7-bc97-7eb2366f6fe9/remove_router_interface => generated 197 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:41.243 7 INFO neutron.api.v2.resource [None req-1d51cde5-5412-4ae7-a5c1-61c1dedc7ac6 6b40cf8e50a84cc4a8c767df52a588f4 9f66b4d1d9ec4ea5a61f1ecdbefcaf4d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 814/1632] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:41 2026] DELETE /v2.0/security-groups/58a82a47-456f-499f-b36e-cfe264ffc2ae => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1633] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:41 2026] GET /v2.0/ports?device_id=6e069dd9-4255-4dc7-bc97-7eb2366f6fe9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:41.263 7 WARNING neutron_lib.context [None req-d7ec3d1a-c7e5-4b46-b5af-035164d0711f 6b40cf8e50a84cc4a8c767df52a588f4 9f66b4d1d9ec4ea5a61f1ecdbefcaf4d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 816/1634] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:37:41 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) [pid: 8|app: 0|req: 819/1635] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:41 2026] POST /v2.0/subnets => generated 657 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:41.434 8 WARNING neutron_lib.context [None req-5526ca7c-b05e-4989-bf26-863af68f927e 6b40cf8e50a84cc4a8c767df52a588f4 9f66b4d1d9ec4ea5a61f1ecdbefcaf4d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 820/1636] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:41.878 7 INFO neutron.services.segments.plugin [-] Segment b2c65d00-bf78-40d5-a122-954fad268c3b resource provider aggregate not found 2026-04-14 08:37:41.883 7 INFO neutron.services.segments.plugin [-] Segment b2c65d00-bf78-40d5-a122-954fad268c3b resource provider aggregate not found 2026-04-14 08:37:41.896 7 INFO neutron.services.segments.plugin [-] Segment b2c65d00-bf78-40d5-a122-954fad268c3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c65d00-bf78-40d5-a122-954fad268c3b found for delete ", "request_id": "req-c9a5e1bd-c0c6-4b5a-b7e2-48718c557340"}]} 2026-04-14 08:37:41.900 7 INFO neutron.services.segments.plugin [-] Segment b2c65d00-bf78-40d5-a122-954fad268c3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c65d00-bf78-40d5-a122-954fad268c3b found for delete ", "request_id": "req-e2e5a1a5-4d53-4388-8b7a-139d7a3003a3"}]} 2026-04-14 08:37:41.904 7 INFO neutron.db.l3_hamode_db [None req-a7039f9b-eb87-47aa-b9c8-ea91ab54486a 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] HA network 535eba0b-3c41-4a34-add0-bf92639f5573 was deleted as no HA routers are present in tenant 76ca2aaf99f54f0a9f697b3960fadeae. [pid: 7|app: 0|req: 817/1637] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:41 2026] DELETE /v2.0/routers/6e069dd9-4255-4dc7-bc97-7eb2366f6fe9 => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1638] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:37:41 2026] GET /v2.0/security-group-rules/24947739-cafe-4bde-931a-5c9d55c0e502 => generated 601 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:42.095 7 WARNING neutron_lib.context [None req-71bee44f-25cd-4b35-8b9e-c1c40b9473e7 c1d077050bce40b784f4699b56b57290 e57185b77f774ed2a60e5540b1107e7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:42.256 7 INFO neutron.db.segments_db [None req-71bee44f-25cd-4b35-8b9e-c1c40b9473e7 c1d077050bce40b784f4699b56b57290 e57185b77f774ed2a60e5540b1107e7b - - default default] Added segment 035349c1-aa72-4ce1-943e-cdb6d6859e20 of type vxlan for network 4b5f76c9-9429-40e7-9670-e8e7aba92628 [pid: 7|app: 0|req: 819/1639] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:41 2026] POST /v2.0/networks => generated 631 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1640] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:42 2026] DELETE /v2.0/subnets/7c2758a6-b2a4-4cbf-a208-10cc970fee18 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1641] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:42.603 7 WARNING neutron_lib.context [None req-c31616c9-5171-4c03-be57-5bc92553a1b2 c1d077050bce40b784f4699b56b57290 e57185b77f774ed2a60e5540b1107e7b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 822/1642] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:37:42 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 821/1643] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:37:41 2026] PUT /v2.0/routers/3f374f97-d055-4e17-b753-a4c00ba84dbc/add_router_interface => generated 309 bytes in 1435 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1644] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:37:42 2026] DELETE /v2.0/security-group-rules/24947739-cafe-4bde-931a-5c9d55c0e502 => 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: 823/1645] 10.0.0.228 () {34 vars in 746 bytes} [Tue Apr 14 08:37:43 2026] PUT /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1646] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/networks => generated 5015 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1647] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1648] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:42 2026] DELETE /v2.0/networks/ccca04fd-e5f4-4ec7-bdee-4300650c5216 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1649] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:43.280 8 WARNING neutron_lib.context [None req-b37c977d-ce26-4c3e-96bb-d6242fd5592c 6b40cf8e50a84cc4a8c767df52a588f4 9f66b4d1d9ec4ea5a61f1ecdbefcaf4d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 824/1650] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/subnets => generated 2595 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:43.289 7 WARNING neutron_lib.context [None req-48cf7d13-4487-4c1e-8434-5d08bf2466ef 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:43.340 7 INFO neutron.db.segments_db [None req-48cf7d13-4487-4c1e-8434-5d08bf2466ef 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment 766f1788-5e8e-4e10-8a53-ce9f11438e6c of type vxlan for network 9932e81d-cbd0-41b9-9ae2-cb6c83e6e2e3 [pid: 8|app: 0|req: 827/1651] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1652] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:37:43 2026] POST /v2.0/networks => generated 634 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1653] 10.0.0.228 () {34 vars in 757 bytes} [Tue Apr 14 08:37:43 2026] PUT /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags/green => generated 4 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1654] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/security-group-rules/eed62ca8-498c-479b-99a1-3012ab240206 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:43.535 8 WARNING neutron_lib.context [None req-260bb42b-a9d6-403c-a56a-93c817c17cd7 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1655] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/routers => generated 737 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1656] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1657] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1658] 10.0.0.228 () {34 vars in 753 bytes} [Tue Apr 14 08:37:43 2026] PUT /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 08:37:43.670 7 WARNING neutron_lib.context [None req-6ea8467d-e957-4c87-a9f2-2fd1ae562403 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 830/1659] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:43 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1660] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:37:43 2026] POST /v2.0/security-groups => generated 1673 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1661] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:37:43 2026] DELETE /v2.0/security-group-rules/eed62ca8-498c-479b-99a1-3012ab240206 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:43.834 8 WARNING neutron_lib.context [None req-e2404f5c-991e-4920-a6b2-ddd11a0af067 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 831/1662] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:43.840 7 WARNING neutron_lib.context [None req-afe82880-67d5-4583-9bb8-7e6927dec975 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:43.868 8 INFO neutron.db.segments_db [None req-e2404f5c-991e-4920-a6b2-ddd11a0af067 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment 3abcef07-d5b6-427d-a48f-3bf805c9e4ef of type vxlan for network 911e77cf-cafb-4741-bdf4-0962ad305ce4 2026-04-14 08:37:43.924 7 INFO neutron.services.segments.plugin [-] Segment 3dc6aacb-0a55-419e-883f-64a23d8b5415 resource provider aggregate not found 2026-04-14 08:37:43.933 7 INFO neutron.services.segments.plugin [-] Segment 3dc6aacb-0a55-419e-883f-64a23d8b5415 resource provider aggregate not found 2026-04-14 08:37:43.944 7 INFO neutron.services.segments.plugin [-] Segment 3dc6aacb-0a55-419e-883f-64a23d8b5415 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dc6aacb-0a55-419e-883f-64a23d8b5415 found for delete ", "request_id": "req-1a795a35-91c0-4457-b660-955602a34f9a"}]} 2026-04-14 08:37:43.945 7 INFO neutron.services.segments.plugin [-] Segment 3dc6aacb-0a55-419e-883f-64a23d8b5415 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dc6aacb-0a55-419e-883f-64a23d8b5415 found for delete ", "request_id": "req-dae3843d-4664-4317-bb4f-15a66b43fb81"}]} [pid: 7|app: 0|req: 832/1663] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1664] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1665] 10.0.0.228 () {34 vars in 775 bytes} [Tue Apr 14 08:37:44 2026] PUT /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-14 08:37:44.079 7 WARNING neutron_lib.context [None req-d5611eaa-7c25-4051-b410-82df80e8d41e a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:44.172 8 INFO neutron.db.l3_hamode_db [None req-e2404f5c-991e-4920-a6b2-ddd11a0af067 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 835/1666] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:44.204 7 WARNING neutron_lib.context [None req-773291a5-714b-4809-830a-2493e6dc40b3 6b40cf8e50a84cc4a8c767df52a588f4 9f66b4d1d9ec4ea5a61f1ecdbefcaf4d - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:44.315 8 INFO neutron.db.l3_hamode_db [None req-e2404f5c-991e-4920-a6b2-ddd11a0af067 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 836/1667] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1668] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:37:44 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:44.351 7 WARNING neutron_lib.context [None req-1ec0ab91-7682-4365-acd8-0d7309aaa393 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 838/1669] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1670] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:37:44 2026] GET /v2.0/security-group-rules/afc30ea3-ee1e-4e84-9d68-6f658ad722a5 => 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: 840/1671] 10.0.0.228 () {34 vars in 746 bytes} [Tue Apr 14 08:37:44 2026] PUT /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:44.572 7 WARNING neutron_lib.context [None req-6df65c52-ecb7-4b75-862a-179a83f2853b a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 841/1672] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:44 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: 7|app: 0|req: 842/1673] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1674] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:37:44 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:44.820 7 WARNING neutron_lib.context [None req-60b37d22-cce6-4e80-a796-cb4a7cb7ea4d a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:44.853 7 INFO neutron.db.securitygroups_db [None req-60b37d22-cce6-4e80-a796-cb4a7cb7ea4d a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Project 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb 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: 844/1675] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1676] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:43 2026] POST /v2.0/routers => generated 511 bytes in 1127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1677] 10.0.0.228 () {32 vars in 734 bytes} [Tue Apr 14 08:37:44 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:44.992 8 WARNING neutron_lib.context [None req-0c7a8151-82f6-4000-978e-86055fbba772 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 845/1678] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:37:44 2026] DELETE /v2.0/security-group-rules/afc30ea3-ee1e-4e84-9d68-6f658ad722a5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:45.048 8 INFO neutron.db.securitygroups_db [None req-0c7a8151-82f6-4000-978e-86055fbba772 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Project 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb 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: 834/1679] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:37:44 2026] POST /v2.0/security-group-rules => generated 606 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:37:45.190 8 INFO neutron.api.v2.resource [None req-66fd4479-29a1-4d1d-aabf-12f8a41d378c c1d077050bce40b784f4699b56b57290 e57185b77f774ed2a60e5540b1107e7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1680] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/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: 836/1681] 10.0.0.228 () {32 vars in 672 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1682] 10.0.0.228 () {32 vars in 737 bytes} [Tue Apr 14 08:37:45 2026] DELETE /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1683] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:45 2026] DELETE /v2.0/security-groups/494593c2-1d25-4d9f-824f-a3b134c7f411 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1684] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1685] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:45.492 8 INFO neutron.api.v2.resource [None req-1b4a6be7-925a-489d-a7eb-04d63ded2763 c1d077050bce40b784f4699b56b57290 e57185b77f774ed2a60e5540b1107e7b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 841/1686] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:37:45 2026] DELETE /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags/green => generated 99 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1687] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1688] 10.0.0.228 () {32 vars in 729 bytes} [Tue Apr 14 08:37:45 2026] DELETE /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1689] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/networks => generated 1297 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1690] 10.0.0.228 () {32 vars in 726 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc/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: 846/1691] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:37:45 2026] DELETE /v2.0/ports/a34f6d43-2530-4f91-8fef-8e49d3ccdafc => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1692] 10.0.0.49 () {34 vars in 1096 bytes} [Tue Apr 14 08:37:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-573984866&fields=id&tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:46.134 8 INFO neutron.services.segments.plugin [-] Segment 035349c1-aa72-4ce1-943e-cdb6d6859e20 resource provider aggregate not found 2026-04-14 08:37:46.140 8 INFO neutron.services.segments.plugin [-] Segment 035349c1-aa72-4ce1-943e-cdb6d6859e20 resource provider aggregate not found [pid: 8|app: 0|req: 848/1693] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:45 2026] DELETE /v2.0/networks/4b5f76c9-9429-40e7-9670-e8e7aba92628 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:46.153 8 INFO neutron.services.segments.plugin [-] Segment 035349c1-aa72-4ce1-943e-cdb6d6859e20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 035349c1-aa72-4ce1-943e-cdb6d6859e20 found for delete ", "request_id": "req-0d9fea7f-5001-4dd7-99f7-ce8de981ea9c"}]} 2026-04-14 08:37:46.158 8 INFO neutron.services.segments.plugin [-] Segment 035349c1-aa72-4ce1-943e-cdb6d6859e20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 035349c1-aa72-4ce1-943e-cdb6d6859e20 found for delete ", "request_id": "req-20581206-06bf-4c49-abc4-deecd510acbd"}]} [pid: 8|app: 0|req: 849/1694] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 660 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1695] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/security-groups?tenant_id=9f66b4d1d9ec4ea5a61f1ecdbefcaf4d&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1696] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/quotas/3b8c0fc0eb6d4bc984e6c1b7c0ba8adb => 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: 852/1697] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:46 2026] DELETE /v2.0/security-groups/4feac798-7a21-4d36-86ce-eb98839e692c => 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: 853/1698] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&fields=id => generated 103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1699] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 846/1700] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:37:45 2026] PUT /v2.0/routers/8a673e9f-4ddd-4ecb-a141-4f5c3a2d83fa/add_router_interface => generated 309 bytes in 1570 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1701] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 847/1702] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/ports/74eb47ba-81ef-4f22-8dec-13dc8a24e304 => generated 959 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1703] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 849/1704] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:46 2026] GET /v2.0/security-groups?tenant_id=e57185b77f774ed2a60e5540b1107e7b&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1705] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:46 2026] DELETE /v2.0/security-groups/2ec7e9e1-120c-4bba-927e-1e7ea6bd8ae8 => 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: 851/1706] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:47 2026] GET /v2.0/security-groups?tenant_id=e171afce41eb441295d71fcb033fe88c&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1707] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:37:46 2026] PUT /v2.0/routers/8a673e9f-4ddd-4ecb-a141-4f5c3a2d83fa/remove_router_interface => generated 309 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1708] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:47 2026] GET /v2.0/ports?device_id=8a673e9f-4ddd-4ecb-a141-4f5c3a2d83fa => 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: 852/1709] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:47 2026] DELETE /v2.0/security-groups/bf563c96-5b96-4e53-92fc-c962028ee367 => 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: 853/1710] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:47 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:47.921 8 INFO neutron.db.l3_hamode_db [None req-b927fffd-8b45-4d50-985a-4c0245681a84 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] HA network 911e77cf-cafb-4741-bdf4-0962ad305ce4 was deleted as no HA routers are present in tenant 76ca2aaf99f54f0a9f697b3960fadeae. [pid: 8|app: 0|req: 858/1711] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:47 2026] DELETE /v2.0/routers/8a673e9f-4ddd-4ecb-a141-4f5c3a2d83fa => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1712] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:47 2026] DELETE /v2.0/subnets/45fdcac0-4970-4672-a6ed-3b957a0f1f92 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:48.190 8 INFO neutron.services.segments.plugin [-] Segment 3abcef07-d5b6-427d-a48f-3bf805c9e4ef resource provider aggregate not found 2026-04-14 08:37:48.194 8 INFO neutron.services.segments.plugin [-] Segment 3abcef07-d5b6-427d-a48f-3bf805c9e4ef resource provider aggregate not found 2026-04-14 08:37:48.211 8 INFO neutron.services.segments.plugin [-] Segment 3abcef07-d5b6-427d-a48f-3bf805c9e4ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3abcef07-d5b6-427d-a48f-3bf805c9e4ef found for delete ", "request_id": "req-99cc7596-bd60-4dbf-8f94-fe4a0e327a88"}]} 2026-04-14 08:37:48.213 8 INFO neutron.services.segments.plugin [-] Segment 3abcef07-d5b6-427d-a48f-3bf805c9e4ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3abcef07-d5b6-427d-a48f-3bf805c9e4ef found for delete ", "request_id": "req-4d2e11ac-b0d5-4d4d-978f-d769aefdb0e7"}]} [pid: 8|app: 0|req: 859/1713] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:37:48 2026] DELETE /v2.0/networks/9932e81d-cbd0-41b9-9ae2-cb6c83e6e2e3 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:37:48.457 7 WARNING neutron_lib.context [None req-ebcac5af-79e0-4e39-8bda-de950517fe85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:37:48.501 7 INFO neutron.db.segments_db [None req-ebcac5af-79e0-4e39-8bda-de950517fe85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Added segment 7fc5e02c-868a-4c69-b78d-4e45b885fb8b of type vxlan for network 475a9df9-bd12-49e8-b76c-97c71479fa4f 2026-04-14 08:37:48.776 7 INFO neutron.db.l3_hamode_db [None req-ebcac5af-79e0-4e39-8bda-de950517fe85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 860/1714] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:48 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:49.610 7 INFO neutron.db.l3_hamode_db [None req-ebcac5af-79e0-4e39-8bda-de950517fe85 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 861/1715] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:50 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:50.604 8 INFO neutron.services.segments.plugin [-] Segment 766f1788-5e8e-4e10-8a53-ce9f11438e6c resource provider aggregate not found 2026-04-14 08:37:50.611 8 INFO neutron.services.segments.plugin [-] Segment 766f1788-5e8e-4e10-8a53-ce9f11438e6c resource provider aggregate not found 2026-04-14 08:37:50.626 8 INFO neutron.services.segments.plugin [-] Segment 766f1788-5e8e-4e10-8a53-ce9f11438e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 766f1788-5e8e-4e10-8a53-ce9f11438e6c found for delete ", "request_id": "req-3413ac81-732a-4ae5-8659-9b609753c4dd"}]} 2026-04-14 08:37:50.627 8 INFO neutron.services.segments.plugin [-] Segment 766f1788-5e8e-4e10-8a53-ce9f11438e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 766f1788-5e8e-4e10-8a53-ce9f11438e6c found for delete ", "request_id": "req-32d0856d-765f-4bc1-9260-ffa36819f584"}]} [pid: 7|app: 0|req: 855/1716] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:37:48 2026] POST /v2.0/routers => generated 691 bytes in 2194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1717] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:37:50 2026] GET /v2.0/routers/5eb3f998-50e2-4287-bbb1-8b6d1f7c7d75 => generated 697 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1718] 10.0.0.228 () {34 vars in 677 bytes} [Tue Apr 14 08:37:50 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1719] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:50 2026] PUT /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1720] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:37:50 2026] GET /v2.0/routers => generated 700 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1721] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:50 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1722] 10.0.0.228 () {34 vars in 763 bytes} [Tue Apr 14 08:37:50 2026] PUT /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags/green => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1723] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:50 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1724] 10.0.0.228 () {34 vars in 759 bytes} [Tue Apr 14 08:37:50 2026] PUT /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags/red => generated 4 bytes in 20 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1725] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:50 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/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: 869/1726] 10.0.0.228 () {34 vars in 781 bytes} [Tue Apr 14 08:37:50 2026] PUT /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags/black.or.white => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1727] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:50 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1728] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:37:50 2026] PUT /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/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: 872/1729] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 660 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1730] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 37 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1731] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1732] 10.0.0.228 () {32 vars in 740 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags/red => generated 0 bytes in 12 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:51.133 8 WARNING neutron_lib.context [req-ce1589fe-84cb-44fb-91d7-655eab4fd580 req-87bac345-4ee3-4053-a9f4-6d1940b3fc7f a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 858/1733] 10.0.0.228 () {34 vars in 740 bytes} [Tue Apr 14 08:37:50 2026] PUT /v2.0/routers/5eb3f998-50e2-4287-bbb1-8b6d1f7c7d75 => generated 704 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:51.258 7 INFO neutron.api.v2.resource [None req-29a498c0-c29b-417d-b3d2-89bb056a250a 1fb8fcbfa0c44408b2024469c6c3794f 307984a5917e499bb05730a812529c29 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1734] 10.0.0.228 () {32 vars in 744 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags/green => generated 99 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1735] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 861/1736] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/routers/5eb3f998-50e2-4287-bbb1-8b6d1f7c7d75 => generated 704 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1737] 10.0.0.228 () {32 vars in 743 bytes} [Tue Apr 14 08:37:51 2026] DELETE /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1738] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/ports?device_id=5eb3f998-50e2-4287-bbb1-8b6d1f7c7d75 => 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: 876/1739] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:37:51 2026] POST /v2.0/ports => generated 954 bytes in 378 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: 877/1740] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 30 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1741] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:51 2026] GET /v2.0/security-groups?tenant_id=2d4aa460ca944bbdb946d92c29a4c9b0&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1742] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:37:51 2026] PUT /v2.0/ports/a2ada8ae-1129-46cd-a71e-1d81c1f962cc => generated 1235 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:37:52.066 7 INFO neutron.api.v2.resource [None req-90e63131-ae76-470d-8a13-913f2f25ec5b 1fb8fcbfa0c44408b2024469c6c3794f 307984a5917e499bb05730a812529c29 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1743] 10.0.0.228 () {32 vars in 747 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:37:52.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-483fd7af-3cbe-4492-912d-6a114db441a7'] response: {'name': 'network-changed', 'server_uuid': 'cf3272b1-af5f-4a45-b38a-55974281973d', 'tag': 'a2ada8ae-1129-46cd-a71e-1d81c1f962cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 867/1744] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/security-groups/9f0dcc8a-4977-457a-8fe5-3b7eb208679a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1745] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1746] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/policies/9f94468a-2084-4d59-a836-5da1b4817dc9/tags => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:52.274 8 INFO neutron.db.l3_hamode_db [None req-b8cb2f9b-bbac-43f3-851f-f531afb488a5 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] HA network 475a9df9-bd12-49e8-b76c-97c71479fa4f was deleted as no HA routers are present in tenant 76ca2aaf99f54f0a9f697b3960fadeae. [pid: 8|app: 0|req: 878/1747] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:51 2026] DELETE /v2.0/routers/5eb3f998-50e2-4287-bbb1-8b6d1f7c7d75 => generated 0 bytes in 760 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1748] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/ports?device_id=5eb3f998-50e2-4287-bbb1-8b6d1f7c7d75 => 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: 870/1749] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/qos/policies/9f94468a-2084-4d59-a836-5da1b4817dc9 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:52.372 7 INFO neutron.api.v2.resource [None req-06db9902-fe3d-40d4-8b31-b8494846c67b 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1750] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/routers/5eb3f998-50e2-4287-bbb1-8b6d1f7c7d75 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1751] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/security-groups?tenant_id=b27e7ed403814669a2ab85d2f7f4d537&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1752] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/ports?device_id=8a673e9f-4ddd-4ecb-a141-4f5c3a2d83fa => 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: 872/1753] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:52.473 7 INFO neutron.api.v2.resource [None req-818b9dd5-c1b1-4051-a90e-e8bf3f6fb166 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1754] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/routers/8a673e9f-4ddd-4ecb-a141-4f5c3a2d83fa => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1755] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:52.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26b11090-046d-4f03-96f0-6d664a0ac365 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1756] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/subnets/45fdcac0-4970-4672-a6ed-3b957a0f1f92 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1757] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/ports?device_id=6e069dd9-4255-4dc7-bc97-7eb2366f6fe9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:52.556 7 INFO neutron.api.v2.resource [None req-f8c7fd5a-0894-4145-99cf-4fcb1274ff07 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 877/1758] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/routers/6e069dd9-4255-4dc7-bc97-7eb2366f6fe9 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1759] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/security-groups/32414feb-bf1a-4947-be60-e76d65089936 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:52.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f33932f-136e-4413-9081-1045ed25ecd6 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1760] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/subnets/7c2758a6-b2a4-4cbf-a208-10cc970fee18 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1761] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/ports?device_id=019ba812-5518-4ce7-8f21-ab95d789b32b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:37:52.618 8 INFO neutron.api.v2.resource [None req-a9308792-33da-4c32-8976-21db921df471 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 884/1762] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/routers/019ba812-5518-4ce7-8f21-ab95d789b32b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1763] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:52.640 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3055a915-42de-498f-b9c6-f6b7d1ea5a92 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1764] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/subnets/9334261a-e4b8-4191-af71-5254a6d580ff => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:52.647 8 INFO neutron.services.segments.plugin [-] Segment 7fc5e02c-868a-4c69-b78d-4e45b885fb8b resource provider aggregate not found 2026-04-14 08:37:52.650 8 INFO neutron.services.segments.plugin [-] Segment 7fc5e02c-868a-4c69-b78d-4e45b885fb8b resource provider aggregate not found 2026-04-14 08:37:52.659 8 INFO neutron.services.segments.plugin [-] Segment 7fc5e02c-868a-4c69-b78d-4e45b885fb8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc5e02c-868a-4c69-b78d-4e45b885fb8b found for delete ", "request_id": "req-300a3960-6d95-4339-bc47-1df084638bc9"}]} 2026-04-14 08:37:52.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-837b5d97-46f3-4fae-9474-ef5e33ba47d3 2f84462bdbb34434893aa4872e40d2b6 76ca2aaf99f54f0a9f697b3960fadeae - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1765] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:37:52 2026] DELETE /v2.0/subnets/697a7f48-c60c-4e00-887b-e8551fcd7820 => 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: 880/1766] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/networks?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:52.684 8 INFO neutron.services.segments.plugin [-] Segment 7fc5e02c-868a-4c69-b78d-4e45b885fb8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc5e02c-868a-4c69-b78d-4e45b885fb8b found for delete ", "request_id": "req-8a9f9ddf-a400-4360-90be-d9091dfc51f5"}]} [pid: 8|app: 0|req: 887/1767] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:37:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1768] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/security-groups?tenant_id=307984a5917e499bb05730a812529c29&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1769] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/security-groups?tenant_id=76ca2aaf99f54f0a9f697b3960fadeae&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1770] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:53 2026] DELETE /v2.0/security-groups/dd4e348c-1365-4b87-938f-c03fc9d8a2a9 => 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: 889/1771] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:53 2026] DELETE /v2.0/security-groups/0afa1c7a-c2d7-4c84-a40a-ae642eef8b3c => 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: 883/1774] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/security-groups?tenant_id=432055c0436d4adc94d2bf60f7d1af70&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1775] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1776] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&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: 892/1777] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:53 2026] DELETE /v2.0/security-groups/c7c8cbb2-4d47-485a-bc16-fa09193a6aa7 => 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: 886/1778] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1779] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a2ada8ae-1129-46cd-a71e-1d81c1f962cc => 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: 887/1780] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/subnets?id=d751d4f0-5f82-4668-9f91-384e9ef3be44 => 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: 894/1781] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/ports?network_id=0fac514d-e015-4577-bc17-add6f4084b12&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: 888/1782] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 895/1783] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:37:53 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 889/1784] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:54 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 896/1785] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:54 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:37:55.163 7 WARNING neutron_lib.context [None req-c552b43e-6abf-41e3-8d6c-ea0a56a56925 8ea4da8b1e5e4b77abd88718684a6bac 5a9a10973f244d57bb66ccc1edf2f37a - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 890/1786] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:37:54 2026] POST /v2.0/subnetpools => generated 548 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1787] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:37:55 2026] GET /v2.0/subnetpools/945a241d-b79d-4c1f-a5d9-7bf66b64cd02 => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1788] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:37:55 2026] PUT /v2.0/subnetpools/945a241d-b79d-4c1f-a5d9-7bf66b64cd02 => generated 500 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1789] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:37:55 2026] DELETE /v2.0/subnetpools/945a241d-b79d-4c1f-a5d9-7bf66b64cd02 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:55.445 7 INFO neutron.api.v2.resource [None req-50423c9f-df81-4036-aa28-3426d15a31a3 8ea4da8b1e5e4b77abd88718684a6bac 5a9a10973f244d57bb66ccc1edf2f37a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1790] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:37:55 2026] GET /v2.0/subnetpools/945a241d-b79d-4c1f-a5d9-7bf66b64cd02 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:37:55.470 8 INFO neutron.api.v2.resource [None req-c964436c-72e5-47a8-ae0c-1963fe777674 8ea4da8b1e5e4b77abd88718684a6bac 5a9a10973f244d57bb66ccc1edf2f37a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 899/1791] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:37:55 2026] DELETE /v2.0/subnetpools/945a241d-b79d-4c1f-a5d9-7bf66b64cd02 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1792] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:55 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1793] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:55 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&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: 901/1794] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:56 2026] GET /v2.0/security-groups?tenant_id=5a9a10973f244d57bb66ccc1edf2f37a&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1795] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:56 2026] GET /v2.0/security-groups?tenant_id=0444804f299d451eb061a870be32f5fd&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1796] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:56 2026] DELETE /v2.0/security-groups/1e0aae5e-96e5-4f77-9fa6-04d34f4014ec => 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: 895/1797] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:56 2026] DELETE /v2.0/security-groups/880246ba-b1a5-4b3a-b6aa-98b805215c2c => 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: 903/1798] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:57 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 896/1799] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:57 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&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: 904/1800] 10.0.0.228 () {32 vars in 622 bytes} [Tue Apr 14 08:37: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: 897/1801] 10.0.0.228 () {32 vars in 632 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/ => generated 632 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1802] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1803] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1804] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1805] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1806] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:37:58.623 7 WARNING neutron_lib.context [None req-a96df4d5-2a6f-4fe3-a298-f10a1e53aba3 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 908/1807] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:58 2026] GET /v2.0/security-groups?tenant_id=d0fae5936bee4df78cf39e0101007c3e&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1808] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:37:59 2026] GET /v2.0/security-groups?tenant_id=f32d3c733c5f4c19afd6a1fb54df3cb2&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: 910/1809] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:59 2026] DELETE /v2.0/security-groups/30ba1245-d8a6-4a33-b6ec-b7987821397a => 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: 911/1810] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:37:59 2026] DELETE /v2.0/security-groups/2be34f96-5265-44c0-ac19-8711463b733c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:37:59.452 7 INFO neutron.db.l3_db [None req-a96df4d5-2a6f-4fe3-a298-f10a1e53aba3 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Floating IP dc7710ca-8099-4860-b41b-4f2fc1340750 associated. External IP: 10.96.250.201, port: a2ada8ae-1129-46cd-a71e-1d81c1f962cc. [pid: 7|app: 0|req: 900/1811] 10.0.0.228 () {34 vars in 676 bytes} [Tue Apr 14 08:37:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1812] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:37:59 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 855 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:00.942 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1de1c281-d498-4b5f-8eaa-52364df0f6ba'] response: {'name': 'network-changed', 'server_uuid': 'cf3272b1-af5f-4a45-b38a-55974281973d', 'tag': 'a2ada8ae-1129-46cd-a71e-1d81c1f962cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 901/1813] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:00 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 855 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1814] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1815] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 756 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1816] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a2ada8ae-1129-46cd-a71e-1d81c1f962cc => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1817] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/subnets?id=d751d4f0-5f82-4668-9f91-384e9ef3be44 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1818] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/ports?network_id=0fac514d-e015-4577-bc17-add6f4084b12&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: 904/1819] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1820] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 905/1821] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:01 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1822] 10.0.0.135 () {30 vars in 649 bytes} [Tue Apr 14 08:38:02 2026] GET /v2.0/extensions => generated 20516 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1823] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:02 2026] GET /v2.0/security-groups?tenant_id=3d1a1dd8d36a4b0a9d37a6e9e215fe9e&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1824] 10.0.0.135 () {30 vars in 723 bytes} [Tue Apr 14 08:38:02 2026] GET /v2.0/quotas/f14e31dcfc9a46e097f0013de853d080/details => generated 847 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1825] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:02 2026] DELETE /v2.0/security-groups/530f6823-ffb0-4903-a8de-e38cefe08319 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:38:04.912 7 INFO neutron.db.segments_db [None req-c11b718e-a1e5-4bc6-9fb9-f28f1c5404f7 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment a65f9fe7-12a7-47bc-8a93-c8382b46e6e2 of type vxlan for network 39664824-2dcc-48e9-a9ef-29fd538c9df6 [pid: 8|app: 0|req: 919/1826] 10.0.0.135 () {30 vars in 649 bytes} [Tue Apr 14 08:38:04 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: 908/1827] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:38:04 2026] POST /v2.0/networks => generated 740 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1828] 10.0.0.135 () {30 vars in 723 bytes} [Tue Apr 14 08:38:04 2026] GET /v2.0/quotas/f14e31dcfc9a46e097f0013de853d080/details => generated 847 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1829] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:05 2026] POST /v2.0/subnets => generated 687 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:05.248 8 INFO neutron.db.segments_db [None req-4e1cfca9-532a-4ffe-afab-b744295023f5 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 43445c4d-bff4-4ed0-834c-9bcd08008568 of type vxlan for network a15f58e2-842a-434f-81cf-5d23bfa1c61c 2026-04-14 08:38:05.514 8 INFO neutron.db.l3_hamode_db [None req-4e1cfca9-532a-4ffe-afab-b744295023f5 edf7227be8e2490dacc456065df51a01 f8dadd74c201431a946301e26f79b58e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:38:06.260 8 INFO neutron.db.l3_hamode_db [None req-4e1cfca9-532a-4ffe-afab-b744295023f5 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 921/1830] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:05 2026] POST /v2.0/routers => generated 727 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1831] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:07 2026] GET /v2.0/security-groups?tenant_id=f14e31dcfc9a46e097f0013de853d080&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1832] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:07 2026] DELETE /v2.0/security-groups/f2a37594-6ebd-4ad4-8f6c-2bb2a7fab2d8 => 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: 912/1833] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:38:07 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 913/1834] 10.0.0.119 () {34 vars in 1039 bytes} [Tue Apr 14 08:38:07 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&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: 922/1835] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:38:07 2026] PUT /v2.0/routers/e3a13786-a467-4d67-92c4-44b4d9903903/add_router_interface => generated 309 bytes in 1182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:09.413 7 INFO neutron.db.segments_db [None req-653aed0e-f6b0-4f4b-908c-abe9a2ac8cbd edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 5d82b409-9f56-4289-bfe7-8c4eb376f238 of type vxlan for network 4321f1f3-c718-4394-8b7a-5216566f8706 [pid: 7|app: 0|req: 915/1838] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:38:09 2026] POST /v2.0/networks => generated 740 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1839] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:09 2026] POST /v2.0/subnets => generated 687 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:09.790 7 INFO neutron.db.segments_db [None req-3e645f29-fc6d-46e5-b436-5ec1877d90c3 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment b935fb0b-93dd-4364-ab5d-ecb453679226 of type vxlan for network 8cb12882-f9c7-4ea3-9560-51f1669dc41a [pid: 8|app: 0|req: 925/1840] 10.0.0.228 () {32 vars in 825 bytes} [Tue Apr 14 08:38:09 2026] GET /v2.0/ports?project_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&network_id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 3691 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:38:10.063 7 INFO neutron.db.l3_hamode_db [None req-3e645f29-fc6d-46e5-b436-5ec1877d90c3 edf7227be8e2490dacc456065df51a01 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 926/1841] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:38:10 2026] GET /v2.0/subnets?network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:10.460 8 INFO neutron.db.l3_db [None req-cc858d51-7fe0-4efb-bded-a7ac3b2c43d1 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Floating IP dc7710ca-8099-4860-b41b-4f2fc1340750 disassociated. External IP: 10.96.250.201, port: a2ada8ae-1129-46cd-a71e-1d81c1f962cc. [pid: 8|app: 0|req: 927/1842] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:38:10 2026] PUT /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 554 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:10.930 7 INFO neutron.db.l3_hamode_db [None req-3e645f29-fc6d-46e5-b436-5ec1877d90c3 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:38:10.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cdd834f3-69f8-42a7-91c4-8aafcb93e5bf'] response: {'name': 'network-changed', 'server_uuid': 'cf3272b1-af5f-4a45-b38a-55974281973d', 'tag': 'a2ada8ae-1129-46cd-a71e-1d81c1f962cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 928/1843] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:38:10 2026] GET /v2.0/networks?id=39664824-2dcc-48e9-a9ef-29fd538c9df6 => generated 672 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1844] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:10 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => 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: 930/1845] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:38:10 2026] GET /v2.0/quotas/f8dadd74c201431a946301e26f79b58e => 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: 931/1846] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/ports?tenant_id=f8dadd74c201431a946301e26f79b58e&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1847] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/networks/39664824-2dcc-48e9-a9ef-29fd538c9df6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1848] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/networks/39664824-2dcc-48e9-a9ef-29fd538c9df6?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: 934/1849] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => 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: 935/1850] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1851] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1852] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a2ada8ae-1129-46cd-a71e-1d81c1f962cc => 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: 938/1853] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/subnets?id=d751d4f0-5f82-4668-9f91-384e9ef3be44 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1854] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/ports?network_id=0fac514d-e015-4577-bc17-add6f4084b12&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: 940/1855] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1856] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 916/1857] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:09 2026] POST /v2.0/routers => generated 727 bytes in 2126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1858] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:11 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1859] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:12 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => 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: 942/1860] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:38:11 2026] PUT /v2.0/routers/12ca20c3-aae6-45ba-9ee7-63549e73fdd6/add_router_interface => generated 309 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1861] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:13 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1862] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:13 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:14.020 7 INFO neutron.db.segments_db [None req-07aa9def-82bb-4be6-bb69-5f0481b67626 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment f0a4afb5-fe12-43fe-ace8-083f607ea710 of type vxlan for network cefcc8f5-34a9-441d-9b30-f6cf9df2bd96 2026-04-14 08:38:14.109 8 WARNING neutron_lib.context [None req-b2130057-60f8-46fd-a214-6ed2b27bb347 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 920/1863] 10.0.0.228 () {34 vars in 670 bytes} [Tue Apr 14 08:38:13 2026] POST /v2.0/networks => generated 738 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1864] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/security-groups => generated 1671 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:38:14.249 8 WARNING neutron_lib.context [None req-66a93d65-74f8-43cb-bae3-3d2f8735e294 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1865] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/subnets => generated 687 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:14.374 7 INFO neutron.db.segments_db [None req-55e17d41-9e00-464a-a9e1-0d0fb0df0bb5 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Added segment 2264111a-de87-459c-8690-8e8920bd1d5b of type vxlan for network bc28525e-5f5d-446b-be5c-5b088bc61a90 [pid: 8|app: 0|req: 945/1866] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:14.396 8 WARNING neutron_lib.context [None req-680976d6-b055-4305-a60e-f18c2725f20b a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 946/1867] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:14.515 8 WARNING neutron_lib.context [None req-b0f3fdf3-abc5-48fc-87e4-95c5fddac70d a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 947/1868] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1869] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:14 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:14.658 8 WARNING neutron_lib.context [None req-2ff24ca3-7726-451b-b51c-9d47890ed9e9 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:38:14.674 7 INFO neutron.db.l3_hamode_db [None req-55e17d41-9e00-464a-a9e1-0d0fb0df0bb5 edf7227be8e2490dacc456065df51a01 62fdd3294424460bab0362fab05d4ecb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 949/1870] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:14.773 8 WARNING neutron_lib.context [None req-21f9ae15-0c95-4ae6-bf08-44f9a97918fc a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:38:14.803 8 INFO neutron.db.securitygroups_db [None req-21f9ae15-0c95-4ae6-bf08-44f9a97918fc a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Project 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb 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: 950/1871] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:14.917 8 WARNING neutron_lib.context [None req-9b69277d-0f96-4d19-8842-5257eecd1051 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:38:14.950 8 INFO neutron.db.securitygroups_db [None req-9b69277d-0f96-4d19-8842-5257eecd1051 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Project 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb 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: 951/1872] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:15.636 7 INFO neutron.db.l3_hamode_db [None req-55e17d41-9e00-464a-a9e1-0d0fb0df0bb5 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 952/1873] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:38:15 2026] GET /v2.0/networks => generated 1297 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1874] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:16 2026] GET /v2.0/networks?id=39664824-2dcc-48e9-a9ef-29fd538c9df6 => generated 672 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1875] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:16 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => 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: 955/1876] 10.0.0.49 () {34 vars in 1094 bytes} [Tue Apr 14 08:38:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-93540544&fields=id&tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:16.174 8 WARNING neutron_lib.context [req-ce2c1abc-7302-4d79-bee2-c654ee803275 req-547de7e4-e747-4de1-9eda-04ca45991bda 4d217820cd974687b26f2caf6fcc69e0 f8dadd74c201431a946301e26f79b58e - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 956/1877] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:38:16 2026] POST /v2.0/ports => generated 958 bytes in 388 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: 957/1878] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:38:16 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 660 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1879] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:14 2026] POST /v2.0/routers => generated 727 bytes in 2395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1880] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:38:16 2026] GET /v2.0/quotas/3b8c0fc0eb6d4bc984e6c1b7c0ba8adb => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1881] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:38:16 2026] PUT /v2.0/ports/1df1a861-ee6b-41f1-a8dd-5e22960e41c6 => generated 1239 bytes in 377 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-04-14 08:38:17.071 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6b4960f-fb66-47c1-9789-813e7c3d5d8f'] response: {'name': 'network-changed', 'server_uuid': '3efb9eca-75e4-4e16-b6df-780b5f393c4d', 'tag': '1df1a861-ee6b-41f1-a8dd-5e22960e41c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 959/1882] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&fields=id => generated 149 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1883] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1884] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 962/1885] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1886] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&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: 8|app: 0|req: 964/1887] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 965/1888] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/ports?tenant_id=f8dadd74c201431a946301e26f79b58e&device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1889] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/networks?tenant_id=f8dadd74c201431a946301e26f79b58e&shared=False => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1890] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:38:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1891] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:38:16 2026] PUT /v2.0/routers/d66cb262-37e0-403c-a994-0a85eaef9297/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1892] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 968/1893] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1894] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&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-04-14 08:38:18.725 8 WARNING neutron_lib.context [None req-129eeda7-b130-4bd0-9efd-7135d1e2364e b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 927/1895] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/ports?tenant_id=f8dadd74c201431a946301e26f79b58e&device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1896] 199.204.45.223 () {34 vars in 1059 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1df1a861-ee6b-41f1-a8dd-5e22960e41c6 => 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: 969/1897] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:38:18 2026] POST /v2.0/security-groups => generated 1673 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:38:18.852 8 WARNING neutron_lib.context [None req-7aec3dc7-557a-4820-b743-0815e5ab55e9 b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 929/1898] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/subnets?id=48144ae7-4408-42ff-ac2e-7ebc51e5e732 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1899] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/ports?network_id=39664824-2dcc-48e9-a9ef-29fd538c9df6&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: 7|app: 0|req: 931/1900] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/networks/39664824-2dcc-48e9-a9ef-29fd538c9df6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1901] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:19.006 8 WARNING neutron_lib.context [None req-e10f5fdf-3281-42bc-848b-ad29b9c1f8fa b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 932/1902] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:18 2026] GET /v2.0/networks/39664824-2dcc-48e9-a9ef-29fd538c9df6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1903] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:19.109 7 WARNING neutron_lib.context [None req-ee0a97da-75d6-4549-a967-6b332400896f b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 933/1904] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:19.226 8 WARNING neutron_lib.context [None req-53203f29-3957-43f2-a53a-24042179fa1c b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 972/1905] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:19.358 7 WARNING neutron_lib.context [None req-aaeb5e4f-ec5e-432c-b85a-8cb032d202aa b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:38:19.395 7 INFO neutron.db.securitygroups_db [None req-aaeb5e4f-ec5e-432c-b85a-8cb032d202aa b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Project a01403ed376e4dc29d2c58ad6de47d6b 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: 934/1906] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:19.502 8 WARNING neutron_lib.context [None req-dd279848-4265-419c-9613-16b33f686843 b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:38:19.566 8 INFO neutron.db.securitygroups_db [None req-dd279848-4265-419c-9613-16b33f686843 b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Project a01403ed376e4dc29d2c58ad6de47d6b 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: 935/1907] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:19 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 936/1908] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:19 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1909] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1910] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:19 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:20.109 8 WARNING neutron_lib.context [None req-14a3f4ae-dd98-4724-be72-e845ec542e3a b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 974/1911] 10.0.0.228 () {34 vars in 684 bytes} [Tue Apr 14 08:38:20 2026] POST /v2.0/security-groups => generated 1659 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:38:20.294 7 WARNING neutron_lib.context [None req-0a222c97-7549-4106-b294-0337945e3a8a b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 938/1912] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:20.435 8 WARNING neutron_lib.context [None req-9c8b84f9-42f3-49fa-9d83-401df604ba4b b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 975/1913] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:38:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:20.611 7 WARNING neutron_lib.context [None req-0718f6a7-91e9-4124-8109-0c0fcf45fb8c b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 976/1914] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:20 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 977/1915] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:20 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1916] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:20 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&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: 7|app: 0|req: 939/1917] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:38:20 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1918] 10.0.0.49 () {34 vars in 1096 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--778210585&fields=id&tenant_id=a01403ed376e4dc29d2c58ad6de47d6b => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1919] 10.0.0.49 () {34 vars in 1096 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-114157048&fields=id&tenant_id=a01403ed376e4dc29d2c58ad6de47d6b => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1920] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/networks?id=4321f1f3-c718-4394-8b7a-5216566f8706 => 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: 941/1921] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/quotas/a01403ed376e4dc29d2c58ad6de47d6b => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1922] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/ports?tenant_id=a01403ed376e4dc29d2c58ad6de47d6b&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1923] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/networks/4321f1f3-c718-4394-8b7a-5216566f8706?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1924] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/networks/4321f1f3-c718-4394-8b7a-5216566f8706?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: 943/1925] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1926] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1927] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 944/1928] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb => generated 271 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:21.798 8 WARNING neutron_lib.context [req-4b579c77-d96b-4514-ab2d-c6b93f074e1b req-2cda05bb-f2e0-4fb0-8642-e87a88fc1b53 a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/1929] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1930] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:21 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1931] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:38:21 2026] POST /v2.0/ports => generated 954 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1932] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:38:22 2026] PUT /v2.0/ports/62a4b7a9-e29e-40bd-b855-a84278cd2b46 => generated 1235 bytes in 455 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: 986/1933] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:22 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 12 bytes in 20 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, ' 2026-04-14 08:38:22.883 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f94d36aa-775e-4e22-b2a8-0e2714fd9d62'] response: {'name': 'network-changed', 'server_uuid': '611347b3-a6df-4197-9501-c655ef87a3ca', 'tag': '62a4b7a9-e29e-40bd-b855-a84278cd2b46', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 948/1934] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:22 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1935] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:22 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&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: 949/1936] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:23 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1937] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:23 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&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: 7|app: 0|req: 950/1938] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:23 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 989/1939] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:38:23 2026] GET /v2.0/networks?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&shared=False => generated 756 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1940] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:38:23 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: 7|app: 0|req: 953/1943] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:23 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => 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: 991/1944] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1945] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1946] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1947] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&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: 993/1948] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1949] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=62a4b7a9-e29e-40bd-b855-a84278cd2b46 => 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: 994/1950] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/subnets?id=d751d4f0-5f82-4668-9f91-384e9ef3be44 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1951] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/ports?network_id=0fac514d-e015-4577-bc17-add6f4084b12&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1952] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 958/1953] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 996/1954] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:24 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1955] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:25 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1956] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:25 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1957] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:25 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1958] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:25 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1959] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:26 2026] GET /v2.0/networks?id=4321f1f3-c718-4394-8b7a-5216566f8706 => 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: 999/1960] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:26 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => 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: 962/1961] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:38:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a01403ed376e4dc29d2c58ad6de47d6b => generated 272 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:26.174 8 WARNING neutron_lib.context [req-c3128936-495f-4063-9fc1-efb1fe926203 req-831c30bd-a3bb-45c4-9dd3-da3c3eb8c81f b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 963/1962] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:26 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 964/1963] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:26 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&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: 1000/1964] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:38:26 2026] POST /v2.0/ports => generated 997 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1001/1965] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:26 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1966] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:26 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&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: 965/1967] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:38:26 2026] PUT /v2.0/ports/e7a76335-7365-487b-8559-2c767bc3d734 => generated 1278 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1968] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1012 bytes in 80 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-04-14 08:38:27.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e727f282-adcd-4c63-898b-1a3061d1a99e'] response: {'name': 'network-changed', 'server_uuid': 'a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8', 'tag': 'e7a76335-7365-487b-8559-2c767bc3d734', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 966/1969] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1970] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1971] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1972] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/ports?tenant_id=a01403ed376e4dc29d2c58ad6de47d6b&device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1973] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/networks?tenant_id=a01403ed376e4dc29d2c58ad6de47d6b&shared=False => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1974] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1975] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:27 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1976] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:28 2026] GET /v2.0/security-groups?id=65a00151-7f20-4631-b357-f645db99a4e2&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1977] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:28 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1012 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1978] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:28 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1979] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:28 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1980] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:38:28 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1981] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:28 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1982] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:28 2026] GET /v2.0/ports?tenant_id=a01403ed376e4dc29d2c58ad6de47d6b&device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1983] 199.204.45.223 () {34 vars in 1059 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e7a76335-7365-487b-8559-2c767bc3d734 => 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: 975/1984] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/subnets?id=3530ab99-d504-417b-8437-ea02ad161f7d => 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: 1010/1985] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:38:28 2026] DELETE /v2.0/ports/1df1a861-ee6b-41f1-a8dd-5e22960e41c6 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1986] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/ports?network_id=4321f1f3-c718-4394-8b7a-5216566f8706&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: 977/1987] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => 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: 1011/1988] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/networks/4321f1f3-c718-4394-8b7a-5216566f8706?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1989] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/networks/4321f1f3-c718-4394-8b7a-5216566f8706?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:29.577 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32c29222-7eb8-4435-a7e1-6544ae4880e4'] response: {'server_uuid': '3efb9eca-75e4-4e16-b6df-780b5f393c4d', 'name': 'network-vif-deleted', 'tag': '1df1a861-ee6b-41f1-a8dd-5e22960e41c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1012/1990] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1991] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1992] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:29 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 980/1993] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:30 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1994] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:30 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1995] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:30 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1996] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:30 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => 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: 982/1997] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:38:30 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 1240 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:38:30.751 8 INFO neutron.db.l3_db [None req-f4ce6bce-bbcc-4b12-a3fd-0951fa544f9c a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Floating IP dc7710ca-8099-4860-b41b-4f2fc1340750 associated. External IP: 10.96.250.201, port: 62a4b7a9-e29e-40bd-b855-a84278cd2b46. [pid: 7|app: 0|req: 983/1998] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:30 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1012 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1999] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:30 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2000] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:38:30 2026] PUT /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 855 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2001] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:31 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 855 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2002] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:31 2026] GET /v2.0/ports?device_id=3efb9eca-75e4-4e16-b6df-780b5f393c4d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:31.968 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6fab76e-bdc9-467a-bba2-92b291f0cedd'] response: {'name': 'network-changed', 'server_uuid': '611347b3-a6df-4197-9501-c655ef87a3ca', 'tag': '62a4b7a9-e29e-40bd-b855-a84278cd2b46', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 986/2003] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:38:31 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2004] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:31 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2005] 199.204.45.223 () {34 vars in 1123 bytes} [Tue Apr 14 08:38:31 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2006] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:31 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2007] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2008] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 989/2009] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2010] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=62a4b7a9-e29e-40bd-b855-a84278cd2b46 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2011] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/subnets?id=d751d4f0-5f82-4668-9f91-384e9ef3be44 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2012] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/ports?network_id=0fac514d-e015-4577-bc17-add6f4084b12&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2013] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2014] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:32 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 992/2015] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:33 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2016] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:33 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2017] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:38:33 2026] GET /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2018] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:34 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2019] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:34 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2020] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:38:33 2026] PUT /v2.0/routers/e3a13786-a467-4d67-92c4-44b4d9903903/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:35.428 7 INFO neutron.services.segments.plugin [-] Segment 43445c4d-bff4-4ed0-834c-9bcd08008568 resource provider aggregate not found 2026-04-14 08:38:35.435 7 INFO neutron.services.segments.plugin [-] Segment 43445c4d-bff4-4ed0-834c-9bcd08008568 resource provider aggregate not found 2026-04-14 08:38:35.440 7 INFO neutron.db.l3_hamode_db [None req-2bd7ba49-c475-4b1f-8fcc-a771471d3114 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network a15f58e2-842a-434f-81cf-5d23bfa1c61c was deleted as no HA routers are present in tenant f8dadd74c201431a946301e26f79b58e. [pid: 7|app: 0|req: 996/2021] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:34 2026] DELETE /v2.0/routers/e3a13786-a467-4d67-92c4-44b4d9903903 => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:38:35.465 7 INFO neutron.services.segments.plugin [-] Segment 43445c4d-bff4-4ed0-834c-9bcd08008568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43445c4d-bff4-4ed0-834c-9bcd08008568 found for delete ", "request_id": "req-a5d8382d-f859-4097-a65a-359a489dc916"}]} 2026-04-14 08:38:35.473 7 INFO neutron.services.segments.plugin [-] Segment 43445c4d-bff4-4ed0-834c-9bcd08008568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43445c4d-bff4-4ed0-834c-9bcd08008568 found for delete ", "request_id": "req-a15019e9-564a-4a32-89b8-8bcffecfdf6e"}]} [pid: 7|app: 0|req: 997/2022] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:35 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2023] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:35 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2024] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:35 2026] DELETE /v2.0/subnets/48144ae7-4408-42ff-ac2e-7ebc51e5e732 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2025] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:35 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:38:35.912 8 INFO neutron.services.segments.plugin [-] Segment a65f9fe7-12a7-47bc-8a93-c8382b46e6e2 resource provider aggregate not found 2026-04-14 08:38:35.918 8 INFO neutron.services.segments.plugin [-] Segment a65f9fe7-12a7-47bc-8a93-c8382b46e6e2 resource provider aggregate not found [pid: 8|app: 0|req: 1027/2026] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:38:35 2026] DELETE /v2.0/networks/39664824-2dcc-48e9-a9ef-29fd538c9df6 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:38:35.991 7 INFO neutron.db.l3_db [None req-81b4ea7c-f6b2-4a71-ae52-e03c11683416 b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Floating IP a350e3e2-b146-4706-8a1d-98d604c7f40e associated. External IP: 10.96.250.219, port: e7a76335-7365-487b-8559-2c767bc3d734. 2026-04-14 08:38:36.075 8 INFO neutron.services.segments.plugin [-] Segment a65f9fe7-12a7-47bc-8a93-c8382b46e6e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65f9fe7-12a7-47bc-8a93-c8382b46e6e2 found for delete ", "request_id": "req-1a2ea980-1e10-4d78-a121-9fb8207ad9e6"}]} 2026-04-14 08:38:36.076 8 INFO neutron.services.segments.plugin [-] Segment a65f9fe7-12a7-47bc-8a93-c8382b46e6e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a65f9fe7-12a7-47bc-8a93-c8382b46e6e2 found for delete ", "request_id": "req-b3a2ca22-7694-424b-82de-131ab45266c6"}]} [pid: 8|app: 0|req: 1028/2027] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:36 2026] GET /v2.0/security-groups?tenant_id=f8dadd74c201431a946301e26f79b58e&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2028] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:36 2026] DELETE /v2.0/security-groups/65a00151-7f20-4631-b357-f645db99a4e2 => 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: 1000/2029] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:38:35 2026] PUT /v2.0/floatingips/a350e3e2-b146-4706-8a1d-98d604c7f40e => generated 856 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2032] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:38:40 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:38:40.701 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcd24fc4-c27b-4927-b2e5-74e512075009'] response: {'name': 'network-changed', 'server_uuid': 'a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8', 'tag': 'e7a76335-7365-487b-8559-2c767bc3d734', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1002/2033] 10.0.0.119 () {34 vars in 1039 bytes} [Tue Apr 14 08:38:40 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2034] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:41 2026] GET /v2.0/ports?tenant_id=a01403ed376e4dc29d2c58ad6de47d6b&device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2035] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:41 2026] GET /v2.0/networks?id=4321f1f3-c718-4394-8b7a-5216566f8706 => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2036] 199.204.45.223 () {34 vars in 1059 bytes} [Tue Apr 14 08:38:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e7a76335-7365-487b-8559-2c767bc3d734 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2037] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:41 2026] GET /v2.0/subnets?id=3530ab99-d504-417b-8437-ea02ad161f7d => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2038] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:41 2026] GET /v2.0/ports?network_id=4321f1f3-c718-4394-8b7a-5216566f8706&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2039] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:41 2026] GET /v2.0/networks/4321f1f3-c718-4394-8b7a-5216566f8706?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: 1035/2040] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:41 2026] GET /v2.0/networks/4321f1f3-c718-4394-8b7a-5216566f8706?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2041] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:42 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2042] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:42 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2043] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:43 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2044] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:43 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2045] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:38:43 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1283 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2046] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:44 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2047] 10.0.0.228 () {32 vars in 857 bytes} [Tue Apr 14 08:38:44 2026] GET /v2.0/floatingips?floating_network_id=c3f19518-d6d1-4622-adc3-9fe9af6e21a1&port_id=e7a76335-7365-487b-8559-2c767bc3d734 => generated 861 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2048] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:44 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2049] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:38:44 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 1011/2050] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:38:44 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2051] 10.0.0.119 () {34 vars in 1119 bytes} [Tue Apr 14 08:38:44 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:45.098 8 INFO neutron.db.l3_db [req-289c1b88-effb-4552-8790-5bc1424b7ddd req-18bda0e0-9413-4cc3-97c9-e7c12160932d a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] Floating IP dc7710ca-8099-4860-b41b-4f2fc1340750 disassociated. External IP: 10.96.250.201, port: 62a4b7a9-e29e-40bd-b855-a84278cd2b46. [pid: 7|app: 0|req: 1013/2052] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:45 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2053] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:45 2026] GET /v2.0/security-groups?id=0d708538-8207-4c86-b95a-5275624439f5&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2054] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:38:44 2026] DELETE /v2.0/ports/62a4b7a9-e29e-40bd-b855-a84278cd2b46 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2055] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:46 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:47.088 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-377809ba-4504-4545-9f2b-1de73742a709'] response: {'server_uuid': '611347b3-a6df-4197-9501-c655ef87a3ca', 'name': 'network-vif-deleted', 'tag': '62a4b7a9-e29e-40bd-b855-a84278cd2b46', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1041/2056] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:47 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2057] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:47 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2058] 199.204.45.223 () {34 vars in 1095 bytes} [Tue Apr 14 08:38:47 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d&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: 7|app: 0|req: 1017/2059] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:47 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 1018/2060] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/ports?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2061] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2062] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2063] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/ports?device_id=611347b3-a6df-4197-9501-c655ef87a3ca => 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: 1020/2064] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/networks?id=0fac514d-e015-4577-bc17-add6f4084b12 => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2065] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a2ada8ae-1129-46cd-a71e-1d81c1f962cc => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2066] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/subnets?id=d751d4f0-5f82-4668-9f91-384e9ef3be44 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2067] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/ports?network_id=0fac514d-e015-4577-bc17-add6f4084b12&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: 1047/2068] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 1048/2069] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2070] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:38:49 2026] GET /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12?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: 1022/2071] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:48 2026] GET /v2.0/security-groups?tenant_id=652d19cfee8c477cbae1cbc5d4032391&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2072] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:49 2026] DELETE /v2.0/security-groups/272eaebe-8443-44a8-ae13-f87d8d61f7d4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:38:49.352 8 INFO neutron.db.l3_db [req-b2e2ae08-d3a2-4ebd-a53c-6ff725cc740b req-f57b0753-d8e7-42ef-9eec-93ce0841ceac b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] Floating IP a350e3e2-b146-4706-8a1d-98d604c7f40e disassociated. External IP: 10.96.250.219, port: e7a76335-7365-487b-8559-2c767bc3d734. [pid: 7|app: 0|req: 1024/2073] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:49 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 1014 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2074] 10.0.0.49 () {34 vars in 1118 bytes} [Tue Apr 14 08:38:49 2026] GET /v2.0/security-groups?id=64ed3281-56ce-4de3-a203-ed1dd5b6a379&id=1e6ba590-d911-4686-beea-9e5e72ddd548&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2075] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:49 2026] DELETE /v2.0/security-groups/0d708538-8207-4c86-b95a-5275624439f5 => 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: 1050/2076] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:38:49 2026] DELETE /v2.0/ports/e7a76335-7365-487b-8559-2c767bc3d734 => generated 0 bytes in 696 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2077] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:38:49 2026] DELETE /v2.0/floatingips/dc7710ca-8099-4860-b41b-4f2fc1340750 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:38:50.179 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27619a8c-137f-44c6-abf1-166486fb8773'] response: {'server_uuid': 'a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8', 'name': 'network-vif-deleted', 'tag': 'e7a76335-7365-487b-8559-2c767bc3d734', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1051/2078] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:50 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2079] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:50 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2080] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:50 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => 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: 1029/2081] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:51 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2082] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:38:51 2026] GET /v2.0/security-groups?id=273c34b2-760d-4447-a2af-f9c3fd2dd516&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2083] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:51 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => 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: 1054/2084] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:38:52 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 1031/2085] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:38:52 2026] DELETE /v2.0/ports/a2ada8ae-1129-46cd-a71e-1d81c1f962cc => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2086] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:52 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 1032/2087] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:52 2026] GET /v2.0/ports?device_id=a1ec409b-47aa-4ce6-99c6-d9d3a0fdcea8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:38:53.463 8 INFO neutron.db.segments_db [None req-39018932-42ae-4749-b85b-59acdc058f5a 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] Added segment 42a7f54d-ce64-4bf2-8f14-0360397c68c6 of type vxlan for network 0d97e921-a0d4-4b36-aa8c-f2eb9b3d648e [pid: 8|app: 0|req: 1056/2088] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:38:53 2026] POST /v2.0/networks => generated 727 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:53.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5da3e952-9078-4391-9b09-897abe55ddc7'] response: {'server_uuid': 'cf3272b1-af5f-4a45-b38a-55974281973d', 'name': 'network-vif-deleted', 'tag': 'a2ada8ae-1129-46cd-a71e-1d81c1f962cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1059/2091] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:53 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 1033/2092] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:53 2026] POST /v2.0/subnets => generated 644 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:53.765 8 WARNING neutron.api.v2.base [None req-7a55fffd-b680-41e3-9071-f6b050bf335f 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - 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-04-14 08:38:53.766 8 INFO neutron.api.v2.resource [None req-7a55fffd-b680-41e3-9071-f6b050bf335f 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1060/2093] 10.0.0.228 () {34 vars in 680 bytes} [Tue Apr 14 08:38:53 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-14 08:38:53.980 7 INFO neutron.services.segments.plugin [-] Segment 42a7f54d-ce64-4bf2-8f14-0360397c68c6 resource provider aggregate not found 2026-04-14 08:38:53.984 7 INFO neutron.services.segments.plugin [-] Segment 42a7f54d-ce64-4bf2-8f14-0360397c68c6 resource provider aggregate not found 2026-04-14 08:38:53.991 7 INFO neutron.services.segments.plugin [-] Segment 42a7f54d-ce64-4bf2-8f14-0360397c68c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a7f54d-ce64-4bf2-8f14-0360397c68c6 found for delete ", "request_id": "req-95d6f7d4-8df5-4bdc-92ba-a1e14f6c0bf7"}]} [pid: 7|app: 0|req: 1034/2094] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:38:53 2026] DELETE /v2.0/networks/0d97e921-a0d4-4b36-aa8c-f2eb9b3d648e => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:38:54.006 7 INFO neutron.services.segments.plugin [-] Segment 42a7f54d-ce64-4bf2-8f14-0360397c68c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a7f54d-ce64-4bf2-8f14-0360397c68c6 found for delete ", "request_id": "req-1d557b38-ee8b-488a-a718-3d2c63d4e131"}]} [pid: 8|app: 0|req: 1061/2095] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:53 2026] DELETE /v2.0/security-groups/1e6ba590-d911-4686-beea-9e5e72ddd548 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:38:54.041 8 INFO neutron.api.v2.resource [None req-8c97a5ea-3262-48e7-89e6-0065df3ec8ac b01507a9830044e294274b4759887cd9 a01403ed376e4dc29d2c58ad6de47d6b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2096] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:38:54 2026] GET /v2.0/security-groups/1e6ba590-d911-4686-beea-9e5e72ddd548 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:38:54.058 7 INFO neutron.db.segments_db [None req-e282d956-ca86-4846-ac97-b9623b02712d 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] Added segment 94cb09eb-ab84-4a26-8da6-41e00e2c5b48 of type vxlan for network 1c30d914-dfa7-424c-9ed1-82ca02eea6a4 [pid: 7|app: 0|req: 1035/2097] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:38:54 2026] POST /v2.0/networks => generated 727 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2098] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:38:54 2026] DELETE /v2.0/floatingips/a350e3e2-b146-4706-8a1d-98d604c7f40e => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2099] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:54 2026] POST /v2.0/subnets => generated 647 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:38:54.361 7 WARNING neutron.api.v2.base [None req-a444b831-1265-4a76-9964-ac2e30e788b5 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - 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-04-14 08:38:54.362 7 INFO neutron.api.v2.resource [None req-a444b831-1265-4a76-9964-ac2e30e788b5 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1037/2100] 10.0.0.228 () {34 vars in 680 bytes} [Tue Apr 14 08:38:54 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2101] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:54 2026] DELETE /v2.0/security-groups/64ed3281-56ce-4de3-a203-ed1dd5b6a379 => 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: 1038/2102] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:38:54 2026] DELETE /v2.0/networks/1c30d914-dfa7-424c-9ed1-82ca02eea6a4 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:38:54.641 7 INFO neutron.db.segments_db [None req-543627b4-9a75-4988-bafe-219e0851ec6d 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] Added segment f5754cd5-dd17-47a0-8547-4ed5a5f5e8e5 of type vxlan for network 47deff8d-7b99-4f4c-b2be-c225113280c7 [pid: 7|app: 0|req: 1039/2103] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:38:54 2026] POST /v2.0/networks => generated 727 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2104] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:38:54 2026] GET /v2.0/ports?device_id=cf3272b1-af5f-4a45-b38a-55974281973d => 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: 1041/2105] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:38:54 2026] POST /v2.0/subnets => generated 647 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2106] 10.0.0.228 () {34 vars in 680 bytes} [Tue Apr 14 08:38:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2107] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:38:54 2026] PUT /v2.0/routers/12ca20c3-aae6-45ba-9ee7-63549e73fdd6/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2108] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:38:55 2026] GET /v2.0/networks/47deff8d-7b99-4f4c-b2be-c225113280c7 => generated 655 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2109] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:55 2026] DELETE /v2.0/security-groups/273c34b2-760d-4447-a2af-f9c3fd2dd516 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:38:56.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9657f46-de39-4a3e-874a-fca230fa428c 0aecd32e0e2c4b9f87c9002331372bca 53a436636fcd4b059df0cd57ba657044 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2110] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:38:55 2026] GET /v2.0/networks/47deff8d-7b99-4f4c-b2be-c225113280c7 => generated 138 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:38:56.254 7 INFO neutron.services.segments.plugin [-] Segment 94cb09eb-ab84-4a26-8da6-41e00e2c5b48 resource provider aggregate not found 2026-04-14 08:38:56.260 7 INFO neutron.services.segments.plugin [-] Segment 94cb09eb-ab84-4a26-8da6-41e00e2c5b48 resource provider aggregate not found 2026-04-14 08:38:56.264 7 INFO neutron.services.segments.plugin [-] Segment 94cb09eb-ab84-4a26-8da6-41e00e2c5b48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94cb09eb-ab84-4a26-8da6-41e00e2c5b48 found for delete ", "request_id": "req-6fa5f3d1-690a-410f-8f63-0d8b79ff402b"}]} 2026-04-14 08:38:56.276 7 INFO neutron.services.segments.plugin [-] Segment 94cb09eb-ab84-4a26-8da6-41e00e2c5b48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94cb09eb-ab84-4a26-8da6-41e00e2c5b48 found for delete ", "request_id": "req-63542c6a-bd5a-4b3c-b134-626fb892e5ff"}]} 2026-04-14 08:38:56.610 7 INFO neutron.db.l3_hamode_db [None req-caf9ac90-34f9-4c72-89d3-aee3667ab7b2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network 8cb12882-f9c7-4ea3-9560-51f1669dc41a was deleted as no HA routers are present in tenant a01403ed376e4dc29d2c58ad6de47d6b. [pid: 7|app: 0|req: 1043/2111] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:55 2026] DELETE /v2.0/routers/12ca20c3-aae6-45ba-9ee7-63549e73fdd6 => generated 0 bytes in 1265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2112] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:38:56 2026] DELETE /v2.0/networks/47deff8d-7b99-4f4c-b2be-c225113280c7 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2113] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:38:56 2026] PUT /v2.0/routers/3f374f97-d055-4e17-b753-a4c00ba84dbc/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:38:57.082 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b4ba715-712b-437b-9043-6de68e4afd76 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1070/2114] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:57 2026] DELETE /v2.0/subnets/4c9c2f5c-7162-44d7-94f3-010d0a163339 => 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: 1045/2115] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:57 2026] DELETE /v2.0/subnets/3530ab99-d504-417b-8437-ea02ad161f7d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:38:57.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ad6fbd2-bd19-4d27-ba53-f3c8c0b505c3 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1046/2116] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:57 2026] DELETE /v2.0/subnets/16fedb75-8407-45b8-8099-eed1289dd3ba => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2117] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:57 2026] DELETE /v2.0/subnets/d751d4f0-5f82-4668-9f91-384e9ef3be44 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:38:57.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fbf90dc-5730-4341-8f13-7c5660d116f8 0c6942be844d41d0800924d414ab1763 4b4541f9bae3401cad890c094d646218 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2118] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:57 2026] DELETE /v2.0/subnets/da38ec47-0585-43e0-be8d-10ec01dc6264 => 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: 1047/2119] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:38:57 2026] DELETE /v2.0/networks/4321f1f3-c718-4394-8b7a-5216566f8706 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:38:58.140 8 INFO neutron.services.segments.plugin [-] Segment 9224097c-db2d-47bc-8b10-3671085a2e16 resource provider aggregate not found 2026-04-14 08:38:58.146 8 INFO neutron.services.segments.plugin [-] Segment 9224097c-db2d-47bc-8b10-3671085a2e16 resource provider aggregate not found 2026-04-14 08:38:58.154 8 INFO neutron.db.l3_hamode_db [None req-8cfe7e61-9b3d-436d-acd7-c53370393d9f a21a55a957db4e82a04bcc8618b4391b 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb - - default default] HA network 61d62ac5-c147-4434-a60e-504a89380254 was deleted as no HA routers are present in tenant 3b8c0fc0eb6d4bc984e6c1b7c0ba8adb. 2026-04-14 08:38:58.160 8 INFO neutron.services.segments.plugin [-] Segment 9224097c-db2d-47bc-8b10-3671085a2e16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9224097c-db2d-47bc-8b10-3671085a2e16 found for delete ", "request_id": "req-23ad5947-b025-4bdc-9eb5-bae1c6435e4d"}]} [pid: 8|app: 0|req: 1073/2120] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:57 2026] DELETE /v2.0/routers/3f374f97-d055-4e17-b753-a4c00ba84dbc => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:38:58.175 8 INFO neutron.services.segments.plugin [-] Segment 9224097c-db2d-47bc-8b10-3671085a2e16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9224097c-db2d-47bc-8b10-3671085a2e16 found for delete ", "request_id": "req-874dd75d-98d0-4375-aae8-fbf115642904"}]} 2026-04-14 08:38:58.289 7 INFO neutron.services.segments.plugin [-] Segment b935fb0b-93dd-4364-ab5d-ecb453679226 resource provider aggregate not found 2026-04-14 08:38:58.297 7 INFO neutron.services.segments.plugin [-] Segment b935fb0b-93dd-4364-ab5d-ecb453679226 resource provider aggregate not found 2026-04-14 08:38:58.309 7 INFO neutron.services.segments.plugin [-] Segment b935fb0b-93dd-4364-ab5d-ecb453679226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b935fb0b-93dd-4364-ab5d-ecb453679226 found for delete ", "request_id": "req-77c6b3e2-8886-458f-bfa1-f6c74f1e4cb1"}]} 2026-04-14 08:38:58.313 7 INFO neutron.services.segments.plugin [-] Segment b935fb0b-93dd-4364-ab5d-ecb453679226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b935fb0b-93dd-4364-ab5d-ecb453679226 found for delete ", "request_id": "req-095a31c1-9669-4829-832c-d81fb66a22b7"}]} 2026-04-14 08:38:58.325 7 INFO neutron.services.segments.plugin [-] Segment f5754cd5-dd17-47a0-8547-4ed5a5f5e8e5 resource provider aggregate not found 2026-04-14 08:38:58.330 7 INFO neutron.services.segments.plugin [-] Segment f5754cd5-dd17-47a0-8547-4ed5a5f5e8e5 resource provider aggregate not found 2026-04-14 08:38:58.340 7 INFO neutron.services.segments.plugin [-] Segment f5754cd5-dd17-47a0-8547-4ed5a5f5e8e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5754cd5-dd17-47a0-8547-4ed5a5f5e8e5 found for delete ", "request_id": "req-faae76ac-489c-4d7d-a46d-853f92d7c2c2"}]} 2026-04-14 08:38:58.357 7 INFO neutron.services.segments.plugin [-] Segment f5754cd5-dd17-47a0-8547-4ed5a5f5e8e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5754cd5-dd17-47a0-8547-4ed5a5f5e8e5 found for delete ", "request_id": "req-1e6550fe-bd65-4d4a-902b-de7957ec9d47"}]} 2026-04-14 08:38:58.361 7 INFO neutron.services.segments.plugin [-] Segment 5d82b409-9f56-4289-bfe7-8c4eb376f238 resource provider aggregate not found 2026-04-14 08:38:58.377 7 INFO neutron.services.segments.plugin [-] Segment 5d82b409-9f56-4289-bfe7-8c4eb376f238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d82b409-9f56-4289-bfe7-8c4eb376f238 found for delete ", "request_id": "req-245ec7ab-ad22-4dcb-85d1-78c8ed1f5e4b"}]} 2026-04-14 08:38:58.381 7 INFO neutron.services.segments.plugin [-] Segment 5d82b409-9f56-4289-bfe7-8c4eb376f238 resource provider aggregate not found 2026-04-14 08:38:58.395 7 INFO neutron.services.segments.plugin [-] Segment 5d82b409-9f56-4289-bfe7-8c4eb376f238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d82b409-9f56-4289-bfe7-8c4eb376f238 found for delete ", "request_id": "req-870a318e-7678-4286-943e-17f8167a0fb0"}]} [pid: 7|app: 0|req: 1048/2121] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:38:57 2026] PUT /v2.0/routers/d66cb262-37e0-403c-a994-0a85eaef9297/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2122] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:58 2026] GET /v2.0/security-groups?tenant_id=6a71fad139224cf987c750ac08bbb8b4&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2123] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:38:58 2026] DELETE /v2.0/networks/0fac514d-e015-4577-bc17-add6f4084b12 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2124] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:58 2026] DELETE /v2.0/security-groups/9cce50c3-f89d-466f-9025-8eb134bdee52 => 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: 1051/2125] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:58 2026] GET /v2.0/security-groups?tenant_id=4b4541f9bae3401cad890c094d646218&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: 1052/2126] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:58 2026] DELETE /v2.0/security-groups/4a7cd799-5824-4b25-aba0-37c03f607a4b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2127] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:59 2026] GET /v2.0/security-groups?tenant_id=53a436636fcd4b059df0cd57ba657044&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:38:59.397 8 INFO neutron.db.l3_hamode_db [None req-836913f8-973a-4316-84a5-f299e0d67fa3 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] HA network bc28525e-5f5d-446b-be5c-5b088bc61a90 was deleted as no HA routers are present in tenant 62fdd3294424460bab0362fab05d4ecb. [pid: 8|app: 0|req: 1075/2128] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:58 2026] DELETE /v2.0/routers/d66cb262-37e0-403c-a994-0a85eaef9297 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2129] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:59 2026] GET /v2.0/security-groups?tenant_id=3b8c0fc0eb6d4bc984e6c1b7c0ba8adb&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2130] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:59 2026] DELETE /v2.0/security-groups/503c1f05-43dd-4890-8aef-7cbfc3f40abe => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2131] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:38:59 2026] DELETE /v2.0/subnets/1dac8980-4481-497a-8673-b7261b6aa4d1 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2132] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:59 2026] DELETE /v2.0/security-groups/b8dee4b4-c31b-4a2e-8578-e93162d1a597 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2133] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:38:59 2026] DELETE /v2.0/networks/cefcc8f5-34a9-441d-9b30-f6cf9df2bd96 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2134] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:38:59 2026] GET /v2.0/security-groups?tenant_id=7f62892d13644225bc9039dd367db1ba&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2135] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:38:59 2026] DELETE /v2.0/security-groups/ae54a4ab-d925-4578-a87e-8a6cd61a651b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:00.243 8 INFO neutron.services.segments.plugin [-] Segment 2264111a-de87-459c-8690-8e8920bd1d5b resource provider aggregate not found 2026-04-14 08:39:00.247 8 INFO neutron.services.segments.plugin [-] Segment 2264111a-de87-459c-8690-8e8920bd1d5b resource provider aggregate not found 2026-04-14 08:39:00.261 8 INFO neutron.services.segments.plugin [-] Segment 2264111a-de87-459c-8690-8e8920bd1d5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2264111a-de87-459c-8690-8e8920bd1d5b found for delete ", "request_id": "req-e383fb7f-25dd-486d-a932-7e7781142f7d"}]} 2026-04-14 08:39:00.263 8 INFO neutron.services.segments.plugin [-] Segment 2264111a-de87-459c-8690-8e8920bd1d5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2264111a-de87-459c-8690-8e8920bd1d5b found for delete ", "request_id": "req-4c8bfb13-fe73-49c1-b7e8-6e6cdbb233ab"}]} [pid: 8|app: 0|req: 1079/2136] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:00 2026] GET /v2.0/security-groups?tenant_id=a01403ed376e4dc29d2c58ad6de47d6b&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2137] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:00 2026] DELETE /v2.0/security-groups/1bd1342a-cd8b-4520-9c40-c5e34ac6e6da => 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: 1080/2138] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:00 2026] GET /v2.0/security-groups?tenant_id=62fdd3294424460bab0362fab05d4ecb&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:00.569 7 INFO neutron.services.segments.plugin [-] Segment f3ef1f25-a840-405c-98c9-fe3d67864898 resource provider aggregate not found 2026-04-14 08:39:00.576 7 INFO neutron.services.segments.plugin [-] Segment f3ef1f25-a840-405c-98c9-fe3d67864898 resource provider aggregate not found 2026-04-14 08:39:00.586 7 INFO neutron.services.segments.plugin [-] Segment f3ef1f25-a840-405c-98c9-fe3d67864898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3ef1f25-a840-405c-98c9-fe3d67864898 found for delete ", "request_id": "req-a0e067a0-7df8-49cb-b853-0929a7c4fea3"}]} 2026-04-14 08:39:00.600 7 INFO neutron.services.segments.plugin [-] Segment f3ef1f25-a840-405c-98c9-fe3d67864898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3ef1f25-a840-405c-98c9-fe3d67864898 found for delete ", "request_id": "req-cf3b9d43-f801-49a2-a42b-6855eaa14fc9"}]} 2026-04-14 08:39:00.605 7 INFO neutron.services.segments.plugin [-] Segment f0a4afb5-fe12-43fe-ace8-083f607ea710 resource provider aggregate not found 2026-04-14 08:39:00.615 7 INFO neutron.services.segments.plugin [-] Segment f0a4afb5-fe12-43fe-ace8-083f607ea710 resource provider aggregate not found 2026-04-14 08:39:00.619 7 INFO neutron.services.segments.plugin [-] Segment f0a4afb5-fe12-43fe-ace8-083f607ea710 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a4afb5-fe12-43fe-ace8-083f607ea710 found for delete ", "request_id": "req-ff2b2034-e598-4e9d-be47-5b4a742d106a"}]} 2026-04-14 08:39:00.630 7 INFO neutron.services.segments.plugin [-] Segment f0a4afb5-fe12-43fe-ace8-083f607ea710 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a4afb5-fe12-43fe-ace8-083f607ea710 found for delete ", "request_id": "req-12549db3-ee86-4065-a84e-1198596415dc"}]} [pid: 7|app: 0|req: 1059/2139] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:00 2026] DELETE /v2.0/security-groups/16c312ec-22e9-46b9-9ffd-6cb15f4af479 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:03.705 8 WARNING neutron_lib.context [None req-d9dc73f7-d13c-46e2-a22a-015223f93b09 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:03.738 8 INFO neutron.db.segments_db [None req-d9dc73f7-d13c-46e2-a22a-015223f93b09 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Added segment 7eb464c5-9fc1-4457-aaa7-299e697a20af of type vxlan for network ffff41ce-5f04-4ed1-a6f4-c048187b12fa 2026-04-14 08:39:04.036 8 INFO neutron.db.l3_hamode_db [None req-d9dc73f7-d13c-46e2-a22a-015223f93b09 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:04.153 8 INFO neutron.db.l3_hamode_db [None req-d9dc73f7-d13c-46e2-a22a-015223f93b09 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:04.316 7 WARNING neutron_lib.context [None req-6d553180-f563-4074-ac3b-03ec7775a790 bd8ecda34dff4e9abd2450db3c2c2e8e bcd0e4e514f640f9857b3b5efbad17f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1081/2140] 10.0.0.228 () {34 vars in 667 bytes} [Tue Apr 14 08:39:03 2026] POST /v2.0/routers => generated 474 bytes in 1258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:04.821 8 WARNING neutron_lib.context [None req-c5592772-89ec-4393-b6bc-beb2843db218 df8e9530d5e84d668aeadc21bccb4448 9516b8a7aca84b04b07a4a396d728c9b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1060/2141] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:04 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:04.834 7 WARNING neutron_lib.context [None req-17a7cfca-fd53-4b31-bc3f-77cca9c40bbb 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:04.873 7 INFO neutron.db.l3_hamode_db [None req-17a7cfca-fd53-4b31-bc3f-77cca9c40bbb 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:04.989 7 INFO neutron.db.l3_hamode_db [None req-17a7cfca-fd53-4b31-bc3f-77cca9c40bbb 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1082/2142] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:39:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:05.028 8 WARNING neutron_lib.context [None req-59200c96-4417-4a26-b556-2ed40c801555 bd8ecda34dff4e9abd2450db3c2c2e8e bcd0e4e514f640f9857b3b5efbad17f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1083/2143] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:05 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:05.561 8 WARNING neutron_lib.context [None req-9026d040-b4be-48c5-a550-95d571f14083 df8e9530d5e84d668aeadc21bccb4448 9516b8a7aca84b04b07a4a396d728c9b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2144] 10.0.0.228 () {34 vars in 667 bytes} [Tue Apr 14 08:39:04 2026] POST /v2.0/routers => generated 474 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:05.590 7 WARNING neutron_lib.context [None req-383cb2f4-2b97-479f-875b-f33da7a11383 bd8ecda34dff4e9abd2450db3c2c2e8e bcd0e4e514f640f9857b3b5efbad17f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1084/2145] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:39:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:05.682 8 WARNING neutron_lib.context [None req-2613e566-f685-48f9-8c7d-1d1dbdb4310d 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:05.722 8 INFO neutron.db.l3_hamode_db [None req-2613e566-f685-48f9-8c7d-1d1dbdb4310d 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:05.833 8 INFO neutron.db.l3_hamode_db [None req-2613e566-f685-48f9-8c7d-1d1dbdb4310d 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1062/2146] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:05 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:06.088 7 WARNING neutron_lib.context [None req-77714714-0cca-4034-9d35-8fc1127db342 df8e9530d5e84d668aeadc21bccb4448 9516b8a7aca84b04b07a4a396d728c9b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1063/2147] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:39:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:06.231 7 WARNING neutron_lib.context [None req-20862bea-c6b3-4db5-b9ca-9b7d0f97e662 bd8ecda34dff4e9abd2450db3c2c2e8e bcd0e4e514f640f9857b3b5efbad17f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1085/2148] 10.0.0.228 () {34 vars in 667 bytes} [Tue Apr 14 08:39:05 2026] POST /v2.0/routers => generated 474 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:06.457 8 WARNING neutron_lib.context [None req-bab11ae4-8083-4f87-a825-a173ca9bac31 df8e9530d5e84d668aeadc21bccb4448 9516b8a7aca84b04b07a4a396d728c9b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1086/2149] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:39:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:06.587 8 WARNING neutron_lib.context [None req-00b9f9e5-bc38-4b67-857c-a331a82bea5d 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:06.625 8 INFO neutron.db.l3_hamode_db [None req-00b9f9e5-bc38-4b67-857c-a331a82bea5d 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-14 08:39:06.746 8 INFO neutron.db.l3_hamode_db [None req-00b9f9e5-bc38-4b67-857c-a331a82bea5d 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1064/2150] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:06 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:06.793 7 WARNING neutron_lib.context [None req-4f25e820-63f6-4f6c-b4ed-751df783f959 df8e9530d5e84d668aeadc21bccb4448 9516b8a7aca84b04b07a4a396d728c9b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2151] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:39:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:06.911 7 WARNING neutron_lib.context [None req-958b39cb-e121-4705-84c2-1cff5aae3c52 bd8ecda34dff4e9abd2450db3c2c2e8e bcd0e4e514f640f9857b3b5efbad17f3 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1087/2152] 10.0.0.228 () {34 vars in 667 bytes} [Tue Apr 14 08:39:06 2026] POST /v2.0/routers => generated 474 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2153] 10.0.0.228 () {34 vars in 766 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/security-groups/bdd83416-b0f3-4fa0-b9f8-bcee56d2fd62/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:07.304 8 WARNING neutron_lib.context [None req-b2b9bdfe-19e7-4780-95f9-42b053ae2475 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:07.332 8 INFO neutron.db.l3_hamode_db [None req-b2b9bdfe-19e7-4780-95f9-42b053ae2475 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1066/2154] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:06 2026] POST /v2.0/floatingips => generated 552 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:07.432 8 INFO neutron.db.l3_hamode_db [None req-b2b9bdfe-19e7-4780-95f9-42b053ae2475 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1067/2155] 10.0.0.228 () {34 vars in 766 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/security-groups/5dc2828b-67ef-461a-bd91-ba5067bb62c9/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: 1068/2156] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/floatingips/ad600ac0-c394-4111-9140-4a991c8c9d2b/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2157] 10.0.0.228 () {34 vars in 766 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/security-groups/35875c69-f958-4f9b-bbdc-bc8c66617abf/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2158] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/floatingips/bcd5c03a-b25b-4405-a75d-34e242c19992/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2159] 10.0.0.228 () {34 vars in 766 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/security-groups/fff45c44-c900-4705-bfec-7fcace704397/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: 1072/2160] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/floatingips/bfde7fd5-20cd-44a6-aa99-74b53ac8fa21/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2161] 10.0.0.228 () {32 vars in 679 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2162] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:07 2026] PUT /v2.0/floatingips/a127b305-d31f-46da-ba7c-fa9f81136d98/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: 1075/2163] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2164] 10.0.0.228 () {32 vars in 671 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2165] 10.0.0.228 () {32 vars in 689 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2166] 10.0.0.228 () {32 vars in 685 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2167] 10.0.0.228 () {32 vars in 701 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2168] 10.0.0.228 () {32 vars in 681 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2169] 10.0.0.228 () {32 vars in 687 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2170] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2171] 10.0.0.228 () {34 vars in 667 bytes} [Tue Apr 14 08:39:07 2026] POST /v2.0/routers => generated 474 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2172] 10.0.0.228 () {32 vars in 701 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2173] 10.0.0.228 () {32 vars in 679 bytes} [Tue Apr 14 08:39:07 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2174] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:08 2026] PUT /v2.0/routers/d0419332-0b3a-4e05-9e6a-fe55ad6a5274/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2175] 10.0.0.228 () {32 vars in 697 bytes} [Tue Apr 14 08:39:08 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2176] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:39:08 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2177] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:08 2026] PUT /v2.0/routers/1e883a8e-027e-4f5a-9b7a-d11edc81d2f3/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2178] 10.0.0.228 () {32 vars in 709 bytes} [Tue Apr 14 08:39:08 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2179] 10.0.0.228 () {32 vars in 689 bytes} [Tue Apr 14 08:39:08 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2180] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:08 2026] PUT /v2.0/routers/af9304fb-f9ae-4721-a890-48a6793ddf5c/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2181] 10.0.0.228 () {32 vars in 701 bytes} [Tue Apr 14 08:39:08 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2182] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/security-groups/bdd83416-b0f3-4fa0-b9f8-bcee56d2fd62 => 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: 1089/2183] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:08 2026] PUT /v2.0/routers/bd4c022a-774b-486b-9fa0-0a11f09340c0/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: 1090/2184] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/security-groups/5dc2828b-67ef-461a-bd91-ba5067bb62c9 => 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: 1091/2185] 10.0.0.228 () {32 vars in 663 bytes} [Tue Apr 14 08:39:08 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2186] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/floatingips/ad600ac0-c394-4111-9140-4a991c8c9d2b => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2187] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/security-groups/35875c69-f958-4f9b-bbdc-bc8c66617abf => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2188] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/floatingips/bcd5c03a-b25b-4405-a75d-34e242c19992 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2191] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/security-groups/fff45c44-c900-4705-bfec-7fcace704397 => 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: 1096/2192] 10.0.0.228 () {32 vars in 677 bytes} [Tue Apr 14 08:39:08 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2193] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/security-groups/717baf31-0b44-4bdb-8cfa-cddd5eebf00f => 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: 1098/2194] 10.0.0.228 () {32 vars in 673 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2195] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:08 2026] DELETE /v2.0/floatingips/bfde7fd5-20cd-44a6-aa99-74b53ac8fa21 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2196] 10.0.0.228 () {32 vars in 685 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2197] 10.0.0.228 () {32 vars in 671 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2198] 10.0.0.228 () {32 vars in 685 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2199] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:09 2026] DELETE /v2.0/floatingips/a127b305-d31f-46da-ba7c-fa9f81136d98 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2200] 10.0.0.228 () {32 vars in 681 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2201] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2202] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/routers/d0419332-0b3a-4e05-9e6a-fe55ad6a5274 => generated 485 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2203] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:09 2026] DELETE /v2.0/floatingips/6151036f-df51-4875-8682-32f974f066c1 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2204] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:09 2026] GET /v2.0/security-groups?tenant_id=9516b8a7aca84b04b07a4a396d728c9b&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2205] 10.0.0.228 () {34 vars in 741 bytes} [Tue Apr 14 08:39:09 2026] PUT /v2.0/routers/d0419332-0b3a-4e05-9e6a-fe55ad6a5274 => generated 485 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2206] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:10 2026] DELETE /v2.0/security-groups/ed2a2f27-1c48-46da-b972-99a01709a90b => 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: 1106/2207] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:39:10 2026] GET /v2.0/ports?device_id=d0419332-0b3a-4e05-9e6a-fe55ad6a5274 => 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: 1107/2208] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:10 2026] GET /v2.0/security-groups?tenant_id=e277cdad7d5645d2868cd5cb383df26b&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2209] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:10 2026] DELETE /v2.0/security-groups/09268dd6-bdf1-4b88-ad16-c4034cb8a870 => 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: 1102/2210] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:10 2026] DELETE /v2.0/routers/d0419332-0b3a-4e05-9e6a-fe55ad6a5274 => generated 0 bytes in 421 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2211] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:39:10 2026] GET /v2.0/routers/1e883a8e-027e-4f5a-9b7a-d11edc81d2f3 => generated 493 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2212] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:10 2026] GET /v2.0/security-groups?tenant_id=3f422721d72c4685bd16c9b1ee57b691&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2213] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:10 2026] GET /v2.0/security-groups?tenant_id=bcd0e4e514f640f9857b3b5efbad17f3&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2214] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:10 2026] DELETE /v2.0/security-groups/bcfe0b6d-a3df-43fa-be28-e44f43322c0c => 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: 1111/2215] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:10 2026] DELETE /v2.0/security-groups/d597b67e-850c-484a-a78f-79a62fe0edb9 => 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: 1105/2216] 10.0.0.228 () {34 vars in 741 bytes} [Tue Apr 14 08:39:10 2026] PUT /v2.0/routers/1e883a8e-027e-4f5a-9b7a-d11edc81d2f3 => generated 493 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2217] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:39:11 2026] GET /v2.0/ports?device_id=1e883a8e-027e-4f5a-9b7a-d11edc81d2f3 => 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: 1112/2218] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:11 2026] GET /v2.0/security-groups?tenant_id=64b250da17f146eeabd525db2106b050&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2219] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:11 2026] DELETE /v2.0/security-groups/2329ceed-bc8c-4e6c-8942-c1a61199b04a => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2220] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:11 2026] DELETE /v2.0/routers/1e883a8e-027e-4f5a-9b7a-d11edc81d2f3 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2221] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:11 2026] GET /v2.0/security-groups?tenant_id=62cc32b16c6644c2874147904434ec62&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2222] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:39:11 2026] GET /v2.0/routers/af9304fb-f9ae-4721-a890-48a6793ddf5c => generated 502 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2223] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:11 2026] DELETE /v2.0/security-groups/72a5f7a7-60d2-495c-91b8-9f8624798223 => 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: 1109/2224] 10.0.0.228 () {34 vars in 741 bytes} [Tue Apr 14 08:39:11 2026] PUT /v2.0/routers/af9304fb-f9ae-4721-a890-48a6793ddf5c => generated 502 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2225] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:39:12 2026] GET /v2.0/ports?device_id=af9304fb-f9ae-4721-a890-48a6793ddf5c => 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: 1110/2226] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:12 2026] DELETE /v2.0/routers/af9304fb-f9ae-4721-a890-48a6793ddf5c => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2227] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:39:12 2026] GET /v2.0/routers/bd4c022a-774b-486b-9fa0-0a11f09340c0 => generated 487 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2228] 10.0.0.228 () {34 vars in 741 bytes} [Tue Apr 14 08:39:12 2026] PUT /v2.0/routers/bd4c022a-774b-486b-9fa0-0a11f09340c0 => generated 487 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2229] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:39:13 2026] GET /v2.0/ports?device_id=bd4c022a-774b-486b-9fa0-0a11f09340c0 => 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: 1112/2230] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:13 2026] DELETE /v2.0/routers/bd4c022a-774b-486b-9fa0-0a11f09340c0 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2231] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:39:13 2026] GET /v2.0/routers/83c34253-55c5-4607-bf00-080ead1804cf => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2232] 10.0.0.228 () {34 vars in 741 bytes} [Tue Apr 14 08:39:13 2026] PUT /v2.0/routers/83c34253-55c5-4607-bf00-080ead1804cf => generated 480 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2233] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/ports?device_id=83c34253-55c5-4607-bf00-080ead1804cf => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:14.372 8 WARNING neutron_lib.context [None req-0287a879-2f42-48cf-bbf3-6ee11fd1e7e3 e5e8f21c09a04359a9a66a66f6d34473 fd15af3ed2184e85a97335592fcb2768 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1120/2234] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2235] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:14 2026] PUT /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2236] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2237] 10.0.0.228 () {34 vars in 769 bytes} [Tue Apr 14 08:39:14 2026] PUT /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags/green => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2238] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/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: 1125/2239] 10.0.0.228 () {34 vars in 765 bytes} [Tue Apr 14 08:39:14 2026] PUT /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags/red => generated 4 bytes in 17 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2240] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 34 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2241] 10.0.0.228 () {34 vars in 787 bytes} [Tue Apr 14 08:39:14 2026] PUT /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2242] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2243] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:14 2026] PUT /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2244] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 37 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2245] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags/red => generated 0 bytes in 13 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:14.739 8 INFO neutron.api.v2.resource [None req-62684592-e193-47ba-9a84-a6b57cfe0de8 e5e8f21c09a04359a9a66a66f6d34473 fd15af3ed2184e85a97335592fcb2768 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2246] 10.0.0.228 () {32 vars in 750 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags/green => generated 99 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:14.777 7 INFO neutron.services.segments.plugin [-] Segment 7eb464c5-9fc1-4457-aaa7-299e697a20af resource provider aggregate not found [pid: 8|app: 0|req: 1133/2247] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:39:14 2026] DELETE /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:14.782 7 INFO neutron.services.segments.plugin [-] Segment 7eb464c5-9fc1-4457-aaa7-299e697a20af resource provider aggregate not found 2026-04-14 08:39:14.790 7 INFO neutron.services.segments.plugin [-] Segment 7eb464c5-9fc1-4457-aaa7-299e697a20af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eb464c5-9fc1-4457-aaa7-299e697a20af found for delete ", "request_id": "req-5812c405-3b8e-459e-9b4b-af3f50ea64f8"}]} 2026-04-14 08:39:14.793 7 INFO neutron.services.segments.plugin [-] Segment 7eb464c5-9fc1-4457-aaa7-299e697a20af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eb464c5-9fc1-4457-aaa7-299e697a20af found for delete ", "request_id": "req-a5133b7e-2085-4b9b-8d5b-72cda25723e6"}]} 2026-04-14 08:39:14.794 7 INFO neutron.db.l3_hamode_db [None req-62bb024e-983b-4a91-a743-0b34133eca11 7e21ec0e58e8455d85946168972275c5 f24c5eb561014808b0e466843b2fc4ec - - default default] HA network ffff41ce-5f04-4ed1-a6f4-c048187b12fa was deleted as no HA routers are present in tenant f24c5eb561014808b0e466843b2fc4ec. [pid: 7|app: 0|req: 1115/2248] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:14 2026] DELETE /v2.0/routers/83c34253-55c5-4607-bf00-080ead1804cf => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2249] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:14.828 7 INFO neutron.api.v2.resource [None req-05c629d6-71e8-47e5-b03a-7d431dca926a e5e8f21c09a04359a9a66a66f6d34473 fd15af3ed2184e85a97335592fcb2768 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1116/2250] 10.0.0.228 () {32 vars in 753 bytes} [Tue Apr 14 08:39:14 2026] DELETE /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2251] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:39:14 2026] DELETE /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2252] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:14 2026] GET /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229/tags => 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: 1136/2253] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:14 2026] DELETE /v2.0/subnetpools/4a390a35-da75-4a81-94e9-5506f019f229 => 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: 1137/2254] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:15 2026] GET /v2.0/security-groups?tenant_id=91f6cdb011644a18b8568ea52f996ddc&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2255] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:15 2026] GET /v2.0/security-groups?tenant_id=ae550b99754140e09942c68827247380&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2256] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:15 2026] DELETE /v2.0/security-groups/e1f9e7fc-e25c-46fd-a81d-002d893dcd09 => 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: 1119/2257] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:15 2026] DELETE /v2.0/security-groups/73f773b6-0f0d-450e-801a-4be6b6370c4a => 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: 1139/2258] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:16 2026] GET /v2.0/security-groups?tenant_id=fd15af3ed2184e85a97335592fcb2768&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2259] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:16 2026] GET /v2.0/security-groups?tenant_id=f24c5eb561014808b0e466843b2fc4ec&name=default => generated 2927 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2260] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:16 2026] DELETE /v2.0/security-groups/b0a93402-5bb1-46df-b651-6f86a1e8c16d => 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: 1121/2261] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:16 2026] DELETE /v2.0/security-groups/00511248-2bd0-469f-9d66-e2f0e38a6165 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:16.464 8 WARNING neutron_lib.context [None req-6e96c71e-0553-4fa9-ade0-b15360cdbab8 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1122/2262] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:16 2026] GET /v2.0/security-groups?tenant_id=7e628f2eb50d424aa14427ad53dcab22&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:16.608 8 INFO neutron.db.segments_db [None req-6e96c71e-0553-4fa9-ade0-b15360cdbab8 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Added segment 47452e14-e71a-41e0-bd9d-7107b4a2f382 of type vxlan for network 2030d325-5254-4011-9fb1-7e43a1947cc2 [pid: 8|app: 0|req: 1141/2263] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:16 2026] POST /v2.0/networks => generated 631 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2264] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:16 2026] DELETE /v2.0/security-groups/9363e065-16e7-4c31-b06b-dbb2e2134adb => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:16.711 8 WARNING neutron_lib.context [None req-c5e9e260-20d9-4c8c-b6ca-004f146909b3 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:16.764 8 INFO neutron.db.segments_db [None req-c5e9e260-20d9-4c8c-b6ca-004f146909b3 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Added segment 5500794a-aae8-47ad-84da-a563864da218 of type vxlan for network 5fd17f63-f1f0-4b7e-a5c5-afcb73f11101 [pid: 8|app: 0|req: 1142/2265] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:16 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:16.872 7 WARNING neutron_lib.context [None req-2ff8cadd-3c40-4f05-bfe4-df2bef75ca31 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:16.928 7 INFO neutron.db.segments_db [None req-2ff8cadd-3c40-4f05-bfe4-df2bef75ca31 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Added segment a7dfb650-a16e-466b-afd4-6a277e474ec2 of type vxlan for network 80515928-9711-4274-b29f-07aa3625d3f2 [pid: 7|app: 0|req: 1124/2266] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:16 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:17.030 8 WARNING neutron_lib.context [None req-069fefeb-55ab-45bd-b6c1-0b821f39603a 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:17.086 8 INFO neutron.db.segments_db [None req-069fefeb-55ab-45bd-b6c1-0b821f39603a 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Added segment fdcc5975-ef3e-453e-b8bf-c89d04b9c973 of type vxlan for network 339e7f72-a2eb-4630-b177-887d0a4bd7a0 [pid: 8|app: 0|req: 1143/2267] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:17 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:17.201 7 WARNING neutron_lib.context [None req-defd4cee-b1cb-49c9-b335-4c04962bc8b7 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:17.247 7 INFO neutron.db.segments_db [None req-defd4cee-b1cb-49c9-b335-4c04962bc8b7 0bf97ea203f24cb2b25fbea5338e924e e3fae90d02f347afa9ff882031f1254f - - default default] Added segment 1448c868-1ab4-4d97-9896-98c8794a9e74 of type vxlan for network 17ee19c0-a314-4f69-9a6b-1a7ee728eaea [pid: 7|app: 0|req: 1125/2268] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:17 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2269] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:39:17 2026] PUT /v2.0/networks/2030d325-5254-4011-9fb1-7e43a1947cc2/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2270] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:39:17 2026] PUT /v2.0/networks/5fd17f63-f1f0-4b7e-a5c5-afcb73f11101/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2271] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:39:17 2026] PUT /v2.0/networks/80515928-9711-4274-b29f-07aa3625d3f2/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2272] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:39:17 2026] PUT /v2.0/networks/339e7f72-a2eb-4630-b177-887d0a4bd7a0/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2273] 10.0.0.228 () {32 vars in 665 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2274] 10.0.0.228 () {32 vars in 679 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2275] 10.0.0.228 () {32 vars in 675 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2276] 10.0.0.228 () {32 vars in 687 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2277] 10.0.0.228 () {32 vars in 673 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2278] 10.0.0.228 () {32 vars in 687 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2279] 10.0.0.228 () {32 vars in 683 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2280] 10.0.0.228 () {32 vars in 695 bytes} [Tue Apr 14 08:39:17 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:18.180 8 INFO neutron.services.segments.plugin [-] Segment 47452e14-e71a-41e0-bd9d-7107b4a2f382 resource provider aggregate not found 2026-04-14 08:39:18.186 8 INFO neutron.services.segments.plugin [-] Segment 47452e14-e71a-41e0-bd9d-7107b4a2f382 resource provider aggregate not found [pid: 8|app: 0|req: 1150/2281] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:18 2026] DELETE /v2.0/networks/2030d325-5254-4011-9fb1-7e43a1947cc2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:18.314 7 INFO neutron.services.segments.plugin [-] Segment 5500794a-aae8-47ad-84da-a563864da218 resource provider aggregate not found 2026-04-14 08:39:18.319 7 INFO neutron.services.segments.plugin [-] Segment 5500794a-aae8-47ad-84da-a563864da218 resource provider aggregate not found 2026-04-14 08:39:18.333 7 INFO neutron.services.segments.plugin [-] Segment 5500794a-aae8-47ad-84da-a563864da218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5500794a-aae8-47ad-84da-a563864da218 found for delete ", "request_id": "req-45a8170f-ad90-4775-9480-1b8ed0ce33fa"}]} 2026-04-14 08:39:18.333 7 INFO neutron.services.segments.plugin [-] Segment 5500794a-aae8-47ad-84da-a563864da218 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5500794a-aae8-47ad-84da-a563864da218 found for delete ", "request_id": "req-fcfb104d-441b-4b37-8b17-560959cef0eb"}]} [pid: 7|app: 0|req: 1132/2282] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:18 2026] DELETE /v2.0/networks/5fd17f63-f1f0-4b7e-a5c5-afcb73f11101 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:18.359 8 INFO neutron.services.segments.plugin [-] Segment 47452e14-e71a-41e0-bd9d-7107b4a2f382 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47452e14-e71a-41e0-bd9d-7107b4a2f382 found for delete ", "request_id": "req-24961848-3700-4b3d-8665-d01e570dcefd"}]} 2026-04-14 08:39:18.360 8 INFO neutron.services.segments.plugin [-] Segment 47452e14-e71a-41e0-bd9d-7107b4a2f382 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47452e14-e71a-41e0-bd9d-7107b4a2f382 found for delete ", "request_id": "req-c4197aef-6d30-4c83-8d3d-133f365baf75"}]} [pid: 8|app: 0|req: 1151/2283] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:18 2026] DELETE /v2.0/networks/80515928-9711-4274-b29f-07aa3625d3f2 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2284] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:18 2026] DELETE /v2.0/networks/339e7f72-a2eb-4630-b177-887d0a4bd7a0 => 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: 1152/2285] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:18 2026] DELETE /v2.0/networks/17ee19c0-a314-4f69-9a6b-1a7ee728eaea => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:19.370 7 WARNING neutron_lib.context [None req-99be1444-a065-43cc-b0df-a1f2031c9cd4 e81beb70efca4727b813d9e300d656ee e84a3940aef144bf99493ab649308982 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:19.515 7 INFO neutron.db.segments_db [None req-99be1444-a065-43cc-b0df-a1f2031c9cd4 e81beb70efca4727b813d9e300d656ee e84a3940aef144bf99493ab649308982 - - default default] Added segment cdeff19a-418f-4b24-a472-4d3fbeedf3bb of type vxlan for network a963acba-618d-445e-871e-a725ed98f61a [pid: 7|app: 0|req: 1134/2286] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:19 2026] POST /v2.0/networks => generated 632 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:19.622 7 WARNING neutron_lib.context [None req-cc7965ac-96a7-4655-bc38-bf39426c3a0f e81beb70efca4727b813d9e300d656ee e84a3940aef144bf99493ab649308982 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1153/2287] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:19 2026] GET /v2.0/security-groups?tenant_id=e3fae90d02f347afa9ff882031f1254f&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2288] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:19 2026] DELETE /v2.0/security-groups/f2f9bfb5-66eb-4291-b6e7-4fa14e9ed599 => 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: 1135/2289] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:19 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2290] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:19 2026] PUT /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2291] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:19 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/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: 1155/2292] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:19 2026] GET /v2.0/security-groups?tenant_id=13e6ee066f0c4dc7a064304108a98916&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2293] 10.0.0.228 () {34 vars in 761 bytes} [Tue Apr 14 08:39:19 2026] PUT /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2294] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:19 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2295] 10.0.0.228 () {34 vars in 757 bytes} [Tue Apr 14 08:39:20 2026] PUT /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2296] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:19 2026] DELETE /v2.0/security-groups/43eae0e5-5e59-490b-a40f-f8adbd144b26 => 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: 1141/2297] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/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: 1157/2298] 10.0.0.228 () {34 vars in 779 bytes} [Tue Apr 14 08:39:20 2026] PUT /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2299] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2300] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:20 2026] PUT /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2301] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/security-groups?tenant_id=fa7e4112b7874903af725f47c7c012f1&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2302] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2303] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:20.352 7 INFO neutron.api.v2.resource [None req-d42f277d-9311-44cf-868d-eb407f022746 e81beb70efca4727b813d9e300d656ee e84a3940aef144bf99493ab649308982 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1146/2304] 10.0.0.228 () {32 vars in 742 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:20.359 7 INFO neutron.services.segments.plugin [-] Segment fdcc5975-ef3e-453e-b8bf-c89d04b9c973 resource provider aggregate not found 2026-04-14 08:39:20.375 7 INFO neutron.services.segments.plugin [-] Segment fdcc5975-ef3e-453e-b8bf-c89d04b9c973 resource provider aggregate not found [pid: 8|app: 0|req: 1159/2305] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:20 2026] DELETE /v2.0/security-groups/7a4ba03d-7fe9-45b6-8318-7576085898fb => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:20.393 7 INFO neutron.services.segments.plugin [-] Segment fdcc5975-ef3e-453e-b8bf-c89d04b9c973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdcc5975-ef3e-453e-b8bf-c89d04b9c973 found for delete ", "request_id": "req-ed5ff659-f0a0-4842-a6fc-876685ce6262"}]} 2026-04-14 08:39:20.398 7 INFO neutron.services.segments.plugin [-] Segment fdcc5975-ef3e-453e-b8bf-c89d04b9c973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdcc5975-ef3e-453e-b8bf-c89d04b9c973 found for delete ", "request_id": "req-091e1bdd-d7ec-4967-a117-a016f14e58e8"}]} [pid: 7|app: 0|req: 1147/2306] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:39:20 2026] DELETE /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:20.422 8 INFO neutron.services.segments.plugin [-] Segment a7dfb650-a16e-466b-afd4-6a277e474ec2 resource provider aggregate not found 2026-04-14 08:39:20.433 8 INFO neutron.services.segments.plugin [-] Segment a7dfb650-a16e-466b-afd4-6a277e474ec2 resource provider aggregate not found 2026-04-14 08:39:20.447 8 INFO neutron.services.segments.plugin [-] Segment a7dfb650-a16e-466b-afd4-6a277e474ec2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7dfb650-a16e-466b-afd4-6a277e474ec2 found for delete ", "request_id": "req-fa329a6f-b416-4c05-8cae-8160642d1ac7"}]} 2026-04-14 08:39:20.454 8 INFO neutron.services.segments.plugin [-] Segment a7dfb650-a16e-466b-afd4-6a277e474ec2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7dfb650-a16e-466b-afd4-6a277e474ec2 found for delete ", "request_id": "req-f32ec4ff-039f-4ccd-8564-49f06d6e309b"}]} 2026-04-14 08:39:20.469 8 INFO neutron.services.segments.plugin [-] Segment 1448c868-1ab4-4d97-9896-98c8794a9e74 resource provider aggregate not found 2026-04-14 08:39:20.473 8 INFO neutron.services.segments.plugin [-] Segment 1448c868-1ab4-4d97-9896-98c8794a9e74 resource provider aggregate not found 2026-04-14 08:39:20.484 8 INFO neutron.services.segments.plugin [-] Segment 1448c868-1ab4-4d97-9896-98c8794a9e74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1448c868-1ab4-4d97-9896-98c8794a9e74 found for delete ", "request_id": "req-f8e18487-9761-4e41-8780-963c5c5fd4eb"}]} 2026-04-14 08:39:20.487 8 INFO neutron.services.segments.plugin [-] Segment 1448c868-1ab4-4d97-9896-98c8794a9e74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1448c868-1ab4-4d97-9896-98c8794a9e74 found for delete ", "request_id": "req-25cccf8d-0648-4193-9926-bf5879eff30f"}]} [pid: 8|app: 0|req: 1160/2307] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => generated 30 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:20.531 7 INFO neutron.api.v2.resource [None req-2109d887-0288-40bb-8479-993095cd286f e81beb70efca4727b813d9e300d656ee e84a3940aef144bf99493ab649308982 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2308] 10.0.0.228 () {32 vars in 745 bytes} [Tue Apr 14 08:39:20 2026] DELETE /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2309] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:39:20 2026] DELETE /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => 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: 1149/2310] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:20 2026] GET /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2311] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:20 2026] DELETE /v2.0/subnets/5325215c-4c51-4520-95aa-f4533ddbbc45 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:20.941 8 WARNING neutron_lib.context [None req-40229b76-ad8d-4498-922b-4e08c3e845c5 577b6ef8f50f45a19b419f54e3c8ab2b c7dfabed2252412195de6d4b4ae9cbc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1163/2312] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:21.001 8 WARNING neutron_lib.context [None req-15a42de7-70f8-46c9-94d7-9448aa770466 577b6ef8f50f45a19b419f54e3c8ab2b c7dfabed2252412195de6d4b4ae9cbc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1164/2313] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:21.054 8 WARNING neutron_lib.context [None req-f1bfa4a7-ca2e-43e6-92fc-7c7cf1dcf752 577b6ef8f50f45a19b419f54e3c8ab2b c7dfabed2252412195de6d4b4ae9cbc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1150/2314] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:20 2026] DELETE /v2.0/networks/a963acba-618d-445e-871e-a725ed98f61a => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2315] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:21.117 7 WARNING neutron_lib.context [None req-01d6cc42-3648-44b2-831c-ccbe2394c3e9 577b6ef8f50f45a19b419f54e3c8ab2b c7dfabed2252412195de6d4b4ae9cbc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1151/2316] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:21.176 8 WARNING neutron_lib.context [None req-88671d31-48e0-4b2b-a488-dda6b0b3159e 577b6ef8f50f45a19b419f54e3c8ab2b c7dfabed2252412195de6d4b4ae9cbc0 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1166/2317] 10.0.0.228 () {34 vars in 675 bytes} [Tue Apr 14 08:39:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2318] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:21 2026] PUT /v2.0/subnetpools/e979a8e8-c00a-4243-8f42-284b48cb559a/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: 1167/2319] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:21 2026] PUT /v2.0/subnetpools/b5263da0-4950-4eee-b5fe-77321ba9f867/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2320] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:21 2026] PUT /v2.0/subnetpools/a6d8877d-992b-4b7f-81ed-da3f8a834e3d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2321] 10.0.0.228 () {34 vars in 758 bytes} [Tue Apr 14 08:39:21 2026] PUT /v2.0/subnetpools/c67d4b55-91e2-40c9-95b4-975be7773696/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2322] 10.0.0.228 () {32 vars in 671 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2323] 10.0.0.228 () {32 vars in 685 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2324] 10.0.0.228 () {32 vars in 681 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2325] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2326] 10.0.0.228 () {32 vars in 679 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2327] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2328] 10.0.0.228 () {32 vars in 689 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2329] 10.0.0.228 () {32 vars in 701 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2330] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:21 2026] DELETE /v2.0/subnetpools/e979a8e8-c00a-4243-8f42-284b48cb559a => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2331] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:21 2026] DELETE /v2.0/subnetpools/b5263da0-4950-4eee-b5fe-77321ba9f867 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2332] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:21 2026] DELETE /v2.0/subnetpools/a6d8877d-992b-4b7f-81ed-da3f8a834e3d => 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: 1158/2333] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:21 2026] GET /v2.0/security-groups?tenant_id=e84a3940aef144bf99493ab649308982&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2334] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:21 2026] DELETE /v2.0/subnetpools/c67d4b55-91e2-40c9-95b4-975be7773696 => 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: 1177/2335] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:21 2026] DELETE /v2.0/subnetpools/3351c35e-4435-477b-8e5d-861ad7ccc411 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2336] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:21 2026] DELETE /v2.0/security-groups/c5c2a819-3f97-4ff4-80cc-49d753cfaf8d => 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: 1178/2337] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:22 2026] GET /v2.0/security-groups?tenant_id=bfe126b94f7f42c8ab28ce64e384a4a2&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2338] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:22 2026] DELETE /v2.0/security-groups/50c4a957-881e-4625-b032-9205b024d8d6 => 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: 1179/2339] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:22 2026] GET /v2.0/security-groups?tenant_id=f9049c597f73497cb8a76d54dc40d62c&name=default => generated 2929 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:22.985 7 INFO neutron.services.segments.plugin [-] Segment cdeff19a-418f-4b24-a472-4d3fbeedf3bb resource provider aggregate not found 2026-04-14 08:39:22.989 7 INFO neutron.services.segments.plugin [-] Segment cdeff19a-418f-4b24-a472-4d3fbeedf3bb resource provider aggregate not found 2026-04-14 08:39:23.004 7 INFO neutron.services.segments.plugin [-] Segment cdeff19a-418f-4b24-a472-4d3fbeedf3bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdeff19a-418f-4b24-a472-4d3fbeedf3bb found for delete ", "request_id": "req-e73a434b-edfb-49ef-aa85-b7cd1513eae3"}]} 2026-04-14 08:39:23.005 7 INFO neutron.services.segments.plugin [-] Segment cdeff19a-418f-4b24-a472-4d3fbeedf3bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdeff19a-418f-4b24-a472-4d3fbeedf3bb found for delete ", "request_id": "req-a12fbdb5-12b9-4062-a975-dfcf62137abc"}]} [pid: 7|app: 0|req: 1161/2340] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:22 2026] DELETE /v2.0/security-groups/c4d42f80-4d99-4e02-b12e-cfdca70d3517 => 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: 1180/2341] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:23 2026] GET /v2.0/security-groups?tenant_id=c7dfabed2252412195de6d4b4ae9cbc0&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2344] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:23 2026] DELETE /v2.0/security-groups/d39a84fb-6d2b-4cf5-a6b0-79dfeedf8e86 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2345] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:24 2026] GET /v2.0/security-groups?tenant_id=a13434ca14e748a39d08f559cf20a867&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: 1163/2346] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:24 2026] DELETE /v2.0/security-groups/c1a45933-a465-4d7d-a4e3-25d1a99520b2 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:24.541 8 WARNING neutron_lib.context [None req-2db9573b-cf7d-419a-bac4-e53a280b7005 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:24.723 8 INFO neutron.db.segments_db [None req-2db9573b-cf7d-419a-bac4-e53a280b7005 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Added segment 71f0a1aa-f5c0-4fbb-8309-7dd6b5ca4a39 of type vxlan for network 2b14683e-40cc-4c4d-9116-889153440368 [pid: 8|app: 0|req: 1184/2347] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:24 2026] POST /v2.0/networks => generated 632 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:24.834 7 WARNING neutron_lib.context [None req-4e5c97a5-c609-4581-a94c-889146ddac61 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1164/2348] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:24 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:25.098 8 WARNING neutron_lib.context [None req-26acf135-9f7a-4ef6-9914-e5204e2f8eb9 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:25.155 8 INFO neutron.db.segments_db [None req-26acf135-9f7a-4ef6-9914-e5204e2f8eb9 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Added segment 128bb889-9a48-491c-89b1-0a79833a812b of type vxlan for network dec06820-0e92-417f-8a8f-ea66ad8e4354 [pid: 8|app: 0|req: 1185/2349] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:25 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:25.264 7 WARNING neutron_lib.context [None req-d2f94ef9-3bbb-486b-86bb-64bed463ccec a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1165/2350] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:25 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:25.493 8 WARNING neutron_lib.context [None req-abc09b0a-62c2-44cd-8868-0270fc67ffd5 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:25.559 8 INFO neutron.db.segments_db [None req-abc09b0a-62c2-44cd-8868-0270fc67ffd5 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Added segment e08a54f2-29e6-4269-bcb7-2af6f5695713 of type vxlan for network 3e6c7ff8-f18e-413b-b0e3-01c476cbc9ce [pid: 8|app: 0|req: 1186/2351] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:25 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:25.643 8 WARNING neutron_lib.context [None req-9851080b-89eb-42bb-b829-5276497c7b47 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:25.719 7 WARNING neutron_lib.context [None req-8e7009c6-61a1-44fc-a06c-045a351e35ac 33dca1610e2348e999859ec1d6fc41a9 bf530f8d12c44fb8b1c77c987a143fb7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2352] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:25 2026] POST /v2.0/subnets => generated 629 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:25.868 8 WARNING neutron_lib.context [None req-fa6540a4-75ce-4357-b0e0-c16e745d7c4c a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:25.871 7 INFO neutron.db.segments_db [None req-8e7009c6-61a1-44fc-a06c-045a351e35ac 33dca1610e2348e999859ec1d6fc41a9 bf530f8d12c44fb8b1c77c987a143fb7 - - default default] Added segment f1d3098f-7e9c-45cd-9841-1e5af428f2c8 of type vxlan for network 1f76d4cb-6bc4-46a9-afcf-5653c92f184d 2026-04-14 08:39:25.924 8 INFO neutron.db.segments_db [None req-fa6540a4-75ce-4357-b0e0-c16e745d7c4c a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Added segment 48584370-3658-4663-9dc0-47fce63bc763 of type vxlan for network 3771d915-24d0-4d98-8093-83f0fc228582 [pid: 7|app: 0|req: 1166/2353] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:25 2026] POST /v2.0/networks => generated 631 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:25.974 7 WARNING neutron_lib.context [None req-17637c87-5399-4332-a00f-6dea8fa15789 33dca1610e2348e999859ec1d6fc41a9 bf530f8d12c44fb8b1c77c987a143fb7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1188/2354] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:25 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:26.028 8 WARNING neutron_lib.context [None req-b9ac38cd-5c88-4075-9964-b14bc6b379e0 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1167/2355] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:39:25 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1189/2356] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:26 2026] POST /v2.0/subnets => generated 629 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:26.293 7 WARNING neutron_lib.context [None req-1e5924d4-750a-4ee2-86e7-4bc3d726916b 33dca1610e2348e999859ec1d6fc41a9 bf530f8d12c44fb8b1c77c987a143fb7 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:26.303 8 WARNING neutron_lib.context [None req-afacd089-86e9-4ad8-b814-406edc5b0f87 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:26.364 8 INFO neutron.db.segments_db [None req-afacd089-86e9-4ad8-b814-406edc5b0f87 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Added segment 8bf64f80-c52b-4a06-8e11-fe45645d9d51 of type vxlan for network 3853afb4-d600-490d-b846-1172207f301d [pid: 8|app: 0|req: 1190/2357] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:26 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:26.458 8 WARNING neutron_lib.context [None req-e54e13c6-7f1a-40bf-bd47-96c2052aa4c0 a91caecea43f46d1bfdc3583be668ba9 b0dbca753d1847789e1b391d1d3ed0f2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1168/2358] 10.0.0.228 () {34 vars in 665 bytes} [Tue Apr 14 08:39:26 2026] POST /v2.0/trunks => generated 407 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2359] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2360] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2361] 10.0.0.228 () {34 vars in 759 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags/green => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2362] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2363] 10.0.0.228 () {34 vars in 755 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2364] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2365] 10.0.0.228 () {34 vars in 777 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2366] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:26 2026] POST /v2.0/subnets => generated 629 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2367] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2368] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/subnets/019258a0-c808-499e-8f71-3af55eb036f9/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2369] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2370] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/subnets/cb9bd12b-5fe9-4f72-866a-b704cab7a645/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2371] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2372] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2373] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/subnets/dde8fa91-4ca8-46db-9ad2-c4cf2d2c3348/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:26.895 7 INFO neutron.api.v2.resource [None req-43a068a7-d10e-41f5-a96f-905193c277c4 33dca1610e2348e999859ec1d6fc41a9 bf530f8d12c44fb8b1c77c987a143fb7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1180/2374] 10.0.0.228 () {32 vars in 740 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2375] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:26 2026] PUT /v2.0/subnets/6ef67db6-698a-400f-bc11-ad26a2c67f04/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: 1181/2376] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:26 2026] DELETE /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2377] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2378] 10.0.0.228 () {32 vars in 663 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:26.986 7 INFO neutron.api.v2.resource [None req-d5bcd7cd-d430-4ddd-8047-f42243e92266 33dca1610e2348e999859ec1d6fc41a9 bf530f8d12c44fb8b1c77c987a143fb7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2379] 10.0.0.228 () {32 vars in 743 bytes} [Tue Apr 14 08:39:26 2026] DELETE /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/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: 1197/2380] 10.0.0.228 () {32 vars in 677 bytes} [Tue Apr 14 08:39:26 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2381] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:39:26 2026] DELETE /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2382] 10.0.0.228 () {32 vars in 673 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2383] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c/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: 1186/2384] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2385] 10.0.0.228 () {32 vars in 685 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2386] 10.0.0.228 () {32 vars in 671 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2387] 10.0.0.228 () {32 vars in 685 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2388] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/ports/3c7bb151-61b8-4259-9253-e8252d803a16 => generated 826 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2389] 10.0.0.228 () {32 vars in 681 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2390] 10.0.0.228 () {32 vars in 693 bytes} [Tue Apr 14 08:39:27 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2391] 10.0.0.228 () {32 vars in 721 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/trunks/271ec6d5-3e96-4d57-99a0-c98515e1d28c => 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: 1204/2392] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/subnets/019258a0-c808-499e-8f71-3af55eb036f9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2393] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/ports/3c7bb151-61b8-4259-9253-e8252d803a16 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2394] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/subnets/cb9bd12b-5fe9-4f72-866a-b704cab7a645 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:27.584 7 INFO neutron.services.segments.plugin [-] Segment f1d3098f-7e9c-45cd-9841-1e5af428f2c8 resource provider aggregate not found 2026-04-14 08:39:27.593 7 INFO neutron.services.segments.plugin [-] Segment f1d3098f-7e9c-45cd-9841-1e5af428f2c8 resource provider aggregate not found 2026-04-14 08:39:27.603 7 INFO neutron.services.segments.plugin [-] Segment f1d3098f-7e9c-45cd-9841-1e5af428f2c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1d3098f-7e9c-45cd-9841-1e5af428f2c8 found for delete ", "request_id": "req-a3696ddc-e55c-43c4-8582-6146d9d3e06c"}]} 2026-04-14 08:39:27.616 7 INFO neutron.services.segments.plugin [-] Segment f1d3098f-7e9c-45cd-9841-1e5af428f2c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1d3098f-7e9c-45cd-9841-1e5af428f2c8 found for delete ", "request_id": "req-9678742d-bd43-4e29-9742-71f06ef57ff5"}]} [pid: 7|app: 0|req: 1190/2395] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/networks/1f76d4cb-6bc4-46a9-afcf-5653c92f184d => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2396] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/subnets/dde8fa91-4ca8-46db-9ad2-c4cf2d2c3348 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2397] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/subnets/6ef67db6-698a-400f-bc11-ad26a2c67f04 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2398] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/subnets/fcc06924-3bce-44fd-9bec-2a74e661a77d => 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: 1192/2399] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:27 2026] DELETE /v2.0/networks/2b14683e-40cc-4c4d-9116-889153440368 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:28.331 8 WARNING neutron_lib.context [None req-3a39f755-fbe9-4f0f-9252-a6a70942a956 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:28.465 8 INFO neutron.db.segments_db [None req-3a39f755-fbe9-4f0f-9252-a6a70942a956 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Added segment 9eb6d59c-3841-4443-adfc-5fe4d3cff922 of type vxlan for network db2f92e0-14fa-4699-99ab-a67a4e2c34e6 [pid: 7|app: 0|req: 1193/2400] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:28 2026] GET /v2.0/security-groups?tenant_id=05b6b91decfd479dbc9a435590caba2b&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2401] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:28 2026] POST /v2.0/networks => generated 631 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2402] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:28 2026] DELETE /v2.0/security-groups/a8f0f8bf-22f5-4d7f-ae57-8386626b441c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:28.656 8 WARNING neutron_lib.context [None req-27a88307-ec61-49a3-a6f5-1c95e1fda7f0 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1194/2403] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:28 2026] DELETE /v2.0/networks/dec06820-0e92-417f-8a8f-ea66ad8e4354 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2404] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:39:28 2026] POST /v2.0/ports => generated 743 bytes in 308 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: 1211/2405] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:28 2026] GET /v2.0/security-groups?tenant_id=bf530f8d12c44fb8b1c77c987a143fb7&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:28.991 8 WARNING neutron_lib.context [None req-3660f596-859b-467e-a807-87b72f0f49a5 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1195/2406] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:28 2026] DELETE /v2.0/networks/3e6c7ff8-f18e-413b-b0e3-01c476cbc9ce => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2407] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:29 2026] DELETE /v2.0/security-groups/9230e6b8-f67e-49ed-b73c-e3f9cdee985f => 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: 1212/2408] 10.0.0.228 () {34 vars in 665 bytes} [Tue Apr 14 08:39:28 2026] POST /v2.0/trunks => generated 407 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:29.191 8 WARNING neutron_lib.context [None req-586240a3-0f36-458a-9fb8-9deac0d6f48f 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:29.242 8 INFO neutron.db.segments_db [None req-586240a3-0f36-458a-9fb8-9deac0d6f48f 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Added segment 9c32ea3c-eba3-486e-9436-1f55b4866b52 of type vxlan for network 8d566364-7992-4125-a519-8a61950d6c85 [pid: 8|app: 0|req: 1213/2409] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:29 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:29.345 8 WARNING neutron_lib.context [None req-ef6f0d0d-4fb2-488d-9c7e-348329d81110 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1197/2410] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:29 2026] DELETE /v2.0/networks/3771d915-24d0-4d98-8093-83f0fc228582 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:29.625 7 INFO neutron.services.segments.plugin [-] Segment 71f0a1aa-f5c0-4fbb-8309-7dd6b5ca4a39 resource provider aggregate not found 2026-04-14 08:39:29.633 7 INFO neutron.services.segments.plugin [-] Segment 71f0a1aa-f5c0-4fbb-8309-7dd6b5ca4a39 resource provider aggregate not found 2026-04-14 08:39:29.640 7 INFO neutron.services.segments.plugin [-] Segment 71f0a1aa-f5c0-4fbb-8309-7dd6b5ca4a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71f0a1aa-f5c0-4fbb-8309-7dd6b5ca4a39 found for delete ", "request_id": "req-11e85c4d-7c75-4ce0-b710-521af7304f0d"}]} 2026-04-14 08:39:29.648 7 INFO neutron.services.segments.plugin [-] Segment 71f0a1aa-f5c0-4fbb-8309-7dd6b5ca4a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71f0a1aa-f5c0-4fbb-8309-7dd6b5ca4a39 found for delete ", "request_id": "req-7e093f74-7c16-4991-846d-18a1ebdf4647"}]} [pid: 8|app: 0|req: 1214/2411] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:39:29 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:29.659 7 INFO neutron.services.segments.plugin [-] Segment 128bb889-9a48-491c-89b1-0a79833a812b resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-14 08:39:29.664 7 INFO neutron.services.segments.plugin [-] Segment 128bb889-9a48-491c-89b1-0a79833a812b resource provider aggregate not found 2026-04-14 08:39:29.665 8 WARNING neutron_lib.context [None req-861f1b70-4c91-41d2-9c38-b1d91870c80d 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:29.675 7 INFO neutron.services.segments.plugin [-] Segment 128bb889-9a48-491c-89b1-0a79833a812b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 128bb889-9a48-491c-89b1-0a79833a812b found for delete ", "request_id": "req-e588d4e8-3039-413a-8144-f1d35e429923"}]} 2026-04-14 08:39:29.689 7 INFO neutron.services.segments.plugin [-] Segment e08a54f2-29e6-4269-bcb7-2af6f5695713 resource provider aggregate not found 2026-04-14 08:39:29.705 7 INFO neutron.services.segments.plugin [-] Segment e08a54f2-29e6-4269-bcb7-2af6f5695713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08a54f2-29e6-4269-bcb7-2af6f5695713 found for delete ", "request_id": "req-99669613-fcff-4760-accb-943381397697"}]} 2026-04-14 08:39:29.708 7 INFO neutron.services.segments.plugin [-] Segment 128bb889-9a48-491c-89b1-0a79833a812b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 128bb889-9a48-491c-89b1-0a79833a812b found for delete ", "request_id": "req-cf304091-2aca-4195-a4b9-369b27c1b360"}]} [pid: 7|app: 0|req: 1198/2412] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:29 2026] DELETE /v2.0/networks/3853afb4-d600-490d-b846-1172207f301d => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2413] 10.0.0.228 () {34 vars in 665 bytes} [Tue Apr 14 08:39:29 2026] POST /v2.0/trunks => generated 407 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:29.844 7 INFO neutron.services.segments.plugin [-] Segment e08a54f2-29e6-4269-bcb7-2af6f5695713 resource provider aggregate not found 2026-04-14 08:39:29.853 7 WARNING neutron_lib.context [None req-3b039bfc-9ad5-4dc9-a84a-5c8e0411e5a8 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:29.857 7 INFO neutron.services.segments.plugin [-] Segment 48584370-3658-4663-9dc0-47fce63bc763 resource provider aggregate not found 2026-04-14 08:39:29.872 7 INFO neutron.services.segments.plugin [-] Segment e08a54f2-29e6-4269-bcb7-2af6f5695713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e08a54f2-29e6-4269-bcb7-2af6f5695713 found for delete ", "request_id": "req-da85691f-8c76-4f7a-be13-5d95e420a9a9"}]} 2026-04-14 08:39:29.879 7 INFO neutron.services.segments.plugin [-] Segment 48584370-3658-4663-9dc0-47fce63bc763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48584370-3658-4663-9dc0-47fce63bc763 found for delete ", "request_id": "req-9ea00d5c-d3e7-432b-915a-580f278a3390"}]} 2026-04-14 08:39:29.893 7 INFO neutron.services.segments.plugin [-] Segment 48584370-3658-4663-9dc0-47fce63bc763 resource provider aggregate not found 2026-04-14 08:39:29.922 7 INFO neutron.services.segments.plugin [-] Segment 48584370-3658-4663-9dc0-47fce63bc763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48584370-3658-4663-9dc0-47fce63bc763 found for delete ", "request_id": "req-30ace885-f706-450b-8179-2ead0239705b"}]} 2026-04-14 08:39:29.942 7 INFO neutron.db.segments_db [None req-3b039bfc-9ad5-4dc9-a84a-5c8e0411e5a8 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Added segment 5f2199e2-2fc3-4cc0-8ebc-11aa4a88606f of type vxlan for network 00cef9c1-70b6-48f9-80a7-a05b5dcbcf1f [pid: 7|app: 0|req: 1199/2414] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:29 2026] POST /v2.0/networks => generated 631 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:30.047 8 WARNING neutron_lib.context [None req-d945c815-6a6d-4f11-bb2a-55d138515081 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1216/2415] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:39:30 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:30.339 7 WARNING neutron_lib.context [None req-fa458593-3ced-4262-befe-f0eae4cdc7ad 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1200/2416] 10.0.0.228 () {34 vars in 665 bytes} [Tue Apr 14 08:39:30 2026] POST /v2.0/trunks => generated 407 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:30.503 7 WARNING neutron_lib.context [None req-a4ed203b-7184-4a52-b6de-4a31cb64ab25 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:30.558 7 INFO neutron.db.segments_db [None req-a4ed203b-7184-4a52-b6de-4a31cb64ab25 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Added segment 8c188919-6e8c-40e7-9658-da0f59795799 of type vxlan for network 12a55aa4-13de-41ce-bb01-a6300fac4f93 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1217/2417] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:30 2026] GET /v2.0/security-groups?tenant_id=b0dbca753d1847789e1b391d1d3ed0f2&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2418] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:30 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:30.657 7 WARNING neutron_lib.context [None req-19072a31-4e74-4302-acf0-286b806e4d8f 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1218/2419] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:30 2026] DELETE /v2.0/security-groups/1e6c0657-bace-49f0-b15a-74760bced9cf => 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: 1202/2420] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:39:30 2026] POST /v2.0/ports => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-14 08:39:30.934 7 WARNING neutron_lib.context [None req-675e113f-c6b8-4c67-ac52-b9ba55a926b4 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1219/2421] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:30 2026] GET /v2.0/security-groups?tenant_id=ae89c75afadf4b00bd970e7a775fafe9&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2422] 10.0.0.228 () {34 vars in 665 bytes} [Tue Apr 14 08:39:30 2026] POST /v2.0/trunks => generated 407 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:31.072 7 WARNING neutron_lib.context [None req-24935220-fd49-4c29-8030-c4fddf4863e0 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2423] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:31 2026] DELETE /v2.0/security-groups/4ec2538b-6919-4636-a8db-9c26bc7c68af => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:31.123 7 INFO neutron.db.segments_db [None req-24935220-fd49-4c29-8030-c4fddf4863e0 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Added segment 80f7a498-cc04-4165-be09-8dd4eed72770 of type vxlan for network 67574e1e-9b32-4d17-98a0-dd14f614593b [pid: 7|app: 0|req: 1204/2424] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:31 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-04-14 08:39:31.223 7 WARNING neutron_lib.context [None req-4cf94e51-d7df-49cc-b9be-89d991203a6f 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1221/2425] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:31 2026] GET /v2.0/security-groups?tenant_id=db30e65112a74ab3acdfa63100fbd446&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2426] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:31 2026] DELETE /v2.0/security-groups/954f42c4-2eef-409f-a530-7cb392b5d185 => 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: 1205/2427] 10.0.0.228 () {34 vars in 663 bytes} [Tue Apr 14 08:39:31 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:31.511 8 WARNING neutron_lib.context [None req-c79ca5e6-d005-4b24-bc10-aef1fa17fb24 670e5708ef394d4690e15f331de7df8c f7ba77088d584c04a97b9ef1b3f57244 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1223/2428] 10.0.0.228 () {34 vars in 665 bytes} [Tue Apr 14 08:39:31 2026] POST /v2.0/trunks => generated 407 bytes in 148 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: 1206/2429] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:39:31 2026] PUT /v2.0/trunks/e2148b82-ba9e-4cbb-9165-cf9789678436/tags => generated 17 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2430] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:39:31 2026] PUT /v2.0/trunks/e1765d02-eb6d-4f46-b6cf-ac66bf28b2bc/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2431] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:39:31 2026] PUT /v2.0/trunks/39d02724-2d09-4554-b2e9-a1e6c42d6af4/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2432] 10.0.0.228 () {34 vars in 748 bytes} [Tue Apr 14 08:39:31 2026] PUT /v2.0/trunks/116e7c53-6383-4332-ab53-e810f86a6092/tags => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2433] 10.0.0.228 () {32 vars in 661 bytes} [Tue Apr 14 08:39:31 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: 1226/2434] 10.0.0.228 () {32 vars in 675 bytes} [Tue Apr 14 08:39:31 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2435] 10.0.0.228 () {32 vars in 671 bytes} [Tue Apr 14 08:39:31 2026] GET /v2.0/trunks?tags-any=blue => 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: 1227/2436] 10.0.0.228 () {32 vars in 683 bytes} [Tue Apr 14 08:39:31 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:31.909 7 INFO neutron.services.segments.plugin [-] Segment 8bf64f80-c52b-4a06-8e11-fe45645d9d51 resource provider aggregate not found [pid: 7|app: 0|req: 1210/2437] 10.0.0.228 () {32 vars in 669 bytes} [Tue Apr 14 08:39:31 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2438] 10.0.0.228 () {32 vars in 683 bytes} [Tue Apr 14 08:39:31 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:31.948 7 INFO neutron.services.segments.plugin [-] Segment 8bf64f80-c52b-4a06-8e11-fe45645d9d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf64f80-c52b-4a06-8e11-fe45645d9d51 found for delete ", "request_id": "req-8e9b1353-50a3-4b4a-b8a9-496f717e36ba"}]} [pid: 7|app: 0|req: 1211/2439] 10.0.0.228 () {32 vars in 679 bytes} [Tue Apr 14 08:39:31 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2440] 10.0.0.228 () {32 vars in 691 bytes} [Tue Apr 14 08:39:31 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) 2026-04-14 08:39:32.020 7 INFO neutron.services.segments.plugin [-] Segment 8bf64f80-c52b-4a06-8e11-fe45645d9d51 resource provider aggregate not found [pid: 7|app: 0|req: 1212/2441] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/trunks/e2148b82-ba9e-4cbb-9165-cf9789678436 => generated 412 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2442] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/ports/4ad1c150-e0fb-4c11-b883-ad4c41cd8844 => generated 826 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:39:32.154 7 INFO neutron.services.segments.plugin [-] Segment 8bf64f80-c52b-4a06-8e11-fe45645d9d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bf64f80-c52b-4a06-8e11-fe45645d9d51 found for delete ", "request_id": "req-974b9ce6-f19f-4f10-8f70-85f1dba59c5e"}]} [pid: 7|app: 0|req: 1213/2443] 10.0.0.228 () {32 vars in 721 bytes} [Tue Apr 14 08:39:32 2026] DELETE /v2.0/trunks/e2148b82-ba9e-4cbb-9165-cf9789678436 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2444] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/trunks/e1765d02-eb6d-4f46-b6cf-ac66bf28b2bc => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2445] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/ports/ce08d6fd-6560-4e49-aca4-de5f0acb67f6 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2446] 10.0.0.228 () {32 vars in 721 bytes} [Tue Apr 14 08:39:32 2026] DELETE /v2.0/trunks/e1765d02-eb6d-4f46-b6cf-ac66bf28b2bc => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2447] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/trunks/39d02724-2d09-4554-b2e9-a1e6c42d6af4 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:39:32.494 7 WARNING neutron_lib.context [None req-69a40a32-fde5-4b93-9b53-29edb8fc9437 8ca2207f66c9488b82174519856a1bde 837396871c344237899092c89a45e6a2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1234/2448] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/ports/2eb0e766-7508-4c65-927c-89109328f836 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2449] 10.0.0.228 () {32 vars in 721 bytes} [Tue Apr 14 08:39:32 2026] DELETE /v2.0/trunks/39d02724-2d09-4554-b2e9-a1e6c42d6af4 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2450] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/trunks/116e7c53-6383-4332-ab53-e810f86a6092 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:39:32.650 7 INFO neutron.db.segments_db [None req-69a40a32-fde5-4b93-9b53-29edb8fc9437 8ca2207f66c9488b82174519856a1bde 837396871c344237899092c89a45e6a2 - - default default] Added segment 64b2cb01-a66c-4ac3-b447-83bcf58a9269 of type vxlan for network 10508c1d-447b-4274-9e7f-32c3af2389b4 [pid: 8|app: 0|req: 1237/2451] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/ports/614ecc37-b223-4ba0-abd3-444d8b03132b => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2452] 10.0.0.228 () {32 vars in 721 bytes} [Tue Apr 14 08:39:32 2026] DELETE /v2.0/trunks/116e7c53-6383-4332-ab53-e810f86a6092 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2453] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:32 2026] POST /v2.0/networks => generated 632 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:32.758 7 WARNING neutron_lib.context [None req-44c50558-2e1c-4dd1-9f3d-beea8f970b9c 8ca2207f66c9488b82174519856a1bde 837396871c344237899092c89a45e6a2 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1239/2454] 10.0.0.228 () {32 vars in 718 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/trunks/46f38193-e042-44c1-a932-3dfeabc69323 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:39:32.806 7 INFO neutron.db.segments_db [None req-44c50558-2e1c-4dd1-9f3d-beea8f970b9c 8ca2207f66c9488b82174519856a1bde 837396871c344237899092c89a45e6a2 - - default default] Added segment d651eb26-0174-4fc3-a2cb-7d000f78b72a of type vxlan for network eb4ed44a-f085-42f6-ac2d-5d9cd602e275 [pid: 8|app: 0|req: 1240/2455] 10.0.0.228 () {32 vars in 716 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/ports/aaf4c217-d363-4f49-a79e-2690b4542d80 => generated 826 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2456] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:32 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2457] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:39:32 2026] PUT /v2.0/networks/10508c1d-447b-4274-9e7f-32c3af2389b4/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2458] 10.0.0.228 () {32 vars in 721 bytes} [Tue Apr 14 08:39:32 2026] DELETE /v2.0/trunks/46f38193-e042-44c1-a932-3dfeabc69323 => 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: 1242/2459] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:39:32 2026] GET /v2.0/networks/10508c1d-447b-4274-9e7f-32c3af2389b4/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2460] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:39:33 2026] PUT /v2.0/networks/eb4ed44a-f085-42f6-ac2d-5d9cd602e275/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: 1244/2461] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:39:33 2026] GET /v2.0/networks/eb4ed44a-f085-42f6-ac2d-5d9cd602e275/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2462] 10.0.0.228 () {34 vars in 752 bytes} [Tue Apr 14 08:39:33 2026] PUT /v2.0/networks/eb4ed44a-f085-42f6-ac2d-5d9cd602e275/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2463] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:39:32 2026] DELETE /v2.0/ports/4ad1c150-e0fb-4c11-b883-ad4c41cd8844 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2464] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:39:33 2026] GET /v2.0/networks/eb4ed44a-f085-42f6-ac2d-5d9cd602e275/tags => 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: 1247/2465] 10.0.0.228 () {32 vars in 732 bytes} [Tue Apr 14 08:39:33 2026] GET /v2.0/networks/10508c1d-447b-4274-9e7f-32c3af2389b4/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: 1219/2466] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:39:33 2026] DELETE /v2.0/ports/ce08d6fd-6560-4e49-aca4-de5f0acb67f6 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:33.417 8 INFO neutron.services.segments.plugin [-] Segment 64b2cb01-a66c-4ac3-b447-83bcf58a9269 resource provider aggregate not found 2026-04-14 08:39:33.426 8 INFO neutron.services.segments.plugin [-] Segment 64b2cb01-a66c-4ac3-b447-83bcf58a9269 resource provider aggregate not found 2026-04-14 08:39:33.433 8 INFO neutron.services.segments.plugin [-] Segment 64b2cb01-a66c-4ac3-b447-83bcf58a9269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b2cb01-a66c-4ac3-b447-83bcf58a9269 found for delete ", "request_id": "req-b20a8e38-f414-47d7-a709-a777db907a1c"}]} 2026-04-14 08:39:33.443 8 INFO neutron.services.segments.plugin [-] Segment 64b2cb01-a66c-4ac3-b447-83bcf58a9269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b2cb01-a66c-4ac3-b447-83bcf58a9269 found for delete ", "request_id": "req-cf880428-384e-41ce-9db3-0a076b11c77d"}]} [pid: 8|app: 0|req: 1248/2467] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:33 2026] DELETE /v2.0/networks/10508c1d-447b-4274-9e7f-32c3af2389b4 => 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: 1220/2468] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:39:33 2026] DELETE /v2.0/ports/2eb0e766-7508-4c65-927c-89109328f836 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2469] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:33 2026] DELETE /v2.0/networks/eb4ed44a-f085-42f6-ac2d-5d9cd602e275 => 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: 1221/2470] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:39:33 2026] DELETE /v2.0/ports/614ecc37-b223-4ba0-abd3-444d8b03132b => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2471] 10.0.0.228 () {32 vars in 719 bytes} [Tue Apr 14 08:39:33 2026] DELETE /v2.0/ports/aaf4c217-d363-4f49-a79e-2690b4542d80 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:34.089 7 INFO neutron.services.segments.plugin [-] Segment 9eb6d59c-3841-4443-adfc-5fe4d3cff922 resource provider aggregate not found 2026-04-14 08:39:34.104 7 INFO neutron.services.segments.plugin [-] Segment 9eb6d59c-3841-4443-adfc-5fe4d3cff922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eb6d59c-3841-4443-adfc-5fe4d3cff922 found for delete ", "request_id": "req-a9d9cbac-c47b-4c08-887a-682db59293cd"}]} [pid: 7|app: 0|req: 1222/2472] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:33 2026] DELETE /v2.0/networks/db2f92e0-14fa-4699-99ab-a67a4e2c34e6 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2473] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:34 2026] DELETE /v2.0/networks/8d566364-7992-4125-a519-8a61950d6c85 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:34.262 7 INFO neutron.services.segments.plugin [-] Segment 9eb6d59c-3841-4443-adfc-5fe4d3cff922 resource provider aggregate not found 2026-04-14 08:39:34.282 7 INFO neutron.services.segments.plugin [-] Segment 9eb6d59c-3841-4443-adfc-5fe4d3cff922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9eb6d59c-3841-4443-adfc-5fe4d3cff922 found for delete ", "request_id": "req-4397ea5b-cdcd-46cf-93b2-121ddd0f48e1"}]} [pid: 7|app: 0|req: 1223/2474] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:34 2026] DELETE /v2.0/networks/00cef9c1-70b6-48f9-80a7-a05b5dcbcf1f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2475] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:34 2026] GET /v2.0/security-groups?tenant_id=837396871c344237899092c89a45e6a2&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:34.460 8 WARNING neutron_lib.context [None req-e842ea40-84aa-4b1d-bcf6-1db8fdc8be52 c90522a3d97847cab1db80d35d3e1de1 afdbdf53b8a7460ea0fafd9f6ca897f5 - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:34.493 8 INFO neutron.db.segments_db [None req-e842ea40-84aa-4b1d-bcf6-1db8fdc8be52 c90522a3d97847cab1db80d35d3e1de1 afdbdf53b8a7460ea0fafd9f6ca897f5 - - default default] Added segment 2fd83693-6fbc-4763-8f4c-89c83ad8a56d of type vxlan for network bc3a638d-f3e7-4b49-8d2b-83c71cf77897 [pid: 7|app: 0|req: 1224/2476] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:34 2026] DELETE /v2.0/networks/12a55aa4-13de-41ce-bb01-a6300fac4f93 => 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: 1225/2477] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:34 2026] DELETE /v2.0/security-groups/a45ff506-50d2-4a9c-a674-6448aeddc33f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:34.753 8 INFO neutron.db.l3_hamode_db [None req-e842ea40-84aa-4b1d-bcf6-1db8fdc8be52 c90522a3d97847cab1db80d35d3e1de1 afdbdf53b8a7460ea0fafd9f6ca897f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1226/2478] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:39:34 2026] DELETE /v2.0/networks/67574e1e-9b32-4d17-98a0-dd14f614593b => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:39:34.856 8 INFO neutron.db.l3_hamode_db [None req-e842ea40-84aa-4b1d-bcf6-1db8fdc8be52 c90522a3d97847cab1db80d35d3e1de1 afdbdf53b8a7460ea0fafd9f6ca897f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1227/2479] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:34 2026] GET /v2.0/security-groups?tenant_id=8ca45ef785654872b2cecd787b487937&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2480] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:34 2026] DELETE /v2.0/security-groups/63b4375a-0918-4f9e-960d-b798a28f9d12 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:35.456 8 INFO neutron.services.segments.plugin [-] Segment d651eb26-0174-4fc3-a2cb-7d000f78b72a resource provider aggregate not found 2026-04-14 08:39:35.464 8 INFO neutron.services.segments.plugin [-] Segment d651eb26-0174-4fc3-a2cb-7d000f78b72a resource provider aggregate not found 2026-04-14 08:39:35.493 8 INFO neutron.services.segments.plugin [-] Segment d651eb26-0174-4fc3-a2cb-7d000f78b72a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d651eb26-0174-4fc3-a2cb-7d000f78b72a found for delete ", "request_id": "req-3b6169c7-6ecb-4e00-8b1b-446bf11496b5"}]} 2026-04-14 08:39:35.498 8 INFO neutron.services.segments.plugin [-] Segment d651eb26-0174-4fc3-a2cb-7d000f78b72a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d651eb26-0174-4fc3-a2cb-7d000f78b72a found for delete ", "request_id": "req-225a3c7d-7e2a-4e3d-ac5f-cc0bb5b86583"}]} 2026-04-14 08:39:35.518 8 INFO neutron.services.segments.plugin [-] Segment 9c32ea3c-eba3-486e-9436-1f55b4866b52 resource provider aggregate not found 2026-04-14 08:39:35.527 8 INFO neutron.services.segments.plugin [-] Segment 9c32ea3c-eba3-486e-9436-1f55b4866b52 resource provider aggregate not found 2026-04-14 08:39:35.543 8 INFO neutron.services.segments.plugin [-] Segment 9c32ea3c-eba3-486e-9436-1f55b4866b52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c32ea3c-eba3-486e-9436-1f55b4866b52 found for delete ", "request_id": "req-96dd76a8-e755-4550-97b8-7e2cbc3976ba"}]} 2026-04-14 08:39:35.544 8 INFO neutron.services.segments.plugin [-] Segment 9c32ea3c-eba3-486e-9436-1f55b4866b52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c32ea3c-eba3-486e-9436-1f55b4866b52 found for delete ", "request_id": "req-8d7d5d46-acce-4405-adc8-e16fe20241b8"}]} [pid: 8|app: 0|req: 1253/2481] 10.0.0.228 () {34 vars in 667 bytes} [Tue Apr 14 08:39:34 2026] POST /v2.0/routers => generated 474 bytes in 1147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2482] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:35 2026] PUT /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2483] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:35 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2484] 10.0.0.228 () {34 vars in 761 bytes} [Tue Apr 14 08:39:35 2026] PUT /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2485] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:35 2026] GET /v2.0/security-groups?tenant_id=f08565082e8445cdbe9be435fbe7b5d0&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2486] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:35 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2487] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:35 2026] DELETE /v2.0/security-groups/d50c884a-1798-4762-8bfc-6aa21ab89763 => 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: 1258/2488] 10.0.0.228 () {34 vars in 757 bytes} [Tue Apr 14 08:39:35 2026] PUT /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2489] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:35 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2490] 10.0.0.228 () {34 vars in 779 bytes} [Tue Apr 14 08:39:35 2026] PUT /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2491] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 52 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:36.125 7 INFO neutron.services.segments.plugin [-] Segment 5f2199e2-2fc3-4cc0-8ebc-11aa4a88606f resource provider aggregate not found [pid: 7|app: 0|req: 1232/2492] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/security-groups?tenant_id=e05352f832d94633acdc06015ba0462b&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:36.151 7 INFO neutron.services.segments.plugin [-] Segment 5f2199e2-2fc3-4cc0-8ebc-11aa4a88606f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2199e2-2fc3-4cc0-8ebc-11aa4a88606f found for delete ", "request_id": "req-640bfeb2-43b9-492d-87cc-c356ae02d8a7"}]} 2026-04-14 08:39:36.166 7 INFO neutron.services.segments.plugin [-] Segment 8c188919-6e8c-40e7-9658-da0f59795799 resource provider aggregate not found 2026-04-14 08:39:36.185 7 INFO neutron.services.segments.plugin [-] Segment 8c188919-6e8c-40e7-9658-da0f59795799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c188919-6e8c-40e7-9658-da0f59795799 found for delete ", "request_id": "req-8164eb39-edd1-461f-a287-36ee87c4f9b3"}]} [pid: 8|app: 0|req: 1261/2493] 10.0.0.228 () {34 vars in 750 bytes} [Tue Apr 14 08:39:36 2026] PUT /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:36.200 7 INFO neutron.services.segments.plugin [-] Segment 80f7a498-cc04-4165-be09-8dd4eed72770 resource provider aggregate not found 2026-04-14 08:39:36.216 7 INFO neutron.services.segments.plugin [-] Segment 80f7a498-cc04-4165-be09-8dd4eed72770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f7a498-cc04-4165-be09-8dd4eed72770 found for delete ", "request_id": "req-d7d4bf7f-09f7-4f92-874d-ac3896dbd012"}]} [pid: 8|app: 0|req: 1262/2494] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2495] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:36 2026] DELETE /v2.0/security-groups/b121a6ba-ef9f-4b68-9457-52c6c1cad97c => 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: 1263/2496] 10.0.0.228 () {32 vars in 738 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:36.340 7 INFO neutron.services.segments.plugin [-] Segment 5f2199e2-2fc3-4cc0-8ebc-11aa4a88606f resource provider aggregate not found 2026-04-14 08:39:36.367 7 INFO neutron.services.segments.plugin [-] Segment 5f2199e2-2fc3-4cc0-8ebc-11aa4a88606f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2199e2-2fc3-4cc0-8ebc-11aa4a88606f found for delete ", "request_id": "req-d1428eb9-3539-4598-ac06-7fc21f9b90eb"}]} 2026-04-14 08:39:36.371 7 INFO neutron.api.v2.resource [None req-6c7af8af-e6a3-4d66-aaa4-8ea7750122dc c90522a3d97847cab1db80d35d3e1de1 afdbdf53b8a7460ea0fafd9f6ca897f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1234/2497] 10.0.0.228 () {32 vars in 742 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2498] 10.0.0.228 () {32 vars in 741 bytes} [Tue Apr 14 08:39:36 2026] DELETE /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:36.442 7 INFO neutron.services.segments.plugin [-] Segment 8c188919-6e8c-40e7-9658-da0f59795799 resource provider aggregate not found 2026-04-14 08:39:36.457 7 INFO neutron.services.segments.plugin [-] Segment 8c188919-6e8c-40e7-9658-da0f59795799 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c188919-6e8c-40e7-9658-da0f59795799 found for delete ", "request_id": "req-96a0a5b6-0b63-4af8-95be-ff18d110a941"}]} 2026-04-14 08:39:36.473 7 INFO neutron.services.segments.plugin [-] Segment 80f7a498-cc04-4165-be09-8dd4eed72770 resource provider aggregate not found [pid: 8|app: 0|req: 1265/2499] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2500] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/security-groups?tenant_id=f7ba77088d584c04a97b9ef1b3f57244&name=default => generated 2929 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:36.493 7 INFO neutron.services.segments.plugin [-] Segment 80f7a498-cc04-4165-be09-8dd4eed72770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f7a498-cc04-4165-be09-8dd4eed72770 found for delete ", "request_id": "req-613fa60a-aa3d-4c63-82e7-390c7c95f397"}]} 2026-04-14 08:39:36.531 8 INFO neutron.api.v2.resource [None req-729edef2-6fd9-4435-b9e4-5e9d3defe6aa c90522a3d97847cab1db80d35d3e1de1 afdbdf53b8a7460ea0fafd9f6ca897f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1266/2501] 10.0.0.228 () {32 vars in 745 bytes} [Tue Apr 14 08:39:36 2026] DELETE /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2502] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:36 2026] DELETE /v2.0/security-groups/2b686f80-4720-4381-895a-5a69d009dc3c => 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: 1267/2503] 10.0.0.228 () {32 vars in 733 bytes} [Tue Apr 14 08:39:36 2026] DELETE /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2504] 10.0.0.228 () {32 vars in 730 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2505] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:39:36 2026] GET /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2506] 10.0.0.228 () {34 vars in 741 bytes} [Tue Apr 14 08:39:36 2026] PUT /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55 => generated 480 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2507] 10.0.0.228 () {32 vars in 735 bytes} [Tue Apr 14 08:39:37 2026] GET /v2.0/ports?device_id=039c520a-af93-4096-b9bc-93c8eb71bc55 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:37.838 7 INFO neutron.db.l3_hamode_db [None req-cd243b83-64ca-45c2-af1c-2a5c2919b6fc c90522a3d97847cab1db80d35d3e1de1 afdbdf53b8a7460ea0fafd9f6ca897f5 - - default default] HA network bc3a638d-f3e7-4b49-8d2b-83c71cf77897 was deleted as no HA routers are present in tenant afdbdf53b8a7460ea0fafd9f6ca897f5. [pid: 7|app: 0|req: 1239/2508] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:39:37 2026] DELETE /v2.0/routers/039c520a-af93-4096-b9bc-93c8eb71bc55 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2511] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:38 2026] GET /v2.0/security-groups?tenant_id=a0882c6829184527b72ec6e311f1324f&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:38.740 7 INFO neutron.services.segments.plugin [-] Segment 2fd83693-6fbc-4763-8f4c-89c83ad8a56d resource provider aggregate not found 2026-04-14 08:39:38.745 7 INFO neutron.services.segments.plugin [-] Segment 2fd83693-6fbc-4763-8f4c-89c83ad8a56d resource provider aggregate not found 2026-04-14 08:39:38.757 7 INFO neutron.services.segments.plugin [-] Segment 2fd83693-6fbc-4763-8f4c-89c83ad8a56d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fd83693-6fbc-4763-8f4c-89c83ad8a56d found for delete ", "request_id": "req-bcf688c0-bb4e-4256-92fa-06b9c45a0233"}]} 2026-04-14 08:39:38.758 7 INFO neutron.services.segments.plugin [-] Segment 2fd83693-6fbc-4763-8f4c-89c83ad8a56d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fd83693-6fbc-4763-8f4c-89c83ad8a56d found for delete ", "request_id": "req-07ca382e-c47f-47ab-8c72-2dcd31cef035"}]} [pid: 7|app: 0|req: 1242/2512] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:38 2026] DELETE /v2.0/security-groups/f6a3188c-4000-49e1-8dba-60f5e4ae9af0 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2513] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:38 2026] GET /v2.0/security-groups?tenant_id=afdbdf53b8a7460ea0fafd9f6ca897f5&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2514] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:39 2026] DELETE /v2.0/security-groups/492ec4ae-c595-4c8c-afa6-459ed67f2aae => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:42.496 8 WARNING neutron_lib.context [None req-70a70b68-e363-46ed-9ce9-d7287d3deb78 7ce499ce562f448793635ba553d10630 99223bdac4634d00955e67d44faf3ccb - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1272/2515] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:39:42 2026] POST /v2.0/security-groups => generated 1603 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2516] 10.0.0.228 () {34 vars in 766 bytes} [Tue Apr 14 08:39:42 2026] PUT /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2517] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:42 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2518] 10.0.0.228 () {34 vars in 777 bytes} [Tue Apr 14 08:39:42 2026] PUT /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2519] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:42 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2520] 10.0.0.228 () {34 vars in 773 bytes} [Tue Apr 14 08:39:42 2026] PUT /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2521] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:42 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2522] 10.0.0.228 () {34 vars in 795 bytes} [Tue Apr 14 08:39:42 2026] PUT /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2523] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:42 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2524] 10.0.0.228 () {34 vars in 766 bytes} [Tue Apr 14 08:39:43 2026] PUT /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2525] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:43 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2526] 10.0.0.228 () {32 vars in 754 bytes} [Tue Apr 14 08:39:43 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:43.130 8 INFO neutron.api.v2.resource [None req-9c715687-05dc-40d8-a0bf-0808adfb3f13 7ce499ce562f448793635ba553d10630 99223bdac4634d00955e67d44faf3ccb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1278/2527] 10.0.0.228 () {32 vars in 758 bytes} [Tue Apr 14 08:39:43 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2528] 10.0.0.228 () {32 vars in 757 bytes} [Tue Apr 14 08:39:43 2026] DELETE /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2529] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:43 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:43.236 7 INFO neutron.api.v2.resource [None req-00e9e7de-009e-42c7-bf03-d762e77cedcc 7ce499ce562f448793635ba553d10630 99223bdac4634d00955e67d44faf3ccb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2530] 10.0.0.228 () {32 vars in 761 bytes} [Tue Apr 14 08:39:43 2026] DELETE /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2531] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:39:43 2026] DELETE /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2532] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:39:43 2026] GET /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe/tags => 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: 1281/2533] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:43 2026] DELETE /v2.0/security-groups/c4b1beb0-bd19-4142-b1b6-afe46b1ae9fe => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2534] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:44 2026] GET /v2.0/security-groups?tenant_id=99223bdac4634d00955e67d44faf3ccb&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2535] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:44 2026] DELETE /v2.0/security-groups/7599950d-412f-401e-9450-7e99f9f3fc26 => 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: 1254/2536] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:44 2026] GET /v2.0/security-groups?tenant_id=ca3061427e124d7391edcda0e6c32504&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2537] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:44 2026] DELETE /v2.0/security-groups/c309ace3-f58c-4f7c-a918-e91e3ec0b0a0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:39:45.179 7 WARNING neutron_lib.context [None req-86a103ea-989b-4763-acf1-13695795faa0 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:45.334 7 INFO neutron.db.segments_db [None req-86a103ea-989b-4763-acf1-13695795faa0 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Added segment bdae6e0c-ed9e-40ae-b528-e6eba45c9a3b of type vxlan for network 50b88864-e65c-4b84-b6c8-0a3413858684 [pid: 7|app: 0|req: 1255/2538] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:44 2026] POST /v2.0/networks => generated 639 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:45.414 8 WARNING neutron_lib.context [None req-831cb695-30dd-4a42-9b21-eb8097c8e89a 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2539] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:45 2026] POST /v2.0/subnets => generated 658 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2540] 10.0.0.228 () {32 vars in 721 bytes} [Tue Apr 14 08:39:45 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:39:45.767 8 WARNING neutron_lib.context [None req-102af059-546a-47eb-9306-bce770339857 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2541] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:45 2026] POST /v2.0/subnets => generated 732 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:46.009 7 WARNING neutron_lib.context [None req-ae6ffcbb-8280-4c17-9c5b-765764676b92 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:46.054 7 INFO neutron.db.segments_db [None req-ae6ffcbb-8280-4c17-9c5b-765764676b92 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Added segment bbf4884f-2058-4a7c-bf3c-9fb430477d50 of type vxlan for network 9b1f98fa-0941-4da4-ad3b-c3ae49651c85 [pid: 7|app: 0|req: 1257/2542] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:46 2026] POST /v2.0/networks => generated 638 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:46.143 8 WARNING neutron_lib.context [None req-49d46014-16a0-45dd-b1c0-fc9ff999acbd 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1286/2543] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:46 2026] POST /v2.0/subnets => generated 656 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:46.420 7 WARNING neutron_lib.context [None req-7cf2939b-33b1-41fc-8d1c-6cc4df3a99d3 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1258/2544] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:46 2026] POST /v2.0/subnets => generated 726 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:46.705 8 WARNING neutron_lib.context [None req-b513f6c8-54af-48f1-bf32-aae21126f4aa 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:46.752 8 INFO neutron.db.segments_db [None req-b513f6c8-54af-48f1-bf32-aae21126f4aa 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Added segment 3f66b7a1-1e39-4786-a01b-0665399ff0f4 of type vxlan for network 071724c1-6379-4fe4-a62d-3eac821ff705 [pid: 8|app: 0|req: 1287/2545] 10.0.0.228 () {34 vars in 669 bytes} [Tue Apr 14 08:39:46 2026] POST /v2.0/networks => generated 638 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:46.845 7 WARNING neutron_lib.context [None req-f66b3d5e-dbc0-427f-b9f5-e52985ac021b 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1259/2546] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:46 2026] POST /v2.0/subnets => generated 656 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:47.093 8 WARNING neutron_lib.context [None req-af4dc225-0a6f-4116-8017-e50a7ca60700 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1288/2547] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:47 2026] POST /v2.0/subnets => generated 730 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:47.408 7 WARNING neutron_lib.context [None req-f3dfce44-310b-4f6a-9d45-07ac461f9f9d 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:39:47.444 7 INFO neutron.db.segments_db [None req-f3dfce44-310b-4f6a-9d45-07ac461f9f9d 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Added segment d4014d54-1324-4aa9-9a5e-4d1533089b99 of type vxlan for network 320696fc-44bf-491e-8013-fdae7df6f827 2026-04-14 08:39:47.719 7 INFO neutron.db.l3_hamode_db [None req-f3dfce44-310b-4f6a-9d45-07ac461f9f9d 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1289/2548] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:47 2026] GET /v2.0/security-groups?tenant_id=8212bccf64bb4afe97ce5913182db6e6&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2549] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:48 2026] DELETE /v2.0/security-groups/d797864b-125d-43e4-a915-d51e9d05bf81 => 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: 1291/2550] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:39:48 2026] GET /v2.0/security-groups?tenant_id=8fff2d7fef37477688a7ec73165abe3e&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:39:48.474 7 INFO neutron.db.l3_hamode_db [None req-f3dfce44-310b-4f6a-9d45-07ac461f9f9d 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1292/2551] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:39:48 2026] DELETE /v2.0/security-groups/b5931a28-7c12-4fa6-9e9d-c8d03c3787fb => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2552] 10.0.0.228 () {34 vars in 668 bytes} [Tue Apr 14 08:39:47 2026] POST /v2.0/routers => generated 685 bytes in 1921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2553] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:39:49 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2554] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:39:50 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/add_router_interface => generated 309 bytes in 1282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2555] 10.0.0.228 () {34 vars in 782 bytes} [Tue Apr 14 08:39:51 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/add_router_interface => generated 309 bytes in 1447 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:39:53.452 7 WARNING neutron_lib.context [None req-ecfc6d26-4e65-4e72-8cee-a2a28f2adfb1 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1262/2556] 10.0.0.228 () {34 vars in 683 bytes} [Tue Apr 14 08:39:53 2026] POST /v2.0/security-groups => generated 1630 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-14 08:39:53.570 7 WARNING neutron_lib.context [None req-1158572e-fe9e-41f4-b4be-72011f8cfa7c 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1264/2559] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:53.695 8 WARNING neutron_lib.context [None req-46f88589-e19c-4814-a7a7-ef194f9c2596 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1296/2560] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:53.799 7 WARNING neutron_lib.context [None req-c0d0692b-e2c1-4525-a82f-51b868344258 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1265/2561] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:53.922 8 WARNING neutron_lib.context [None req-e2ce7954-650d-4ded-8954-0c1da9c0d67e 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1297/2562] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:53 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) 2026-04-14 08:39:54.033 7 WARNING neutron_lib.context [None req-f5c21ff4-e559-4e15-ad4d-42231cf3cf03 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1266/2563] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:54.172 8 WARNING neutron_lib.context [None req-d987a884-82fa-44d3-85b3-f6167426af9b 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1298/2564] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:54.314 7 WARNING neutron_lib.context [None req-cbfe2517-29fb-443a-a666-a95d4b9dc504 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1267/2565] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:54.470 8 WARNING neutron_lib.context [None req-c14d03fc-ccdc-4f83-bd02-21d8971db268 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1299/2566] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:54 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) 2026-04-14 08:39:54.607 7 WARNING neutron_lib.context [None req-4deb8ab4-9d89-46dc-a665-93bfd57b3a3a 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1268/2567] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:54 2026] POST /v2.0/security-group-rules => generated 599 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:54.740 8 WARNING neutron_lib.context [None req-76a387ab-034a-40d1-8c99-fcffde4c4bb7 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 8|app: 0|req: 1300/2568] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-14 08:39:54.900 7 WARNING neutron_lib.context [None req-7dd398da-fdf5-40cc-a014-632ab1f82ae2 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1269/2569] 10.0.0.228 () {34 vars in 694 bytes} [Tue Apr 14 08:39:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2570] 10.0.0.49 () {34 vars in 1094 bytes} [Tue Apr 14 08:39:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1287793124&fields=id&tenant_id=209baeb5bba345dd837697a28fefeb1b => 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: 1270/2571] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:39:55 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2572] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:39:55 2026] GET /v2.0/quotas/209baeb5bba345dd837697a28fefeb1b => 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: 1271/2573] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:39:55 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&fields=id => generated 287 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2574] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:39:55 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1272/2575] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:39:55 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1304/2576] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:39:55 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2577] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:40:00 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2578] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:40:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=209baeb5bba345dd837697a28fefeb1b => generated 179 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:00.125 7 WARNING neutron_lib.context [req-1bc94033-7af6-472c-9085-a877de05fed5 req-f2519b89-cb3f-48a2-9b53-e17bece97531 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once 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/2579] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:40:00 2026] POST /v2.0/ports => generated 1171 bytes in 446 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: 1275/2580] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:00 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1186 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2581] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:40:00 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&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: 8|app: 0|req: 1306/2582] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:00 2026] PUT /v2.0/ports/32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => generated 1452 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2583] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1455 bytes in 44 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: 1307/2584] 199.204.45.223 () {34 vars in 1053 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => 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: 1278/2585] 199.204.45.223 () {34 vars in 1101 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9e&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:02.236 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5a5eeeb-725c-40a1-aeea-4b08c20cc909'] response: {'name': 'network-changed', 'server_uuid': '10769ccd-53a1-4ae3-ae0d-1c27eee7c92e', 'tag': '32e1fb63-66f0-45e9-ad81-899e1eafe4f3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1308/2586] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3&id=1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2587] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&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: 1309/2588] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2589] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1310/2590] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:02 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2591] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1455 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2592] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2593] 199.204.45.223 () {34 vars in 1053 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => 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: 1312/2594] 199.204.45.223 () {34 vars in 1101 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9e&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => 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: 1283/2595] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3&id=1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2596] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2597] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2598] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1285/2599] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:03 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1315/2600] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1188 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2601] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:40:06 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2604] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1188 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2605] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&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: 1289/2606] 10.0.0.228 () {32 vars in 817 bytes} [Tue Apr 14 08:40:11 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&mac_address=fa%3A16%3A3e%3A7b%3A99%3A81 => generated 1188 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:11.507 8 WARNING neutron_lib.context [None req-c43216af-3f4f-4689-ae10-481ef6664a78 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:40:12.263 8 INFO neutron.db.l3_db [None req-c43216af-3f4f-4689-ae10-481ef6664a78 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Floating IP 1bc19c76-344f-440a-88af-f47889adb478 associated. External IP: 10.96.250.203, port: 32e1fb63-66f0-45e9-ad81-899e1eafe4f3. [pid: 8|app: 0|req: 1318/2607] 10.0.0.228 () {34 vars in 676 bytes} [Tue Apr 14 08:40:11 2026] POST /v2.0/floatingips => generated 853 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2608] 10.0.0.49 () {34 vars in 1094 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1287793124&fields=id&tenant_id=209baeb5bba345dd837697a28fefeb1b => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:40:12.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a32a3f94-fc86-4cc8-9acd-794478ee21a2'] response: {'name': 'network-changed', 'server_uuid': '10769ccd-53a1-4ae3-ae0d-1c27eee7c92e', 'tag': '32e1fb63-66f0-45e9-ad81-899e1eafe4f3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1319/2609] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 705 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2610] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/quotas/209baeb5bba345dd837697a28fefeb1b => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2611] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&fields=id => generated 333 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2612] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:40:12 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1321/2613] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1293/2614] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => 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: 1322/2615] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2616] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2617] 199.204.45.223 () {34 vars in 1053 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2618] 199.204.45.223 () {34 vars in 1101 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9e&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => 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: 1324/2619] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3&id=1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2620] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2621] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2622] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2623] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:13 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1298/2624] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2625] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:40:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=209baeb5bba345dd837697a28fefeb1b => generated 179 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:40:17.517 7 WARNING neutron_lib.context [req-7a662525-cd09-4468-ad41-e59b78536e78 req-bf4e4507-89ae-40f9-8066-dd1e5df40474 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. [pid: 7|app: 0|req: 1299/2626] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:40:17 2026] POST /v2.0/ports => generated 1187 bytes in 371 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: 1300/2627] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2628] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:17 2026] PUT /v2.0/ports/167a82ae-ff90-4ee8-8e11-e659ad69423b => generated 1468 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:40:18.358 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c111646-9061-4bf8-9bb3-4c686e787746'] response: {'name': 'network-changed', 'server_uuid': '50070299-78b7-41e0-b878-ee96a1cbf960', 'tag': '167a82ae-ff90-4ee8-8e11-e659ad69423b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1329/2629] 10.0.0.119 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2630] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1202 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2631] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2632] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1471 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2633] 199.204.45.223 () {34 vars in 1017 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/networks?tenant_id=209baeb5bba345dd837697a28fefeb1b&shared=False => generated 2375 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2634] 199.204.45.223 () {34 vars in 929 bytes} [Tue Apr 14 08:40:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2635] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2636] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => 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: 1333/2637] 199.204.45.223 () {34 vars in 1105 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e2&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => 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: 1305/2638] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/subnets?id=2abc3419-0ad9-4723-99eb-9787b3456e00&id=4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2639] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2640] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2641] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1307/2642] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:20 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2643] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2646] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:40:23 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&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: 1309/2647] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1204 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2648] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2649] 10.0.0.228 () {32 vars in 817 bytes} [Tue Apr 14 08:40:28 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&mac_address=fa%3A16%3A3e%3Af9%3Ad6%3A8e => generated 1204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:29.039 8 WARNING neutron_lib.context [None req-b7b9834e-1e60-4ebd-b2c4-f71640978fd6 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:40:30.257 8 INFO neutron.db.l3_db [None req-b7b9834e-1e60-4ebd-b2c4-f71640978fd6 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Floating IP db593c1c-2b20-4bfd-ba47-5a76897ea069 associated. External IP: 10.96.250.215, port: 167a82ae-ff90-4ee8-8e11-e659ad69423b. [pid: 8|app: 0|req: 1340/2650] 10.0.0.228 () {34 vars in 676 bytes} [Tue Apr 14 08:40:29 2026] POST /v2.0/floatingips => generated 855 bytes in 1544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2651] 10.0.0.119 () {34 vars in 989 bytes} [Tue Apr 14 08:40:33 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2652] 10.0.0.119 () {34 vars in 1039 bytes} [Tue Apr 14 08:40:33 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2653] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1473 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:40:34.436 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a7dd6f1-fccb-4697-8f4e-bd2173737e58'] response: {'name': 'network-changed', 'server_uuid': '50070299-78b7-41e0-b878-ee96a1cbf960', 'tag': '167a82ae-ff90-4ee8-8e11-e659ad69423b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1342/2654] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2655] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2656] 199.204.45.223 () {34 vars in 1105 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e2&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2657] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/subnets?id=2abc3419-0ad9-4723-99eb-9787b3456e00&id=4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2658] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2659] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&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: 1345/2660] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?fields=segments => generated 14 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2661] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:34 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1347/2664] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:40:40 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2665] 10.0.0.80 () {30 vars in 687 bytes} [Tue Apr 14 08:40:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2666] 10.0.0.80 () {30 vars in 689 bytes} [Tue Apr 14 08:40:41 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: 1319/2667] 10.0.0.80 () {30 vars in 665 bytes} [Tue Apr 14 08:40:41 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: 1349/2668] 10.0.0.80 () {30 vars in 701 bytes} [Tue Apr 14 08:40:41 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: 1320/2669] 10.0.0.80 () {28 vars in 436 bytes} [Tue Apr 14 08:40:42 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: 1350/2670] 10.0.0.80 () {30 vars in 725 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 658 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2671] 10.0.0.80 () {30 vars in 687 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2672] 10.0.0.80 () {30 vars in 689 bytes} [Tue Apr 14 08:40:42 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: 1322/2673] 10.0.0.80 () {30 vars in 665 bytes} [Tue Apr 14 08:40:42 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: 1352/2674] 10.0.0.80 () {30 vars in 701 bytes} [Tue Apr 14 08:40:42 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: 1323/2675] 10.0.0.80 () {30 vars in 725 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => 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: 1353/2676] 10.0.0.80 () {30 vars in 687 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2677] 10.0.0.80 () {30 vars in 689 bytes} [Tue Apr 14 08:40:42 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: 1354/2678] 10.0.0.80 () {30 vars in 665 bytes} [Tue Apr 14 08:40:42 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: 1325/2679] 10.0.0.80 () {30 vars in 701 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2680] 10.0.0.80 () {30 vars in 727 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2681] 10.0.0.80 () {30 vars in 679 bytes} [Tue Apr 14 08:40:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2682] 10.0.0.80 () {34 vars in 701 bytes} [Tue Apr 14 08:40:42 2026] POST /v2.0/ports => generated 1132 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2683] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:40:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 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: 1357/2684] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2685] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:40:45 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: 1358/2686] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:40:45 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: 1329/2687] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2688] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2689] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:40:45 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: 1360/2690] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:40:45 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: 1331/2691] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:40:45 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-04-14 08:40:45.383 8 INFO neutron.api.v2.resource [None req-c9a0de0d-9805-49a2-a007-7636ab7086c4 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1361/2692] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/security-groups/lb-7015f88c-9701-44e6-bda7-48c30b428ebd => 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: 1332/2693] 199.204.45.223 () {30 vars in 783 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/security-groups?name=lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2694] 199.204.45.223 () {34 vars in 734 bytes} [Tue Apr 14 08:40:45 2026] POST /v2.0/security-groups => generated 1638 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2695] 199.204.45.223 () {30 vars in 813 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/security-group-rules?security_group_id=736d2234-0dc8-4707-adc2-a8eba77d6377 => generated 1182 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2696] 199.204.45.223 () {34 vars in 787 bytes} [Tue Apr 14 08:40:45 2026] PUT /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2697] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1364/2698] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:40:45 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: 1335/2699] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:40:45 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: 1365/2700] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:40:45 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: 1336/2701] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:40:45 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => 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: 1366/2702] 199.204.45.223 () {34 vars in 1095 bytes} [Tue Apr 14 08:40:47 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2703] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:40:48 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2704] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2705] 199.204.45.223 () {34 vars in 1053 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2706] 199.204.45.223 () {34 vars in 1101 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9e&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2707] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3&id=1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2708] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&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: 1340/2709] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2710] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2711] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:40:49 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1371/2712] 10.0.0.49 () {34 vars in 1014 bytes} [Tue Apr 14 08:40:53 2026] GET /v2.0/security-groups?id=4e7ec27a-a2a5-4224-af37-2eb7a9020d04&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2713] 10.0.0.49 () {34 vars in 980 bytes} [Tue Apr 14 08:40:53 2026] GET /v2.0/networks?id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2714] 10.0.0.49 () {34 vars in 963 bytes} [Tue Apr 14 08:40:53 2026] GET /v2.0/quotas/d345b0ec6cf64c5b86921b9479417f8e => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2717] 10.0.0.49 () {34 vars in 1000 bytes} [Tue Apr 14 08:40:53 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2718] 10.0.0.49 () {34 vars in 1006 bytes} [Tue Apr 14 08:40:53 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2719] 10.0.0.49 () {34 vars in 1106 bytes} [Tue Apr 14 08:40:53 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1376/2720] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => 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: 1345/2721] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:54 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => 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: 1377/2722] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:57 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => 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: 1346/2723] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:57 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => 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: 1378/2724] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/networks?id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2725] 199.204.45.223 () {34 vars in 1049 bytes} [Tue Apr 14 08:40:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d345b0ec6cf64c5b86921b9479417f8e => generated 343 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2726] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:40:58 2026] POST /v2.0/ports => generated 1082 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2727] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:40:58 2026] PUT /v2.0/ports/d2326df9-4735-465f-a23d-3aa31f232f3f => generated 1243 bytes in 391 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: 1380/2728] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:40:59 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1349/2729] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/security-groups?id=4e7ec27a-a2a5-4224-af37-2eb7a9020d04&fields=id&fields=name => generated 96 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2730] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2731] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:41:00.156 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a34ae599-9eec-4861-a37a-fcb1e481f3b8'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': 'd2326df9-4735-465f-a23d-3aa31f232f3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1350/2732] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2733] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2734] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2735] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1352/2736] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:00 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1385/2737] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2738] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/networks?id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2739] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => 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: 1354/2740] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2741] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&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: 7|app: 0|req: 1355/2742] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2743] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:01 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1356/2744] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:41:02 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2745] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:41:02 2026] GET /v2.0/security-groups?id=4e7ec27a-a2a5-4224-af37-2eb7a9020d04&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2746] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:41:02 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2747] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:41:04 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2748] 199.204.45.223 () {34 vars in 1043 bytes} [Tue Apr 14 08:41:04 2026] GET /v2.0/security-groups?id=4e7ec27a-a2a5-4224-af37-2eb7a9020d04&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2749] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:41:05 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2750] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:41:06 2026] GET /v2.0/security-groups?id=4e7ec27a-a2a5-4224-af37-2eb7a9020d04&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2751] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:41:06 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2754] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:41:08 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2755] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:41:08 2026] GET /v2.0/security-groups?id=4e7ec27a-a2a5-4224-af37-2eb7a9020d04&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2756] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:41:09 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2761] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:41:43 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: 1398/2762] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:41:43 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: 1365/2763] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:41:43 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: 1399/2764] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:41: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: 1366/2765] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:41:43 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2766] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:41:43 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2767] 199.204.45.223 () {34 vars in 715 bytes} [Tue Apr 14 08:41:43 2026] POST /v2.0/ports => generated 1093 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2768] 10.0.0.49 () {34 vars in 969 bytes} [Tue Apr 14 08:41:44 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1093 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1368/2769] 10.0.0.49 () {34 vars in 905 bytes} [Tue Apr 14 08:41:44 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: 1402/2770] 199.204.45.223 () {34 vars in 1261 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2771] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2772] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:45 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1370/2773] 199.204.45.223 () {34 vars in 974 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1093 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2774] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:41:46 2026] GET /v2.0/networks?id=50b88864-e65c-4b84-b6c8-0a3413858684 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2775] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:41:46 2026] PUT /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1283 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2776] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2523 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1372/2777] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => 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: 1406/2778] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:47.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3593401-904a-4fab-8194-d6c28868107a'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': 'fd6a36f5-3aad-42ac-81f3-3e36899f3ac3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1373/2779] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&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: 1407/2780] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1374/2781] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1408/2782] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2783] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2784] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:47 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&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: 1376/2785] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:48 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1410/2786] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:48 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1377/2787] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2523 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2788] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/networks?id=50b88864-e65c-4b84-b6c8-0a3413858684 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2789] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2790] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2791] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2792] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1380/2793] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1414/2794] 199.204.45.223 () {34 vars in 1095 bytes} [Tue Apr 14 08:41:49 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960&fields=binding%3Ahost_id&fields=binding%3Avif_type => generated 67 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2795] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2796] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2797] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2798] 199.204.45.223 () {34 vars in 1105 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e2&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2799] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/subnets?id=2abc3419-0ad9-4723-99eb-9787b3456e00&id=4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2800] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2801] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2802] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1385/2803] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:50 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1419/2804] 10.0.0.49 () {34 vars in 969 bytes} [Tue Apr 14 08:41:51 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1285 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2805] 199.204.45.223 () {34 vars in 787 bytes} [Tue Apr 14 08:41:51 2026] PUT /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1310 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:41:51.780 8 INFO neutron.api.v2.resource [None req-85ce5b49-a08b-47bd-a877-faa78382a7df edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1420/2806] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:41:51 2026] GET /v2.0/security-groups/lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-14 08:41:51.821 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6443888-2834-4118-9d75-7c2ad89e2f9a'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': 'fd6a36f5-3aad-42ac-81f3-3e36899f3ac3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1387/2807] 199.204.45.223 () {30 vars in 783 bytes} [Tue Apr 14 08:41:51 2026] GET /v2.0/security-groups?name=lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2808] 199.204.45.223 () {34 vars in 787 bytes} [Tue Apr 14 08:41:51 2026] PUT /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1310 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2809] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1422/2810] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2811] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2812] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:41:52 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: 1423/2813] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2814] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2815] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2816] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/networks?id=50b88864-e65c-4b84-b6c8-0a3413858684 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:41:52.431 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8f3b796-9994-482b-bc47-53820e1bb101'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': 'fd6a36f5-3aad-42ac-81f3-3e36899f3ac3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1425/2817] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => 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: 1393/2818] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2819] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2820] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => 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: 1427/2821] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2822] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2823] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1396/2824] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2825] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2826] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:52 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1431/2829] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2830] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/networks?id=50b88864-e65c-4b84-b6c8-0a3413858684 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2831] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2832] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2833] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&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: 1401/2834] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1434/2835] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:41:53 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:42:03.159 7 WARNING neutron_lib.context [None req-814fd918-6776-404c-857b-97581096ee21 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Method 'is_advsvc' is deprecated since 2023.2 release (neutron-lib 3.8.0) and will be removed once support for the old RBAC API policies will be removed from Neutron. Please use method 'is_service_role' instead. 2026-04-14 08:42:03.904 7 INFO neutron.db.l3_db [None req-814fd918-6776-404c-857b-97581096ee21 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Floating IP 47c0c9ae-abd1-46d0-bb74-441c23bf31cf associated. External IP: 10.96.250.211, port: a6c9fa2e-d022-4a1f-994f-fe4b4daff729. [pid: 7|app: 0|req: 1402/2836] 10.0.0.228 () {34 vars in 676 bytes} [Tue Apr 14 08:42:03 2026] POST /v2.0/floatingips => generated 899 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2837] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:07 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: 1403/2838] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:07 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: 1436/2839] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:07 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: 1404/2840] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:07 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-04-14 08:42:07.243 8 INFO neutron.api.v2.resource [None req-06b0cd45-2836-41cb-b22c-28f1f19d68c5 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1437/2841] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:42:07 2026] GET /v2.0/security-groups/lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2842] 199.204.45.223 () {30 vars in 783 bytes} [Tue Apr 14 08:42:07 2026] GET /v2.0/security-groups?name=lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2843] 199.204.45.223 () {30 vars in 813 bytes} [Tue Apr 14 08:42:07 2026] GET /v2.0/security-group-rules?security_group_id=736d2234-0dc8-4707-adc2-a8eba77d6377 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2844] 199.204.45.223 () {34 vars in 745 bytes} [Tue Apr 14 08:42:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2845] 199.204.45.223 () {34 vars in 745 bytes} [Tue Apr 14 08:42:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2848] 10.0.0.80 () {30 vars in 687 bytes} [Tue Apr 14 08:42:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2849] 10.0.0.80 () {30 vars in 689 bytes} [Tue Apr 14 08:42:16 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: 1442/2850] 10.0.0.80 () {30 vars in 665 bytes} [Tue Apr 14 08:42:16 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: 1409/2851] 10.0.0.80 () {30 vars in 701 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2852] 10.0.0.80 () {28 vars in 436 bytes} [Tue Apr 14 08:42:16 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: 1410/2853] 10.0.0.80 () {30 vars in 725 bytes} [Tue Apr 14 08:42:16 2026] GET /v2.0/subnets/b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => 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: 1444/2854] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:17 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: 1411/2855] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2856] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2857] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2858] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/subnets/b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2859] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:42:17 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2860] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:17 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: 1414/2861] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:17 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: 1448/2862] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:17 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: 1415/2863] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:17 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: 1449/2864] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1416/2865] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:18 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1450/2866] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:19 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2867] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:42:19 2026] POST /v2.0/ports => generated 1303 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2868] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:42:19 2026] PUT /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1464 bytes in 443 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: 1418/2869] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 4042 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1452/2870] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2871] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:21.563 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d59b49e8-a714-4b1e-bee9-2102e5e6cc42'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': '41eba74a-e11b-47a9-bb53-4e3cdfa83cfc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1453/2872] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&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: 1420/2873] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2874] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1421/2875] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => 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: 1455/2876] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2877] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&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: 1456/2878] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1423/2879] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1457/2880] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2881] 199.204.45.223 () {34 vars in 1103 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A233&port_id=41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => 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: 1458/2882] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3&id=1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2883] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:21 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&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: 1459/2884] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&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: 1426/2885] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2886] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:22 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1427/2887] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 4042 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2888] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2889] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => 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: 1462/2890] 199.204.45.223 () {34 vars in 1103 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A233&port_id=41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => 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: 1429/2891] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3&id=1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => 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: 1463/2892] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2893] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&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: 1464/2896] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1433/2897] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:23 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1465/2898] 10.0.0.49 () {34 vars in 969 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1466 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2899] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1466 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2900] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1466 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2901] 199.204.45.223 () {34 vars in 788 bytes} [Tue Apr 14 08:42:25 2026] PUT /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1201 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2902] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1436/2903] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:25 2026] GET /v2.0/subnets/b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2904] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:26 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: 1437/2905] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2906] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:26.117 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e366920-fde4-40d2-8d12-bc27c4f51219'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': '41eba74a-e11b-47a9-bb53-4e3cdfa83cfc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1438/2907] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:26 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: 1470/2908] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2909] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2910] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1346 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2911] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2912] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2913] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2914] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2915] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3815 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2916] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2917] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => 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: 1475/2918] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2919] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&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: 1476/2920] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1445/2921] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:26 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1477/2922] 10.0.0.80 () {30 vars in 687 bytes} [Tue Apr 14 08:42:32 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: 1446/2923] 10.0.0.80 () {30 vars in 689 bytes} [Tue Apr 14 08:42:32 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: 1478/2924] 10.0.0.80 () {30 vars in 665 bytes} [Tue Apr 14 08:42:32 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: 1447/2925] 10.0.0.80 () {30 vars in 701 bytes} [Tue Apr 14 08:42:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2926] 10.0.0.80 () {28 vars in 436 bytes} [Tue Apr 14 08:42:32 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2927] 10.0.0.80 () {30 vars in 725 bytes} [Tue Apr 14 08:42:32 2026] GET /v2.0/subnets/2abc3419-0ad9-4723-99eb-9787b3456e00 => generated 656 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2928] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2929] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2930] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:34 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: 1450/2931] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2932] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/subnets/b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2933] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/subnets/2abc3419-0ad9-4723-99eb-9787b3456e00 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2934] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:42:34 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3815 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2935] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:35 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: 1484/2936] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2937] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:35 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: 1485/2938] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:35 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: 1454/2939] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1486/2940] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:36 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2941] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:37 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => 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: 1487/2942] 199.204.45.223 () {38 vars in 954 bytes} [Tue Apr 14 08:42:37 2026] POST /v2.0/ports => generated 1307 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2943] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:42:37 2026] PUT /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1468 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, ' [pid: 8|app: 0|req: 1489/2946] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 5275 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1458/2947] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2948] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:42:39.306 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3ce8543-d114-410f-91f9-71da39cd0de8'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': '765157ae-948b-4295-bbdb-ba6dd2feb95a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1459/2949] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2950] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1460/2951] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1492/2952] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => 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: 1461/2953] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2954] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&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: 7|app: 0|req: 1462/2955] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2956] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1463/2957] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => 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: 1495/2958] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2959] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2960] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1465/2961] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2962] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2963] 199.204.45.223 () {34 vars in 1105 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A16a&port_id=765157ae-948b-4295-bbdb-ba6dd2feb95a => 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: 1498/2964] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:42:39 2026] GET /v2.0/subnets?id=2abc3419-0ad9-4723-99eb-9787b3456e00&id=4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2965] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:40 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2966] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:40 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&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: 7|app: 0|req: 1468/2967] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:40 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1500/2968] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:40 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1469/2969] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 5275 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2970] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2971] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=765157ae-948b-4295-bbdb-ba6dd2feb95a => 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: 1502/2972] 199.204.45.223 () {34 vars in 1105 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A16a&port_id=765157ae-948b-4295-bbdb-ba6dd2feb95a => 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: 1471/2973] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/subnets?id=2abc3419-0ad9-4723-99eb-9787b3456e00&id=4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 1415 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2974] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2975] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&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: 1504/2976] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1473/2977] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:41 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1505/2978] 10.0.0.49 () {34 vars in 969 bytes} [Tue Apr 14 08:42:43 2026] GET /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1470 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2979] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:43 2026] GET /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1470 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2980] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:43 2026] GET /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1470 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2981] 199.204.45.223 () {34 vars in 788 bytes} [Tue Apr 14 08:42:43 2026] PUT /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1201 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2982] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705 => generated 797 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1476/2983] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/subnets/2abc3419-0ad9-4723-99eb-9787b3456e00 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2984] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:44 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) 2026-04-14 08:42:44.528 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70ba1f32-c63b-460e-b614-64b82a40c2e7'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': '765157ae-948b-4295-bbdb-ba6dd2feb95a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1477/2985] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2986] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:44 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: 1478/2987] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2988] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2989] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2990] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2991] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2992] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2993] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 5044 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2994] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2995] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2996] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2997] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=765157ae-948b-4295-bbdb-ba6dd2feb95a => 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: 1515/2998] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/subnets?id=2abc3419-0ad9-4723-99eb-9787b3456e00 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2999] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&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: 1516/3000] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:44 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3001] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:45 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3002] 199.204.45.223 () {34 vars in 1095 bytes} [Tue Apr 14 08:42:47 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e&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: 7|app: 0|req: 1486/3003] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:48 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3004] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3005] 199.204.45.223 () {34 vars in 1053 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3006] 199.204.45.223 () {34 vars in 1101 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A9e&port_id=32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => 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: 1488/3007] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3&id=1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3008] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3009] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3010] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3011] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:49 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3014] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42:57 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: 1492/3015] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:57 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: 1524/3016] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:57 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: 1493/3017] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3018] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/subnets/b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => 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: 1494/3019] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 5044 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3020] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:42: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: 7|app: 0|req: 1495/3021] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3022] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:42:57 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: 1496/3023] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:42:57 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: 1528/3024] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1237 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3025] 199.204.45.223 () {34 vars in 787 bytes} [Tue Apr 14 08:42:57 2026] PUT /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1026 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3026] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1498/3027] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 4869 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3028] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:42:57 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 4869 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:42:58.350 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97fd49e2-8504-43cd-9c09-ad9c1a12ea0d'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': '765157ae-948b-4295-bbdb-ba6dd2feb95a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1499/3029] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 4869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3030] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => 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: 1500/3031] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1532/3032] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1501/3033] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:42:58 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 4869 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3034] 199.204.45.223 () {34 vars in 974 bytes} [Tue Apr 14 08:43:00 2026] GET /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 1062 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3035] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:00 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 4869 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3036] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:43:00 2026] DELETE /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3037] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3815 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:01.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5abaa32f-7979-44f5-a003-d560b26096d2 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3038] 199.204.45.223 () {32 vars in 757 bytes} [Tue Apr 14 08:43:01 2026] DELETE /v2.0/ports/765157ae-948b-4295-bbdb-ba6dd2feb95a => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3039] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43: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: 8|app: 0|req: 1536/3040] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43: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: 7|app: 0|req: 1505/3041] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:01 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: 1537/3042] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3043] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:01.486 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1566e9a5-1e89-45ba-8ad0-c15193d24a2c'] response: {'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'name': 'network-vif-deleted', 'tag': '765157ae-948b-4295-bbdb-ba6dd2feb95a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1538/3044] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3045] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3046] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3047] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3048] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3049] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3050] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3815 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3051] 199.204.45.223 () {34 vars in 1225 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/networks?id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&id=50b88864-e65c-4b84-b6c8-0a3413858684&id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 3096 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3052] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3053] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:43:01 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3054] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3055] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3056] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1513/3057] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => 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: 1545/3058] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3059] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&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: 1546/3060] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3061] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1547/3062] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.230&port_id=41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3063] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/subnets?id=b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => 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: 1548/3064] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/ports?network_id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3065] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?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: 1549/3066] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:02 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3067] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43:07 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: 1550/3068] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43:07 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: 1519/3069] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:07 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: 1551/3070] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:07 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: 1520/3071] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:07 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3815 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3072] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43:07 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: 1521/3073] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43:07 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: 1553/3074] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:07 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: 1522/3075] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3076] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:07 2026] GET /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1237 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3077] 199.204.45.223 () {34 vars in 787 bytes} [Tue Apr 14 08:43:07 2026] PUT /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1026 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3078] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 798 bytes in 58 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: 1524/3079] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3640 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3080] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3640 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3083] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3640 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:08.770 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5729e49b-954b-4530-8781-e34cfec8a391'] response: {'name': 'network-changed', 'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'tag': '41eba74a-e11b-47a9-bb53-4e3cdfa83cfc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1526/3084] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/networks?id=9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => 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: 1559/3085] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3086] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:08 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3087] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:09 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3640 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3088] 199.204.45.223 () {34 vars in 974 bytes} [Tue Apr 14 08:43:10 2026] GET /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 1062 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3089] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:10 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 3640 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3090] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:43:10 2026] DELETE /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3091] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:11.500 8 INFO neutron.pecan_wsgi.hooks.translation [None req-707a5211-d265-4238-8e24-43b1614bad84 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3092] 199.204.45.223 () {32 vars in 757 bytes} [Tue Apr 14 08:43:11 2026] DELETE /v2.0/ports/41eba74a-e11b-47a9-bb53-4e3cdfa83cfc => 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: 1531/3093] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43:11 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: 1563/3094] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3095] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:11 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) 2026-04-14 08:43:11.641 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf31325d-f0f7-41cd-9a7e-6316aa01ae93'] response: {'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'name': 'network-vif-deleted', 'tag': '41eba74a-e11b-47a9-bb53-4e3cdfa83cfc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1564/3096] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3097] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => 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: 1565/3098] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3099] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3100] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3101] 199.204.45.223 () {30 vars in 741 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3102] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3103] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:43:11 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3104] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3105] 199.204.45.223 () {34 vars in 1065 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/networks?id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&id=50b88864-e65c-4b84-b6c8-0a3413858684 => generated 1523 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3106] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => 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: 1538/3107] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3108] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3109] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1571/3110] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1540/3111] 199.204.45.223 () {34 vars in 1055 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.40&port_id=fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => 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: 1572/3112] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/subnets?id=ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3113] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/ports?network_id=50b88864-e65c-4b84-b6c8-0a3413858684&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3114] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1542/3115] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:12 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?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: 1574/3116] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43:23 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: 1543/3117] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43:23 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: 1575/3118] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:23 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: 1544/3119] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:23 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-04-14 08:43:23.486 8 INFO neutron.api.v2.resource [None req-27e685f0-8321-4f9d-a3cf-ebb5b2672fc0 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3120] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:43:23 2026] GET /v2.0/security-groups/lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3121] 199.204.45.223 () {30 vars in 783 bytes} [Tue Apr 14 08:43:23 2026] GET /v2.0/security-groups?name=lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 2865 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3124] 199.204.45.223 () {30 vars in 813 bytes} [Tue Apr 14 08:43:23 2026] GET /v2.0/security-group-rules?security_group_id=736d2234-0dc8-4707-adc2-a8eba77d6377 => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3125] 199.204.45.223 () {32 vars in 787 bytes} [Tue Apr 14 08:43:23 2026] DELETE /v2.0/security-group-rules/4de2d5fe-f937-402e-a075-fc71c51d2b34 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3126] 199.204.45.223 () {32 vars in 787 bytes} [Tue Apr 14 08:43:23 2026] DELETE /v2.0/security-group-rules/dcf30431-9729-4adc-84fb-7f038a7acce8 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:27.844 7 INFO neutron.db.l3_db [None req-06a367ea-aa01-4633-b25b-2218af32db85 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Floating IP 47c0c9ae-abd1-46d0-bb74-441c23bf31cf disassociated (deleted). External IP: 10.96.250.211, port: a6c9fa2e-d022-4a1f-994f-fe4b4daff729. [pid: 7|app: 0|req: 1549/3127] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:43:27 2026] DELETE /v2.0/floatingips/47c0c9ae-abd1-46d0-bb74-441c23bf31cf => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:28.152 8 INFO neutron.api.v2.resource [None req-d0e3ff87-cde7-4bc1-9351-4b5935bd8484 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3128] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:43:28 2026] GET /v2.0/floatingips/47c0c9ae-abd1-46d0-bb74-441c23bf31cf => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3129] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43: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: 8|app: 0|req: 1580/3130] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43:28 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: 1551/3131] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:28 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: 1581/3132] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:28 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-04-14 08:43:28.820 7 INFO neutron.api.v2.resource [None req-a5d10b2a-ba6b-4d4e-9dc9-d3739c933c8b edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3133] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:43:28 2026] GET /v2.0/security-groups/lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3134] 199.204.45.223 () {30 vars in 783 bytes} [Tue Apr 14 08:43:28 2026] GET /v2.0/security-groups?name=lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3135] 199.204.45.223 () {30 vars in 813 bytes} [Tue Apr 14 08:43:28 2026] GET /v2.0/security-group-rules?security_group_id=736d2234-0dc8-4707-adc2-a8eba77d6377 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3136] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3137] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3138] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3139] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3140] 199.204.45.223 () {30 vars in 739 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3141] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3142] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3143] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:29 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3144] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:30 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3145] 199.204.45.223 () {34 vars in 974 bytes} [Tue Apr 14 08:43:31 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3146] 199.204.45.223 () {34 vars in 1059 bytes} [Tue Apr 14 08:43:31 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3147] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:31 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3148] 199.204.45.223 () {34 vars in 1015 bytes} [Tue Apr 14 08:43:31 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3149] 199.204.45.223 () {38 vars in 1027 bytes} [Tue Apr 14 08:43:31 2026] PUT /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1147 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3150] 199.204.45.223 () {30 vars in 767 bytes} [Tue Apr 14 08:43:32 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1590/3151] 199.204.45.223 () {34 vars in 787 bytes} [Tue Apr 14 08:43:32 2026] PUT /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1086 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3152] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:32 2026] GET /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 1086 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1591/3153] 199.204.45.223 () {32 vars in 757 bytes} [Tue Apr 14 08:43:32 2026] DELETE /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3154] 199.204.45.223 () {30 vars in 701 bytes} [Tue Apr 14 08:43:33 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: 1592/3155] 199.204.45.223 () {30 vars in 703 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3156] 199.204.45.223 () {30 vars in 679 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3157] 199.204.45.223 () {30 vars in 715 bytes} [Tue Apr 14 08:43:33 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-04-14 08:43:33.136 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da3fdf6a-ecde-43ad-bb4e-c20fcc6a8c28 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3158] 199.204.45.223 () {32 vars in 757 bytes} [Tue Apr 14 08:43:33 2026] DELETE /v2.0/ports/fd6a36f5-3aad-42ac-81f3-3e36899f3ac3 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3159] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:33.206 8 INFO neutron.api.v2.resource [None req-7e6dad27-6fea-4e5a-a6b7-e1ad7a44e0a6 edf7227be8e2490dacc456065df51a01 d345b0ec6cf64c5b86921b9479417f8e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3160] 199.204.45.223 () {30 vars in 761 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/security-groups/lb-7015f88c-9701-44e6-bda7-48c30b428ebd => 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: 1566/3161] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/ports?tenant_id=d345b0ec6cf64c5b86921b9479417f8e&device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3162] 199.204.45.223 () {30 vars in 783 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/security-groups?name=lb-7015f88c-9701-44e6-bda7-48c30b428ebd => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3163] 199.204.45.223 () {30 vars in 735 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3164] 199.204.45.223 () {34 vars in 1065 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/networks?id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&id=50b88864-e65c-4b84-b6c8-0a3413858684 => generated 1523 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3165] 199.204.45.223 () {34 vars in 1061 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.224&port_id=d2326df9-4735-465f-a23d-3aa31f232f3f => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3166] 199.204.45.223 () {34 vars in 983 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/subnets?id=80088fd3-53b6-465f-951b-89420218b2bd => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3167] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/ports?network_id=c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3168] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3169] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:33 2026] GET /v2.0/networks/c8db0f6c-1614-4e4a-bf2c-c14ffe9668b9?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: 1598/3170] 199.204.45.223 () {34 vars in 787 bytes} [Tue Apr 14 08:43:33 2026] PUT /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 1094 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3171] 199.204.45.223 () {32 vars in 777 bytes} [Tue Apr 14 08:43:33 2026] DELETE /v2.0/security-groups/736d2234-0dc8-4707-adc2-a8eba77d6377 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3172] 199.204.45.223 () {32 vars in 757 bytes} [Tue Apr 14 08:43:33 2026] DELETE /v2.0/ports/a6c9fa2e-d022-4a1f-994f-fe4b4daff729 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3173] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:43:36 2026] GET /v2.0/ports?device_id=3016e9b1-e374-4c51-831a-9d7f1f7ebdd9 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3174] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:43:36 2026] DELETE /v2.0/ports/d2326df9-4735-465f-a23d-3aa31f232f3f => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:43:38.665 7 INFO neutron.db.l3_db [None req-1c94008b-10c2-4ca2-a55a-6d3f7e71d890 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Floating IP db593c1c-2b20-4bfd-ba47-5a76897ea069 disassociated (deleted). External IP: 10.96.250.215, port: 167a82ae-ff90-4ee8-8e11-e659ad69423b. [pid: 7|app: 0|req: 1575/3177] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:43:38 2026] DELETE /v2.0/floatingips/db593c1c-2b20-4bfd-ba47-5a76897ea069 => generated 0 bytes in 1104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:39.474 8 INFO neutron.api.v2.resource [None req-c509da47-a76a-4171-a2b7-a3f373b0cd57 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3178] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/floatingips/db593c1c-2b20-4bfd-ba47-5a76897ea069 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:43:39.673 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fa186ad-f0a7-45e8-b7bf-6b47beb22470'] response: {'name': 'network-changed', 'server_uuid': '50070299-78b7-41e0-b878-ee96a1cbf960', 'tag': '167a82ae-ff90-4ee8-8e11-e659ad69423b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1576/3179] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1204 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-14 08:43:39.731 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c43d9270-47e8-4e1f-bfa4-5cf466eb7d5c'] response: {'server_uuid': '3016e9b1-e374-4c51-831a-9d7f1f7ebdd9', 'name': 'network-vif-deleted', 'tag': 'd2326df9-4735-465f-a23d-3aa31f232f3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1604/3180] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:43:39 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&fields=id&fields=name => generated 112 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3181] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3182] 199.204.45.223 () {34 vars in 985 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/networks?id=071724c1-6379-4fe4-a62d-3eac821ff705 => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3183] 199.204.45.223 () {34 vars in 1057 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => 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: 1606/3184] 199.204.45.223 () {34 vars in 1105 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e2&port_id=167a82ae-ff90-4ee8-8e11-e659ad69423b => 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: 1579/3185] 199.204.45.223 () {34 vars in 1063 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/subnets?id=2abc3419-0ad9-4723-99eb-9787b3456e00&id=4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3186] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&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: 1580/3187] 199.204.45.223 () {34 vars in 1051 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/ports?network_id=071724c1-6379-4fe4-a62d-3eac821ff705&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3188] 199.204.45.223 () {34 vars in 1011 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1581/3189] 199.204.45.223 () {34 vars in 1111 bytes} [Tue Apr 14 08:43:40 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705?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: 1609/3190] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:43:41 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 1202 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3191] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:43:41 2026] DELETE /v2.0/ports/167a82ae-ff90-4ee8-8e11-e659ad69423b => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3192] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:43:44 2026] GET /v2.0/ports?device_id=50070299-78b7-41e0-b878-ee96a1cbf960 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-14 08:43:50.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2c2b12f-bb8e-4a62-8ac5-b4c7f787f545'] response: {'server_uuid': '50070299-78b7-41e0-b878-ee96a1cbf960', 'name': 'network-vif-deleted', 'tag': '167a82ae-ff90-4ee8-8e11-e659ad69423b', 'status': 'completed', 'code': 200} 2026-04-14 08:43:50.261 7 INFO neutron.db.l3_db [None req-a240d93c-0b71-4139-8b32-81ba6016ed5f 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] Floating IP 1bc19c76-344f-440a-88af-f47889adb478 disassociated (deleted). External IP: 10.96.250.203, port: 32e1fb63-66f0-45e9-ad81-899e1eafe4f3. [pid: 7|app: 0|req: 1583/3193] 10.0.0.228 () {32 vars in 731 bytes} [Tue Apr 14 08:43:49 2026] DELETE /v2.0/floatingips/1bc19c76-344f-440a-88af-f47889adb478 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:43:50.620 8 INFO neutron.api.v2.resource [None req-d53c6797-518f-4554-bc08-45e29b17d856 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3194] 10.0.0.228 () {32 vars in 728 bytes} [Tue Apr 14 08:43:50 2026] GET /v2.0/floatingips/1bc19c76-344f-440a-88af-f47889adb478 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3195] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:43:50 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1188 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3196] 10.0.0.49 () {34 vars in 1038 bytes} [Tue Apr 14 08:43:50 2026] GET /v2.0/security-groups?id=2e83370f-602a-4c60-918f-1baf0682884e&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:43:52.685 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47f03376-3fef-406f-bb41-807b73378bea'] response: {'name': 'network-changed', 'server_uuid': '10769ccd-53a1-4ae3-ae0d-1c27eee7c92e', 'tag': '32e1fb63-66f0-45e9-ad81-899e1eafe4f3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1585/3197] 199.204.45.223 () {34 vars in 993 bytes} [Tue Apr 14 08:43:52 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => generated 1188 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3198] 199.204.45.223 () {36 vars in 996 bytes} [Tue Apr 14 08:43:52 2026] DELETE /v2.0/ports/32e1fb63-66f0-45e9-ad81-899e1eafe4f3 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3199] 199.204.45.223 () {34 vars in 1079 bytes} [Tue Apr 14 08:43:53 2026] GET /v2.0/ports?tenant_id=209baeb5bba345dd837697a28fefeb1b&device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => 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: 1615/3202] 10.0.0.49 () {34 vars in 988 bytes} [Tue Apr 14 08:43:55 2026] GET /v2.0/ports?device_id=10769ccd-53a1-4ae3-ae0d-1c27eee7c92e => 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: 1588/3203] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/0c4ca925-9e53-4029-8c4f-d75ae7286c77 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.129 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddc4adfd-6d87-4121-bb3c-ccaec380bbea'] response: {'server_uuid': '10769ccd-53a1-4ae3-ae0d-1c27eee7c92e', 'name': 'network-vif-deleted', 'tag': '32e1fb63-66f0-45e9-ad81-899e1eafe4f3', 'status': 'completed', 'code': 200} 2026-04-14 08:44:01.136 8 INFO neutron.api.v2.resource [None req-7c698be9-934d-453f-a194-c4899624e887 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3204] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/0c4ca925-9e53-4029-8c4f-d75ae7286c77 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3205] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/43c79100-8133-487e-8d64-bfe49ae0dd0a => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.232 8 INFO neutron.api.v2.resource [None req-8ea05c31-7854-4eb9-a0a5-144e202e8b42 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3206] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/43c79100-8133-487e-8d64-bfe49ae0dd0a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3207] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/003bbba6-e808-4506-b623-9e931948334b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.321 8 INFO neutron.api.v2.resource [None req-4ad93a00-4ad8-46ee-9a1b-535e08299608 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3208] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/003bbba6-e808-4506-b623-9e931948334b => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3209] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/5315cbce-faaa-42dc-9f88-a760e532ff6b => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.395 8 INFO neutron.api.v2.resource [None req-6f9a00bc-537b-4d7f-86c6-593f5cc307e3 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3210] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/5315cbce-faaa-42dc-9f88-a760e532ff6b => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3211] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/827a3670-6ea5-4ba6-97f1-1324bd2e0b86 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.477 8 INFO neutron.api.v2.resource [None req-315b42be-fc1f-450e-b646-d1ac1c560102 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3212] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/827a3670-6ea5-4ba6-97f1-1324bd2e0b86 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3213] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/337fbd6e-1805-4b6b-8a11-6266e40d9e7c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.572 8 INFO neutron.api.v2.resource [None req-dcd6c3dd-1aa2-42be-a77a-3cd5d787ca13 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3214] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/337fbd6e-1805-4b6b-8a11-6266e40d9e7c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3215] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/a22f2f15-6ede-4630-92a3-36afeb773541 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.658 8 INFO neutron.api.v2.resource [None req-50fc0657-8201-4d14-84c6-ecb35e6a2cdb 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3216] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/a22f2f15-6ede-4630-92a3-36afeb773541 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3217] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/3eabad1f-976c-4aa7-a84b-fa63b9541a3d => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.746 8 INFO neutron.api.v2.resource [None req-b3456138-c369-4b13-8c5d-10d94bef3f79 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3218] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/3eabad1f-976c-4aa7-a84b-fa63b9541a3d => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3219] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/cc791fed-f91f-4453-98a7-e1a92b087b49 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.834 8 INFO neutron.api.v2.resource [None req-a0198904-06d4-4958-883c-6ae66e67da9d 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3220] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/cc791fed-f91f-4453-98a7-e1a92b087b49 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3221] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/91403bfa-a413-49f0-b266-0d4a3fc39992 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:01.927 8 INFO neutron.api.v2.resource [None req-29d9f812-aae1-4a19-827c-b7cdd1d22416 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3222] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:01 2026] GET /v2.0/security-group-rules/91403bfa-a413-49f0-b266-0d4a3fc39992 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3223] 10.0.0.228 () {32 vars in 749 bytes} [Tue Apr 14 08:44:01 2026] DELETE /v2.0/security-group-rules/e0106294-f9fe-4cee-9b1f-9d083ca625b8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:02.019 8 INFO neutron.api.v2.resource [None req-2740a4b9-9f21-4275-9181-5d1276aa32ee 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3224] 10.0.0.228 () {32 vars in 746 bytes} [Tue Apr 14 08:44:02 2026] GET /v2.0/security-group-rules/e0106294-f9fe-4cee-9b1f-9d083ca625b8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3225] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:02 2026] DELETE /v2.0/security-groups/2e83370f-602a-4c60-918f-1baf0682884e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:02.131 8 INFO neutron.api.v2.resource [None req-b40652ca-9a3b-4963-8b14-7f7ad2bb68ed 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3226] 10.0.0.228 () {32 vars in 736 bytes} [Tue Apr 14 08:44:02 2026] GET /v2.0/security-groups/2e83370f-602a-4c60-918f-1baf0682884e => 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: 1600/3227] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:44:02 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:03.378 8 INFO neutron.api.v2.resource [None req-7d53cbb5-a67a-469d-a573-8d53e7064ff8 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3228] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:44:03 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/remove_router_interface => generated 198 bytes in 193 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3229] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:44:03 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/remove_router_interface => generated 309 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:04.436 8 INFO neutron.api.v2.resource [None req-cad1e035-5bb9-4eed-8105-81e95dfdf7b3 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3230] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:44:04 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3231] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:44:04 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-14 08:44:05.685 8 INFO neutron.api.v2.resource [None req-a9b6ac24-f288-456f-8217-b10158198b4b 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3232] 10.0.0.228 () {34 vars in 788 bytes} [Tue Apr 14 08:44:05 2026] PUT /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496/remove_router_interface => generated 198 bytes in 227 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:44:06.626 7 INFO neutron.db.l3_hamode_db [None req-6e265611-eccc-4844-beb1-ea482c1c8c82 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] HA network 320696fc-44bf-491e-8013-fdae7df6f827 was deleted as no HA routers are present in tenant 209baeb5bba345dd837697a28fefeb1b. [pid: 7|app: 0|req: 1603/3233] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:44:05 2026] DELETE /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496 => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-14 08:44:06.658 8 INFO neutron.api.v2.resource [None req-7e832df3-a45d-42d6-8867-0d141b61fcca 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3234] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:44:06 2026] GET /v2.0/routers/3d7b6112-53c5-4081-a0fe-a3e141fd4496 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:44:06.675 7 INFO neutron.services.segments.plugin [-] Segment d4014d54-1324-4aa9-9a5e-4d1533089b99 resource provider aggregate not found 2026-04-14 08:44:06.680 7 INFO neutron.services.segments.plugin [-] Segment d4014d54-1324-4aa9-9a5e-4d1533089b99 resource provider aggregate not found 2026-04-14 08:44:06.691 7 INFO neutron.services.segments.plugin [-] Segment d4014d54-1324-4aa9-9a5e-4d1533089b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4014d54-1324-4aa9-9a5e-4d1533089b99 found for delete ", "request_id": "req-ef0479ec-52b8-4804-902c-25e02f66ccaf"}]} 2026-04-14 08:44:06.693 7 INFO neutron.services.segments.plugin [-] Segment d4014d54-1324-4aa9-9a5e-4d1533089b99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4014d54-1324-4aa9-9a5e-4d1533089b99 found for delete ", "request_id": "req-120d643e-eee1-45d7-bc73-9182b7590298"}]} [pid: 7|app: 0|req: 1604/3235] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:44:06 2026] DELETE /v2.0/subnets/4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:06.860 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e946cba-acdd-4605-86a4-eef8c969ddf2 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3236] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:44:06 2026] GET /v2.0/subnets/4908a4e8-2ac4-4f00-8f0c-7af9ef94d5df => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3237] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:44:06 2026] DELETE /v2.0/subnets/2abc3419-0ad9-4723-99eb-9787b3456e00 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:07.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-caece222-54af-4621-944b-6f5ad16b01f0 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3238] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:44:07 2026] GET /v2.0/subnets/2abc3419-0ad9-4723-99eb-9787b3456e00 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3239] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:44:07 2026] DELETE /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:07.374 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6084625d-76e2-4e7a-ab64-a70c23fad311 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3240] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:44:07 2026] GET /v2.0/networks/071724c1-6379-4fe4-a62d-3eac821ff705 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3241] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:44:07 2026] DELETE /v2.0/subnets/1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:07.550 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c1c55c3-3ea6-435a-bd7f-ad8b5a5981cd 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3242] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:44:07 2026] GET /v2.0/subnets/1104eedc-6aa8-41f1-ac47-87b8b7ed2857 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3243] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:44:07 2026] DELETE /v2.0/subnets/b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:07.723 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8d456a9-1f50-47c2-9033-472af3a79035 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3244] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:44:07 2026] GET /v2.0/subnets/b583a7d4-759f-4343-9f3f-cf8759fb3fe3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3245] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:44:07 2026] DELETE /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:08.027 8 INFO neutron.pecan_wsgi.hooks.translation [None req-395d40f9-a6ee-4164-a98f-db93bf1450b7 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3246] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/networks/9b1f98fa-0941-4da4-ad3b-c3ae49651c85 => 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: 1610/3247] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:44:08 2026] DELETE /v2.0/subnets/cbeff4dd-38a7-45d8-982b-edb4d07fe57b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:08.212 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2826f8b2-c0f7-4e18-a8d0-e104fbd11221 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3248] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/subnets/cbeff4dd-38a7-45d8-982b-edb4d07fe57b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3249] 10.0.0.228 () {32 vars in 723 bytes} [Tue Apr 14 08:44:08 2026] DELETE /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:08.411 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04ca6a37-abea-412a-b320-63fc49c6a0d5 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3250] 10.0.0.228 () {32 vars in 720 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/subnets/ec99e032-2e16-4d12-9db5-67a1d9096eef => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3253] 10.0.0.228 () {32 vars in 725 bytes} [Tue Apr 14 08:44:08 2026] DELETE /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-14 08:44:08.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9a90253-5e13-4b9b-8784-23e874900b49 3ec5a1f95e6541dfa07df61a18859735 209baeb5bba345dd837697a28fefeb1b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3254] 10.0.0.228 () {32 vars in 722 bytes} [Tue Apr 14 08:44:08 2026] GET /v2.0/networks/50b88864-e65c-4b84-b6c8-0a3413858684 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-14 08:44:10.559 7 INFO neutron.services.segments.plugin [-] Segment 3f66b7a1-1e39-4786-a01b-0665399ff0f4 resource provider aggregate not found 2026-04-14 08:44:10.564 7 INFO neutron.services.segments.plugin [-] Segment 3f66b7a1-1e39-4786-a01b-0665399ff0f4 resource provider aggregate not found 2026-04-14 08:44:10.576 7 INFO neutron.services.segments.plugin [-] Segment 3f66b7a1-1e39-4786-a01b-0665399ff0f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f66b7a1-1e39-4786-a01b-0665399ff0f4 found for delete ", "request_id": "req-74bc929a-2176-4e30-b2a9-ffbd736f82ec"}]} 2026-04-14 08:44:10.584 7 INFO neutron.services.segments.plugin [-] Segment 3f66b7a1-1e39-4786-a01b-0665399ff0f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f66b7a1-1e39-4786-a01b-0665399ff0f4 found for delete ", "request_id": "req-5ba552b4-c417-4dd1-8b7e-9c72dd511181"}]} 2026-04-14 08:44:10.598 7 INFO neutron.services.segments.plugin [-] Segment bbf4884f-2058-4a7c-bf3c-9fb430477d50 resource provider aggregate not found 2026-04-14 08:44:10.602 7 INFO neutron.services.segments.plugin [-] Segment bbf4884f-2058-4a7c-bf3c-9fb430477d50 resource provider aggregate not found 2026-04-14 08:44:10.608 7 INFO neutron.services.segments.plugin [-] Segment bbf4884f-2058-4a7c-bf3c-9fb430477d50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbf4884f-2058-4a7c-bf3c-9fb430477d50 found for delete ", "request_id": "req-a08ee286-d489-4c48-a1b6-cd207b1729a8"}]} 2026-04-14 08:44:10.619 7 INFO neutron.services.segments.plugin [-] Segment bbf4884f-2058-4a7c-bf3c-9fb430477d50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbf4884f-2058-4a7c-bf3c-9fb430477d50 found for delete ", "request_id": "req-03acafcc-29d9-4393-88ca-a6682e9f5686"}]} 2026-04-14 08:44:10.625 7 INFO neutron.services.segments.plugin [-] Segment bdae6e0c-ed9e-40ae-b528-e6eba45c9a3b resource provider aggregate not found 2026-04-14 08:44:10.630 7 INFO neutron.services.segments.plugin [-] Segment bdae6e0c-ed9e-40ae-b528-e6eba45c9a3b resource provider aggregate not found 2026-04-14 08:44:10.640 7 INFO neutron.services.segments.plugin [-] Segment bdae6e0c-ed9e-40ae-b528-e6eba45c9a3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdae6e0c-ed9e-40ae-b528-e6eba45c9a3b found for delete ", "request_id": "req-5571bf7a-a968-452a-9a8e-2b5c571491bd"}]} 2026-04-14 08:44:10.641 7 INFO neutron.services.segments.plugin [-] Segment bdae6e0c-ed9e-40ae-b528-e6eba45c9a3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdae6e0c-ed9e-40ae-b528-e6eba45c9a3b found for delete ", "request_id": "req-da5b2c91-d5d1-4909-bc08-ba32c62868d7"}]} [pid: 7|app: 0|req: 1613/3255] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:44:10 2026] GET /v2.0/security-groups?tenant_id=7bc0425337bf4a599b8767946929b3ea&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3256] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:10 2026] DELETE /v2.0/security-groups/08c95980-edaf-47f4-ae43-e7b5658c5393 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3257] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:44:11 2026] GET /v2.0/security-groups?tenant_id=209baeb5bba345dd837697a28fefeb1b&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3258] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:11 2026] DELETE /v2.0/security-groups/33ba4a24-3d62-4dff-b094-fc2bf4a15b24 => 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: 1615/3259] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:44:11 2026] GET /v2.0/security-groups?tenant_id=9fd0f9bfe5534217b74b6c26a25d8e69&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3260] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:11 2026] DELETE /v2.0/security-groups/680b2e2e-c496-41c2-a7db-4db5a670256d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3261] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:44:11 2026] GET /v2.0/security-groups?tenant_id=46471684d53d47a2a80714ae63abd05f&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3262] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:11 2026] DELETE /v2.0/security-groups/223eb3c2-127e-4f6d-984b-62d0825ce720 => 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: 1617/3263] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:44:12 2026] GET /v2.0/security-groups?tenant_id=a84d09a1afb4440792b46a194fc544c3&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3264] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:12 2026] DELETE /v2.0/security-groups/ce7fc5fe-fe5c-4cb6-9294-7e4698ed8952 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3265] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:44:12 2026] GET /v2.0/security-groups?tenant_id=6313f46cada440468f74d34d506dad14&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3266] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:12 2026] DELETE /v2.0/security-groups/b18ad5b4-35a7-4e04-918a-2cd8dc531305 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3267] 10.0.0.228 () {32 vars in 773 bytes} [Tue Apr 14 08:44:12 2026] GET /v2.0/security-groups?tenant_id=66b50b8bb7f44ba3afd74bb44bb8df1b&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3268] 10.0.0.228 () {32 vars in 739 bytes} [Tue Apr 14 08:44:12 2026] DELETE /v2.0/security-groups/8229a82a-c27d-4b50-8839-aac91742cd9b => 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: 1620/3269] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:44:15 2026] GET /v2.0/networks => generated 2168 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3270] 10.0.0.228 () {32 vars in 654 bytes} [Tue Apr 14 08:44:16 2026] GET /v2.0/floatingips => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3271] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:44:16 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3272] 10.0.0.228 () {32 vars in 642 bytes} [Tue Apr 14 08:44:16 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3273] 10.0.0.228 () {32 vars in 646 bytes} [Tue Apr 14 08:44:16 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3274] 10.0.0.228 () {32 vars in 648 bytes} [Tue Apr 14 08:44:16 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3275] 10.0.0.228 () {32 vars in 662 bytes} [Tue Apr 14 08:44:16 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3276] 10.0.0.228 () {32 vars in 654 bytes} [Tue Apr 14 08:44:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)